0% found this document useful (0 votes)
23 views

Computer Basic Notes English

Hiinmmllminhjjhjiihgdjjgghbubjibmkjjkngijbhbjbhb

Uploaded by

versha.verma0011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Computer Basic Notes English

Hiinmmllminhjjhjiihgdjjgghbubjibmkjjkngijbhbjbhb

Uploaded by

versha.verma0011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Notes: Co - Curricular Course

Semester 5: Analytical Ability & Digital Awareness


Specially prepared for: Dr. Bhimrao Ambedkar University, Agra

Computer Basic
Block Diagram of Computer

A block diagram of a computer provides a high-level overview of its major components and their
interconnections. While the specific architecture may vary among different computer systems, a
general block diagram typically includes the following components:

Central Processing Unit (CPU):

The brain of the computer that performs arithmetic and logic operations.

Controls and coordinates the activities of other components.

Memory:

RAM (Random Access Memory) for temporary storage of data and program code.

ROM (Read-Only Memory) for storing firmware and BIOS (Basic Input/Output System).

Cache memory for faster access to frequently used data.

Input Devices:

Devices that allow users to input data into the computer.

Examples include keyboards, mice, touchpads, and other pointing devices.

Output Devices:

Devices that display or provide output to the user.

Examples include monitors, printers, speakers, and other display devices.

Storage Devices:

Devices for long-term storage of data and programs.

Examples include hard drives, solid-state drives (SSDs), and optical drives.

Motherboard:

The main circuit board that houses the CPU, memory, and other essential components.

Provides connectors for connecting other peripherals.

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 1 of 7
Notes: Co - Curricular Course
Semester 5: Analytical Ability & Digital Awareness
Specially prepared for: Dr. Bhimrao Ambedkar University, Agra

Different types of computers

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 2 of 7
Notes: Co - Curricular Course
Semester 5: Analytical Ability & Digital Awareness
Specially prepared for: Dr. Bhimrao Ambedkar University, Agra

Computers come in various types, each designed to serve specific purposes and cater to
different computing needs. Here are some common types of computers:

Based on size:
Supercomputers: The most powerful and high-performance computers
designed to handle complex scientific calculations, simulations, and
data analysis. Supercomputers are used in research institutions,
government labs, and industries with demanding computational
requirements.
Mainframes: Powerful computers capable of processing large volumes
of data and managing multiple tasks simultaneously. Mainframes are
often used in large organizations for critical business applications.
Mini Computers: It lies in the middle range of computing systems,
between the mainframe and microcomputer as it is smaller than the
mainframe and larger than a microcomputer. One of a minicomputer's
specific characteristics is its small size. Minicomputers are lots smaller
and more portable than larger mainframe pc systems.
Micro Computers:
Desktop Computers: These are traditional computers with
separate components, including a tower or case housing the
CPU, memory, and storage, along with peripherals like monitors
and keyboards.
Laptops: Portable computers with integrated components,
including a screen, keyboard, and trackpad or pointing device.
Palmtops: An earlier computer small enough to hold in one
hand and operate with the other. Also called a "hand top,"
palmtops had small keyboards or specialized keypads tailored to
specific industries. General-purpose palmtops were never
widely used, but they were resurrected in the form of
smartphones and tablets.
Based in Mechanism:
Analog Computers: An Analog computer is a computer which uses
continuously changeable entities like mechanical, electrical, hydraulic,
etc. These were first used at the time of the 1950s–1960s. Analog
computers work with physical quantities, and they are designed to
process continuous data in the form of analog signals.
Analog computers use physical quantities, such as voltage,
current, or other continuously variable signals, to represent and
manipulate data.

Example: Speedometer, Seismometer, Voltmeter, Analog Clock

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 3 of 7
Notes: Co - Curricular Course
Semester 5: Analytical Ability & Digital Awareness
Specially prepared for: Dr. Bhimrao Ambedkar University, Agra

Digital Computers: Digital computers are capable of solving problems


by processing information in discrete form. It operates on data using
only the two digits 0 and 1.
Hybrid Computers: Hybrid computers are computing systems that
combine the features and capabilities of both analog and digital
computers. They leverage the strengths of analog computing for
processing continuous data and digital computing for handling discrete
data.
Hybrid computers are designed to provide a more flexible and
efficient solution for certain types of applications that require both
analog and digital processing capabilities.
Examples: Gasoline Station, Electrocardiogram Machine, Ultrasound
Machine etc.
Based on Purpose
General-Purpose Computers: General-purpose computers are
designed to perform a wide range of tasks and handle various
applications. They are versatile and capable of executing different types
of software for diverse purposes.
Example: Personal Computers, Servers, Mainframes, Smartphones &
Tablets.
Special-Purpose Computers: Computers integrated into other devices
and systems, such as household appliances, medical devices, and
industrial machinery. These are designed for specific functions within
those devices.
Example: Embedded systems, ATM machines, Point of Sales (POS)
machines, Super computers etc.

