AQA - Section 4 - Boolean Expressions

AQA - Section 4 - Boolean Expressions

11th Grade

9 Qs

quiz-placeholder

Similar activities

GCSE Computing: Computational Logic 2.4

GCSE Computing: Computational Logic 2.4

11th - 12th Grade

15 Qs

Digital Logic and Design (Logic Gates)

Digital Logic and Design (Logic Gates)

11th Grade

13 Qs

Computer Science Boolean Logic

Computer Science Boolean Logic

11th Grade

10 Qs

Boolean logic

Boolean logic

10th - 12th Grade

12 Qs

Binary Logic Gates

Binary Logic Gates

7th - 11th Grade

10 Qs

Unit 5-6 Quiz Creation

Unit 5-6 Quiz Creation

11th - 12th Grade

10 Qs

Logic Circuits

Logic Circuits

10th - 12th Grade

10 Qs

2.4 - Computational Logic

2.4 - Computational Logic

7th - 12th Grade

15 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