Which of the following is not a register?
Correct answer: A. MAX
- A. MAX
- B. DI (Destination Index)
- C. SI (Source Index)
- D. EAX (Accumulator)
Explanation
Registers are temporary storage locations within the CPU that hold data and instructions currently being processed by the ALU and CU. They are very fast for data access but have limited storage capacity. Registers are named and have specific purposes.MAX is not a standard register name. It is likely a programmer-defined variable name, not a CPU register. Variable names can be chosen by the programmer and do not refer to specific CPU components.DI (Destination Index), SI (Source Index), and EAX are all valid register names on x86 architectures, commonly used in personal computers. These registers have specific functions related to data addressing and manipulation.
Last updated
About Hardware and Software
Hardware includes the physical components of a computer, such as the CPU, motherboard, registers, memory, storage devices and peripheral equipment. Software covers system software, application software, utilities, drivers and firmware, with attention to how the operating system manages hardware and how software differs from the physical equipment it controls.
Practise Hardware and Software
290 free Hardware and Software MCQs from Computer Science and IT, each with the correct answer and an explanation. Unlimited attempts, no account needed.
Exams that ask Computer Science and IT questions like this
Computer Science and IT is on 40 papers prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for every one of them.