You are on page 1of 35

Question 

1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
3 bits full adder contains ________
Select one:
a.
8 combinational inputs
b.
 3 combinational inputs
c.
6 combinational inputs
d.
4 combinational inputs
Feedback
Your answer is correct.

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The complement term for X’.Y’.Z + X.Y will be _____________
Select one:
a.
(X+Y+Z’)(X’+Y’)
b.
(X+Y+Z’)(X’+Y)
c.
XYZ’+X’Y’
d.
(X+Y+Z’)(X’+Y)
Feedback
Your answer is correct.

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Convert the binary number 11001 to decimal.
Select one:
a.
13
b.
3
c.
15
d.
25
Feedback
Your answer is correct.

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text

If a 3-input NOR gate has eight input possibilities, how many of those possibilities will result in
a HIGH output?

Select one:
a.
8
b.
2
c.
1
d.
7
Feedback
Your answer is correct.

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The output of a NOR gate is HIGH if ________.

Select one:
a.
all inputs are HIGH
b.
any input is HIGH
c.
all inputs are LOW
d.
any input is LOW
Feedback
Your answer is correct.

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the circuits in figure (a to d) is the sum-of-products
implementation of figure (e)?
Select one:
a.
c
b.
d
c.
a
d.
b
Feedback
Your answer is correct.

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is rooted in binary code, a series of zeroes and ones each having an
opposite value.
Select one:
a.
Decimal Base
b.
Digital Logic
c.
Radix Number System
d.
Numeric System
Feedback
Your answer is correct.

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The maximum number of bits sufficient to represent a hexadecimal number
in binary:
Select one:
a.
8
b.
7
c.
3
d.
4
Feedback
Your answer is correct.

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The subtraction using 1’s complement of 110 – 100 will give the result
___________
Select one:
a.
-010
b.
-011
c.
010
d.
011
Feedback
Your answer is correct.

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The 16’s complement of 74E will be __________
Select one:
a.
8B2
b.
2B8
c.
F8B2
d.
8C2
Feedback
Your answer is correct.

Question 11
Correct
Mark 2.00 out of 2.00

Flag question
Question text
Which of the following logic expressions represents the logic diagram
shown?

Select one:
a.
X=AB’+A’B
b.
X=(AB)’+AB
c.
X=A’B’+AB
d.
X=(AB)’+A’B’
Feedback
Your answer is correct.

Question 12
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Convert 111 110 010 from base 2 to base 8
Select one:
a.
672
b.
215
c.
125
d.
762
Feedback
Your answer is incorrect.

Question 13
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Latches constructed with NOR and NAND gates tend to remain in the
latched condition due to which configuration feature?
Select one:
a.
Cross coupling
b.
Gate impedance
c.
Synchronous operation
d.
Low input voltages
Feedback
Your answer is correct.
Question 14
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is not a binary number?
Select one:
a.
000
b.
11E
c.
1111
d.
101
Feedback
Your answer is correct.

Question 15
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following gates has the exact inverse output of the OR gate
for all possible input combinations?
Select one:
a.
NOR
b.
AND
c.
NOT
d.
NAND
Feedback
Your answer is correct.

Question 16
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The output of an AND gate with three inputs, A, B, and C, is HIGH when
________.
Select one:
a.
A = 1, B = 1, C = 1
b.
A = 1, B = 1, C = 0
c.
A = 1, B = 0, C = 1
d.
A = 0, B = 0, C = 0
Feedback
Your answer is correct.

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text
One multiplexer can take the place of ___________
Select one:
a.
Several Ex-NOR gates
b.
Several SSI logic gates
c.
Several SSI logic gates or combinational logic circuits
d.
Combinational logic circuits
Feedback
Your answer is correct.

Question 18
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A digital multiplexer is a combinational circuit that selects ___________
Select one:
a.
Many decimal inputs and transmits the selected information
b.
Many decimal outputs and accepts the selected information
c.
One digital information from several sources and transmits the selected one
d.
Many digital information and convert them into one
Feedback
Your answer is correct.

Question 19
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A technique that allocates time slots dynamically.
Select one:
a.
Statistical TDM
b.
Dynamic TDM
c.
TDM
d.
WDM
Feedback
Your answer is correct.
Question 20
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In a multiplexer the output depends on its ___________
Select one:
a.
Enable pin
b.
Select inputs
c.
Select outputs
d.
Data inputs
Feedback
Your answer is correct.

Question 21
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In the hexadecimal system, we allow _______ values for each digit of a
number
Select one:
a.
16
b.
2
c.
8
d.
10
Feedback
Your answer is correct.

Question 22
Correct
Mark 1.00 out of 1.00

Flag question

Question text
How many select lines would be required for an 8-line-to-1-line
multiplexer?
Select one:
a.
2
b.
4
c.
3
d.
8
Feedback
Your answer is correct.

Question 23
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The subtraction using 1’s complement of 110 – 100 will give the result
___________
Select one:
a.
010
b.
-011
c.
-010
d.
011
Feedback
Your answer is correct.

Question 24
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The smallest integer that can be represented by an 8-bit number in 2’s
complement form is
Select one:
a.
-127
b.
0
c.
-256
d.
-128
Feedback
Your answer is correct.

Question 25
Correct
Mark 1.00 out of 1.00

Flag question

Question text
How many AND gates are required to realize the following expression
Y=AB+BC?
Select one:
a.
8
b.
4
c.
1
d.
2
Feedback
Your answer is correct.

Question 26
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following correctly describes the distributive law.
Select one:
a.
(A.B)C=AC.AB
b.
( A+B)(C+D)=AB+CD
c.
(AB)(A+B)=AB
d.
(A+B).C=AC+BC
Feedback
Your answer is correct.

