Number Systems and Boolean Algebra

Number Systems and Boolean Algebra

University

15 Qs

quiz-placeholder

Similar activities

Code Blitz 40

Code Blitz 40

University

15 Qs

Introduction to C++

Introduction to C++

University

20 Qs

Fuzzy Logic Quiz

Fuzzy Logic Quiz

University

10 Qs

Intro to LP

Intro to LP

University

10 Qs

MOSFET Configurations

MOSFET Configurations

University

10 Qs

mgmg@12

mgmg@12

University

18 Qs

Life Cycle Assessment

Life Cycle Assessment

University

10 Qs

CHAPTER 2 BOOLEAN ALGEBRA

CHAPTER 2 BOOLEAN ALGEBRA

University

20 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?