Computer Fundamentals Quiz 53 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What are the basic parts of a computer?
The basic parts of a computer include the central processing unit (CPU), memory (RAM), storage devices (like hard drives), input devices (like keyboards and mice), and output devices (like monitors and printers).
What is the booting process of a computer?
The booting process is the sequence of actions a computer performs when it is turned on, starting with the power-on self-test (POST) and ending with the loading of the operating system.
What is the difference between a byte and a bit?
A bit is the smallest unit of data in computing, representing a single binary value (0 or 1). A byte consists of 8 bits and is used to represent a single character or number in computing.
What is the purpose of an operating system?
An operating system manages computer hardware and software resources, providing common services for computer programs. It acts as a bridge between the hardware and software, enabling users to interact with the computer.
What is object-oriented programming?
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects," which can contain data and code that manipulates the data. It is used to structure software programs into reusable patterns.