Question
In computer fundamentals, what is the primary purpose of
the BIOS in a computer system?Solution
The BIOS (Basic Input/Output System) is firmware stored on a chip in the motherboard. Its primary purpose is to initialize and test the system hardware components and load the operating system from a storage device during the boot process. The BIOS ensures that the computer is in a proper state before passing control to the operating system's bootloader. Why Other Options are Wrong: a) The BIOS does not control hardware access directly; it performs initial hardware checks and setups. c) Applications run on the operating system, not the BIOS. d) Managing network connections is the job of the operating system and networking software. e) Real-time processing is handled by the operating system or application software designed for real-time use.
In a 5-stage pipeline (Fetch, Decode, Execute, Memory, Write-back), how many instructions can be in various stages of processing at the same time?
A transformer has a primary coil with 300 turns and a secondary coil with 150 turns. If the primary voltage is 240V, calculate the secondary voltage.
Which of the following is a common problem that synchronization mechanisms address in multi-threaded or multi-process environments?
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?
Which of the following is not a valid keyword in C++ language?
XML is designed to ____ and ____ data)
What is the main purpose of a digital signature in public key cryptography?
The best case time complexity of selection sort?
What is the space complexity of an algorithm?
Which functions are declared inside a class have to be defined separately outside the class?