300+ TOP Computer Arithmetic MCQs Pdf

Computer Arithmetic MCQs :-

1. A shift register can be used for ?

  1. Serial to parallel conversion
  2. Parallel to serial conversion
  3. Digital delay line
  4. All of the above
  5. None of the above

Answer = D 
Explanation:Shift registers can have both parallel and serial inputs. These are often configured as serial – in – parallel- out or parallel – in – serial – out.

2.  Semiconductor memory is- 

  1. Somewhat large than the magnetic core memory
  2. A non-volatile memory
  3. Somewhat slower than magnetic core memory
  4. All of above
  5. None of these

Answer = B 
Explanation: Semiconductor memory is an electronic storage device often used as computer memory. Examples of semiconductor memory is: ROM, flash memory,  magnetoresistive random-access memory (MRAM.

3. Which of the following is a universal gate  ?

  1. AND
  2. EX-OR
  3. OR
  4. NAND

Answer = D 
Explanation: NAND is the universal gate as using this gate we can have all other gates like AND, OR, EX-OR, NOT.

4. The logic 1 in positive logic system is represented by ?  

  1. Zero voltage
  2. Lower voltage level
  3. Higher voltage level
  4. Negative voltage
  5. None of the above

Answer = C
Explanation:The logic 1 is represented by higher voltage while 0 is represented as low voltage.

5. Which function -positive logic is equivalent to OR function in negative logic?

  1. NOT
  2. OR
  3. AND
  4. NOR
  5. None of the above

Answer = C 
Explanation: AND function performs performs as OR in negative logic.

 6. Which of the following logic expressions is wrong ?

  1. 1+0=1
  2. 1+1=0
  3. 1+0+1=1
  4.  1+1+1=1
  5. None of the above

Answer = C 
Explanation: 1+0 = 1 again this result is added to 1 as 1+1 which is equal to 0 with carry 1 but not equal to 1.

7.  A Combination logic circuit that is used when it is desired to send data from two or more source through a single transmission line is known as-

  1. Decoder
  2. Encoder
  3. Multiplexer
  4. De multiplexer
  5. None of the above

Answer = C
Explanation:Multiplexer is a device that selects one of the analog or digital input and send it through single transmission line. 

8.  The m-bit parallel adder consists of-

  1. (m+1. full adders
  2. m/2 full adders
  3. m-1 full adders
  4. m full adders
  5. None of the above

Answer = D 
Explanation:No explanation

9.  A logic circuit which is used to change a BCD number into an equivalent decimal number is- 

  1. Decoder
  2. Encoder
  3. Multiplexer
  4. Code converter
  5. None of the above

Answer = A 
Explanation:Decoder is used to convert the BCD numbers into decimal.

10. Which of the following property is true in context of Well Formed Formula(WFF.  ?

  1. Each letter is a term
  2. If x and y are terms then x = y is a formula
  3. If P is a formula then 7p is a formula
  4. All of above

Answer = B 
Explanation:No explanation for this question.

Computer Arithmetic MCQs
Computer Arithmetic MCQs

1. Half adder is an example of ?

  1. Combinational Circuits
  2. Sequential Circuits
  3. Asynchronous Circuits
  4. None of these

Answer = A 
Explanation: Combinational circuits are the circuits whose output depends on the inputs of the same instant of time.

2. In JK flip flop same input, i.e at a particular time or during a clock pulse, the output will oscillate back and forth between 0 and 1. At the end of the clock pulse the value of output Q is uncertain. The situation is referred to as ?

  1. Conversion condition
  2. Race around condition
  3. Lock out state
  4. None of these

Show/Hide Answer

Answer = B 
Explanation:A race around condition is a flaw in an electronic system or process whereby the output and result of the process is unexpectedly dependent on the sequence or timing of other events. 

3. In a JK flip flop, if j=k, the resulting flip flop is referred to as ?

  1. D flip flop
  2. T flip flop
  3. S-R flip flop
  4. None of these

Answer = C 
Explanation: In JK flip flop if both the inputs are same then the flip flop behaves like SR flip flop.


4. Master slave flip flop is also referred to as ?

  1. Level triggered flip flop
  2. Pulse triggered flip flop
  3. Edge triggered flip flop
  4. None of these

Answer = B 
Explanation:The term pulse triggered means the data is entered on the rising edge of the clock pulse, but the output does not reflect the change until the falling edge of clock pulse.

5. Fetch and decode cycle is required in ?

  1. Direct addressing
  2. Immediate addressing
  3. Indirect addressing
  4. None of above

Answer = B 
Explanation:Fetch and decode cycle is required in Immediate addressing because it stores the operand directly on which the operation is performed.

6. Valid bit in each cache is associated with ?

  1. Each memory byte in cache
  2. Each memory word in cache
  3. One bit with the all memory words
  4. None of above

Answer = A 
Explanation:No explanation

7. In J-K flip flop the function K=J is used to realize ?

  1. D flip flop
  2. S-R flip flop
  3. T flip flop
  4. Master slave flip flop

Answer = D 
Explanation: T flip flop allows the same inputs. So if in JK flip flop J = K then it will work as T flip flop.
 

8. An encoder has 2n input lines and ….. output lines ?

  1. 2
  2. n
  3. 2*n
  4. n*n

Answer = B 
Explanation:No Explanation.

9. ASCII code for alphabet character requires ….. bits ?

  1. 16
  2. 15
  3. 8
  4. 7

Answer = D 
Explanation:No explanation

10. The basic limitation of FSM is that ?

  1. An FSM can remember arbitrary large amount of information
  2. An FSM sometimes recognize grammars that are not regular
  3. It sometimes fails to recognize grammar that are regular
  4. All of the above comments are true

Answer = A 
Explanation: FSM stands for Finite State Machine.

1. What is the hexadecimal equivalent of a binary number 10101111 ?

  1. AF
  2. 9E
  3. 8C
  4. All of above
  5. None of above

Answer = A
Explanation:No Explanation

2. A NOR gate recognizes only the input word whose bits are ?

  1. 0’s and 1’s
  2. 1’s
  3. 0’s
  4. 0’s or 1’s
  5. None of above

Show/Hide Answer

Answer = C 
Explanation: No Explanation 

3. The operation which is commutative but not associative is ?

  1. AND
  2. OR
  3. EX-OR
  4. NAND

Answer = D 
Explanation: No Explanation 

4. All digital circuits can be realized using only ?

  1. EX-OR gates
  2. Half adders
  3. Multiplexers
  4. OR gates

Answer = B 
Explanation: No Explanation 

5. The XOR gates are ideal for testing parity because even parity words produces a …… output and odd parity word produces a ……. output ?

  1. low, high
  2. high, low
  3. odd, even
  4. even, odd
  5. None of above

Answer = A 
Explanation: No Explanation 

6. Flip flop output is always  ?

  1. Complementary
  2. Independent of each other
  3. the same
  4. same as inputs
  5. None of above

Answer = A 
Explanation: No Explanation 

7. A half adder adds ….. bits ?

  1. 16
  2. 10
  3. 8
  4. 2
  5. None of above

Answer = D 
Explanation:No Explanation 

8. How many flip – flop circuits are needed to divide by 16 ?

  1. Two
  2. Four
  3. Eight
  4. Sixteen

Answer = C 
Explanation: No Explanation 

9. A flip flop is a ….. elements that stores a 216 binary digits as a low or high voltage ?

  1. chip
  2. bus
  3. I/O
  4. memory
  5. None of above

Answer = D 
Explanation: No Explanation 

10. A positive AND gate is also a negative ?

  1. NAND gate
  2. AND gate
  3. NOR gate
  4. OR gate
  5. None of these

Answer = D 
Explanation: No Explanation 

1.  Which of the following is a minimum error code ?

  1. Octal code
  2. Binary code
  3. Gray code
  4. Excess-3 code

Answer = C
Explanation: No Explanation 

2. In a positive edge triggered JK flip flop, a low J and low K produces ?

  1. High state
  2. Low state
  3. toggle state
  4. no change

Answer = D 
Explanation:  In JK Flip Flop if J = K = 0 then it holds its current state. There will be no change.

3.  Negative numbers can’t be represented in ?

  1. signed magnitude form
  2. 1’s complement form
  3. 2’s complement form
  4. None of above

Answer = D 
Explanation: No Explanation 

4. Which of the following architecture is not suitable for realising SIMD ?

  1. Vector processor
  2. Array processor
  3. Von Neumann
  4. All of above

Answer = C
Explanation: No Explanation 

5. The XOR operator + is ?

  1. commutative
  2. associative
  3. distributive over AND operator
  4. A and B

Answer = D
Explanation: As  A + B = B + A  and  A + ( B + C. = (A + B . + C
                     Hence it is commutative and associative.

6.  The binary equivalent of the Gray code 11100 is….. ?

  1. 10111
  2. 00111
  3. 01011
  4. 10101

Answer = A 
Explanation: The rule for changing the Gray code to binary is that first bit remains the same and the next bit is obtained by adding the first LSB of binary to the second LSB of Gray code and so on… So the answer of the question is 10111.

7. An assembler that runs on one machine but produces machine code for another machine is called ?

  1. simulator
  2. emulator
  3. cross assembler
  4. boot strap loader

Answer = C 
Explanation:  Cross assembler is an assembler which runs on one type of processor and produces machine code for another.

8. Which of the following unit can be used to measure the speed of a computer ?

  1. SYPS
  2. MIPS
  3. BAUD
  4. FLOPS
  5. B and D

Answer = E 
Explanation:  MIPS measures the execution speed of computers CPU but not the whole system. FLOPS is a measure of computer’s performance especially in the field of scientific calculations that makes heavy use of floating point calculations.

9.  Which of the following logic families is well suited for high speed operations?

  1. TTL
  2. ECL
  3. MOS
  4. CMOS

Answer = B 
Explanation: ECL is used for high speed applications because of its price and power demands.

10. Which of the following comments about half adder are true?

  1. It adds 2 bits
  2. It is called so because a full adder involves two half adders
  3. It does half the work of full adder
  4. It needs two inputs and generates two outputs
  5.  A, B and D

Answer = E
Explanation:  No Explanation 

1. The term sum – of – product in Boolean algebra means ?

  1. The AND function of several OR functions
  2. The OR function of several AND functions
  3. The OR function of several OR function
  4. The AND function of several AND functions

Answer = B 
Explanation: Sum-Of-Products expressions lend themselves well to implementation as a set of AND gates (products. feeding into a single OR gate (sum..

2. The fan out capability of a digital building block can be defined as ?

  1. The number of inputs that one output can transmit to
  2. The amount of cooling required for fanning the hear out
  3. The number of inputs that can transmit to one input
  4. The maximum power dissipation that the unit can stand
  5. None of above

Show/Hide Answer

Answer = A 
Explanation: N/A

3. The ALE line of an 8085 microprocessor is used to  ?

  1. Execute an RST by hardware
  2. Executes the instruction supplied by external device through the INTA signal
  3. Executes an instruction from memory location 20 H
  4. Executes a NOP

Answer = A
Explanation:   ALE is address latch enable. the lower order address remains only for a single T satate then ths data is latched and the lower order address bus stores the data.

4. The cost for storing a bit is minimum in ?

  1. Cache
  2. Register
  3. RAM
  4. Magnetic tape

Answer = D 
Explanation: N/A

5. The index register in a digital computer is used for  ?

  1. Pointing to the stack address
  2. Indirect addressing
  3. Keeping track of number of times a loop is executed
  4. Address modification

Answer = D 
Explanation: An index register in a computer’s CPU is a processor register used for modifying operand addresses during the run of a program, typically for doing vector/array operations.

6. After reset the CPU begins execution from the memory location ?

  1. 0000H
  2. 0001H
  3. FFEFH
  4. 8000H

Answer = A 
Explanation: N/A

7. A single register to clear the lower four bits of the accumulator in 8085 assembly language is ?

  1. XRI 0FH
  2. ANI FOH
  3. XRI FOH
  4. ANI OFH

Answer = B
Explanation: ANI FOH ANDs the accumulator with immediate. F leaves the high nibble whatever it is, 0 clears the lower nibble

8. If the total number of states in the fetching and execution phases of an 8085 instruction is known to be 7; the number of machine cycles is  ?

  1. 0
  2. 1
  3. 2
  4. 3

Answer = C 
Explanation: N/A

9. Von Neumann architecture is ?

  1. SISD
  2. SIMD
  3. MIMD
  4. MISD

Answer = A 
Explanation:  In computing, SISD (single instruction, single data. is a term referring to a computer architecture in which a single processor, a uniprocessor, executes a single instruction stream, to operate on data stored in a single memory. This corresponds to the von Neumann architecture.

10. A typical application of MIMD is?

  1. railway reservation
  2. weather forecasting
  3. matrix multiplication
  4. All of above

Answer = A 
Explanation: MIMD (multiple instruction, multiple data. is a technique employed to achieve parallelism.

1. The …. is ultraviolet light erasable and electricity programmable.This allows the user to create and store until programs and data are perfected. ?

  1. EPROM
  2. PROM
  3. ROM
  4. RAM

Answer = A 
Explanation: N/A

2.  What table shows the electrical status of digital circuits output for every possible combination of electrical states in the inputs ?

  1. Function Table
  2. Truth Table
  3. Routing Table
  4. ASCII Table

Show/Hide Answer

Answer = A 
Explanation: No Explanation

3. The gray code for decimal 7 is ?

  1. 0111
  2. 1011
  3. 0100
  4. 0101

Answer = C
Explanation: First convert decimal seven to binary that is 0111 then convert it into gray code.

4. Which of the following  electronic component are not found in ordinary ICs?

  1. Diodes
  2. Transistors
  3. Resistors
  4. Inductors

Answer = D 
Explanation: Inductor is a passive two terminal electronic component that stores energy in its magnetic field

5. Choose the correct statements ?

  1. Bus is a group of information carrying wires
  2. Bus is needed to achieve reasonable speed of operation
  3. Bus can carry data or address
  4. A bus can be shared by more that one device
  5. All of above

Answer = E
Explanation: A bus have all the four features.

6. If the memory access takes 20 ns with cache and 110 ns without it,then the hit ratio (cache uses 10 as memory. is  ?

  1. 93 %
  2. 90 %
  3. 87 %
  4. 88 %

Answer = B
 Explanation:  If we find what we want in the cache then it is called Hit otherwise it is miss.

7.  Any instruction should have at least ?

  1. 2 operands
  2. 1 operand
  3. 3 operands
  4. None of above

Answer = D 
Explanation: An instruction can be without operand also.

8. The number of clock cycles necessary to complete 1 fetch cycle in 8085 is ?

  1. 3 or 4
  2. 4 or 5
  3. 4 or 6
  4. 3 or 5

Answer = C 
Explanation: No Explanation

9. Motorola’s 68040 is comparable to ?

  1. 8085
  2. 80286
  3. 80386
  4. 80486

Answer = D
Explanation: 
Motorola 68040 is a microprocessor released in 1970. It is called as oh – four – oh  or  oh forty

10. The addressing mode used in the instruction PUSH B ?

  1. Direct
  2. Register
  3. Register Indirect
  4. Immediate

Answer = C
Explanation:
In register indirect addressing mode the operand is found from the memory whose address is fetched from the register in the instruction code.

1. Which memory stores the data permanently ?

  1. Primary memory
  2. Secondary memory
  3. Cache memory
  4. Registers

Answer = B 
Explanation: Secondary memory stores the data permanently until we remove it.

2. Which of the following is the cheapest type of memory ?

  1. Secondary memory
  2. Primary memory
  3. Cache memory
  4. ROM

Answer = A
Explanation: Secondary memory is the cheapest form because it can not process the data through the CPU directly. The data must be brought into the primary memory form execution. Therefore secondary memory is the form of slowest memory.

3. Which of the following is auxiliary memory of the computer system ?

  1. ROM
  2. SRAM
  3. Cache memory
  4. Magnetic tape

Answer = A 
Explanation:ROM is the secondary memory which stores the data permanently also known as auxiliary memory.

4. What does IBG stands for ?

  1. Intra byte gaps
  2. Inter block gaps
  3. Inter bit gaps
  4. Intra block gaps

Answer = B
Explanation:Inter block gaps is the space between the two consecutive physical blocks of memory.

5. On what type of ROM data can be written only once ?

  1. PROM
  2. EPROM
  3. EEPROM
  4. EROM

Answer = A 
Explanation:In Programmable Read Only Memory once the data is written it remains there forever.

6. In optical storage system which medium is used for reading and recording data ?

  1. Laser light
  2. Black light
  3. High energy visible light
  4. Ultraviolet light

Answer = A   
Explanation: Optical storage system use the laser light to retrieve as well as to record the data.

7. Which is known as solid state memory ?

  1. Parallel serial bus
  2. Universal parallel bus
  3. Universal serial bus
  4. Universal computer bus

Answer = C 
Explanation:No Explanation

8. In MO system which of the following temperature is used as a recording medium ?

  1. Room temperature
  2. Curie temperature
  3. Neel temperature
  4. Boiling point temperature

Answer = B 
Explanation:Curie temperature is used for recording data in Magneto Optical system. Curie temperature is the temperature at which the material loses its magnetic properties and above this temperature the material becomes paramagnetic.

9. The amount of space available in the computer system for holding the data is called?

  1. Storage space
  2. Storage area
  3. Storage capacity
  4. Storage address

Answer =  A
Explanation: No Explanation

10. Which of the following is not a type of magnetic storage system ?

  1. Magnetic tape
  2. Floppy disk
  3. Compact disk
  4. Hard disk

Answer =  C
Explanation: Compact disk is the optical storage system not the magnetic storage system.

1. Computer use thousands  of flip flops. To coordinate the overall action, a common signal called the ….. is sent to each flip – flop.?

  1. latch
  2. master
  3. clock
  4. slave
  5. None of above

Answer = C 
Explanation: To coordinate the overall action, a square wave signal called the clock is sent to each flip flop. This signal prevents the flip flop from changing states until the right time.

2. Which of the following flip flop is free from race around condition ?

  1. SR flip flop
  2. T flip flop
  3. Master slave flip flop
  4. All of above

Show/Hide Answer

Answer = C 
Explanation:  Toggling more that once during a clock cycle is called racing. JK master slave flip flop avoids racing.

3.  Which logic family dissipates the minimum power ?

  1. DTL
  2. ECL
  3. TTL
  4. CMOS
  5. None of above

Answer = D 
Explanation: CMOS dissipates low power. Typically the static power dissipation is 10 nw per gate which is due to the flow of leakage currents.

4. The functional capacity of SSI devices is  ?

  1. 1 to 11 gates
  2. 12 to 99 gates
  3. 100 to 10,000 gates
  4. More than 10,000 gates
  5. None of above

Answer = A 
Explanation: No Explanation

5. What advantage do ICs have over discrete devices due to their greater complexity ?

  1. Smaller size
  2. Higher Reliability
  3. Lower cost
  4. All of above

Answer =D 
Explanation: ICs can also combine analog and digital circuits on a single chip to create functions such as A/D converters and D/A converters. Such circuits offer smaller size and lower cost, but must carefully account for signal interference.

6.  A subtractor is usually not present in computer because ?

  1. It is expensive
  2. It is not possible to design it
  3. The adder will take care of subtraction
  4. None of above

Answer = C 
Explanation: A subtractor can be designed using the same approach as that of an adder.

7.  A chip having 150 gates will be classified as  ?

  1. SSI
  2. MSI
  3. LSI
  4. VLSI

Answer = C 
Explanation: Latent semantic indexing (LSI. is an indexing and retrieval method that uses a mathematical technique called Singular value decomposition (SVD. to identify patterns in the relationships between the terms and concepts contained in an unstructured collection of text.

8. Pseudo instructions are ?

  1. assembler directive
  2. instruction in any program that have no corresponding machine code instruction
  3. instruction in any program whose presence or absence will not change the output for any input
  4. None of above

Answer = A 
Explanation: Pseudo instructions are simply the assembly instructions that do not have a direct machine language equivalent.

9. Programming in a language that actually controls the path of signals or data within the computer is called ?

  1. micro programming
  2. system programming
  3. assembly programming
  4. machine language programming

Answer = A 
Explanation:No Explanation

10. Which of the following is not typically found in the status register of micro processor ?

  1. overflow
  2. zero result
  3. negative result
  4. none of above

Answer = D 
Explanation: A status register or flag register  is a collection of flag bits for a processor. The status register is a hardware register which contains information about the state of the processor

1. The advantage of single bus over a multi bus is ?

  1. low cost
  2. flexibility in attaching peripheral devices
  3. high operating speed
  4. A and B

Answer = D 
Explanation: However single bus costs low and it is easy to attach peripheral devices in single bus but multibus  architecture have a great advantage in speed and of course, will affect performance also

2. In serial communication, an extra clock is needed ?

  1. to synchronize the devices
  2. for programmed baud rate control
  3. to make efficient use of RS-232
  4. None of above

Answer = B 
Explanation: No Explanation

3. In which of the following instruction bus idle situation occurs ?

  1. EI
  2. DAD rp
  3. INX H
  4. DAA

Answer = B 
Explanation: No Explanation

4. The addressing used in an instruction of the form ADD  X  Y is?

  1. absolute
  2. immediate
  3. indirect
  4. index

Answer = A 
Explanation: The effective address for an absolute instruction address is the address parameter itself with no modifications.

5. The speed imbalance between memory access and CPU operation can be reduced by ?

  1. cache memory
  2. memory interleaving
  3. reducing the size of memory
  4. A and B

Answer = D 
Explanation: No Explanation

6. Which of the following does not need extra hardware for DRAM refreshing ?

  1. 8085
  2. Motorola – 6800
  3. Z – 80
  4. None of these

Answer = C 
Explanation: No Explanation

7. The first operating system used in micro processor  is ?

  1. Zenix
  2. DOS
  3. CPIM
  4. Multics

Answer = C 
Explanation: No Explanation

8.  Instead of counting with binary number a ring counter uses words that have a single high….. ?

  1. bytes
  2. gate
  3. bit
  4. chip

Answer = C 
Explanation: No Explanation

9. The memory cell of a dynamic RAM is simpler and smaller that the memory cell of a …… RAM ?

  1. volatile
  2. semiconductor
  3. static
  4. bipolar
  5. None of above

Answer =C
Explanation: No Explanation

10. A multiplexer with a 4 bit data select input is a  ?

  1.  4 : 1 multiplexer
  2. 16 : 1 multiplexer
  3.  2 : 1 multiplexer
  4.  8 : 1 multiplexer

Answer = D 
Explanation: No Explanation

Computer Arithmetic Objective Questions and Answers Pdf Download

Leave a Reply

Your email address will not be published. Required fields are marked *