CHAPTER 2:
COMPUTER SYSTEM
LECTURE
NOTES
Computer is and electronic
device that performs four
basic operations: input,
processing, output and
storage
InputEntering
data into
the
computer
ProcessPerforming
operation
on the
data
OutputPresenting
the results
StorageSaving
data,
programs,
or output
for future
COMPUTE
R
Data- Collection of
unprocessed
items, which can
include text,
numbers, images,
audio and video
InformationData that
has been
processed
into
meaningful
form and is
useful to
people
INTERNET
CODING
SYSTEM
EBCDIC
ASCII
USES 8
BITS THAT
REPRESENT
S A TOTAL
256
DIFFERENT
CHARACTE
RS
USED IN
MINICOMPUT
ER,
PERSONAL
COMPUTER
A CODING
SCHEMEUSE
D BY IBM
MAINFRAME
COMPUTER
UNICODE
USES 16
BITS AND
REPRESE
NT 65563
DIFFEREN
T
CHARATE
RS
WIDELY
CONSIDERED
TO BE AN
OBSOLETE
CODING
SYSTEM
IMPLEME
NTED IN
SEVERAL
OPERATIN
G
SYSTEM
INCLUDIN
G
WINDOW
S AND
MAC-OS
Boolean
Algebra derives
its name from
the
mathematician
George Boole
can convert
human ways of
expressing
logical
processes into a
mathematical
and electronic
form for
computation
Boolean algebra
uses three basic
logical
operators AND,
OR, and NOT.
BOOLEAN
EXPRESSI
ON
Value 0
represents False
(F).
Value 1
represents True
(T)
Boolean
Algebra is the
basics of all
modern
computing.
computers are
built as
collection of
switches that
either on or
off,
THE MACHINE CYCLE OF A PROCESSOR
FETCH- Fetches the
instructions/ data
from memory.
DECODETranslates the
instructions into
the signals the
computer can
execute/perform.
EXECUTE- Is the
process of carrying
out the commands.
STORE- Writing the
results to memory