AQA - Section 4 - Boolean Expressions

AQA - Section 4 - Boolean Expressions

11th Grade

9 Qs

quiz-placeholder

Similar activities

Logic APCSP

Logic APCSP

9th - 12th Grade

10 Qs

Logic Gates

Logic Gates

11th Grade

10 Qs

Boolean APCSP

Boolean APCSP

9th - 12th Grade

10 Qs

WJEC Computer Science KO - Boolean

WJEC Computer Science KO - Boolean

11th Grade

12 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

Logic gates

Logic gates

9th Grade - University

15 Qs

Logic Gate Quiz

Logic Gate Quiz

1st - 12th Grade

10 Qs

AQA - Section 4 - Boolean Expressions

AQA - Section 4 - Boolean Expressions

Assessment

Passage

Computers

11th Grade

Easy

Created by

J Blakley

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the NOT gate do to its input?

Requires both inputs to be true

Combines two inputs

Reverses the input

Requires at least one true input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For an AND gate to output true, what is required of its inputs?

Only one input is true

At least one input is true

Both inputs are true

Both inputs are false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol represents the OR gate in text-based Boolean algebra notation?

A plus symbol

A plus symbol with a circle around it

A dot

A slash

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Boolean algebra, how is the NOT operation represented in text format?

A dot

A plus symbol

A slash or bar above the section

A circle around the symbol

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Boolean expression for a circuit with an OR gate receiving inputs from an AND gate and a NOT gate?

D = A OR B AND C

D = NOT A AND B OR C

D = A AND B OR NOT C

D = A AND B OR C

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

XOR gate

AND gate

NOT gate

OR gate

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can the XOR gate be represented in text-based Boolean algebra?

A dot

A slash or bar

A plus symbol with a circle around it

A plus symbol

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Boolean expression for a circuit with an OR gate leading into an AND gate, which then leads into a NOT gate?

D = NOT C AND (A OR B)

D = (A OR B) AND NOT C

D = NOT (A OR B) AND C

D = A AND B OR NOT C

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it possible to have more than one correct way to write a Boolean expression for a given logic circuit?

No, unless NOT gates are involved

Yes, but only if using XOR gates

No, there is always only one correct form

Yes, similar to math expressions