Computer Memory
Computer memory refers to the electronic storage space within a computer system where data is
temporarily stored for processing and retrieval. Memory is crucial for the proper functioning of a
computer and is categorized into two main types: primary memory (RAM) and secondary memory
(storage devices).

Primary Memory (RAM - Random Access Memory):

Volatile Memory: RAM is volatile, meaning it loses its contents when the power is turned off.
It is used for temporary storage during the operation of the computer.

Fast Access: RAM provides fast read and write access to stored data, allowing the CPU to
quickly retrieve and manipulate information.

Direct Access: Data can be accessed randomly, regardless of its location in memory, which is
crucial for the efficient execution of programs.

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 4 of 7
Notes: Co - Curricular Course
Semester 5: Analytical Ability & Digital Awareness
Specially prepared for: Dr. Bhimrao Ambedkar University, Agra
Stores Operating System and Running Programs: The operating system and currently
running programs are loaded into RAM, facilitating quick access for the CPU.

Secondary Memory (Storage Devices):

Non-volatile Memory: Unlike RAM, secondary memory is non-volatile, retaining its data
even when the power is turned off. It is used for long-term storage of data and programs.

Examples of Storage Devices: Hard disk drives (HDDs), solid-state drives (SSDs), optical drives,
USB drives, and other external storage devices.

Slower Access: Access times are generally slower compared to RAM, but secondary memory
provides much larger storage capacity.

File Storage: Operating systems, applications, and user data are stored on secondary
memory devices.

Cache Memory:

Located Near CPU: Cache memory is a small, high-speed type of volatile computer memory
located directly on or very close to the CPU.

Faster Access than RAM: It serves as a buffer between the CPU and RAM, providing faster
access to frequently used instructions and data.

L1, L2, and L3 Cache: Modern processors often have multiple levels of cache (L1, L2, and
sometimes L3), with L1 being the smallest and fastest but also the most expensive.

Virtual Memory:

Expansion of RAM: Virtual memory is a memory management technique that uses part of
the computer's secondary storage as if it were additional RAM.

Page File (Swap Space): When the physical RAM is insufficient for current tasks, the
operating system swaps data in and out of the storage device's page file to maintain
performance.

Memory is a critical component for the smooth functioning of a computer. The combination of
primary and secondary memory allows computers to efficiently run applications, store data, and
manage various tasks simultaneously.

Computer Software
Computer software refers to a set of instructions and programs that enable a computer system to
perform specific tasks. It is a broad term that encompasses various types of programs, applications,
and operating systems designed to operate hardware and provide a platform for user interaction.
Software can be categorized into two main types: system software and application software.

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 5 of 7
Notes: Co - Curricular Course
Semester 5: Analytical Ability & Digital Awareness
Specially prepared for: Dr. Bhimrao Ambedkar University, Agra

System Software:

Operating Systems (OS): The fundamental software that manages hardware resources and
provides a user interface. Examples include Microsoft Windows, macOS, Linux, and Android.

Device Drivers: Software that facilitates communication between the operating system and
hardware devices, ensuring proper functionality.

Utilities: Programs designed to perform specific tasks such as disk cleanup, antivirus scans,
and system maintenance.

Application Software:

Productivity Software: Applications designed to help users perform tasks and create content.
Examples include word processors (Microsoft Word, Google Docs), spreadsheets (Microsoft
Excel, Google Sheets), and presentation software (Microsoft PowerPoint, Google Slides).

Graphics and Multimedia Software: Tools for creating and editing images, videos, and audio.
Examples include Adobe Photoshop for image editing and Adobe Premiere for video editing.

Communication Software: Programs that facilitate communication, such as email clients


(Microsoft Outlook, Gmail), instant messaging apps (WhatsApp, Slack), and video
conferencing tools (Zoom, Microsoft Teams).

Web Browsers: Software that enables users to access and navigate the World Wide Web.
Examples include Google Chrome, Mozilla Firefox, and Microsoft Edge.

Entertainment Software: Games, media players, and other applications designed for leisure
and entertainment. Examples include video games, music players, and streaming services.

Business Software: Applications tailored for business operations, including accounting


software (QuickBooks, SAP), customer relationship management (CRM) tools, and enterprise
resource planning (ERP) systems.

Programming Software:

Compilers and Interpreters: Tools that convert high-level programming code into machine
code or execute code directly without prior compilation.

Integrated Development Environments (IDEs): Comprehensive software suites that provide


developers with tools for coding, debugging, and testing.

Utilities:

Security Software: Antivirus programs, firewalls, and other tools designed to protect the
computer system from malware, viruses, and unauthorized access.

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 6 of 7
Notes: Co - Curricular Course
Semester 5: Analytical Ability & Digital Awareness
Specially prepared for: Dr. Bhimrao Ambedkar University, Agra
Backup Software: Programs that automate the process of backing up and restoring data to
prevent data loss in case of hardware failure or other issues.

System Maintenance Tools: Applications for optimizing system performance, cleaning up


temporary files, and managing system resources.

Prepared By: Chanakya Institute of IT & Management


(An Official Service Provider of Vocational and Co-Curricular Course)
https://www.nepvc.org.in
Page 7 of 7

You might also like