wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BICS 1302 - CHAPTER 10 DIGITAL LOGIC

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

What is the primary purpose of Boolean algebra in digital logic?

a)

To create complex mathematical equations.

b)

To design and analyze digital circuits.

c)

To simplify programming languages.

d)

To enhance graphical user interfaces.

2.

Who is credited with the development of Boolean algebra?

a)

Claude Shannon

b)

George Boole

c)

Alan Turing

d)

John von Neumann

3.

What does a logical variable in Boolean algebra represent?

a)

A numerical value.

b)

A state that can be either 1 (TRUE) or 0 (FALSE).

c)

A character in a string.

d)

A memory address.

4.

Which logical operation yields TRUE only if both operands are TRUE?

a)

OR

b)

NOT

c)

AND

d)

NAND

5.

In Boolean algebra, what does the NOT operation do?

a)

It adds two values.

b)

It inverts the operand’s value.

c)

It multiplies two values.

d)

It compares two values.

6.

What is the output of an OR operation if both inputs are FALSE?

a)

TRUE

b)

FALSE

c)

Undefined

d)

1

7.

Which of the following is NOT a basic logic gate?

a)

AND

b)

OR

c)

XOR

d)

NAND

8.

What is the primary function of a logic gate?

a)

To store data.

b)

To implement logical functions through interconnections.

c)

To perform arithmetic calculations.

d)

To display output on a screen.

9.

What does a truth table represent?

a)

The graphical layout of a circuit.

b)

The binary value of each output signal for all possible input combinations.

c)

The algebraic notation of a Boolean function.

d)

The physical components of a circuit.

10.

In the Sum of Products (SOP) form, when is the output 1?

a)

When all inputs are 0.

b)

When any input combination that produces 1 is true.

c)

When all inputs are 1.

d)

When the inputs are equal.

11.

What is the first step in writing the SOP for a Boolean function?

a)

Write the complement of a variable.

b)

Include input variables where the value is 1.

c)

Create a truth table.

d)

Simplify the equation.

12.

What does the Product of Sums (POS) form represent?

a)

The output is 1 for input combinations that produce 1.

b)

The output is 0 for input combinations that produce 0.

c)

The output is always 1.

d)

The output is always 0.

13.

In the context of POS, what is the first step to write the equation?

a)

Include input variables where the value is 1.

b)

Write the complement of a variable if its value is 1.

c)

Include input variables where the value is 0.

d)

Create a truth table.

14.

What is a Karnaugh Map (K-map) used for?

a)

To represent a Boolean function of a large number of variables.

b)

To simplify Boolean expressions for a small number of variables.

c)

To create truth tables.

d)

To design complex circuits.

15.

Which of the following is a characteristic of combinational circuits?

a)

They have memory elements.

b)

Their output depends only on the current input.

c)

They require clock signals.

d)

They can store previous states.

16.

What is the significance of the AND gate in digital logic?

a)

It produces an output of 1 if at least one input is 1.

b)

It produces an output of 1 only if all inputs are 1.

c)

It inverts the input values.

d)

It combines multiple inputs into one output.

17.

Which gate is the opposite of the AND gate?

a)

OR

b)

NOT

c)

NAND

d)

NOR

18.

What is the output of a NAND gate when both inputs are TRUE?

a)

TRUE

b)

FALSE

c)

Undefined

d)

1

19.

What does the term "canonical form" refer to in Boolean expressions?

a)

A simplified version of the expression.

b)

A long Boolean equation containing all variables.

c)

A graphical representation of the circuit.

d)

A method for converting to decimal.

20.

In Boolean algebra, what is the result of the expression A + A' (where A' is the NOT of A)?

a)

A

b)

0

c)

1

d)

A AND A'

21.

What is the primary advantage of using Boolean algebra in digital circuit design?

a)

It allows for complex calculations.

b)

It simplifies the implementation of desired functions.

c)

It enhances the speed of processing.

d)

It reduces the number of components needed.

22.

Which of the following best describes a truth table?

a)

A graphical representation of a circuit.

b)

A list of all possible input combinations and their corresponding outputs.

c)

A method for simplifying Boolean expressions.

d)

A way to represent logical operations.

23.

What is the output of an OR gate if one input is TRUE and the other is FALSE?

a)

TRUE

b)

FALSE

c)

Undefined

d)

0

24.

In the context of digital logic, what does the term "gate" refer to?

a)

A physical barrier in a circuit.

b)

A component that performs a logical operation.

c)

A type of memory storage.

d)

A method for data transmission.

25.

What is the result of the expression A AND 0?

a)

A

b)

1

c)

0

d)

Undefined

26.

Which of the following is a method for simplifying Boolean expressions?

a)

Truth Tables

b)

Karnaugh Maps

c)

Graphical Symbols

d)

Algebraic Notation

27.

What is the output of a NOR gate when both inputs are FALSE?

a)

TRUE

b)

FALSE

c)

Undefined

d)

1

28.

In a combinational circuit, what determines the output?

a)

Previous inputs

b)

Current inputs only

c)

Clock signals

d)

Memory states

29.

What is the purpose of using graphical symbols in digital logic?

a)

To represent numerical values.

b)

To depict the layout and interconnection of gates.

c)

To simplify Boolean equations.

d)

To create truth tables.

30.

Which of the following statements is true regarding the output of a NOT gate?

a)

It produces the same output as the input.

b)

It inverts the input value.

c)

It only works with binary numbers.

d)

It requires multiple inputs.