Computer Science for IGCSE & O level - Boolean Logic (Section 12)

  • 1
    What is the output of a NAND gate if the inputs are A=0 and B=1?
    Antwoord
    (B)
    1
  • 2
    What is the result when the inputs to a NOR gate are 0 and 1?
    Antwoord
    (A)
    0
  • 3
    In a truth table, which row(s) would an AND gate output a '1' for the inputs A and B?
    Antwoord
    (D)
    A=1, B=1
  • 4
    What is the output of a NOR gate if both inputs are 0?
    Antwoord
    (B)
    1
  • 5
    What is the simplified logic expression for NOT(A AND A)?
    Antwoord
    (B)
    NOT A
  • 6
    Which gate will output a '1' when its inputs are NOT the same?
    Antwoord
    (C)
    XOR
  • 7
    How many possible input combinations are there for a logic gate with 3 inputs?
    Antwoord
    (C)
    8
  • 8
    What is the output of an XNOR gate when the inputs are different (0 and 1)?
    Antwoord
    (A)
    0
  • 9
    What type of gate is created by combining an OR gate and a NOT gate?
    Antwoord
    (B)
    NOR
  • 10
    Which of the following is an example of a universal gate?
    Antwoord
    (C)
    NAND
  • 11
    Which logical operation is represented by the symbol '·' (dot) in Boolean algebra?
    Antwoord
    (B)
    AND
  • 12
    What is the output of an AND gate if one of the inputs is 0?
    Antwoord
    (A)
    0
  • 13
    What logical operation is performed by a gate that produces a '1' output when at least one of its inputs is '1'?
    Antwoord
    (B)
    OR
  • 14
    Which gate produces a LOW output when BOTH inputs are HIGH?
    Antwoord
    (C)
    NAND
  • 15
    Which gate has the Boolean expression (A+B)' ?
    Antwoord
    (B)
    NOR
  • 16
    What does the term 'logic level' refer to in the context of digital circuits?
    Antwoord
    (B)
    The voltage level representing a binary state
  • 17
    The output of a NOR gate is HIGH when:
    Antwoord
    (B)
    All inputs are LOW.
  • 18
    How many possible input combinations are there for a logic gate with three inputs?
    Antwoord
    (C)
    8
  • 19
    A logic gate is an electronic circuit that performs a ________ operation on one or more input signals.
    Antwoord
    (B)
    Logical
  • 20
    What is the simplest way to implement the function of a NOT gate?
    Antwoord
    (A)
    Using a single transistor or an inverter.
  • 21
    What does a truth table help to determine?
    Antwoord
    (C)
    The relationship between inputs and output of a gate
  • 22
    A truth table is used to:
    Antwoord
    (A)
    Show all possible input and output combinations for a digital circuit.
  • 23
    What is the output of a 2-input OR gate if the inputs are A=0 and B=0?
    Antwoord
    (A)
    0
  • 24
    What are the outputs of a half adder when the inputs are A=1 and B=0?
    Antwoord
    (C)
    Sum=1, Carry=0
  • 25
    If A=1 and B=0, what would be the output of A NAND B?
    Antwoord
    (B)
    1
  • 26
    If the inputs to an XNOR gate are 1 and 0, what is the output?
    Antwoord
    (A)
    0
  • 27
    What is the inverse of the logical AND operation?
    Antwoord
    (C)
    NAND
  • 28
    What is the binary equivalent of TRUE when using logic gates?
    Antwoord
    (B)
    1
  • 29
    In a full adder, which gate is used to add the inputs?
    Antwoord
    (C)
    XOR
  • 30
    Which of the following gates is considered a universal gate?
    Antwoord
    (C)
    NOR gate
  • 31
    Which gate's output is LOW (0) if *any* of its inputs are HIGH (1)?
    Antwoord
    (D)
    NOR
  • 32
    What is the output of a 2-input NAND gate if the inputs are A=1 and B=0?
    Antwoord
    (B)
    1
  • 33
    Which gate is formed by inverting the output of an OR gate?
    Antwoord
    (B)
    NOR
  • 34
    In a logic circuit, what does a 'high' signal typically represent?
    Antwoord
    (B)
    1
  • 35
    What is the output of a 2-input NOR gate if both inputs are LOW (0)?
    Antwoord
    (B)
    1
  • 36
    The output of an XNOR gate is 1 when inputs are:
    Antwoord
    (B)
    The same
  • 37
    In digital logic, the binary value '1' typically represents:
    Antwoord
    (C)
    True
  • 38
    What is the output of a 2-input AND gate if both inputs are HIGH (logic 1)?
    Antwoord
    (B)
    HIGH (1)
  • 39
    What is the purpose of using logic gates?
    Antwoord
    (C)
    To switch electrical signals based on logical conditions
  • 40
    What is the result when a 0 input is passed through a NOT gate?
    Antwoord
    (B)
    1
  • 41
    What is the output of a 2-input AND gate if input A is 0 and input B is 1?
    Antwoord
    (A)
    0
  • 42
    Which of the following is the correct symbol for a NOT gate?
    Antwoord
    (C)
    ¬
  • 43
    What logical operation is performed by a NAND gate?
    Antwoord
    (B)
    AND followed by NOT
  • 44
    Which logic expression is equivalent to a NOR gate?
    Antwoord
    (B)
    NOT (A OR B)
  • 45
    If the inputs to a logic gate are A = 0 and B = 1. What is the output of an AND gate?
    Antwoord
    (A)
    0
  • 46
    In a logic circuit, what would be the behavior of an OR gate with inputs A and B?
    Antwoord
    A
    B
    D
  • 47
    If both inputs to an OR gate are 0, what is the output?
    Antwoord
    (A)
    0
  • 48
    What is the simplified expression of (A AND B) OR (A AND NOT B)?
    Antwoord
    (A)
    A
  • 49
    What does the term 'truth table' represent?
    Antwoord
    (B)
    A table that defines the logical function of a logic gate for all possible input combinations.
  • 50
    What is the output of a 2-input NAND gate with inputs A=0 and B=0?
    Antwoord
    (B)
    1