wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MATH ELECTIVES (Digital Design and Symbolic Computation)

Total questions: 61

Worksheet time: 1hrs 3mins

Name
Class
Date
1.

Which of the following is NOT a fundamental logic gate?

a)

AND

b)

OR

c)

NOT

d)

MAGI

2.

What is the primary purpose of Boolean algebra?

a)

To perform arithmetic operations on integers.

b)

To represent and manipulate logical expressions.

c)

To analyze the behavior of analog circuits.

d)

To model the stock market.

3.

Karnaugh maps are primarily used for:

a)

Designing complex microprocessors.

b)

Analyzing analog signals.

c)

Simplifying Boolean expressions.

d)

Predicting stock market trends.

4.

Which of the following is NOT a type of flip-flop?

a)

JK

b)

SR

c)

DT

d)

MX

5.

Finite State Machines (FSMs) are used to model systems with:

a)

Continuous inputs and outputs.

b)

Discrete states and transitions.

c)

Random behavior.

d)

No memory

6.

The XOR gate produces a HIGH output only when both inputs are HIGH.

a)

TRUE

b)

FALSE

7.

Decoders convert binary code to a set of unique output signals.

a)

TRUE

b)

FALSE

8.

A multiplexer selects one of multiple inputs based on a control signal.

a)

TRUE

b)

FALSE

9.

Registers are collections of interconnected flip-flops.

a)

TRUE

b)

FALSE

10.

Sequential logic circuits have no memory.

a)

TRUE

b)

FALSE

11.

Identify the logic gate whose output is HIGH only when all inputs are HIGH.



(a)  

12.

Identify the Boolean theorem that states A + AB = A.



(a)  

13.

Two key characteristics of sequential logic circuits:

4 lines
14.

Identify the type of flip-flop known for its ability to toggle its output.



(a)  

15.

Identify a common application of shift registers.

(a)  

16.

Identify the type of logic circuit where the output depends only on the current input combinations.

(a)  

17.

three common simplification techniques used in Boolean algebra.

4 lines
18.

Four types of combinational logic circuits:

4 lines
19.

Three types of flip-flops:

4 lines
20.

Two applications of finite state machines:

4 lines
21.

Solve the problems where, A = 2, B = 3, C = 4.

Commutative Laws

A *B = B *A

4 lines
22.

Solve the problems where, A = 2, B = 3, C = 4.

Commutative Laws

A + B = B + A

4 lines
23.

Solve the problems where, A = 2, B = 3, C = 4.

Associative Laws

(A + B) + C = A + (B + C)

4 lines
24.

Solve the problems where, A = 2, B = 3, C = 4.

Associative Laws

(A *B) C = A * (B *C)

4 lines
25.

Solve the problems where, A = 2, B = 3, C = 4.

Distributive Laws

A* (B + C) = A * B + A * C

4 lines
26.

Solve the problems where, A = 2, B = 3, C = 4.

Distributive Laws

A + (B *C) = (A + B) (A + C)

4 lines
27.

Provide the output for Logical Operator #1



(a)  

28.

Provide the output for Logical Operator #2



(a)  

29.

Provide the output for Logical Operator #3



(a)  

30.

Provide the output for Logical Operator #4



(a)  

31.

Provide the output for Logical Operator #5



(a)  

32.

Provide the output for Logical Operator #6



(a)  

33.

Provide the output for Logical Operator #7



(a)  

34.

Provide the output for Logical Operator #8



(a)  

35.

Provide the output for Logical Operator #9



(a)  

36.

Provide the output for Logical Operator #10



(a)  

37.

Provide the output for Logical Operator #11



(a)  

38.

Provide the output for Logical Operator #12


(a)  

39.

Provide the output for Logical Operator #13


(a)  

40.

Provide the output for Logical Operator #14


(a)  

41.

Provide the output for Logical Operator #15


(a)  

42.

Provide the output for Logical Operator #16

(a)  

43.

Which of the following operations is performed using XOR in GF(2) matrix operations?

a)

Multiplication

b)

Addition

c)

Inverse

d)

Determinant

44.

A matrix used to represent a linear transformation is called a:

a)

State diagram

b)

Truth table

c)

Transformation matrix

d)

Boolean expression

45.

The set of vectors that are mapped to the zero vector by a linear transformation is known as the:

a)

Image

b)

Rank

c)

Kernel

d)

Nullity

46.

Linear Feedback Shift Registers (LFSRs) primarily utilize which mathematical structure?

a)

Boolean Algebra

b)

Graph Theory

c)

Calculus

d)

Linear Algebra

47.

Which of the following is used to detect and correct errors in digital communication?

a)

Error-correcting codes

b)

Digital Signal Processing

c)

Combinational Logic

d)

Finite State Machines

48.

1. Matrix multiplication in GF(2) is identical to standard integer matrix multiplication.

a)

True

b)

False

49.

The kernel of a linear transformation is always the set of all possible output vectors

a)

True

b)

False

50.

Eigenvalues are always zero in GF(2) matrices.

a)

True

b)

False

51.

The rank of a matrix plus its nullity equals the dimension of the domain.

a)

True

b)

False

52.

GF(2) is a finite field with only two elements, 0 and 1.

a)

True

b)

False

53.

In GF(2), the operation equivalent to the AND logic gate is (a)   .

54.

The dimension of the kernel of a linear transformation is called the (a)   .

55.

(a)   are used to process digital signals like audio and images.

56.

A matrix that, when multiplied by the original matrix, results in the identity matrix is called the (a)   .

57.

The set of all possible output vectors of a linear transformation is called the (a)   .

58.

The set of all possible output vectors of a linear transformation is called the (a)   .

59.

Matrix Addition (GF(2)):

[[1, 0], [1, 1]] + [[0, 1], [1, 0]] = (a)  

60.

Matrix Multiplication (GF(2)):
[[1, 0], [1, 1]] * [[0, 1], [1, 0]] = (a)  

61.

Scaling:

If s = 3, the vector (2, 3) would be transformed to (a)