COMPUTER FUNDAMENTALS

Introduction of computer

A computer is an electronic programmable machine that accepts data as input, processes it according to a set of instructions (program), produces output, and stores the results for future use.

 

Functions:

  • Input
  • Processing
  • Output
  • Storage

Data and Information

Data-

Data refers to raw, unprocessed facts and figures without meaning.
Example: Numbers, names, symbols (e.g., 45, “Rahul”, X)

Information-

Information is processed data that is meaningful and useful.
Example: “Rahul scored 45 marks”

Characteristics of a Computer

  1. Speed: A computer can process millions (or billions) of instructions per second.
  2. Accuracy: Computers provide highly accurate results. Errors occur only due to wrong input or faulty programs.
  3. Diligence: Computers do not get tired or bored, unlike humans.
  4. Storage Capacity: They can store large volumes of data for long periods.
  5. Versatility: Computers can perform different types of tasks (calculation, communication, design, etc.).

Components of a Computer System

A computer system consists of hardware and software working together.

Input Unit

The input unit is responsible for entering data and instructions into the computer system.

Examples:

  • Keyboard
  • Mouse
  • Scanner

Output unit

Devices that display or produce the result of processing.

Examples:

  • Monitor
  • Printer
  • Speakers

Central Processing Unit (CPU)

The brain of the computer that performs processing.

Components of CPU:

  • ALU (Arithmetic Logic Unit): Performs calculations and logical operations
  • CU (Control Unit: Controls the execution of instructions
  • Registers: Temporary storage locations inside CPU

Memory Unit

Stores data, instructions, and results.

Types of Memory:

Primary Memory (Main Memory)

  • RAM (Random Access Memory):
    • Volatile (data lost when power is off)
    • Used during processing
  • ROM (Read Only Memory):
    • Non-volatile
    • Stores permanent instructions

Secondary Memory

Permanent storage devices.

Examples:

  • Hard Disk
  • SSD
  • USB Drive
  • CD/DVD

Types of Computers

Based on Size:

  • Supercomputers- Very powerful (used in weather forecasting)
  • Mainframe Computers- Used by large organizations
  • Minicomputers- Medium-sized
  • Microcomputers (PCs)- Personal computers (desktop, laptop)

Based on Data Handling:

  • Analog Computers- Handle continuous data
  • Digital Computers- Handle discrete data (most common)
  • Hybrid Computers- Combination of both

Hardware and Software

Hardware

Physical parts of a computer that can be touched.

Examples:

  • Monitor
  • Keyboard
  • CPU
  • Printer

Software

A set of instructions or programs that tell the computer what to do.

Types of Software:

  • System Software
    • Controls computer hardware
    • Example: Operating System
  • Application Software
    • Performs specific tasks
    • Example: Word processors, browsers

Operating System (OS)

An Operating System is system software that acts as an interface between the user and the computer hardware.

Functions:

  • Memory management
  • Process management
  • File management
  • Device management

Examples:

  • Windows
  • macOS
  • Linux

Data and Information

Data:

Raw facts and figures without meaning.

Example: Numbers, symbols, text

Information:

Processed data that has meaning.

Example: Report, summary

Storage Devices

Primary Storage:

  • RAM
  • ROM

Secondary Storage:

  • Hard Disk
  • Pen Drive
  • Memory Card

Number System

Types:

  1. Binary (Base 2)- Uses 0 and 1
  2. Decimal (Base 10)- Uses 0–9
  3. Octal (Base 8)- Uses 0–7
  4. Hexadecimal (Base 16)- Uses 0–9 and A–F

Computer Languages

Languages used to communicate with computers.

Types:

  1. Machine Language – Binary (0 and 1)
  2. Assembly Language – Uses symbols
  3. High-Level Language –Easy to understand (e.g., Python, Java)

Internet Basics

The Internet is a global network of interconnected computers.

Services:

  • Email
  • Web browsing
  • File transfer

Terms:

  • WWW (World Wide Web) – Collection of websites
  • Browser – Software to access websites
  • URL – Address of a website

Computer Security

Protection of computer systems and data from threats.

Types of Threats:

  • Virus
  • Malware
  • Hacking

Safety Measures:

  • Antivirus software
  • Regular updates
  • Strong passwords

Applications of Computers

  • Education
  • Banking
  • Healthcare
  • Business
  • Entertainment

Advantages and Disadvantages

Advantages:

  • Fast processing
  • Accurate results
  • Large storage

Disadvantages:

  • Security risks
  • Job displacement
  • Dependence on machines

Basic Troubleshooting

  • Restart system
  • Check connections
  • Update software
  • Scan for viruses

Leave a Reply