67. AQA GCSE (8525) SLR11 – 3.4 Boolean expressions

67. AQA GCSE (8525) SLR11 – 3.4 Boolean expressions

11th Grade

15 Qs

quiz-placeholder

Similar activities

2.4 - Computational logic

2.4 - Computational logic

9th - 11th Grade

19 Qs

WJEC Computer Science KO - Boolean

WJEC Computer Science KO - Boolean

11th Grade

12 Qs

Data Representation and Computer Logic

Data Representation and Computer Logic

11th Grade

20 Qs

logic gates lecture question week 5.1

logic gates lecture question week 5.1

10th - 11th Grade

20 Qs

Pseudocode Quiz

Pseudocode Quiz

10th - 11th Grade

16 Qs

Logic gates

Logic gates

9th Grade - University

15 Qs

65. Logic - Logic Gates and Circuits Quiz

65. Logic - Logic Gates and Circuits Quiz

9th - 12th Grade

11 Qs

Logic Gates and Circuits Quiz

Logic Gates and Circuits Quiz

9th - 12th Grade

11 Qs

67. AQA GCSE (8525) SLR11 – 3.4 Boolean expressions

67. AQA GCSE (8525) SLR11 – 3.4 Boolean expressions

Assessment

Quiz

Computers

11th Grade

Hard

Created by

James Cole

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the NOT gate do?

Reverses the input

Combines two inputs where both have to be true

Combines two inputs where at least one has to be true

Combines two inputs where exactly one has to be true

Answer explanation

The NOT gate reverses the input, making a true input false and a false input true.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is required for an AND gate's output to be true?

Both inputs are true

Exactly one input is true

At least one input is true

Both inputs are false

Answer explanation

For an AND gate's output to be true, both inputs must be true. This is because the AND gate only outputs true when both inputs are true.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the OR gate symbolized in Boolean algebra notation?

+

A plus symbol with a circle around it

A / bar above the section

.

Answer explanation

The OR gate is symbolized in Boolean algebra notation by the plus symbol (+).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Boolean expression for a NOT gate applied to input C?

NOT(C)

C OR NOT

C AND NOT

NOT C

Answer explanation

The correct Boolean expression for a NOT gate applied to input C is NOT(C), which represents the negation of input C.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the given examples, how is the output labeled?

D

C

B

A

Answer explanation

The correct answer is D because in the examples provided, the output is labeled alphabetically, starting from D.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which gate requires only one input to be true and the other to be false for the output to be true?

AND gate

OR gate

XOR gate

NOT gate

Answer explanation

The XOR gate requires only one input to be true and the other to be false for the output to be true, making it the correct choice.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the AND gate represented in text format?

+

A / bar above the section

A plus symbol with a circle around it

.

Answer explanation

The AND gate is represented in text format as a period or dot symbol, which is the correct answer choice in this question.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?