logotransparent.png

Legion of Learners

www.lol-101.com

  • Home

  • Classrooms

  • Courses

  • About Us

    • Executive Team
    • Board Members
  • Resources

  • More

    Use tab to navigate through the menu items.
    To see this working, head to your live site.
    • Categories
    • All Posts
    • My Posts
    sfolax6776
    Apr 25

    ACSL Elementary - Boolean Algebra 2

    in CS Fundamentals for ACSL

    Truth Tables


    3 comments
    0
    jyao.coding
    Apr 29

    A - B - A and not B - not (B or A) - (A and not B) or (not (B or A))

    0 0 0 1 1

    0 1 0 0 0

    1 0 1 0 1

    1 1 0 0 0

    A - B - ~(A+ ~B) - ~(A+B) - ~(A+ ~B) * ~(A+B)

    0 0 0 1 0

    0 1 1 0 0

    1 0 0 0 0

    1 1 0 0 0


    13 - 7 > 18/3 - false

    24/6 >= 2^2 and 9*3 < 25 - false

    13-7>18/3 or not(24/6>=2^2 and 9*3<25) - true

    0
    mysteryboxes4life
    Apr 30

    A - B - A and not B - not (B or A) - (A and not B) or (not (B or A))

    A - B - -(A+ -B) - -(A+B) - -(A+ -B) * -(A+B)


    false

    false

    true

    0
    ygou88
    Apr 30

    A - B - A and not B - not (B or A) - (A and not B) or (not (B or A)

    0 0 0 1 1

    0 1 0 0 0

    1 0 1 0 1

    1 1 0 0 0


    A - B - ~(A+ ~B) - ~(A+B) - ~(A+ ~B) * ~(A+B)

    0 0 0 1 0

    0 1 1 0 0

    1 0 0 0 0

    1 1 1 0 0

    false

    false

    true

    0
    3 comments

    Questions? Email us at legionoflearners@gmail.com or join our WeChat group!

    • lol-101dotcom

    ©2020 Legion of Learners