Computer Arithematics Solved MCQs



Computer Arithematics Solved MCQs

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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = C 
Explanation: No Explanation
7) The first operating system used in micro processor  is ?
  1. Zenix
  2. DOS
  3. CPIM
  4. Multics
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = D 
Explanation: No Explanation 


SET-2 

1) Half adder is an example of ?
  1. Combinational Circuits
  2. Sequential Circuits
  3. Asynchronous Circuits
  4. None of these
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = B 
Explanation:No Explanation.
9) ASCII code for alphabet character requires ..... bits ?
  1. 16
  2. 15
  3. 8
  4. 7
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation: FSM stands for Finite State Machine.

SET-3
 
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = C 
Explanation: No Explanation 
3) The operation which is commutative but not associative is ?
  1. AND
  2. OR
  3. EX-OR
  4. NAND
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation: No Explanation 
7) A half adder adds ..... bits ?
  1. 16
  2. 10
  3. 8
  4. 2
  5. None of above
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = D 
Explanation: No Explanation 

  SET-4

1)  Which of the following is a minimum error code ?
  1. Octal code
  2. Binary code
  3. Gray code
  4. Excess-3 code
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = C
Explanation: No Explanation 
5) The XOR operator + is ?
  1. commutative
  2. associative
  3. distributive over AND operator
  4. A and B
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = E
Explanation:  No Explanation 

 SET-5

 
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = C 
Explanation: N/A

9) Von Neumann architecture is ?
  1. SISD
  2. SIMD
  3. MIMD
  4. MISD
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation: MIMD (multiple instruction, multiple data) is a technique employed to achieve parallelism.

 
SET-6

 
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation: No Explanation
3) The gray code for decimal 7 is ?
  1. 0111
  2. 1011
  3. 0100
  4. 0101
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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 %
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = C 
Explanation: No Explanation
9) Motorola's 68040 is comparable to ?
  1. 8085
  2. 80286
  3. 80386
  4. 80486
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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.

 
 SET-7

 
1) On receiving an interrupt from an I/O device, the CPU  ?
  1. halts for a predetermined time
  2. hands over control of address bus and data bus to the interrupting device.
  3. branches off to the interrupt service routine immediately
  4. branches off to the interrupt service routine after the completion of the current instruction.
Collection From: www.cs-mcqs.blogspot.com
Answer = D
2) To get boolean expression in the product of sum form from a given Karnaugh map ?
  1. don't care condition should not be present
  2. don't care conditions if present should be takes as zeros
  3. one should cover all the 0's present and complement the resulting expression.
  4. one should cover all the 1'a present and complement the resulting expression.
Collection From: www.cs-mcqs.blogspot.com
Answer = C 
3) The reduced form of the boolean expression (A + B)(A + C) is ?
  1. AB + AC
  2. AC + B
  3. A + B + C
  4. A + BC
Collection From: www.cs-mcqs.blogspot.com
Answer = D 
4) Name the cache also known as internal cache ?
  1. L1 cache
  2. L2 cache
  3. L3 cache
  4. L4 cache
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation:L1 cache is also known as internal cache and it resides in the CPU. L2 is known as secondary cache and it is within the motherboard.
5) Which of the following is not a CPU register ?
  1. Memory control register
  2. Memory data register
  3. Memory buffer register
  4. Instruction register
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation: There is no MCR in the CPU
6) The main task of memory address register is?
  1. stores the address of next location in the main memory
  2. stores the address of next location in cache memory
  3. stores the address of next location in secondary memory
  4. stores the address of output device to which the data is sent
Collection From: www.cs-mcqs.blogspot.com
Answer = A 
Explanation: No Explanation
7) Which register indicates whether the data register holds the data to be transferred or not ?
  1. MAR
  2. MBR
  3. MDR
  4. Status register
Collection From: www.cs-mcqs.blogspot.com
Answer = D 
Explanation: No Explanation
8) Which of the following operation represents the  machine cycle?
  1. Fetch - Execute - Decode - Store
  2. Execute - Decode - Store - Fetch
  3. Decode - Fetch - Store - Execute
  4.  Fetch - Decode -Execute - Store
Collection From: www.cs-mcqs.blogspot.com
Answer = D 
Explanation: In Fetch phase the instruction is brought into the computer, in Decode phase the instruction in divided into different parts, in Execute phase the decoded instruction is executed by the CPU and finally the result sent to the output device or main memory.
9)  The decoding phase of instruction cycle is also known as ?
  1. Translating
  2. Interpreting
  3. Analyzing
  4. Breaking
Collection From: www.cs-mcqs.blogspot.com
Answer =B 
Explanation:Decoding phase is also known as interpreting as the instruction in interpreted to determine two key attribute of the instruction , the opcode and the operand.
10) Cache memory is used to transfer data between ?
  1. Main memory and secondary memory
  2. Processor and main memory
  3. Processor and secondary memory
  4. Processor and output device
Collection From: www.cs-mcqs.blogspot.com
Answer = B 
Explanation:Cache is always placed between the main memory and processor in the computer system.

 

SET-8

 
1) Which memory stores the data permanently ?
  1. Primary memory
  2. Secondary memory
  3. Cache memory
  4. Registers
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer =  C
Explanation: Compact disk is the optical storage system not the magnetic storage system.

 

SET-9

 
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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

 
 SET-10

 
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = C 
Explanation: No Explanation
7) The first operating system used in micro processor  is ?
  1. Zenix
  2. DOS
  3. CPIM
  4. Multics
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
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
Collection From: www.cs-mcqs.blogspot.com
Answer = D 
Explanation: No Explanation



4 Comments

  1. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. Computer Arithematics Solved Mcqs >>>>> Download Now

      >>>>> Download Full

      Computer Arithematics Solved Mcqs >>>>> Download LINK

      >>>>> Download Now

      Computer Arithematics Solved Mcqs >>>>> Download Full

      >>>>> Download LINK BL

      Delete
  2. I haven’t any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us. Computer Rams in kenya

    ReplyDelete
  3. Computer Arithematics Solved Mcqs >>>>> Download Now

    >>>>> Download Full

    Computer Arithematics Solved Mcqs >>>>> Download LINK

    >>>>> Download Now

    Computer Arithematics Solved Mcqs >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete

Post a Comment

Previous Post Next Post