Basic Concepts on Digital System Design Quiz

Basic Concepts on Digital System Design Quiz

2nd Grade

9 Qs

quiz-placeholder

Similar activities

Algebra de Boole parte 1

Algebra de Boole parte 1

2nd Grade

10 Qs

Digital Logic - simple

Digital Logic - simple

1st - 12th Grade

10 Qs

Informatica

Informatica

KG - Professional Development

12 Qs

Fun Quiz

Fun Quiz

1st - 2nd Grade

10 Qs

Quiz 10 Teori Bahasa dan Otomata

Quiz 10 Teori Bahasa dan Otomata

1st - 12th Grade

5 Qs

GET LOGIK

GET LOGIK

1st - 10th Grade

10 Qs

History of Computers

History of Computers

2nd - 5th Grade

10 Qs

Keyboarding Level 1

Keyboarding Level 1

1st - 5th Grade

10 Qs

Basic Concepts on Digital System Design Quiz

Basic Concepts on Digital System Design Quiz

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

RAJKUMAR S

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the Boolean expression A + A'?

A'

A

0

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Simplify the Boolean expression (A + B)(A + C) using sum of product method.

A + AC + AB + BC

A + BC + AC

A + AB + AC + BC

A + AB + AC

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What logic gate is used to perform the addition of two binary numbers?

AND gate

XOR gate

NOT gate

OR gate

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Draw the truth table for the AND gate.

1100

1001

0110

1010

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the decimal equivalent of the binary number 1010?

1100

1001

10

1010

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the octal number 36 to its binary equivalent.

1010

1101

1001

1110

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Simplify the expression using product of sum method: (A + B)(A' + C)(B + C)

(A'C + AB + BC)(B + C)

(A'C + AB + BC)(A' + C)

(A'C + AB + BC)(A + B)

(A'C + AB + BC)(A + C)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Implement the Boolean expression F(A, B, C) = Σ(1, 3, 5, 7) using logic gates.

F(A, B, C) = A'B'C' + A'BC' + AB'C' + ABC'

F(A, B, C) = A'B + AB' + ABC

F(A, B, C) = A'BC' + AB'C' + A'BC

F(A, B, C) = A'B'C + AB'C' + A'BC'

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the incompletely specified function from the given Karnaugh map.

Function F2

Function F3

Function F4

Function F1