Download Pdf eBooks By Libre Free...
Microsoft 365 Training
Training courses
Whether a new developer, just new to Android, or an experienced professional, grow your skills with training created by Google's Android development experts. Then get certified as an Android developer to grow your career
Basic Fundamental Of Computer
Keyboard
Mouse
Monitor
CPU (Central Processing Unit)
I'll cover each of these in detail, explaining their functions, types, and how they work together to make the computer run.
1. Keyboard
What it is:
The keyboard is the primary input device used to enter text, numbers, and other commands into a computer. It consists of a set of keys, typically arranged in rows and columns.
Components:
Keys: These are the individual buttons you press to input data (letters, numbers, symbols, etc.).
Modifier keys: These include keys like Shift, Ctrl, Alt, and Caps Lock, which modify the function of other keys when pressed in combination.
Function keys: The F1 to F12 keys, often used for specific tasks like help or shortcut commands in various software.
Enter key: Used to submit commands or create a new line in text fields.
Spacebar: Used to add spaces between words.
How it works:
When you press a key, a circuit is completed inside the keyboard. This sends a signal to the computer, which interprets it as a specific character or command.
2. Mouse
What it is:
A mouse is a pointing device that lets you interact with the graphical user interface (GUI) of a computer. It allows you to move a cursor on the screen and interact with icons, buttons, and other elements.
Components:
Left and right buttons: Used for selecting items, clicking, and performing various actions in the operating system or software.
Scroll wheel: Allows you to scroll up and down on web pages or documents.
Optical sensor: Most modern mice use an optical sensor (like a laser) to detect movement on a surface.
Wireless or Wired: Mice can either be connected to the computer via a cable or wirelessly through Bluetooth or a USB receiver.
How it works:
When you move the mouse, the optical sensor detects the movement relative to the surface. The computer receives this data and moves the cursor on the screen accordingly. Pressing the mouse buttons sends different types of signals (single-click, double-click, right-click, etc.) to the computer to execute commands.
3. Monitor
What it is:
A monitor is an output device that displays visual information from the computer. It shows the graphical user interface (GUI) of the operating system, as well as any applications you're using, like web browsers, word processors, or video players.
Types of Monitors:
LCD (Liquid Crystal Display): The most common type, known for its thin profile and clear display.
LED (Light Emitting Diode): A type of LCD screen that uses LED backlighting, offering better energy efficiency and color contrast.
OLED (Organic Light Emitting Diode): A newer technology that produces better color accuracy and contrast, but is more expensive.
How it works:
The monitor displays images by manipulating pixels (the tiny colored dots that make up the image). These pixels are arranged in a grid, and by changing their color and brightness, the monitor creates images, text, and video.
4. CPU (Central Processing Unit)
What it is:
The CPU is often referred to as the "brain" of the computer. It's the primary component that processes instructions from programs, performs calculations, and manages data flow within the computer.
Components of the CPU:
Core(s): Modern CPUs have multiple cores, which allow them to perform several tasks at once (multi-core processing). A dual-core CPU has two cores, a quad-core has four, and so on.
Clock: The CPU has a clock that regulates how fast it can process instructions. This is measured in GHz (gigahertz).
Cache: A small, fast memory area inside the CPU used to store frequently accessed data to improve processing speed.
Control Unit (CU): Directs the operations of the computer by interpreting and executing instructions.
Arithmetic Logic Unit (ALU): Performs all the mathematical calculations (addition, subtraction, multiplication, division) and logical operations (comparisons, decisions).
How it works:
When you run a program or do something on your computer, the CPU reads the instructions from the program. The instructions are broken down into small tasks that are processed step-by-step. The faster the clock speed and more cores a CPU has, the faster it can process these tasks.
How They All Work Together
Input Devices (Keyboard and Mouse): You interact with the computer by typing on the keyboard or moving the mouse. These inputs send signals to the CPU to process.
CPU: The CPU receives the input data, processes it, and executes commands. It might send instructions to the graphics card if you're doing something graphical, or it might perform calculations for a program.
Monitor: The CPU sends the results of its processing to the monitor to display on the screen so you can see the outcome of your actions.
Example of How They Work in Practice
Imagine you're typing a document in a word processor:
You press a key on the keyboard (like the letter "A").
The signal from the keyboard is sent to the CPU.
The CPU processes the signal and tells the monitor to display the letter "A" on the screen.
If you move the mouse to select text or click a button, the mouse sends signals to the CPU, which processes that data and updates the monitor accordingly.
Bonus: Other Key Computer Components
Though you asked about the basic components, here are a few other important parts:
Motherboard: The main circuit board that holds the CPU, RAM, and other essential components together.
RAM (Random Access Memory): Temporary memory that stores data the CPU is actively working on. It’s fast but volatile (it loses all data when the computer is turned off).
Storage (HDD/SSD): Where all your files, programs, and operating systems are stored. SSDs (Solid-State Drives) are faster and more durable than HDDs (Hard Disk Drives).
Power Supply Unit (PSU): Converts electricity from the wall into a form that the computer can use, providing power to all components.
Recap
The keyboard and mouse are your input devices, letting you interact with the computer.
The monitor is the output device, showing you the results of what you're doing.
The CPU is the "brain" that processes all commands and data.
All these components work together to let you interact with the computer and perform tasks, whether that's browsing the web, playing games, or creating documents.