wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Digital Technology

Total questions: 19

Worksheet time: 10mins

Name
Class
Date
1.

Which of these diagrams is correct for an OR gate?

a)
b)
c)
2.

Which of the following gates only takes one input?

a)

AND

b)

OR

c)

NOT

3.

Which gate will output a 1 if any of the inputs are 1?

a)

AND

b)

OR

c)

NOT

4.

Which gate "reverses" any numbers that pass through it?

a)

AND

b)

OR

c)

NOT

5.

Complete this truth table for an AND gate.

a)

0000

b)

0001

c)

0111

d)

1111

6.

Complete this truth table for an OR gate.

a)

0000

b)

0001

c)

0111

d)

1111

7.

Complete this truth table for an OR gate.

a)

0000

b)

0001

c)

0111

d)

1111

8.

If A was 1 and B was 0 in this circuit, what would Q be?

a)

0

b)

1

9.

Which of the following scenarios is the only one where R would be 0 in this circuit?

a)

If all of the switches were on

b)

If all of the switches were off

c)

If half of the switches were on

d)

If only one of the switches were on

10.

In this circuit, if A and B were both 0, what would R be?

a)

0

b)

1

11.

The binary number 00101010, when converted to decimal is ___

a)

24

b)

32

c)

42

d)

48

12.

The acronym ALU stands for a computer's ___

a)

accepted language utility

b)

advanced logarithmic unit

c)

arithmetic and linguistic utility

d)

arithmetic and logic unit

13.

The addition of binary numbers can be described using four logic gates; ___

a)

XAND, OR, NOT and XOR

b)

AND, OR, NOT and ELSE

c)

AND, OR, NOT and XOR

d)

AND, IF, NOT and OR

14.

The circuit that sums A and B, and has two outputs, sum (S) and carry (C), is called ___

a)

a half adder

b)

a full adder

c)

a simple summer

d)

a digital combiner

15.

A digital circuit that sums two numbers, and includes a carry bit (C) as input is called ___

a)

a half adder

b)

a full adder

c)

a partial compiler

d)

a complete compiler

16.

In a full adder, which logic gate is used to check if either one of the carry bits is true?

a)

an OR gate

b)

an AND gate

c)

an XOR gate

d)

a NAND gate

17.

In an 8-bit adder, which component is used when there's a carry bit from a previous operation?

a)

a half adder

b)

a full adder

c)

a full compiler

d)

a partial summer

18.

What operations are not included in simple ALUs?

a)

negate and pass-through

b)

increment and decrement

c)

subtract and borrow

d)

multiplication and division

19.

Fancy ALUs will have more flags, but the three flags that are universal and frequently used are ___

a)

Stack, Zero and Negative

b)

Stack, Overflow, and Negative

c)

Overflow, Zero, and Negative

d)

Overflow, Zero, and Stack