Introduction To Computers and Information Technology: Chapter 1: Computer Basics
Introduction To Computers and Information Technology: Chapter 1: Computer Basics
Introduction To Computers and Information Technology: Chapter 1: Computer Basics
Information Technology
1
What is a computer?
A computer is a machine
storage
that changes information
from one form to another
Processing Output
by performing four basic
actions. 3
Input, processing,
2 4
output, and storage are
the four actions of a Input 1
computer’s information Four basic actions
processing cycle.
2
Digital Computers
Computers work with binary system that has a fixed value.
Bit is short for binary digit. Each bit has two possible values: 0 or 1.
Pieces of data are entered into the computer as combinations of bits, or as 0s or
1s. The bits are combined into groups of eight or more. Each group is called a
byte.
0 1 1 1 0 0 0 1
or 1
Byte
0
bit bit 3
Decimal
The decimal digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Decimal Binary
0 0000
1
2
0001
0010
7
3 0011 0 0 0 0 0 1 1 1
4 0100 Decimal
5 0101
6 0110
Binary
7 0111
8 1000
9 1001
10 1010
11 1011
12 1100
13 1101
14 1110
15 1111
4
Decimal to Binary conversion
Convert 3 from decimal to binary.
1. 00000011
2. 11101010
3. 00001101
4. 11101111
1. 00000011
2. 11101010
3. 00001010
4. 01001111
5
Hexadecimal
A hexadecimal can be any of the following 16 digits:
0 1 2 3 4 5 6 7 8 9 A B C D E F
One hexadecimal digit is equivalent to four binary digits.
Byte
0 1 1 1 0 0 0 1
7 1
71
hexadecimal 6
Binary to Hexadecimal conversion
Convert 10010001 from binary to hexadecimal.
A. 90
B. 91
C. 92
D. 93
1. F1
2. F3
3. F2
4. E2
7
Hexadecimal
Color can be represented by a three-byte combination where each byte
represents red, green, or blue (RGB).
There are 256 possible combinations of 1 or 0 in each group of eight bits. To
represent a color, the three byte RGB codes are simplified into a 6-digit
hexadecimal value. The first two digits of the hexadecimal value represent the
intensity of the red, the second two are green, and the last two are blue.
RGB
R G B
00 FF 00
Pure green 00FF00 8
Encoding
Unit Equivalent
10
Measurement units in computer
From MB to byte
1 MB is 1,024 KB (1 x 1024 ) or 1,048,576 bytes (1024x1024).
From GB to byte
Examples
1 GB is 1,024 MB (1 x 1024 ) or 1,073,741,824 bytes (1024x1024x1024).
11
A computer system consists
of two major elements
2
1
Software
Hardware
Computer’s Elements
12
What is Computer Hardware?
This hardware is used for processing and storing data. There are other devices,
such as a keyboard or mouse, that are only used outside of the computer case.
13
Main components of a computer
01
Motherboard
04 02
Computer
HDD CPU
Components
03
RAM
14
Computer Components - Motherboard
The motherboard connects hardware and allows
data to travel from one device to another.
15
Computer Components - CPU
Example (3.20GHz).
Socket 16
Computer Components - RAM
Near the CPU is the primary data storage area called Random Access Memory, or RAM.
The close proximity allows the CPU to quickly find the data it works with.
RAM comes with high capacity storage than Cache memory.
Cache Memory is memory that exists between CPU and RAM. CPU uses this memory as
a buffer memory during processing.
17
Computer Components - RAM
18
Computer Components - HDD
turned off.
19
Powering the Computer
When a computer is plugged in, electricity flows from the outlet to the circuits
of the computer.
20
Power Supply
The power supply is a hardware that's used to convert the power provided
from the outlet (alternating current (AC)) into (direct current (DC)).
21
Hardware Peripherals
connection.
22
Expansion Cards
Sound cards, video cards, etc.
Slots
Provide extra functionality.
Ports 23
Expansion Cards
VIDEO CARD
Ports Ports
SOUND CARD
NETWORK
INTERFACE CARD (NIC)
Ports
24
Group and Individual Computing
supercomputers.
25
Computers for Organizations
26
Computers for Individuals
Desktop computers are personal computers that are small enough to fit on or under
a desk.
Tablet computers are small, portable, and have a flat panel display.
Wearable computers are designed to be worn on the body, leaving hands free for
other tasks.
27
What is Computer Software?
Software includes all the programs that tell a computer what to do and how to
do it.
1 System software
2 Application software
28
Basic Programming Concepts
using
Programmer
write instructions, called source code
Programming language
These instructions
become software
29
Basic Programming Concepts
30
Basic Programming Concepts
• Compilers and interpreters are programs that translate source code into a form
that can be read and acted on by a computer.
• Interpreters can translate source code directly into actions, while compilers must
first translate the source code into binary form. Still, compilers are able to
complete a task faster.
Some common data types include string (a sequence of characters that does not contain
numbers used for calculations), numeric (numbers or amounts that are used in calculations),
character (text), integers (represent whole numbers), and date (the method of coding dates).
31
Programs are Directions
The linear sequence of instructions that result in the computer performing a specific task
is called an algorithm.
True
Start A=0 Print A A <= 5 A=A+1
False
End
32
Activities
33
Activities
Types of Computers
Page 7
The key learning objectives for this simulation are:
• List the Various Types and Characteristics of Personal Computers
• Give Examples of Other Personal Computing Devices
Hardware
Page 27
The key learning objectives for this simulation are:
• Select hardware components appropriate to your needs
• Evaluate the advantages offered by technological components in
light of cost concerns
34