0

Digital Electronics - 1

Description: Digital Electronics Objective Multiple Computers Fundamentals questions a test regarding checking the knowledge of digital electronics and computer basics
Number of Questions: 25
Created by:
Tags: Digital Electronics Logic Gates Circuits Logic Families Transistors Computers Fundamentals fundamental of electronics digital knowledge computer basics electronics questions Information Technology
Attempted 0/25 Correct 0 Score 0

In which of the following gates the output is 1 if and only if at least one input is 1?

  1. NOT

  2. AND

  3. OR

  4. NAND


Correct Option: C

What is the minimum number of two-input NAND gates used to perform the function of two-input OR gate?

  1. One

  2. Two

  3. Three

  4. Four


Correct Option: C

In which of the following gates the output is 1 if and only if atleast one input is 0?

  1. NOT

  2. AND

  3. OR

  4. NAND


Correct Option: D

An AND gate can be imagined as

  1. Switches connected in series

  2. Switches connected in parallel

  3. MOS transistors in series

  4. All of the above


Correct Option: A

What logic function is produced by adding an inverter to each input and the output of an AND gate?

  1. NAND

  2. NOR

  3. OR

  4. XOR


Correct Option: C

Which gate is known as universal gate?

  1. NOT gate

  2. AND gate

  3. NOR gate

  4. XOR gate


Correct Option: C

Which of the following Boolean expressions is incorrect?

  1. A + 0 = A

  2. A.1 = A

  3. A + A = A

  4. A. A = 0


Correct Option: D

Which of the following Boolean expressions is incorrect?

  1. A + A = A

  2. A + AB = B

  3. (A + B) (A + C) = A + BC

  4. (A + B) (A + B) = A


Correct Option: B

How many NAND gates are needed to perform the logic function X.Y?

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: B

The simplified form of the Boolean expression (X + Y + XY)(X + Z), is

  1. X + Y + Z

  2. XY + YZ

  3. X + YZ

  4. XZ + Y


Correct Option: C

Any given boolean expression can be implemented using

  1. only NAND gates

  2. only AND gates

  3. only XOR gates

  4. only OR gates


Correct Option: A

The Boolean expression AB + AB + AC + AC is independent of the Boolean variable

  1. A

  2. B

  3. C

  4. None of above


Correct Option: D

A decimal number has 25 digits. The number of bits needed for its equivalent binary representation is approx. _____.

  1. 50

  2. 60

  3. 75

  4. 80


Correct Option: C

A toggle operation cannot be performed using a single

  1. NOR gate

  2. AND gate

  3. NAND gate

  4. XOR gate


Correct Option: B

The number of canonical expressions that can be developed over a 3-valued Boolean algebra is

  1. 8

  2. 16

  3. 32

  4. 64


Correct Option: A

How many Boolean functions of three variables f (x, y, z) have the property f (x, y, z) = (f (x' , y' , z' ))?

  1. 8

  2. 16

  3. 64

  4. 256


Correct Option: B

Consider a set x = {a, b, c, d}. The number of binary operations that can be defined on x is

  1. 42

  2. 24

  3. 216

  4. 416


Correct Option: D

What is the form of the Boolean expression (A + B) (C + D) = x?

  1. Product of sums

  2. Sum of products

  3. Karnaugh Map

  4. Matrix


Correct Option: A

if x, y, z are Boolean variables, then

  1. x.x = 1

  2. x (y + z) = (x + y) (x + z)

  3. x + xz = x

  4. x + y = y + x


Correct Option: D

Which of the following input combinations is not allowed in a SR flip-flop?

  1. S = 0, R = 0

  2. S = 0, R = 1

  3. S = 1, R = 0

  4. S = 1, R = 1


Correct Option: D

When an inverter is placed between both inputs of an SR flip-flop, the resulting flip-flop is

  1. JK flip-flop

  2. D flip-flop

  3. T flip-flop

  4. Master slave JK flip-flop


Correct Option: B

A flip-flop can store _____ bit(s) of data.

  1. one

  2. two

  3. three

  4. none of these


Correct Option: A

How many flip-flops are needed to divide the input frequency by 64?

  1. 4

  2. 5

  3. 6

  4. 8


Correct Option: C

Which of the following devices selects one of several inputs & transmits it to a single output?

  1. Decoder

  2. Multiplexer

  3. Demultiplexer

  4. Counter


Correct Option: B

A Multiplexer is also known as

  1. coder

  2. decoder

  3. data selector

  4. multivibrator


Correct Option: C
- Hide questions