Saturday 28 November 2015

IBPS IT SO Computer Organization MCQs Set 2

COMPUTER ORGANIZATION AND ARCHITECTURE MCQs

1. MIMD stands for
(A) Multiple instruction multiple data (B) Multiple instruction memory data
(C) Memory instruction multiple data (D) Multiple information memory data
Ans: A

2 A k-bit field can specify any one of
(A) 3k registers (B) 2k registers
(C) K2 registers (D) K3 registers
Ans: B

3 The time interval between adjacent bits is called the
(A) Word-time (B) Bit-time (C) Turn around time (D) Slice time
Ans: B

4 A group of bits that tell the computer to perform a specific operation is known as
(A) Instruction code (B) Micro-operation (C) Accumulator (D) Register
Ans: A

5 The load instruction is mostly used to designate a transfer from memory to a processor register known as
(A) Accumulator (B) Instruction Register
(C) Program counter (D) Memory address Register
Ans: A

6 The communication between the components in a microcomputer takes place via the address and
(A) I/O bus (B) Data bus (C) Address bus (D) Control lines
Ans: B

7 An instruction pipeline can be implemented by means of
(A) LIFO buffer (B) FIFO buffer (C) Stack (D) None of the above
Ans: B

8 Data input command is just the opposite of a
(A) Test command (B) Control command (C) Data output (D) Data channel
Ans: C

9 A microprogram sequencer
(A) generates the address of next micro instruction to be executed.
(B) generates the control signals to execute a microinstruction.
(C) sequentially averages all microinstructions in the control memory.
(D) enables the efficient handling of a micro program subroutine.
Ans: A

10 . A binary digit is called a
(A) Bit (B) Byte (C) Number (D) Character
Ans: A

11 A flip-flop is a binary cell capable of storing information of
(A) One bit (B) Byte (C) Zero bit (D) Eight bit
Ans: A

12 The operation executed on data stored in registers is called
(A) Macro-operation (B) Micro-operation
(C) Bit-operation (D) Byte-operation
Ans: B

13 MRI indicates
(A) Memory Reference Information. (B) Memory Reference Instruction.
(C) Memory Registers Instruction. (D) Memory Register information
Ans: B

14 Self-contained sequence of instructions that performs a given computational task is called
(A) Function (B) Procedure (C) Subroutine (D) Routine
Ans: A

15 Microinstructions are stored in control memory groups, with each group specifying a (A) Routine (B) Subroutine (C) Vector (D) Address
Ans: A

16 An interface that provides a method for transferring binary information between internal storage and external devices is called
(A) I/O interface (B) Input interface (C) Output interface (D) I/O bus
Ans: A

17 Status bit is also called
(A) Binary bit (B) Flag bit (C) Signed bit (D) Unsigned bit
Ans: B

18 An address in main memory is called
(A) Physical address (B) Logical address (C) Memory address (D) Word address
Ans: A

19 If the value V(x) of the target operand is contained in the address field itself, the addressing mode is
(A) immediate. (B) direct. (C) indirect. (D) implied.
Ans: B

20 can be represented in a signed magnitude format and in a 1’s complement format as (A) 111011 & 100100 (B) 100100 & 111011
(C) 011011 & 100100 (D) 100100 & 011011
Ans: A

21 The instructions which copy information from one location to another either in the processor’s internal register set or in the external main memory are called
(A) Data transfer instructions. (B) Program control instructions.
(C) Input-output instructions. (D) Logical instructions.
Ans: A

22 A device/circuit that goes through a predefined sequence of states upon the application of input pulses is called
(A) register (B) flip-flop (C) transistor. (D) counter.
Ans: D

23. The performance of cache memory is frequently measured in terms of a quantity called
(A) Miss ratio. (B) Hit ratio. (C) Latency ratio. (D) Read ratio.
Ans: C

24. The information available in a state table may be represented graphically in a
(A) simple diagram. (B) state diagram. (C) complex diagram. (D) data flow diagram.
Ans: B

