Number Systems and Boolean Algebra

Number Systems and Boolean Algebra

University

15 Qs

quiz-placeholder

Similar activities

Quizotronics Quiz

Quizotronics Quiz

University

20 Qs

Digital Logic Design Quiz 2 (CS-2B)

Digital Logic Design Quiz 2 (CS-2B)

University

18 Qs

Artificial Neural Networks (Part 1- Part 3) Quiz

Artificial Neural Networks (Part 1- Part 3) Quiz

University

20 Qs

Quiz Counter, FSM 2024

Quiz Counter, FSM 2024

University

15 Qs

Quiz-3: Number System

Quiz-3: Number System

University

10 Qs

Lesson 7 Structuring a PLC Program

Lesson 7 Structuring a PLC Program

University

15 Qs

Electro 2 PSW 3

Electro 2 PSW 3

University

15 Qs

Digital Electronics Quiz -U1-U2

Digital Electronics Quiz -U1-U2

University

15 Qs

Number Systems and Boolean Algebra

Number Systems and Boolean Algebra

Assessment

Quiz

Engineering

University

Hard

Created by

Mohan Ramasamy

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is a Boolean function?

A function that outputs a string based on integer inputs.

A function that only accepts numeric inputs.

A function that maps binary inputs to a binary output.

A function that maps binary inputs to decimal outputs.

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Define the AND gate and its truth table.

Truth Table for NAND Gate: | A | B | Output | | 0 | 0 | 1 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |

Truth Table for NOT Gate: | A | Output | | 0 | 1 | | 1 | 0 |

Truth Table for OR Gate: | A | B | Output | | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 1 |

Truth Table for AND Gate: | A | B | Output | |---|---|--------| | 0 | 0 | 0 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 1 |

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Explain De Morgan's Theorems in Boolean algebra.

NOT (A AND B) = (NOT A) AND (NOT B)

NOT (A OR B) = (NOT A) OR (NOT B)

NOT (A AND B) = (A OR B)

De Morgan's Theorems: 1) NOT (A AND B) = (NOT A) OR (NOT B); 2) NOT (A OR B) = (NOT A) AND (NOT B).

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the binary equivalent of the decimal number 13?

1001

1101

1110

1011

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

How many inputs can a NAND gate have?

One input

Three inputs

Two or more inputs

Only digital inputs

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the output of an OR gate when both inputs are false?

undefined

true

null

false

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Describe the significance of the truth table in logic circuits.

It determines the power consumption of the circuit.

The truth table is significant in logic circuits as it provides a clear representation of how inputs relate to outputs, aiding in design and analysis.

It is used to measure the voltage across the circuit.

It shows the physical layout of the circuit components.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?