Class 7 Computer
Class 7 Computer
Both '1 Jrd w. 1re ,lrh l Sl) lt w, 1rc H. l 1\1 \ \'.11 ','
,d 111 s 1ni l·1il,11 s, .11lll giw
co mp ute r t:.111 prn l'l'S S d,11;1 ;11 _') ,)fl W .1 1\'
the ird
h~ w. m' ;111 d St)l!wa rc i11 ,l (t1111putt'1· systl'lrl, Jn,j rlw
In thi s c h;1 pl'L 'r, W(' will ll' ;\1"11 illw ut
, .rnd Hl'X~llicci111.1I.
dif fercnr 11u,11lwr sys tl'!lls l'in.1 ry, l1t•cim ;1I, Ot't;il
~
HA.RD\\•ARE "'~rrm~ ,,,u ,·,H, hn1d1 ,Hid 1
~ 4 ~ f ~ i ~ , ~ tl . _\:m1-, ~e~~iruh-.:r tt::,!A( lf d 'I "'i u
,1 ·~ , ,..1
1
I ',;'
1
l d
h, ,\rt ,\f'\':
tht' h"u\h\,U'l\'t,.unplc'$ \.,t hM\_
• Input J{~, k~~ ~tvb~\u\i, t1K1U$(\ j0v~th.-'k
• ")utput d t'\ kt'$ - p,,ntt't\ nmnittw
• St\·w,~~t "k' k't'~ - h,,1\i dis~, CD. DVD, pt'n ddvr
SOFTWARE
~ i,; ,( !id v.f~~ '!!'•1ms ·'~·IJ!l~'Aillll'•' /Tutt pmw\!~Jrtsl[llrti~'.'s ~ Uiq
":_Ir ./,, .mJ. 11<~-:•~~t•4 ~ ' " is,,_~YI ,,fi,l,tntrti,m.,· tha~2<11fi•n1111 p,11 trwlw l,ts )
r~~wiwz
'Th? t\\O r, t'(IS
" f
0f s1;.,ttwa1\' a,~:
• s,·$~msoftware
• Applicatl"'n sofu, art "
System software is a. st?t of 0111.' \)r morr progrJrns rh,1r is drsigned to conrrnl :rnd manage
the ope-ration of a computt'r srst~m. n,c s~'Sft'lll softwJt't' works ,is ~1n imerfacl' between
hardware and the user. E~an,ples of S} stt1m sofrw:1rc include opcr.1ring S)1Stcms , device
driv-~rs, and langua.gt> ~'l\)1.' ess0rs,
Application software comprises computer programs that Jrc designed to help rhe user
in p~rforming a certain typ~ of\\ mk. Application softwar~ pertains to one specific use or
application, Examples of application software include generJI purpose software such as word ,
pro(:essors and spr~adslw~r sofu, ar~, and specific purpose software such as payroll system,
inven.t.QI\ S\'Stcm. and accountin~ svsteni\
. -...:.~--
--- - -- ~ ' ~ \
Nibble A nibble is a group of 4 bits. It can store one decimal digit in its binary form.
Word A group of .bits representing .data or instruction that forms the bas1c · c
· in,ormat1on
•
.
unit of a computer 1s called. word. It 1s a group of a fixed number of bi'ts processe d as a unit·
. . .
111 a single operation. It vanes from computer to computer but is fixed f; h A
· · · h c or eac computer.
computer stores information 111 t e ,orm of words.
d depends on the architecture of the
A word m~ be of 8, 16, 32, or 64 bits. The size of a wor
with 32-bit word.
computer. A machine with 16-bit word is slower than one
th.
The length of a computer word is called word size or word leng
Other storage units in the computer are:
(KiloByte (KB) = 2 bytes =1024 bytes
10
bytes
TeraByte (TB) = 2 GB =1024 x 1024 x 1024 x 1024
10
NUMBER SYSTEMS
imal,
{indigital representatio n, the most common number systems used are Binary, Dec
Octal, and Hexadec imal. )
:::: ,;~
The
.
ngh
• . tmo st digit has the least positional value (weig t '
• h ) therefore, it is called the I
1
..
significant digit (LSD).The leftmost dig · m pos1t1o na1va 1ue (we,.g ht)east
. . it has the maximu
.
t herefore, 1t 1s called the mo st sig mfi . . (MSD) In the a bove examp 1e, 6 1s . '
can t d1g1t · the Ls
and 2 is the MSD. D
No w, let us consider the decimal num ·mal poi nt sep ara tes the who!
ber 49.12. T he d eci
num ber on the left from the decimal digits e
on the right.
Posi tiona l valu es (wei ghts )
F: I
49.12 = 4 X 10 1 + 9 10° + 1 1
10- + 2
X X X 1Q-2
11 ~
1
=4
L
X 10 + 9 1 + 1/1 Q+ 2/1 00
11 ~ o 1 \ 1~-2 1
X
= 40 + 9 + 0 .1 + 0. 0 2
MSD LSD
The pos it ions to the right of the decimal poi
nt are called the decimal places. The digit
first decimal place shows the number of ten at the
ths . In our example, it is one ten th. The seco
dec imal place shows the number of hundre nd
dths, and so on. In our example, there are
hun dre dth s. two
MSD
Oc tal Nu mb er Sy ste m
The oct al num ber system has a base of 8.
It has eight digits o 1 2
digit of an oct al number can have any valu
.. . e
pos1t1onal num ber ing system. Each octal . .
from Oto
. 7
3 4 5 6
· The ;ct~ I num
d 7 Each
' ' 6' ' ' an · · lso a
er system 1s a
d1g1t has its own positional value or wei ght , which
. I
expressed as the pow er of 8 · lj
,
As an example, con sid er 1267.12, an octa
l number with a fraction.
As in the decimal and the binary number systems, the
radix point separates the whole
number part from the fractional part. The place valu
e of each digit to the left and the right of
the radix point is equal to 8 raised to the successive
positive or negative powers, respectively.
Hexadecimal Num ber System
The hexadecimal number system has 16 as the base
number. It has ten numeric digits 0, 1,
2, 3, 4, 5, 6, 7, 8, 9 and six letters A, B, C, D, E, F, whe
re A= 10, B = 11, C = 12, D == 13,
E = 14, and F = 15. The hexadecimal system is also a
positional numbering system . The value
of a hexadecimal digit is expressed as the power of 16.
As an example, consider the hexadecimal fractional
number, A65.C2. As shown below, the
place value or positional value of each digit is a pow
er of 16.
Positional
values (weights) 16 2 16 1 16° 16-1 16-2
A 6 5 C 2 LSD
Fraction.al par t
2123 )I
2
~96
Zt I I
2 5 1
,I
2
2 2 -
~
., 392
2 1 - " t" y
2
2 0 - . .784
i
0. 598 .. - 100
~7.. = f01 11L
I x 2
2 9 - 1
~ 1.36
2 4 - 1
0.67 10 = .101z
2 2 - 0
2 1 - 0
2 0 - 1
317 10 = 1001111 0\
317.6710 = 100111101.1012
I
~ \\ i'i~I H) . .
1hi~ h,1-. ~1 l,.I M' ,,( ~, ,11hl h.1 ~ r 1y.ht d1 y,11 , 0, I . .> , .\ , ·1. .\ c, ,
,\ \ h i ·,
, '"~ h,'-" .1 1'-1,t' ,,r 1 (\. ,11"111., .. 1,·11 ,111111,,, ,\ d,~~i"' o. 1 • . \ J . .,.
-~~-~~~~~~~~~~
:, , C\ , ' , ~~. I) ,111d •, t\ lft l c'I""- ·\ , I\ , \. ·. I), I , I •
·=~~-~=----• -="'"-"'~ ~ P L C ~ 4~&.4 -J
ro sum.
....
:up - ·_
•·'
lt H~' lrn ,, t h.' n m 1.' ,'"'l' \lt1'r ,~ st ,,1't·, l 111 tlw , ~ ·,,11,1• 1·~11.'llti-. ,111 b111. 11, !,' ,lc,·i 111.II
i~' tm ,, t\,tn n~s ,,,\)~ ,1 11 , I L" 11u111 h•1., , .111 l'1' ,!1. 11 11· 11 , 1111ilrq,I, i1 1~: dw
\ tw S{ ,' l , \~'t.' lll\l \ ." ,,1· , ,, lll}'I Ht' I 1\ 1t' ll h' I \ ,li~:1t:-- " i11 1r hc i, !' ,) . ., ,t ,,, 11.il , .1' 111' :-- .rnd
.\ft' ~P. , i\ II\ , \, ,P. , l t\ , l't; _t tt , : ti . ,l l hl ~ t\ ,h l,li11 ~~ ( ht' ,·,1 k11l .1 1t·, l f' l , , , lt1 1' !.' .
l tw ""'--"t ,·,, mn h,11h 11~t'l.l 1n 11 nh,' 1
I C
EXERCISES
4..1bil,t.. t I\ c 1, f"l' Qllt.'~t tl'll~
Q f'-1 11 in tht' bhm~s wfrh th,, 4.."lWt'tX't' WC'u\.is.
D Nibblt- )
101 4 \l\lor'l.is
I
L l1i{" tlw "·,'"' ~ ' l It t' I' :-\ -:--t c'm tlu 1 "''u ,'.\" 1,,u,·h ,\lh i fr~I i~ dw
}',H't \' (
t\~'t~\.,.-. .i: \
' .\ N\\)\\t ( is ., ~r\'l ll ' ,,( -~ bit:-,
. " ' , ~ I' J •y>, \ ~
,'. r\ ""''"'f'mtr ~t'C\rts 1nhwn1~m.\n mtht) t\_)ITi\ cf . 1' ~ ..':. ~ -:''--
➔. l Kl\ is. t'{\uival?nc t\l . \ e_<t\.tt by,l'~-
$, Tht' htMdc~dm~I munlwr S}'~rrm includN, leners !\ 13, C, _(O _. E. and F. 1
I
CJ) \Vf\~ T fur the tNe statemtot and F for tho talse one. Comet the false statement(s). a
~(El
1.. t) S)-st·~m SQftwa1~ twlp$ the \1$er in ptwtbrming ~1 ct'rmin task.
l , A binmy numbt'r cru-1h,1vt' onl}' two di~irs, 0 and 1.
3, rtw bast' of «n octal numbt'r t$ 10.
4, The hexadecimal nuir,lwr S}1srem has rht' bnse 16 . .,,, G3
S, The dt•dm,11 number S)'Stt'm Cl,nsis1s of diiits 0, 1, 2, 3, 4, 5) 6, 7, 8, and 9. l1r-
@ Choose t-he correct option.
1. \Nhich of thrst' is nor :111 ex:1mplr ofnpplicarion software?
a
a. Pc1)'t'OII S)'St't'IH b. Fct' collection sysrcm
c. Studt~m neudemir pNfonmrnce S}1Srt'm ~~ · Windows 7
') 1GB is cquiv~lent ro
;l, ·1024 KB cb. 1024 MB c. 1024 TB d. 1024 PB
3. Which of these is rhc binary equ ivalent of rhc decim al number 132 ?
~- '10000100 b. 10001000 c. 10010000 d. 10100000
-!_., \1\/hich of these is rhc equivalenr decirn:11 num bl'r of the bi nary number ·1 1011 .1 1O?
a. 66.3 b. 33.6 IC . ·27. 75 d. 36.6
5. Which of these is not a hexadeci mal number?
\,-,,... ABGH b. CD23 c. ·12AB d. EFCD
~ What are the four number systems? Write their base va ues and digits used.
5. List the steps to convert a binary number to its equ ivalent: base 10 ( decimal) number.
ii Whh h i~l h~ la1~~•1 11111111'w1I WhR I h It·, iforltt rn I VAIt1r I d h t will be it• docirn
e. What wUI b@ th@ n1xt ,u,mh @,, In tJh@fullnw lnst pFt,l f-,rn, an, w 1 · 11
v1hu,P
10 1, '100 11 I t}()O 1, 1\)t)()t) I , 1
Hands On!
Uo tho followi,,8 an your noh,book.
I. M~kc ,\ lht ,,I tiw $YSlc'tn npi,lit',11 i,H1 :,,,11\Mll't' 1 111 Ii , inst.dlNI 011 yo11 r computer.
tllld 1
1
Ii.,~
2. 1he \·01 nput01· ~dt I·1( {' I l\h'lw1~ 1.n1~~l11 ,1h1)111 ·:-: llH \ IHf' 1111il :, in ilw co111put er' in the class.
S~e
h,1 $ Jskrd tlw ~t udl.'11t s I\) writ l' dll I he :-:io1·.,H1' 1111i1 s in I h,·ir not
,•hook . -, hey .ilso have to find ou
the l0llow ing ,rnd wrilt' tl1t 111 , h )o , in tlwir lltill'IHH)k ~: 1
,). Stnr;1gt (\ \l hh 'll)I ,)r tlw h,ll'il ~lisks 1ll'1'1lllllHll{ 1'S i11 rl11' 1:,1,, 1
b. S1or.,~e (_\ \p,h·it}' 1.:ilhl h,1rd ,11 :-: ks 111'tlw rnrn1,111 1•1·s :u t.lH'ir ho1 11 cs .
1
{f.)~xB_,l.•i
~ ,
...... - - ·- '---
... ·--•.··· -
tit conversion
... . . . mori
' . n~.mbcr syswm to another.
····················· t I I I I I I t I 't 't I I t, Ii
I• t • t I I I I I I
l
·, .· t.-:• .
.~
··-······················· . . .....
'
:il.
l
: II
HARDWARE s!!,(ll,, You can touc h and feel
lt1ardwa~ comQ!ises the physical components that make up a compµt§.[J1.:.
the hardware Examples of hardware are:
1
• Input devices - keyboard, mouse, joystick
• Output devices - printer, monitor
• Storage devices - hard disk, CD, DVD, pen drive
SOFTWARE
/ h ·d · tructions to the hardwarµut.~
~ftware ~etofccm/}.Mler programs and procedures t at pr°.,Y.U ms _ . --· ;f; ~
~ do_0:_~q ~g!!.~~~o~d~o.:::,it,.,.:A~p~ro2igl!ra~m~1~·s~a~se:,_t~of~i~ns~tr~uc~T~io~ns=-.t!~ha:.:t. c.P;;.er;. -'-fg_;..r_
_,m_a_p_a_rt_,c_u(£'_! _!~
[ The two types of software are:
• System software
• Application software)
System software is a set of one or more programs that is designed to control and manage
the operation of a computer system. The system software works as an interface between
hardware and the user. Examples of system software include operating systems, device
drivers, and language processors.
Application software comprises computer programs that are designed to help the user
in performing a certain type of work. Application software pertains to one specific use or
application. Examples of application software include general purpose software such as word
processors and spreadsheet software, and specific purpose software such as payroll system,
_inv.e o system, and accounting system~ ·--
_;
. Hit