FCS Unit 2
FCS Unit 2
FCS Unit 2
Categories of Software:
System Software: These are programs that manage and control hardware
components. The most important system software is the Operating
System (OS), which enables the computer’s hardware to communicate
with the software.
RAM (Random Access Memory): Temporarily stores data that the CPU
needs for active tasks. It is fast but volatile, meaning data is lost when the
computer is turned off.
Cache Memory: A small, high-speed memory located closer to the CPU. It
stores frequently accessed data and instructions to speed up processing.
Registers: Small, fast storage locations in the CPU for holding intermediate
data during processing.
Hard Disk Drive (HDD): A mechanical, magnetic storage device used for
long-term data storage. It has large capacity but slower speed compared
to RAM.
USB Flash Drives: Portable storage devices using flash memory, offering
medium speed and capacity.
Disk Management Tools: These help manage and organize hard disk drives
or storage devices.
Device Drivers are software programs that allow the operating system to
communicate with hardware devices. They translate the OS’s general
commands into device-specific commands, making the hardware usable.
Device drivers are necessary for peripherals like printers, graphics cards,
sound cards, keyboards, and others.
They help ensure hardware operates efficiently and are usually specific to
the manufacturer of the hardware device.
LAN (Local Area Network): A network that covers a small geographic area,
such as a home or office.
WAN (Wide Area Network): A network that spans a large geographic area,
often a country or even the world.
PAN (Personal Area Network): A small network for personal devices within
a small area, such as a home or office.
VPN (Virtual Private Network): A secure network that allows remote users
to access a LAN over the internet.
Sql
Copy code
| Application |
+------------------+ +---------------------+
V v
+------------------+ +-------------------+
+------------------+ +-------------------+
Explanation:
The application communicates with the Operating System, which then
communicates with the Device Driver.
The Device Driver translates the OS’s general requests into specific
instructions that the hardware understands.
The Hardware Device performs the actions as per the device driver’s
instructions.
Word Processors: Used for creating, editing, formatting, and printing text
documents.
These tools are common across various industries, helping users perform
tasks such as writing, calculations, presentations, communication, and
internet browsing.