Skip to content
Login
Computer Aptitude

Computer Fundamentals

A computer is an advanced electronic device that takes raw data as input from the user. It processes this data under the control of a set of instructions called a program. Finally, it gives the result as output and saves it for future use. The basic work of a computer follows the Input-Process-Output (IPO) cycle. This cycle means that every task a computer does starts with an input and ends with an output. To perform these tasks, a computer uses two main parts: Hardware and Software.

Concepts (3)

Memory is divided into Primary and Secondary types. Primary memory, like RAM (Random Access Memory), is very fast but temporary. It holds the apps you are currently using.

Memory is divided into Primary and Secondary types. Primary memory, like RAM (Random Access Memory), is very fast but temporary. It holds the apps you are currently using. Secondary memory, like an SSD or Hard Drive, is slower but stores your files even when the computer is off. Example: RAM is like your office desk where you keep current files, while the Hard Drive is like a filing cabinet where you store everything else.

Depth 0/5
Start Lesson

The CPU is the primary component of a computer that acts as its brain. It contains the Arithmetic Logic Unit (ALU), which performs math like addition and logic like 'True or False'.

The CPU is the primary component of a computer that acts as its brain. It contains the Arithmetic Logic Unit (ALU), which performs math like addition and logic like 'True or False'. It also has the Control Unit (CU), which acts like a traffic police officer, directing data flow. Every click you make is processed here. Example: When you play a video, the CPU coordinates with the graphics card to show the images correctly.

Depth 0/5
Start Lesson

Hardware includes all physical parts like the motherboard, monitor, and cables. Software includes the programs and operating systems like Windows, Linux, or Android. Software tells the hardware what to do.

Hardware includes all physical parts like the motherboard, monitor, and cables. Software includes the programs and operating systems like Windows, Linux, or Android. Software tells the hardware what to do. You cannot touch software, but you can see its results on the hardware. Example: Your physical smartphone is hardware, but the WhatsApp application running on it is software.

Depth 0/5
Start Lesson

Ready to practice? Start an interactive lesson.

Start Lesson: Computer Memory Types