Introduction To Computer Systems
Introduction To Computer Systems
Aug-2015
2015 June-July
Mont
h
Portion to be covered
Introduction To Computer Systems
Hardware Concepts:
Computer organization (basic concepts): CPU, Memory (RAM and ROM), I/O devices,
communication bus, ports (serial, parallel), device specific ports;
Input devices: Keyboard, Mouse, Light pen, Touch Screen, Graphics Tablet, Joystick,
Introduction To Programming
Programming Guidelines:
Th
Prac
33
15
23
23
17
21
19
22
23
Name of Practical
Flow of control ( If Else ) :
Temperature converter.
Arithmetic Calculator.
10
11
12
13
14
15
16
17
Reverse of a number.
18
19
Binary to Decimal
20
Decimal to Binary.
21
22
23
24
25
26
(iii)
Print the
pyramid:5 4 3 2 15 4 3 2
543
54
5
(iv)
Print the pyramid:
5
54
543
5432
54321
Library Functions
27
28
29
30
31
32
33
34
35
Reverse of a String.
36
37
38
2 D Array of Integers
39
40
41
42
43
44
Row swap
45
Column Swap
Array of Strings
46
47
10
11
12
13
14
15
16
17