25 Content of the program counter is added to the address part of the instruction in order to obtain the effective address is called.
(A) relative address mode. (B) index addressing mode.
(C) register mode. (D) implied mode.
Ans: A

26 An interface that provides I/O transfer of data directly to and form the memory unit and peripheral is termed as
(A) DDA. (B) Serial interface. (C) BR. (D) DMA.
Ans: D

27 The 2s compliment form (Use 6 bit word) of the number 1010 is
(A) 111100. (B) 110110. (C) 110111. (D) 1011.
Ans: B

28 A register capable of shifting its binary information either to the right or the left is called a
(A) parallel register. (B) serial register. (C) shift register. (D) storage register.
Ans: C

29 What is the content of Stack Pointer (SP)?
(A) Address of the current instruction (B) Address of the next instruction
(C) Address of the top element of the stack (D) Size of the stack.
Ans: C

80 Which of the following interrupt is non maskable
(A) INTR. (B) RST 7.5. (C) RST 6.5. (D) TRAP.
Ans: D

31 Which of the following is a main memory
(A) Secondary memory. (B) Auxiliary memory.
(C) Cache memory. (D) Virtual memory.
Ans: C

32 Which of the following are not a machine instructions
(A) MOV. (B) ORG. (C) END. (D) (B) & (C) .
Ans: D

33 In Assembly language programming, minimum number of operands required for an instruction is/are
(A) Zero. (B) One. (C) Two. (D) Both (B) & (C) .
Ans: A

34 The maximum addressing capacity of a micro processor which uses 16 bit database & 32 bit address base is
(A) 64 K. (B) 4 GB. (C) both (A) & (B) . (D) None of these.
Ans: B

35 The memory unit that communicates directly with the CPU is called the
(A) main memory (B) Secondary memory
(C) shared memory (D) auxiliary memory.
Ans: A

36 The average time required to reach a storage location in memory and obtain its contents is called
(A) Latency time. (B) Access time.
(C) Turnaround time. (D) Response time.
Ans: B
State True or False

37 A byte is a group of 16 bits.
Ans: False

38 A nibble is a group of 16 bits.
Ans: False

39 When a word is to be written in an associative memory, address has got to be given.
Ans: False

40 When two equal numbers are subtracted, the result would be ______and not_________.
Ans: +ZERO, -ZERO.

41 A ___________development system and an ______are essential tools for writing large assembly language programs.
Ans: Microprocessor, assembler

42 In an operation performed by the ALU, carry bit is set to 1 if the end carry C 8 is ________. It is cleared to 0 (zero) if the carry is ______ _______.
Ans: One, zero

43 A successive A/D converter is
(A) a high-speed converter. (B) a low speed converter.
(C) a medium speed converter. (D) none of these.
Ans: C

44 When necessary, the results are transferred from the CPU to main memory by (A) I/O devices. (B) CPU. (C) shift registers. (D) none of these.
Ans: C


45. The load instruction is mostly used to designate a transfer from memory to a processor register known as____.
 A. Accumulator
 B. Instruction Register
C. Program counter
D. Memory address Register
Ans: A

46 A combinational logic circuit which sends data coming from a single source to two or more separate destinations is
(A) Decoder. (B) Encoder. (C) Multiplexer. (D) Demultiplexer.
Ans: D

47 In which addressing mode the operand is given explicitly in the instruction
(A) Absolute. (B) Immediate . (C) Indirect. (D) Direct.
Ans: B

48 A stack organized computer has
(A) Three-address Instruction. (B) Two-address Instruction.
(C) One-address Instruction. (D) Zero-address Instruction.
Ans: D

49 A Program Counter contains a number 825 and address part of the instruction contains the number 24. The effective address in the relative address mode, when an instruction is read from the memory is
(A) 849. (B) 850. (C) 801. (D) 802.
Ans: B

50 A page fault
(A) Occurs when there is an error in a specific page.
(B) Occurs when a program accesses a page of main memory.
(C) Occurs when a program accesses a page not currently in main memory.
(D) Occurs when a program accesses a page belonging to another program.
Ans: C

No comments:

Post a Comment