2.4

Cards (11)

  • AND gate (∧)
  • OR gate (v)
  • NOT gate (¬)
  • AND truth table
    A) 0
    B) 0
    C) 0
    D) 1
  • OR truth table
    A) 0
    B) 1
    C) 1
    D) 1
  • NOT truth table
    A) 1
    B) 0
  • Combining boolean
    A) 0
    B) 1
    C) 1
    D) 1
    E) 0
    F) 1
    G) 1
    H) 1
    I) 0
    J) 0
    K) 0
    L) 0
    M) 0
    N) 1
    O) 1
    P) 1
  • Combining boolean
    A) 0
    B) 0
    C) 1
    D) 1
    E) 0
    F) 1
    G) 0
    H) 1
    I) 1
    J) 1
    K) 0
    L) 0
    M) 1
    N) 0
    O) 1
    P) 0
    Q) 0
    R) 1
    S) 0
    T) 0
    U) 0
    V) 0
    W) 1
    X) 0
    Y) 0
    Z) 1
    [) 1
    \) 0
  • Combining boolean
    A) 0
    B) 0
    C) 0
    D) 0
    E) 0
    F) 1
    G) 0
    H) 1
    I) 0
    J) 0
    K) 1
    L) 1
    M) 1
    N) 0
    O) 0
    P) 1
    Q) 0
    R) 1
    S) 1
    T) 1
    U) 0
    V) 1
    W) 1
    X) 1
    Y) 0
    Z) 0
    [) 0
    \) 0
    ]) 0
    ^) 0
    _) 1
    `) 1
    a) 0
    b) 0
    c) 0
    d) 0
    e) 0
    f) 1
    g) 0
    h) 1
    i) 0
    j) 0
    k) 0
    l) 0
    m) 0
    n) 1
    o) 1
    p) 1
  • A security circuit must come on if it sense movement and it is night time, or if someone presses a manual override switch
    S=Sensors, N=Night, B=Button
    1. Create the logic diagram for the circuit to operate the security light
    2. Write a logic statement
    3. Create a truth table
    (S AND N) OR B
    (A ∧ B) v C
  • An automated system to issue speeding fines is to be trialed on the M42. For the initial trial system,the following is required:
    • A fine is issued is vehicles are travelling faster than 70mph
    • Police cars, ambulances or fire engines will nt be fined
    • A=Ambulance, Ft= Fire truck, P=Police, S=Speed and F=Fine
    1. Create the logic diagram for the speed camera system
    2. Write the logic statement
    3. Create the truth table
    NOT((A OR F) OR P) AND S
    ¬((A v F) v P) ∧ S