69. Which part of a computer system is hardware?

Answer: A

Explanation:

Random-access memory is a part of a computer system that is hardware.

Random-access memory (RAM) is a type of physical component in a computer system that stores data temporarily for quick access by the processor. It is essential for the system's operation, as it allows for the efficient running of applications and processes.

A) Random-access memory

This option is correct because random-access memory (RAM) is a physical hardware component of a computer system. It directly affects the performance and speed of the computer by providing space for the processor to read and write data as required by running applications.

B) Kernel

The kernel is not a hardware component; rather, it is part of the operating system that manages system resources and communication between hardware and software. It operates in software, making this option incorrect.

C) Operating system

An operating system is a software layer that manages hardware and software resources on a computer. It is not a physical component but rather a collection of programs and processes that enable hardware functionality, thus making this choice incorrect.

D) Compiler

A compiler is a program that translates source code written in a programming language into machine code that a computer's processor can execute. It is also a software entity, which means this option does not represent hardware.

Conclusion

In summary, random-access memory is the only option that qualifies as hardware within a computer system, while the other options (kernel, operating system, and compiler) represent software components. Therefore, option A is definitively correct as it aligns with the definition of hardware.