0% found this document useful (0 votes)
28 views3 pages

Introduction to Computer Systems

Uploaded by

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

Introduction to Computer Systems

Uploaded by

jalanviha1
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Chapter 1 Introduction To Computer System

Introduction to Computer
Computer is an advanced electronic device that takes raw data as input from the user and processes
these data under the control of set of instructions (called program) and gives the result (output) and
saves output for the future use. A computer is a combination of hardware and software resources
which integrate together and provides various functionalities to the user. Hardware are the physical
components of a computer like the processor, memory devices, monitor, keyboard etc. while software
is the set of programs or instructions that are required by the hardware resources to perform various
operations as per the requirement of users.

COMPONENT OF A COMPUTER SYSTEM

The Processor Unit (CPU) It is the brain of the computer system. All major calculation and
comparisons are made inside the CPU and it is also responsible for activation and controlling the
operation of other unit. This unit consists of two major components, that are arithmetic logic unit
(ALU) and control unit (CU)
Arithmetic Logic Unit (ALU) Arithmetic logic unit performs all arithmetic operations such as
addition, subtraction, multiplication and division. It also uses logic operation for comparison like
comparison or decision making (>, <=, >=, = etc.).
Control Unit (CU) The control unit of a CPU controls the entire operation of the computer. It also
controls all devices such as memory, input/output devices connected to the CPU. CU fetches
instructions from memory, decodes the instruction, interprets the instruction to know what the task
are to be performed and sends suitable control signals to the other components to perform for the
necessary steps to execute the instruction.
Input/Output Unit The input/output unit consists of devices used to transmit information between
the external world and computer memory. The information fed through the input unit is stored in
computer's memory for processing and the final result stored in memory can be recorded or display
on the output medium. Memory unit It is an essential component of a digital computer. It is where all
data intermediate and find results are stored. The data read from the main storage or an input unit are
transferred to the computer's memory where they are available for processing. This memory unit is
used to hold the instructions to be executed and data to be processes.
Primary Memory: Primary memory has direct link with input unit and output unit. It stores the input
data, intermediate calculation, result.
Secondary Memory: The primary storage is not able to store data permanently for future use. So
some other types of storage technology is required to store the data permanently for long time, it is
called secondary or auxiliary memory.

1
Input & Output Device
Input Device: Input devices are those devices which help to enter data into computer system. E.g.
Keyboad, Mouse, Touchscreen, Barcode Reader, Scanner, MICR, OMR etc.
Output Device: Output devices are those devices which help to display the processed information. Eg.
Monitor, Printer, Plotter, Projector etc

SECONDARY MEMORY The primary storage is not able to store data permanently for future use. So
some other types of storage technology is required to store the data permanently for long time, it is
called secondary or auxiliary storage.
DATA RECOVERY
❑ in computing, data recovery is a process of salvaging (retrieving) inaccessible, lost, corrupted,
damaged or formatted data from secondary storage and removable media or files, when the data
stored in them cannot be accessed in a normal way.
❑ The most common data recovery scenario involves an operating system failure, malfunction of a
storage device, logical failure of storage devices, accidental damage or deletion, etc. (typically, on a
single-drive, single-partition, single-OS system), in which case the ultimate goal is simply to copy all
important files from the damaged media to another new drive.
COMPUTER SECURITY
❑ It is also known as IT security, is the protection of information systems from theft or damage to the
hardware, the software, and to the information on them, as well as from disruption or misdirection of
the services they provide.
❑ It includes controlling physical access to the hardware, as well as protecting against harm that may
come via network access, data and code injection, and due to malpractice by operators, whether
intentional, accidental, or due to them being tricked into deviating from secure procedures.
SOFTWARE AND ITS TYPE SOFTWARE:
Software, simply are the computer programs. The instructions given to the computer in the form of a
program is called Software. Software is the set of programs, which are used for different purposes. All
the programs used in computer to perform specific task is called Software.

2
3

Common questions

Powered by AI

Input devices and output devices enable interaction between a computer system and its users. Input devices allow users to enter data into the computer by translating various forms of user actions or mediums into digital signals that the computer can process. Examples of input devices include a keyboard, mouse, touchscreen, scanner, and microphone. In contrast, output devices convert digital signals from the computer into a form that is understandable by the user, enabling them to receive information processed by the computer. Examples of output devices include monitors, printers, and speakers. Together, these devices bridge the gap between humans and computers, facilitating seamless data interaction .

