Powered By Blogger

शुक्रवार, 5 नवंबर 2021

Set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “The Arithmetic & Logic Unit”.

 This set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “The Arithmetic & Logic Unit”.

Q. 1. The ‘heart’ of the processor which performs many different operations _____________

   (1) Arithmetic and logic unit

   (2) Motherboard

   (3) Control Unit

   (4) Memory

----

Answer: (1)

Explanation: The Arithmetic and logic unit performs all the basic operations of the computer system. It performs all the arithmetic(+,-,*,/,etc) as well as the logical operations( AND, OR, NOT, etc.).

Q. 2. ALU is the place where the actual executions of instructions take place during processing operation.

   (1) True

   (2) False

----

Q. 3. Which of the following is not a bitwise operator?

   (1) |

   (2) ^

   (3) .

   (4) <<

----

Answer: (3)

Explanation: All except the dot(.) operator are bitwise operators.

| : Bitwise OR

^ : Bitwise XOR

<< : Shift Left 

Q. 4. The sign magnitude representation of -1 is __________

   (1) 0001

   (2) 1110

   (3) 1000

   (4) 1001

----

Answer: (4)

Explanation: The first leftmost bit i.e. the most significant bit in the sign magnitude represents if the number is positive or negative. If the MSB is 1, the number is negative else if it is 0, the number is positive. Here, +1=0001 and for -

1=1001.

5. IEEE stands for ___________

   (1) Instantaneous Electrical Engineering

   (2) Institute of Emerging Electrical Engineers

   (3) Institute of Emerging Electronic Engineers

   (4) Institute of Electrical and electronics engineers

----

Answer: (4)

Explanation: The IEEE is an organization of professionals in the field of electronics and electrical engineering. IEEE has given certain standards of its own which are followed in the field of computer science and electrical engineering.

Q. 6. The ALU gives the output of the operations and the output is stored in the  ________

   (1) Memory Devices

   (2) Registers

   (3) Flags

   (4) Output Unit

----

Answer: (2)

Explanation: Any output generated by the ALU gets stored in the registers. The registers are the temporary memory locations within the processor that are connected by signal paths to the CPU.

Q. 7. The process of division on memory spaces is called ______________

   (1) Paging

   (2) Segmentation

   (3) Bifurcation

   (4) Dynamic Division

----

Answer: (2)

Explanation: The memory space is divided into segments of dynamic size. The programmer is aware of the segmentation and can reallocate the segments accordingly.

Q. 8. Number of bits in ALU is _________

   (1) 4

   (2) 8

   (3) 16

   (4) 2

----

Answer: (3)

Explanation: Arithmetic and Logic Unit consists of 16bits. They perform certain Arithmetic and bitwise operations (add, subtract, AND, OR, XOR, Increment, decrement, shift).

Q. 9. Which flag indicates the number of 1 bit that results from an operation?

   (1) Zero

   (2) Parity

   (3) Auxiliary

   (4) Carry

----

Answer: (2)

Explanation: The parity flag indicates the number of 1 bits in any operation. The resultant bit is called the parity bit. The main aim of the parity bit is to check for errors.

Q. 10. The bitwise complement of 0 is ___________

   (1) 00000001

   (2) 10000000

   (3) 11111111

   (4) 11111110

----

Answer: (3)

Explanation: Bitwise complement is basically used to convert all the 0 digits to 1 and the 1s to 0s. So, for 0 = 00000000(in 8-bits) ::: 11111111(1s complement). The bitwise complement is often referred to as the 1s complement

Join Telegram Group

कम्प्यूटर अनुदेशक भर्ती परीक्षा 2021

https://t.me/patwaribharti2021

इनपुट यूनिट पर केंद्रित प्रश्न

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें