Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 17

Oueston bank

#1 Smpfy the foowng expresson usng Booean agebra.


1. A+AB
2. AB+AB
3. ABC+AC
4. AB+ABC+ABC
Ans:

#2 Smpfy the foowng expresson usng three varabe maps.
1 F(x,y,z)=_(0,1,5,7)
2 F(x,y,z)=_(1,2,3,6,7)
3 F(x,y,z)=_(3,5,6,7)
4 F(x,y,z)=_(0,2,3,4,6)
Ans:
#3 Convert the foowng numbers wth ndcated bases to
decma no. .
(12121)3 ,(4310)5, (50)7 ,(198)12
Ans
#4 Convert the foowng decmas no. to bnary: 1231,673,1998.
Ans:
#5 Convert the foowng decmas no. to base ndcated.
a. 7562 to octa
b. 1938 to hex
c. 175 to bnary
Ans:
#5 Convert the hexadecma no. F3A7C2 to bnary and octa.
Ans:
#6 Show the vaues of a bts of a 12 bt regster that hod the no.
equvaent to decma 215 n bnary,bnary coded octa,bnary
coded hex,bnary coded decma.
Ans:
#7 Obtan 9s compement of the foowng eght dgt decma
no.:
12349867;00980100;90009951;00000000
Ans:
#8 Obtan 10s compement of the foowng sx dgt decma no.:
123900;090657;100000,000000
Ans:
#9 Obtan the 1s and 2s compements of foowng eght dgt
nos:
10101110;10000001;10000000;00000001..
Ans
#10 Perform the subtracton wth foowng unsgned decma nos
by takng 10s compement of the subtrahend.
a. 5250-1321
b. 1753-8640
c. 20-100
d. 1200-250
Ans:
#11 Perform the subtracton wth foowng unsgned bnary nos
by takng 2s compement of the subtrahend.
a. 11010-10000
b. 11010-1101
c. 100-110000
d. 1010100-1010100
Ans:
#12 Perform the arthmetc operaton +42 + -13 and -42 - -13 n
bnary usng sgned-2s compement representaton.
Ans:
#13 Represent the decma no. 8620 n a. BCD b. excess-3 code
c. 2421 d. bnary no. .
Ans:
#14 Lst the 10 BCD dgts wth an even party n the eft most
poston .Repeat wth an odd party.
Ans :
Chapter - 4
#1 Show the bock dagram of the hardware that mpements the
foowng regster transfer statement :
yT2: R2+R1 , R1+R2
Ans:
#2 Represent the foowng condtona contro statement by two
regster transfer statements wth contro functons
If (p=1) then (R1+R2) ese f (O=1) then (R1+R3)
Ans:

#3 What has to be done wth the bus system to be abe to
transfer nformaton from any regster to any other regster ?
Specfcay , show the connectons that must be ncuded to
provde a path from the outputs of regster C to the nput of
regster A?
Ans:
#4 Draw a dagram of a bus system smar to the one shown n
fg 4-3 (refer morrs mano) ,but use three state buffer and a
decoder nstead of the mutpexer.
Ans:

#5 A dgta computer has a common bus system for 16 regsters
of 32 bts each. The bus s constructed wth mutpexers.
a. How many seecton nputs are there n each mutpexer?
b. What sze of mutpexers are needed?
c. How many mutpexers are there n the bus?
Ans:
#6 The foowng transfer statements specfy memory . Expan
the memory operaton n each use.
a. R2+M|AR|
b. M|AR|+R3
c. R5+M|R5|
Ans:
#7 The adder - subtractor crcut of fg 4-7 (refer morrs mano)
has the foowng vaues for nput mode M and data nputs A and B
. In each case, determne the vaues of the output : S3,S2,S1,S0
and C4
M A B
a. 0 0111 0110
b. 0 1000 1001
c. 1 1100 1000
d. 1 0101 1010
e. 1 0000 0001
Ans:
#8 Desgn a 4-bt combnatona crcut decrementer usng four
fu adder crcuts .
Ans:
#9 Desgn an arthmetc crcut wth one seecton varabe S and
two n-bt data nput A and B . The crcut generates the foowng
four arthmetc operatons n con|uncton wth the nput carry Cn.
Draw the ogc dagram for the frst two stages.
S Cn =0 Cn =1
0 D = A+B (add) D = A+1
(ncrement)
1 D = A-1 (ncrement) D = A +B +1
(subtract)
Ans:
#10 Desgn a dgta crcut that performs the four ogc
operatons of excusve -OR , excusve -NOR ,NOR and NAND .
use two seecton varabes . Show the ogc dagram of one
typca stage.
Ans:
#11 Regster A hods the 8-bt bnary 11011001.Determne the B
operand and the ogc mcrooperaton to be performed n order to
change the vaue n A to :
a. 01101101
b. 11111101
Ans:
#12 Startng from the nta vaue of R = 11011101, Determne
the sequence of bnary vaues n R after a ogca shft-
eft,foowed by a crcuar shft rght , foowed by a ogca shft -
rght and a crcuar shft - eft.
Ans:
#13 The 8-bt regster AR,BR,CR and DR ntay have the
foowng vaues:
AR = 11110010
BR = 11111111
CR = 10111001
DR = 11101010
Determne the 8-bt vaues n each regster after the executon of
the foowng sequence of mcrooperatons.
AR + AR +BR add BR to AR
CR + CR DR, BR + BR +1 AND DR to CR , ncrement
BR
AR + AR -CR subtract CR from AR
Ans:

You might also like