Unit 2
Unit 2
Unit - 2
Or
AK
Answer: c
Explanation: It can be represented up
to 16 different values with the help of
a Word. Nibble is a combination of
four bits and Byte is a combination of
8 bits. It is “word” which is said to be
a collection of 16-bits on most of the
systems.
3. If the decimal number is a fraction
then its binary equivalent is obtained
by the number
continuously by 2.
a) (346.25)10
b) (532.864)10
c) (340.67)10
d) (531.668)10
Answer: a
Explanation: Octal to Decimal
conversion is obtained by
multiplying 8 to the power of
base index along with the value
at that index position. (532.2)8
= 5 * 82 + 3 * 81 + 2 * 80 + 2 *
8-1 = (346.25)10
5. Which of the following is not a
data type?
a) Symbolic Data
b) Alphanumeric Data
c) Numeric Data
d) Alphabetic Data
Answer: a
Explanation: Data can be assumed as
a raw material which, in turns after
processing gives the desired output in
the form of instructions. Further, a
set of ordered and meaningful a) Input Unit
instructions is known as a program. b) Memory Unit
c) Control Unit
7. Which of the following is not a d) I/O Unit
characteristic of a computer?
a) Diligence Answer: c
b) I.Q. Explanation: The control unit
c) Accuracy manages and coordinates the
d) Versatility operations of a computer system.
The ALU is responsible for performing
Answer: b all the arithmetic and bitwise
Explanation: The Computer system operations . Therefore, both these
units combine to form the brain of address for the read and write
the computer ,which is the central operations.
processing unit.
11. If the control signals are
9. The part of a processor which generated by combinational logic,
contains hardware necessary to then they are generated by a type of
perform all the operations required controlled unit.
by a computer: a) Micro programmed
a) Data path b) Software
b) Controller c) Logic
c) Registers d) Hardwired
d) Cache
Answer: d
Answer: a Explanation: The main task of a
Explanation: A processor is a part of control unit is to generate control
the computer which does all the data signals. There are two main types of
manipulation and decision making. A control units:
processor comprises of: A hardwired control unit generates
A data path which contains the control signals by using
hardware necessary to perform all combinational logic circuits and the
the operations. A controller tells the Micro programmed control unit
data path what needs to be done. generates control signals by using
The registers act as intermediate some softwares.
storage for the data.
12. Which is the simplest method of
10. What does MAR stand for? implementing hardwired control
a) Main Address Register unit?
b) Memory Access Register a) State Table Method
c) Main Accessible Register b) Delay Element Method
d) Memory Address Register c) Sequence Counter Method
d) Using Circuits
Answer: d
Explanation: MAR is a type of register Answer: a
which is responsible for the fetch Explanation: There are 3 ways of
operation. MAR is connected to the implementing hardwired control unit:
address bus and it specifies the A state table is the simplest method
Answer: a Answer: d
Explanation: The computer Explanation: The expression for
Answer: a Answer: a
Explanation: The DeMorgan‟s law Explanation: Y = AB‟ + (A‟ + B)C = AB‟
states that (AB)‟ = A‟ + B‟ & (A + B)‟ = + (AB‟)‟C = (AB‟ + C)( AB‟ + AB‟) = (AB‟
A‟ * B‟, as per the Dual Property. + C).1 = (AB‟ + C).
c) ASCII Answer: b
d) EDIC Explanation: To add any two BCD
numbers :
Answer: d
Simply perform the addition :
Explanation: There is no coding
23+20=43.
scheme like EDIC. EBCDIC stands for
Then, write the equivalent BCD
Extended Binary Coded Decimal
number = (0100 0011)BCD.
Interchange Code. BCD stands for
Binary Coded Decimal. ASCII stands 43. The weights used in Binary coded
for American Standard Code for decimal code are:
information interchange. a) 4,2,1
b) 8,4,2,1
41. The BCD representation of
c) 6,4,2,1
(34)10 is
d) 2,1
a) 6
b) 7 Answer: b
c) 8 Explanation: BCD is a weighted code
d) 5 and it uses the weights 8,4,2,1
respectively. It is often called the
Answer: b
8421 code. Since, it uses 4 bits for the
Explanation: BCD numbers are
representation therefore the weights
represented as:
are assigned as : 23 = 8, 22 = 4, 21 = 2,
34 = (0011 0100)BCD.
20 = 1.
Each digit is individually taken and an
equivalent standard 4 bit term is 44. Write the decimal equivalent for
written for the respective digit. (110001)BCD.
a) 31
42. Perform BCD addition of (23)BCD +
b) 13
(20)BCD .
c) C1
a) 00110100
d) 1C
b) 01000011
c) 10011 Answer: a
d) 11100 Explanation: To obtain the decimal
equivalent :
Answer: b
Explanation: If S=0, R=1, the flip flop
is at reset condition. Then at S=0,
R=0, there is no change. So, it
remains in reset. If S=1, R=0, the flip
flop is at the set condition.
a) Edge-detection circuit
b) NOR latch
c) NAND latch
d) Pulse-steering circuit
Answer: a
Explanation: The circuit that is
primarily responsible for certain flip-
flops to be designated as edge-
triggered is the edge-detection
circuit.
Answer: d
Explanation: The output of a logic
56. How many two-input AND and OR a) Two inputs and one output
gates are required to realize Y = b) Three inputs and three outputs
CD+EF+G? c) Two inputs and two outputs
a) 2, 2 d) Three inputs and two outputs
b) 2, 3
Answer: d
c) 3, 3
Explanation: A full adder circuit will
d) 3, 2
add two bits and it will also accounts
Answer: a the carry input generated in the
Explanation: Y = CD + EF + G previous stage. Thus three inputs and
The number of two input AND gate = two outputs (Sum and Carry) are
2 there. In case of half adder circuit,
The number of two input OR gate = 2. there are only two inputs bits and
two outputs (SUM and CARRY).
57. A universal logic gate is one which
can be used to generate any logic 59. How many two input AND gates
function. Which of the following is a and two input OR gates are required
universal logic gate? to realize Y = BD + CE + AB?
a) OR a) 3, 2
b) AND b) 4, 2
c) XOR c) 1, 1
d) NAND d) 2, 3
Answer: d Answer: a
Explanation: An Universal Logic Gate Explanation: There are three product
is one which can generate any logic terms. So, three AND gates of two
function and also the three basic inputs are required. As only two input
gates: AND, OR and NOT. Thus, NOR OR gates are available, so two OR
and NAND can generate any logic
gates are required to get the logical 62. The CISC stands for
sum of three product terms. a) Computer Instruction Set
Compliment
60. Which of following are known as
b) Complete Instruction Set
universal gates?
Compliment
a) NAND & NOR
c) Computer Indexed Set
b) AND & OR
Components
c) XOR & OR
d) Complex Instruction set computer
d) EX-NOR & XOR
Answer: d
Answer: a
Explanation: CISC is a computer
Explanation: The NAND & NOR gates
architecture where in the processor
are known as universal gates because
performs more complex operations in
any digital circuit can be realized
one step.
completely by using either of these
two gates, and also they can generate 63. The computer architecture aimed
the 3 basic gates AND, OR and NOT. at reducing the time of execution of
instructions is
61. The gates required to build a half
a) CISC
adder are
b) RISC
a) EX-OR gate and NOR gate
c) ISA
b) EX-OR gate and OR gate
d) ANNA
c) EX-OR gate and AND gate
d) EX-NOR gate and AND gate Answer: b
Explanation: The RISC stands for
Answer: c
Reduced Instruction Set Computer.
Explanation: The gates required to
build a half adder are EX-OR gate and 3. The Sun micro systems processors
AND gate. EX-OR outputs the SUM of usually follow architecture.
the two input bits whereas AND a) CISC
outputs the CARRY of the two input b) ISA
bits. c) ULTRA SPARC
d) RISC
through a series of micro operations. 102. All input of NOR as low produces
Execution causes the performance of result as
each micro operation. a) Low
b) Mid
100. The functions of execution and
c) High
sequencing are performed by using
d) Floating
a) Input Signals Answer: c
b) Output Signals Explanation: All input of NOR as low
c) Control Signals produces the result as high, whereas,
d) CPU rest all conditions produce output as
low.
Answer: c
Explanation: Sequencing followed by 103. What is a multiplexer?
the process of execution is performed a) It is a type of decoder which
by the Control signals. Sequencing is decodes several inputs and gives one
traversing each and every operation output
whereas execution causes the b) A multiplexer is a device which
performance of each operation. converts many signals into one
c) It takes one input and results into
101. What does D in the D-flip flop
many output
stand for?
d) It is a type of encoder which
a) Digital
decodes several inputs and gives one
b) Direct
output
c) Delay
d) Durable Answer: b
Explanation: A multiplexer (or MUX)
Answer: c
is a device that selects one of several
Explanation: In the hardwired control
analog or digital input signals and
unit, the delay element method uses
forwards the selected input into a
D-flip flop which causes a delay.
single line, depending on the active
Since, in the delay element method,
select lines.
there must be a finite time gap
between the 2 steps.
b) 4
c) 2 a) X0
d) 5 b) X1
c) X2
Answer: c
d) X3
Explanation: There are two NOT gates
required for the construction of 4-to- Answer: b
1 multiplexer. x0, x1, x2 and x3 are Explanation: The output will be X1,
the inputs and C1 and C0 are the because c1 = 0 and c0 = 1 results into
select lines and M is the output. 1 which further results as X1. And
The diagram of a 4-to-1 multiplexer is rest of the AND gates gives output as
shown 0.
below:
126. The enable input is also known
as
a) Select input
b) Decoded input
c) Strobe
d) Sink
Answer: c
Explanation: The enable input is also
125. In the given 4-to-1 multiplexer, if known as strobe which is used to
c1 = 0 and c0 = 1 then the output M is cascade two or more multiplexer ICs
to construct a multiplexer with a
larger number of inputs. Enable input
activates the multiplexer to operate.
c) PLA Answer: b
d) APL Explanation: The programmability
and high density of PLDs make them
Answer: c
useful in the design of ASIC (i.e.
Explanation: When both the AND and
Application Specific Integrated
OR are programmable, such PLDs are
Circuits) where design changes can
known as PLA (i.e. Programmable
be more rapidly and inexpensively.
Logic Array). However, PLA is more
flexible but has less speed. 149. FPGA stands for
a) Full Programmable Gate Array
147. ASIC stands for
b) Full Programmable Genuine Array
a) Application Special Integrated
c) First Programmable Gate Array
Circuits
d) Field Programmable Gate Array
b) Applied Special Integrated Circuits
c) Application Specific Integrated Answer: d
Circuits Explanation: In digital electronics,
d) Applied Specific Integrated Circuits FPGA stands for Field Programmable
Answer: c Gate Array. This type of integrated
Explanation: In digital electronics, circuit is for general-purpose which is
ASIC stands for Application Specific configured by the user as per their
Integrated Circuits. It is a customized requirement.
integrated circuit which is produced
150. Which of the following is a
for a specific use and not for a
reprogrammable gate array?
common-purpose.
a) EPROM
148. The programmability and high b) FPGA
density of PLDs make them useful in c) Both EPROM and FPGA
the design of d) ROM
a) ISAC
Answer: c
b) ASIC
Explanation: Both FPGA and EPROM
c) SACC
are reprogrammable gate array.
d) CISF
an 8-bit input encoder but out of without a single output line and
which only 8 are used using 3 output without any selection lines.
lines. It is a disadvantage of encoder.
166. If two inputs are active on a
164. The discrepancy of 0 output due priority encoder, which will be coded
to all inputs being 0 or D0, being 0 is on the output?
resolved by using additional input a) The higher value
known as b) The lower value
a) Enable c) Neither of the inputs
b) Disable d) Both of the inputs
c) Strobe
Answer: a
d) Clock
Explanation: An encoder is a
Answer: a combinational circuit encoding the
Explanation: Such problems are information of 2n input lines to n
resolved by using enable input, which output lines, thus producing the
behaves as active if it gets 0 as input binary equivalent of the input. If two
since it is an active-low pin. inputs are active on a priority
encoder, the input of higher value
165. Can an encoder be called as
will be coded in the output.
multiplexer?
a) No 167. How many outputs are present
b) Yes in a BCD decoder?
c) Sometimes a) 4
d) Never b) 5
c) 15
Answer: b
d) 10
Explanation: A multiplexer or MUX is
a combination circuit that contains Answer: d
more than one input line, one output Explanation: A binary decoder is a
line and more than one selection line. combinational logic circuit which
Whereas, an encoder is also decodes binary information from n-
considered a type of multiplexer but inputs to a maximum of 2n outputs. A
BCD to Decimal decoder has 10
number of outputs because the 170. How many inputs are required
decimal digit‟s range is from 0 to 9. for a 1-of-10 BCD decoder?
a) 4
168. Which digital system translates
b) 8
coded characters into a more useful
c) 10
form?
d) 2
a) Encoder
b) Display Answer: a
c) Counter Explanation: A binary decoder is a
d) Decoder combinational logic circuit which
decodes binary information from n-
Answer: d
inputs to a maximum of 2n outputs.
Explanation: A binary decoder is a
Therefore, for a BCD to decimal
combinational logic circuit which
decoder, No. of inputs = 4 such that
decodes binary information from n-
number of outputs is <= 2n.
inputs to a maximum of 2n outputs.
Decoder converts the coded 171. A BCD decoder will have how
characters into our required data many rows in its truth table?
form. a) 10
b) 9
169. What control signals may be
c) 8
necessary to operate a 1-line-to-16
d) 3
line decoder?
a) Flasher circuit control signal Answer: a
b) A LOW on all gate enable inputs Explanation: A binary decoder is a
c) Input from a hexadecimal counter combinational logic circuit which
d) A HIGH on all gate enable circuits decodes binary information from n-
inputs to a maximum of 2n outputs.
Answer: b
Thus, BCD decoder will have 10 rows
Explanation: A LOW on all gate
as it‟s input ranges from 0 to 9.
enable inputs is necessary to operate
a 1-line-to-16 line decoder because 172. How many possible outputs
enable pins are usually, active-low would a decoder have with a 6-bit
pins. binary input?
185. Earlier, reflected binary codes 187. Convert binary number into gray
were applied to code: 100101.
a) Binary addition a) 101101
b) 2‟s complement b) 001110
c) Mathematical puzzles c) 110111
d) Binary multiplication d) 111001
Answer: c Answer: c
Explanation: The reflected binary Explanation: : Conversion from Binary
code is also known as gray code To Gray Code:
because one digit reflected to the
1 (XOR) 0 (XOR) 0 (XOR) 1 (XOR) 0
next bit. In Gray Code, every
(XOR) 1
sequence of successive bits differs by
1 bit only. Reflected binary codes ↓ ↓ ↓ ↓ ↓
were applied to mathematical puzzles
1 1 0 1 1 1
before they became known to
engineers. 188. Each personal computer has a
that manages the
186. The binary representation of
computer‟s arithmetical, logical and
BCD number 00101001 (decimal 29)
control activities.
is
a) Microprocessor
a) 0011101
b) Assembler
b) 0110101
c) Microcontroller
c) 1101001
d) Interpreter
d) 0101011
Answer: a
Answer: a
Explanation: Microprocessor handles
Explanation: The given BCD number
all these activities. Each family of
00101001 has three 1s. So, it can be
processors has its own set of
rewritten as 0000001-1, 0001000-8,
instructions for handling various
0010100-20 and after addition, we
operations like getting input from
get 0011101 as output.
keyboard, displaying information on a
Answer: a Answer: d
Explanation: The executable Explanation: The processor has some
instructions or simple instructions tell internal memory storage locations,
the processor what to do. Each known as registers. The registers
instruction consists of an operation stores data elements for processing
code (opcode). Each executable without having to access memory.
instruction generates one machine
196. To locate the exact location of
language instruction.
data in memory, we need the starting
194. The segment containing data address of the segment, which is
values passed to functions and found in the DS register and an offset
procedures within the program. value. This offset value is also called?
a) Code a) Effective Address
b) Data b) Direct offset address
c) Stack c) Memory address
d) System d) General Address
Answer: c Answer: a
Explanation: The stack segment Explanation: When operands are
contains data values passed to specified in memory addressing
functions and procedures within the mode, direct access to main memory,
program. The code segment defines usually to the data segment, is
an area in memory that stores the required. This way of addressing
instruction codes. results in slower processing of data.
To get the exact location of data in
195. To speed up the processor
memory, we need segment start
operations, the processor includes
address, which is found in the DS
some internal memory storage
register and an offset value. This
locations, called
offset value is called an effective
a) Drives
address.
b) Memory
c) Units 197. Each byte of character is stored
d) Registers as its ASCII value in
Answer: b Answer: d
Explanation: The full form of SR is Explanation: SR or Set-Reset latch is
. a) x and y
b) a and b
206. The NAND latch works when
c) s and r
both inputs are
d) j and k
a) 1
b) 0
c) Inverted Answer: c
d) Don‟t cares Explanation: SR or Set-Reset latch is
the simplest type of bistable
Answer: a
multivibrator having two stable
Explanation: The NAND latch works
states. The inputs of SR latch are s
when both inputs are 1. Since, both
and r while outputs are q and q‟. It is
of the inputs are inverted in a NAND
clear from the diagram:
latch.
a) label inputs
b) label outputs
c) label states
d) label tables 209. When a high is applied to the Set
line of an SR latch, then
unwanted noise caused during the 216. Which of the following is correct
switching of electronic devices. for a gated D-type flip-flop?
a) The Q output is either SET or RESET
214. The truth table for an S-R flip-
as soon as the D input goes HIGH or
flop has how many VALID entries?
LOW
a) 1
b) The output complement follows
b) 2
the input when enabled
c) 3
c) Only one of the inputs can be HIGH
d) 4
at a time
Answer: c d) The output toggles if one of the
Explanation: The SR flip-flop actually inputs is held HIGH
has three inputs, Set, Reset and its
Answer: a
current state. The Invalid or
Explanation: In D flip flop, when the
Undefined State occurs at both S and
clock is high then the output depends
R being at 1.
on the input otherwise reminds
215. When both inputs of a J-K flip- previous output. In a state of clock
flop cycle, the output will high, when D is high the output Q
also high, if D is „0‟ then output is also
a) Be invalid zero. Like SR flip-flop, the D-flip-flop
b) Change also have an invalid state at both
c) Not change inputs being 1.
d) Toggle
217. A basic S-R flip-flop can be
Answer: c constructed by cross-coupling of
Explanation: After one cycle the value which basic logic gates?
of each input comes to the same a) AND or OR gates
value. Eg: Assume J=0 and K=1. After b) XOR or XNOR gates
1 cycle, it becomes as J=0->1->0(1 c) NOR or NAND gates
cycle complete) and K=1->0->1(1 d) AND or NOR gates
cycle complete). The J & K flip-flop
Answer: c
has 4 stable states: Latch, Reset, Set
Explanation: The basic S-R flip-flop
and Toggle.
Answer: a
a) Two inverters
Explanation: Trigger pulse is defined
b) Two comparators
as a pulse that starts a cycle of
c) Two amplifiers
operation.
d) Two adders
225. The circuits of NOR based S-R
Answer: a
latch classified as asynchronous
Explanation: The basic latch consists
sequential circuits, why?
of two inverters. It is in the sense that
a) Because of inverted outputs
if the output Q = 0 then the second
b) Because of triggering functionality
output Q‟ = 1 and vice versa.
c) Because of cross-coupled
223. In S-R flip-flop, if Q = 0 the connection
output is said to be d) Because of inverted outputs &
a) Set triggering functionality
b) Reset
Answer: c
c) Previous state
Explanation: The cross-coupled
d) Current state
connections from the output of one
Answer: b gate to the input of the other gate
Explanation: In S-R flip-flop, if Q = 0 constitute a feedback path. For this
the output is said to be reset and set reason, the circuits of NOR based S-R
for Q = 1. latch classified as asynchronous
sequential circuits. Moreover, they
Answer: b
a) Delay
Explanation: A register that is used to
b) Decrement
store binary information is called a
c) Data
binary register. A register in which
d) Decay
data can be shifted is called shift
Answer: c register.
Explanation: D stands for “data” in
case of flip-flops and not delay.
243. A shift register is defined as these are serial shifting & parallel
shifting.
a) The register capable of shifting
245. In serial shifting method, data
information to another register
shifting occurs
b) The register capable of shifting
a) One bit at a time
information either to the right or to
b) simultaneously
the left
c) Two bit at a time
c) The register capable of shifting
d) Four bit at a time
information to the right only
d) The register capable of shifting Answer: a
information to the left only Explanation: As the name suggests
serial shifting, it means that data
Answer: b
shifting will take place one bit at a
Explanation: The register capable of
time for each clock pulse in a serial
shifting information either to the
fashion. While in parallel shifting,
right or to the left is termed as shift
shifting will take place with all bits
register. A register in which data can
simultaneously for each clock pulse in
be shifted only in one direction is
a parallel fashion.
called unidirectional shift register,
while if data can shifted in both 246. Memory is a/an
directions, it is known as a a) Device to collect data from other
bidirectional shift register. computer
b) Block of data to keep data
244. How many methods of shifting
separately
of data are available?
c) Indispensable part of computer
a) 2
d) Device to connect through all over
b) 3
the world
c) 4
d) 5 Answer: c
Explanation: Memory is an
Answer: a
indispensable unit of a computer and
Explanation: There are two types of
microprocessor based systems which
shifting of data are available and
stores permanent or temporary data.
a) EROM
b) RAM
c) PROM
d) EEPROM
a) X=AB‟+A‟B
b) X=(AB)‟+AB
c) X=(AB)‟+A‟B‟
d) X=A‟B‟+AB
Answer: d
Explanation: 1st output of AND gate
is = A‟B‟
2nd AND gate‟s output is = AB and,
OR gate‟s output is = (A‟B‟)+(AB) = AB
a) a + A‟B‟.
b) b
c) c 263. The device shown here is most
d) d likely a
Answer: d
Explanation: SOP means Sum Of
Products form which represents the
sum of product terms having
variables in complemented as well as a) Comparator
in uncomplemented form. Here, the b) Multiplexer
diagram of d contains the OR gate c) Inverter
followed by the AND gates, so it is in d) Demultiplexer
SOP form.
Answer: a
a) XOR Explanation: When both inputs are
b) XNOR same then the o/p is high for a XNOR
gate.
c) AND
d) XAND i.e., A B O/P
0 01
Answer: b 010
Explanation: After solving the circuit 100
we get (A‟B‟)+AB as output, which is 1 1 1.
XNOR operation. Thus, it will produce Thus, it will produce 1 when inputs
1 when inputs are even number of 1s are even number of 1s or all 0s, and
or all 0s, and produce 0 when input is produce 0 when input is odd number
odd number of 1s. of 1s.
265. For a two-input XNOR gate, with 266. Which of the following
the input waveforms as shown combinations of logic gates can
Answer: b
Explanation: For decoding any
number output must be high for that
code and this is possible in One 4-
input NAND gate, one inverter option a) All are HIGH
only. A decoder is a combinational b) All are LOW
circuit that converts binary data to n- c) All but Y0 are LOW
coded data upto 2n outputs. d) All but Y0 are HIGH
267. What is the indication of a short Answer: d
to ground in the output of a driving Explanation: In the given diagram, S0
gate? and S1 are selection bits. So,
a) Only the output of the defective I/P S0 S1 O/P
gate is affected D = 0 0 0 Y0
b) There is a signal loss to all load D = 0 0 1 Y1
gates D = 0 1 0 Y2
c) The node may be stuck in either D = 0 1 1 Y3
the HIGH or the LOW state Hence, inputs are S0 and S1 are Low
d) The affected node will be stuck in means 0, so output is Y0 and rest all
the HIGH state are HIGH.
Answer: b 269. The carry propagation can be
Explanation: Short to ground in the expressed as
output of a driving gate indicates of a a) Cp = AB
signal loss to all load gates. This b) Cp = A + B
Answer: c Answer: d
Explanation: All except the dot(.) Explanation: The IEEE is an
operator are bitwise operators. organization of professionals in the
| : Bitwise OR field of electronics and electrical
^ : Bitwise XOR engineering. IEEE has given certain
<< : Shift Left standards of its own which are
followed in the field of computer
274. The sign magnitude
science and electrical engineering.
representation of -1 is
a) 0001 276. The ALU gives the output of the
b) 1110 operations and the output is stored in
c) 1000 the
d) 1001 a) Memory Devices
b) Registers
Answer: d
c) Flags
Explanation: The first leftmost bit i.e.
d) Output Unit
the most significant bit in the sign
magnitude represents if the number Answer: b
is positive or negative. If the MSB is 1, Explanation: Any output generated
the number is negative else if it is 0, by the ALU gets stored in the
the number is positive. Here, registers. The registers are the
+1=0001 and for -1=1001. temporary memory locations within
the processor that are connected by
275. IEEE stands for
signal paths to the CPU.
a) Instantaneous Electrical
Engineering 278. The process of division on
b) Institute of Emerging Electrical memory spaces is called
Engineers
c) Institute of Emerging Electronic a) Paging
Engineers b) Segmentation
special codes for different characters, 285. The EBCDIC value of the number
symbols, diacritics, etc. 345 in zoned format is
a) F3F4F5
283. Which of the following is not a
b) E3E4E5
type of numeric value in zoned
c) F3F4C5
format?
d) F3F4D5
a) Positive
b) Negative Answer: a
c) Double Explanation: F is used for the
d) Unsigned representation of unsigned numbers
therefore, F3F4F5 represents 345.
Answer: c
F3F4C5 represents +345 . F3F4D5
Explanation: The zoned format can
represents -345.
represent numeric values of type
Positive, negative and unsigned 286. Which of the following logic
numbers. A sign indicator is used in families has the highest maximum
the zone position of the rightmost clock frequency?
digit. a) S-TTL
b) AS-TTL
284. The sign indicator of unsigned
c) HS-TTL
numbers is
d) HCMOS
a) C
b) D Answer: b
c) F Explanation: AS-TTL (Advanced
d) X Schottky) has a maximum clock
frequency of 105 MHz. S-TTL
Answer: c
(Schottky High Speed TTL) has 100
Explanation: A sign indicator is used
MHz. Found nothing as HS-TTL. There
in the zone position of the rightmost
are H and S separate TTL. HCMOS has
digit. A sign indicator C is used for
50 MHz clock frequency.
positive, D for negative and F is used
for negative numbers. 287. Why is the fan-out of CMOS
gates frequency dependent?
a) Each CMOS input gate has a
Answer: b Answer: b
Explanation: The ability to store data Explanation: It is called so because it
in the form of consecutive bytes. performs its operation at the
assembly level.
295. The address space in ARM is
298. The fetch and execution cycles
24
a) 2 are interleaved with the help of
b) 264
c) 216 a) Modification in processor
d) 232 architecture
b) Clock
Answer: d
c) Special unit
Explanation: None.
d) Control unit
296. have been developed
Answer: b
specifically for pipelined systems.
Explanation: The time cycle of the
a) Utility software
clock is adjusted to perform the
b) Speed up utilities
interleaving.
c) Optimizing compilers
d) None of the mentioned 299. Each stage in pipelining should
be completed within
Answer: c
cycle.
Explanation: The compilers which are
a) 1
designed to remove redundant parts
b) 2
of the code are called as optimizing
c) 3
compilers.
d) 4
297. The pipelining process is also
Answer: a
called as
Explanation: The stages in the
a) Superscalar operation
pipelining should get completed
b) Assembly line operation
within one cycle to increase the
c) Von Neumann cycle
speed of performance.
d) None of the mentioned
300. In pipelining the task which can reduce the speed of memory
requires the least time is performed access by a factor of 10.
first.
303. The periods of time when the
a) True
unit is idle is called as
b) False
a) Stalls
Answer: b b) Bubbles
Explanation: This is done to avoid c) Hazards
starvation of the longer task. d) Both Stalls and Bubbles
a) 24 b) -256 to 255
b) 23 c) 0 to 255
c) 20 d) None of the mentioned
d) 16
Answer: a
Answer: b Explanation: Since the exponent field
Explanation: The mantissa is made to has only 8 bits to store the value.
occupy 23 bits, with 8 bit exponent.
315. In double precision format, the
312. The normalized representation size of the mantissa is
of 0.0010110 * 2 9 is a) 32 bit
a) 0 10001000 0010110 b) 52 bit
b) 0 10000101 0110 c) 64 bit
c) 0 10101010 1110 d) 72 bit
d) 0 11110100 11100
Answer: b
Answer: b Explanation: The double precision
Explanation: Normalized format is also called as 64 bit
representation is done by shifting the representation.
decimal point.
316. The DMA differs from the
313. The 32 bit representation of the interrupt mode by
decimal number is called as a) The involvement of the processor
for the operation
a) Double-precision b) The method of accessing the I/O
b) Single-precision devices
c) Extended format c) The amount of data transfer
d) None of the mentioned possible
d) None of the mentioned
Answer: b
Explanation: None. Answer: d
Explanation: DMA is an approach of
314. In 32 bit representation the
performing data transfers in bulk
scale factor as a range of
between memory and the external
a) -128 to 127
1+0=1
360. What is the addition of the 1 + 1 = 0 ( Carry 1)
binary numbers 11011011010 and 111111
010100101? 101101
a) 0111001000 +011011
b) 1100110110
c) 11101111111 1001000
d) 10011010011
Therefore, the addition of 101101 +
Answer: c
011011 = 1001000.
Explanation: The rules for Binary
Addition are : 362. Perform binary subtraction:
0+0=0 101111 – 010101 = ?
0+1=1 a) 100100
1+0=1 b) 010101
1 + 1 = 0 ( Carry 1) c) 011010
d) 011001
11011011010 Answer: c
Explanation: The rules for Binary
+00010100101 Subtraction are :
0–0=0
11101111111 0 – 1 = 1 ( Borrow 1)
1–0=1
1–1=0
101111
-010101
a) 011010
b) 1010100
011010
c) 101110
d) 1001000
Therefore, The subtraction of 101111
Answer: d – 010101 = 011010.
Explanation:The rules for Binary
Addition are : 363. Binary subtraction of 100101 –
0+0=0 011110 is
0+1=1 a) 000111
b) 111000 01001
c) 010101 010010
d) 101010 0000000
01001000
Answer: a 000000000
Explanation: The rules for Binary
Subtraction are :
0–0=0
0 – 1 = 1 ( Borrow 1)
Therefore, 01001 × 01011 =
1–0=1
001100011.
1–1=0
100101 365. 100101 × 0110 = ?
-011110 a) 1011001111
b) 0100110011
000111 c) 101111110
d) 0110100101
Therefore, The subtraction of 100101
– 011110 = 000111. Answer: c
Explanation: The rules for binary
364. Perform multiplication of the multiplication are:
binary numbers: 01001 × 01011 = ? 0*0=0
a) 001100011 0*1=0
b) 110011100 1*0=0
c) 010100110 1*1=1
d) 101010111 100101
x 0110
Answer: a
Explanation: The rules for binary 000000
multiplication are: 1001010
0*0=0 10010100
0*1=0 000000000
1*0=0
1*1=1 011011110
01001 _
x01011
Therefore, 100101 x 0110 =
_
011011110.
8-bits for the representation of 386. Binary Coding for the letter X is
numbers i.e. it can represent 28 = 256
different characters. a) 01011000
b) 00111000
384. The zone of alphabetic
c) 10001000
characters from A to O in ASCII is
d) 00010100
a) 1000 Answer: a
b) 0100 Explanation: The binary coding for
c) 0010 the letter X is 01011000. Here, 0101
d) 0001 is the zone whereas 1000 is the digit.
The alphabets from P to Z have the
Answer: b
zone 0101.
Explanation: The zone used by ASCII
for alphabets is 0100. For e.g. A is 387. Express the ASCII equivalent of
represented as the signed binary number
0100(zone)0001(digit). The hex (00110010)2.
equivalent is 41 for A. The zone used a) 2
by numbers is 0011. b) 1
c) A
385. The representation of the
d) ,
number 8 in binary in ASCII-8 format
Answer: a
a) 00111000 Explanation: The ASCII characters for
b) 01001000 the remaining options are:
c) 1000 1 : 00110001
d) 00011000 A : 01000001
Answer: a , : 00101100.
Explanation: The ASCII-8 format will 388. Computer has a built-in system
have 8 bits. The zone for the clock that emits millions of regularly
character 8 is 0011 and the digit is spaced electric pulses per
1000. Therefore, its representation is called clock cycles.
00111000. a) second
c) EPIC Answer: a
d) Multi-core Explanation: EPIC stands for Explicitly
parallel instruction computing. It has
Answer: b
a tighter coupling between the
Explanation: The RISC which stands
compiler and the processor. It
for Reduced Instruction set computer
enables the compiler to extract
has a fixed length of instructions. It
maximum parallelism in the original
has a small instruction set. Also has
code.
reduced references to memory to
retrieve operands. 396. MAR stands for
a) Memory address register
394. Processor which is complex and
b) Main address register
expensive to produce is
c) Main accessible register
a) RISC
d) Memory accessible register
b) EPIC
c) CISC Answer: a
d) Multi-core Explanation: The MAR stands for
memory address register. It holds the
Answer: c
address of the active memory
Explanation: CISC stands for complex
location.
instruction set computer. It is mostly
used in personal computers. It has a 397. A circuitry that processes that
large instruction set and a variable responds to and processes the basic
length of instructions. instructions that are required to drive
a computer system is
395. The architecture that uses a
a) Memory
tighter coupling between the
b) ALU
compiler and the processor is
c) CU
d) Processor
a) EPIC
b) Multi-core Answer: d
c) RISC Explanation: The processor is
d) CISC responsible for processing the basic
instructions in order to drive a
c) 0.25 Answer: a
d) 0.875 Explanation: In a binary number
system, the value of base or radix is
Answer: b
2. The binary system uses only two
Explanation: Since the base is 2 , it
digits for the representation of
could be easily guessed that the
numbers, therefore its base id has
number is binary. Conversion: 2-1 * 1
chosen to be 2.
+ 2-2 * 0 + 2-3 * 1 = 0.625.
405. The binary equivalent of the
403. Which of the following is not a
decimal number 10 is
positional number system?
a) 0010
a) Roman Number System
b) 10
b) Octal Number System
c) 1010
c) Binary Number System
d) 010
d) Hexadecimal Number System
Answer: c
Answer: a
Explanation: To get the binary
Explanation: The Roman number
equivalent of any number, we need
system isn‟t a positional number
to divide the number by 2 and obtain
system since it uses symbols to
the remainders as :
represent numbers.
The octal number system uses digits
from 0-7, the binary number system
uses digits from 0-1 whereas, the
hexadecimal number system uses We then write the remainders in the
digits from 0-15. reverse order as 1010 .
404. The value of radix in binary 406. A computer language that is
number system is written in binary codes only is
a) 2 a) machine language
b) 8 b) C
c) 10 c) C#
d) 1 d) pascal
Answer: b
Explanation: The maximum value in
any number system is one less than
the value of the base. The base in an 412. The binary number 111 in octal
octal number system is 8, therefore, format is
the maximum value of the single digit a) 6
is 7. It takes digits from 0 to 7. b) 7
c) 8
410. In a number system, each
d) 5
position of a digit represents a
specific power of the base. Answer: b
a) True Explanation: Certain binary to octal
b) False representations are :
000=0
Answer: a
001=1
Explanation: In a number system,
010=2
every digit is denoted by a specific
011=3
power of base. Like in an octal
100=4
system, consider the number 113, it
101=5
will be represented as :
110=6
82 * 1 + 81 * 1 + 80 *3.
111=7.
411. The maximum number of bits
413. Convert (22)8 into its
sufficient to represent an octal
corresponding decimal number.
number in binary is _
a) 28
a) 4
b) 18
b) 3
c) 81
c) 7
d) 82
d) 8
Answer: b
Answer: b
Explanation: To convert an octal
Explanation: The octal number
number to decimal number:
system comprises of only 8 digits.
81 * 2 + 80 * 2 = 16 + 2 = 18.
Hence, three bits (23 = 8) are
Hence, the decimal equivalent is 18.
sufficient to represent any octal
number in the binary format. 414. What does the symbol D
represent in a hexadecimal number
system? c) 7
a) 8 d) 8
b) 16
Answer: a
c) 13
Explanation: The hexadecimal
d) 14
number system comprises of only 15
Answer: c symbols: 10 digits and 5 symbols.
Explanation: The symbols A, B, C, D, E Hence, three bits (24 = 16) are
and F represent 10, 11, 12, 13, 14 and sufficient to represent any
15 respectively in a hexadecimal hexadecimal number in the binary
system. This system comprises of 15 format.
numbers in total: digits from 0-9 and
417. The binary number 1110 in
symbols from A to F.
hexadecimal format is
415. ABC is a valid hexadecimal
number. a) 6
a) True b) E
b) False c) 14
d) 15
Answer: a
Explanation: In a hexadecimal Answer: b
number system, alphabets are used Explanation: Certain binary to
for the representation of numbers hexadecimal representations are :
from 10 to 15. Here, A represents 10, 1010=A
B represents 11 and C represents 12. 1011=B
Therefore, it is a valid hexadecimal 1100=C
number. 1101=D
1110=E
416. The maximum number of bits
1111=F.
sufficient to represent a hexadecimal
number in binary:
a) 4
b) 3