Question 27
Correct
Mark 1.00 out of 1.00

Flag question
Question text
 In this technique, there is a link between subscriber and network and a
local loop.
Select one:
a.
TSDL
b.
ASDL
c.
SSDL
d.
DSDL
Feedback
Your answer is correct.

Question 28
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The sequential circuit is also called ___________
Select one:
a.
Strobe
b.
Latch
c.
Adder
d.
Flip-flop
Feedback
Your answer is correct.

Question 29
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The result obtained on subtraction using 2’s complement of 1111-0010 will
be _________
Select one:
a.
11011
b.
11101
c.
1101
d.
1011
Feedback
Your answer is correct.

Question 30
Correct
Mark 1.00 out of 1.00

Flag question
Question text
The max term when X=Y=Z=1 is ________
Select one:
a.
x’y’z’
b.
x’+y’+z’
c.
x+y+z
d.
xyz
Feedback
Your answer is correct.

Question 31
Correct
Mark 1.00 out of 1.00

Flag question

Question text
What kind of a flag is the sign flag?
Select one:
a.
Status
b.
General Purpose
c.
Instruction
d.
Address
Feedback
Your answer is correct.

Question 32
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In double precision format, the size of the mantissa is ______
Select one:
a.
52 bit
b.
72
c.
64
d.
32 bit
Feedback
Your answer is correct.

Question 33
Correct
Mark 1.00 out of 1.00

Flag question

Question text
For voice, each channel contains a ___ word of digitized data.
Select one:
a.
4
b.
1
c.
0
d.
2
Feedback
Your answer is correct.

Question 34
Correct
Mark 1.00 out of 1.00

Flag question

Question text
What is the complement of X’Y’Z?
Select one:
a.
X+Y+Z’
b.
XYZ’
c.
X’+Y+’Z’
d.
X+YZ
Feedback
Your answer is correct.

Question 35
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text

The Boolean expression for a 3-input AND gate is ________.

Select one:
a.
X = AB + C
b.
X=A+B+C
c.
X = AB
d.
X = ABC
Feedback
Your answer is incorrect.

Question 36
Correct
Mark 1.00 out of 1.00

Flag question
Question text
What is the complement of X’Y’Z?
Select one:
a.
XYZ’
b.
X’+Y+’Z’
c.
X+Y+Z’
d.
X+YZ
Feedback
Your answer is correct.

Question 37
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The 1’s complement of 1111111110.101 is _______________
Select one:
a.
1.010
b.
1.101
c.
0000000000.010
d.
1111111110.101
Feedback
Your answer is correct.

Question 38
Correct
Mark 1.00 out of 1.00

Flag question

Question text
In parts of the processor, adders are used to calculate ____________
Select one:
a.
Increment and decrement operators
b.
Table indices
c.
Addresses
d.
All of the Mentioned
Feedback
Your answer is correct.

Question 39
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Number of outputs in a half adder _____________
Select one:
a.
0
b.
3
c.
1
d.
2
Feedback
Your answer is correct.

Question 40
Correct
Mark 1.00 out of 1.00

Flag question

Question text
How many AND, OR and EXOR gates are required for the configuration of
full adder?
Select one:
a.
1, 2, 2
b.
3, 1, 2
c.
2, 1, 2
d.
4, 0, 1
Feedback
Your answer is correct.

Question 41
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The result obtained on subtraction using 2’s complement of 1111-0010 will
be _________
Select one:
a.
1011
b.
1101
c.
11101
d.
11011
Feedback
Your answer is correct.

Question 42
Correct
Mark 1.00 out of 1.00

Flag question

Question text
What is correct instruction if you want the control to go to the location
2000h?
Select one:
a.
RET 2000h
b.
JMP 2000h
c.
MOV A, 2000h
d.
MOV 2000h
Feedback
Your answer is correct.

Question 43
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The numbers written to the power of 10 in the representation of decimal
numbers are called as _____
Select one:
a.
Height factors
b.
Scale factors
c.
Size factors
d.
None of the mentioned
Feedback
Your answer is correct.

Question 44
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The minterm of any expression is denoted by ___________
Select one:
a.
Mt
b.
M
c.
m
d.
min
Feedback
Your answer is correct.

Question 45
Correct
Mark 1.00 out of 1.00

Flag question
Question text
New CPU whose instruction set includes the instruction set of its
predecessor CPU is said to be ___________ with its predecessor.
Select one:
a.
fully compatible
b.
backward compatible
c.
compatible
d.
forward compatible
Feedback
Your answer is correct.

Question 46
Correct
Mark 1.00 out of 1.00

Flag question

Question text
What is a multiplexer?
Select one:
a.
It is a type of encoder which decodes several inputs and gives one output
b.
It takes one input and results into many output
c.
A multiplexer is a device which converts many signals into one
d.
It is a type of decoder which decodes several inputs and gives one output
Feedback
Your answer is correct.

Question 47
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Many time slots are wasted in __________
Select one:
a.
Asynchronous TDM
b.
Synchronous TDM
c.
FDM
d.
TDM
Feedback
Your answer is correct.

Question 48
Correct
Mark 1.00 out of 1.00

Flag question
Question text
 What does the symbol D represent in a hexadecimal number system?
Select one:
a.
14
b.
8
c.
16
d.
13
Feedback
Your answer is correct.

Question 49
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Convert (52)16 into its decimal equivalent.
Select one:
a.
80
b.
82
c.
83
d.
28
Feedback
Your answer is correct.

Question 50
Correct
Mark 1.00 out of 1.00

Flag question

Question text
The 16’s complement of 74E will be __________
Select one:
a.
2B8
b.
F8B2
c.
8C2
d.
8B2

You might also like