Lecture #01 Theory
Lecture #01 Theory
N TO
COMPUTER
Definitio
Follow
Servic
Conce
Title
pts
es
n
DPTSCIENCE
1 year- Semester 1
st
What is Computer
Science?
Computer science is the study
conten
of computers
Examp
Definiti
Conce
Types
Title
and computing as well as their
pts
on
le
t
theoretical
and practical applications. Computer
science applies the principles
of mathematics,
engineering, and logic to excess of
functions,
including algorithm formulation, softwa
re
• COMPUTER
SYSTEM
It is a collection of
entities(hardware, software and
liveware) that are designed to
receive, process, manage and
Examp
Definiti
Conte
Conce
about
Types
pts
nt
on
format
le
• Computing
Computing is any activity that uses
computers to manage, process, and
communicate information. It
includes development of both
hardware and software
• Personal Computing
Desktops, notebooks, smartphones and
tablets, are all examples of general-
purpose computers. A general-purpose
computer is made up of a central
processing unit, memory, input/output
devices and a bus connecting these
Examp
Definitio
Conte
Conce
about
Types
• Client Server Computing
components
pts
nt
le
n
Client-server is a relationship in which
one program (the client) requests a
service or resource from another
program (the server
• Cloud Computing
Cloud computing is on-demand access, via the
internet, to computing resources—applications,
servers (physical servers and virtual servers), data
storage, development tools, networking
capabilities, and more—hosted at a remote data
center managed by a cloud services provider (or
Cloud
g
Computin
Personal
Computin
Client
Examp
Types
le
Conce
Definitio
pts
n
Conte
about
nt
What Actually A
Computer is ?
7
COMPUTER
Computer can deal with numbers, text, images, graphics, and sound.
8
COMPONENTS OF COMPUTER
11
Memory Unit
•The Memory Unit is a part of the computer that stores data,
instructions, and processed information either temporarily or
permanently.
•It works with the CPU to quickly access and process data efficiently.
Types of Memory:
• Primary Memory (Volatile) – RAM, Cache (Temporary storage for
fast access).
• Secondary Memory (Non-Volatile) – HDD, SSD (Permanent
storage).
• ROM (Read-Only Memory) – Stores essential instructions for
booting the computer.
12
Control Unit (CU)
•The Control Unit is the part of the CPU that manages all instructions
and ensures the proper flow of data.
•It coordinates between different components of the CPU (ALU,
Memory, Registers) and controls operations.
13
INFORMATION PROCESSING
CYCLE
• If one must look at the information processing
cycle diagram, he will see that there are four
events in the sequence of events. The sequence
of events, which make up the information
processing cycle are:
Input
Processing
Output
Storage
14
INFORMATION PROCESSING CYCLE
• When we talk about information processing, we are talking about the change in
the information. There is a sequence of events involved, in which the information
is processed. There are four parts in the information processing cycle. This cycle
deals with the computer systems.
Input
This is the first event in the cycle. This stage involves collection of data from the
outside or also from within the system. The input devices are many. The
commonly used input devices are computer keyboard, bar code readers, scanners,
output from another system, etc.
15
INFORMATION PROCESSING CYCLE
Processing
In this stage the computer processes the minutest details entered. This processing makes
the data entered usable. The system used for processing, along with the data entered will
decide the kind of output, which the user will get.
Output
If you must look at the diagram of information processing cycle, the step after processing
is the output stage. The processed information is now transmitted to the user. There are
different forms in which the output can be given to the user. There can be print report,
which may be given to the user. The output can also be given in the form of audio, video
as well. In some cases, the results may only be displayed on the computer monitor.
16
INFORMATION PROCESSING CYCLE
Storage
After the data has been processed, along
with the output to the user, the data is also
stored. Different computer storage
devices can be used for the same. Some of
the commonly used data storage methods
are disk storage, tertiary storage, etc.
Often the storage is done in both digital as
well as hard copy format. At the same time,
backup of the digital format is also 17
What is the
difference
between data
and information
Which one is the computer?
Washing
Modern Airplane Machine
Computer
Workstation 19
Data Information
produces no output
mathematical operations
Output: answer
26
TYPES OF COMPUTERS
• Computers typically fall into two categories:
27
TYPES OF COMPUTERS
28
ELEMENTS OF COMPUTING
• These are some basic elements of computing.
• ALGORITHM: An algorithm is a list of rules to follow in order to solve a
problem.
• DATA STRUCTURE: A data structure is a specialized format for organizing and
storing data. General data structure types include the array, the file, the record,
the table, the tree, and so on. Any data structure is designed to organize data to
suit a specific purpose so that it can be accessed and worked with in appropriate
ways. In computer programming, a data structure may be selected or designed to
store data for the purpose of working on it with various algorithms.
• IMPLEMENTATION: To implement an algorithm means to code it in a
programming language so that it can run on a computer.
29
Any
Questions