You are on page 1of 3

BITS OF BYTES.

CO

IGCSE / GCSE Computer Science

Home
1 - Theory of Computer Science
2 - Practical Problem Solving and Programming
Pre-Release Material
1 - Computer Systems (2023)

Search

MENU

Home
1 - Theory of Computer Science
2 - Practical Problem Solving and Programming
Pre-Release Material
1 - Computer Systems (2023)

1 - Theory of Computer Science / Logic Gates

EXAM QUESTIONS - LOGIC GATES

EXAMPLE QUESTION 1

REVEAL ANSWERS

Question 2 requires you to match logic gate symbols to their name by drawing a straight line to link them.

Answers

EXAMPLE QUESTION 2
REVEAL ANSWERS

10

(a) Question 10 (a) requires you to fill in the truth table for a NOR gate. Remember that a NOR gate is
essentially the opposite of an or gate. X will only be 1 if Neither of the inputs are 1 and both of them are not
1.

​Answers

(b) Question 10 (b) asks you to write a logic statement for the given diagram

For this question 1 mark would be awarded for each correct part of the answer.

Answer
The whole answer should look something like this:

X = (A AND B) AND (C OR NOT B)

1 mark for each of the following sections

(A AND B) = 1 mark
AND = 1 mark
​(C OR NOT B) = 1 mark

EXAMPLE QUESTION 3

EXAMPLE QUESTION 4

EXAMPLE QUESTION 5
EXAMPLE QUESTION 6

Est. 2015 - Copyright © 2020

You might also like