Photo AI

Complete the truth table in Fig - OCR - GCSE Computer Science - Question 1 - 2023 - Paper 1

Question icon

Question 1

Complete-the-truth-table-in-Fig-OCR-GCSE Computer Science-Question 1-2023-Paper 1.png

Complete the truth table in Fig. 1 for the Boolean statement P = NOT(A AND B). | A | B | P | |---|---|---| | 0 | 0 | 1 | | 0 | 1 | | | 1 | 0 | | | 1 | 1 | 0 | ... show full transcript

Worked Solution & Example Answer:Complete the truth table in Fig - OCR - GCSE Computer Science - Question 1 - 2023 - Paper 1

Step 1

Complete the truth table for P = NOT(A AND B)

96%

114 rated

Answer

To complete the truth table for the statement P = NOT(A AND B), we need to evaluate P based on the values of A and B.

  1. When A = 0 and B = 0:

    • A AND B = 0 AND 0 = 0
    • P = NOT(0) = 1
  2. When A = 0 and B = 1:

    • A AND B = 0 AND 1 = 0
    • P = NOT(0) = 1
  3. When A = 1 and B = 0:

    • A AND B = 1 AND 0 = 0
    • P = NOT(0) = 1
  4. When A = 1 and B = 1:

    • A AND B = 1 AND 1 = 1
    • P = NOT(1) = 0

Thus, the completed truth table is:

ABP
001
011
101
110

Step 2

Tick (✓) one box to identify the correct logic diagram for P = NOT(A AND B)

99%

104 rated

Answer

The correct logic diagram for P = NOT(A AND B) can typically be identified using a NOT gate followed by an AND gate. You would look for a diagram that shows both A and B going into an AND gate, with the output of that AND gate going into a NOT gate. Therefore, you would tick the box that illustrates this configuration.

Join the GCSE students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

Other GCSE Computer Science topics to explore

;