COMP 227 Active Learning

COMP 227 Active Learning

Assessment

Flashcard

Computers

University

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following Boolean expressions represents the output of a 2-input AND gate? A = B, A' + B', AB, A xor B

Media Image

Back

AB

2.

FLASHCARD QUESTION

Front

Simplify the Boolean expression A + A'B

Media Image

Back

A + B

3.

FLASHCARD QUESTION

Front

Which law allows the simplification form A + AB = A?

Back

Absorption Law

4.

FLASHCARD QUESTION

Front

The complement of the Boolean expression A + B is:

Media Image

Back

A'B'

5.

FLASHCARD QUESTION

Front

Which logic gate has the output 1 only when all inputs are 0?

Back

NOR

6.

FLASHCARD QUESTION

Front

The Boolean expression for a NOR gate is:

Media Image

Back

(A + B)'.

7.

FLASHCARD QUESTION

Front

Which gate's output is the complement of the AND gate?

Back

NAND

8.

FLASHCARD QUESTION

Front

In digital circuits, "1" and "0" typically represent: High and low voltages, respectively; ON and OFF states, respectively; True and False, respectively;

Back

All of the Above