Software and hardware are two fundamental components of a computer system that work in tandem. Hardware refers to the tangible, physical elements of a computer, such as the processor, memory, input/output devices and storage devices. Software, on the other hand, consists of programs and instructions necessary to perform tasks on a computer. While hardware provides the capacity for data processing and storage, it is the software that instructs the hardware on which operations to perform, effectively enabling its functionality and usefulness. Without software, hardware remains inert, and without hardware, software cannot execute its designated operations .

Reliance on secondary memory for long-term data storage presents several challenges. These include slower data access speeds compared to primary memory due to the physical nature of many storage devices, potential data loss or corruption over time especially if devices are not adequately maintained, and risks from physical damage to storage media. Additionally, evolving technology may render certain secondary storage formats obsolete, necessitating data migration. Despite these challenges, secondary memory remains essential due to its capability to store large volumes of data persistently, complementing the limited capacity and volatility of primary memory .

The CPU consists of two primary components: the Arithmetic Logic Unit (ALU) and the Control Unit (CU). The ALU is responsible for executing all arithmetic calculations (such as addition and subtraction) and logical operations (such as comparisons). It is the core unit where most of the processing happens. The CU controls the operations of the computer by directing data flow between the CPU and other components and managing instruction execution. Together, they enhance computational performance by facilitating efficient data processing and command execution, enabling the CPU to perform complex computations rapidly and reliably .

Primary memory, also known as main memory, is directly accessible by the CPU and is used to store data that is currently being processed, including input data, intermediate calculations, and active programs. It provides fast access to facilitate execution of instructions and processes in real-time. However, it is volatile and loses its contents when power is off. In contrast, secondary memory provides persistent storage to retain data permanently even after power is shut off. It is used for archived data and larger storage needs that primary memory cannot handle due to its capacity limitations. Secondary memory offers slower access speeds compared to primary memory but is essential for long-term data retention .

To prevent damage or loss of data in secondary storage mediums, several measures can be implemented. Regularly creating data backups ensures that information is preserved and can be recovered in case of physical damage or data corruption. Using dependable and durable storage media, protecting them physically from heat, moisture, and physical shocks, is also critical. Employing suitable security protocols, including access controls and encryption, safeguards against unauthorized access and manipulation of data. Additionally, regularly updating and testing data recovery plans can significantly mitigate the risk of data loss over time .

Computer security is vital in protecting information systems from threats such as theft, damage, unauthorized access, and disruption. In today's digital environment, cyber threats are pervasive, and sensitive data is frequently targeted. Security measures are necessary to safeguard hardware, software, and data integrity. Common measures include controlling physical access to hardware, implementing network security protocols to prevent unauthorized access, securing data through encryption, and educating users on safe practices to avoid social engineering attacks. Ensuring robust computer security safeguards not only the data but also the reliability and availability of services provided by these systems .

The Control Unit (CU) in the CPU is essential for managing and orchestrating the operations of the entire computer system. It controls the flow of data within the processor itself and to other components of the computer. The CU fetches instructions from memory, decodes them to determine the necessary operations, and issues control signals to execute the instructions. It also manages data traffic between the CPU and the memory, as well as input/output devices, ensuring smooth and efficient operations .

An arithmetic logic unit (ALU) contributes to decision-making in computer operations by performing the necessary logical and arithmetic computations upon which decisions are made. Operations such as comparisons (e.g., greater than, equal to, less than) facilitate branching decisions in algorithms and control flows within programs. Beyond basic arithmetic, this logical processing allows a computer to evaluate conditions and make decisions based on the results, thus enabling complex operations, control loops, and decision trees in software applications .

Data recovery becomes necessary in scenarios where there is data inaccessibility due to accidental deletion, formatting, corruption, or hardware failure. These scenarios may include operating system failures, storage device malfunctions, or logical failures of storage devices. The data recovery process involves salvaging the inaccessible data from secondary storage or removable media. This is typically achieved by copying important files from the damaged media to a new, functioning drive. The goal is to recover as much usable data as possible to minimize information loss .

You might also like