assignment focp

6
G URGAON I NSTITUTE OF T ECHNOLOGY & M ANAGEMENT Subject:- FOCP Assignment no:- 1 Faculty name:- Akshat Agrawal Que:1 Explain Block diagram of computer and explain functions of various units of the Computer. Que:2 Explain generation & classification of computer. Que:3 Explain input devices and output devices. Que:4 Explain auxiliary storage devices

Upload: api-3747330

Post on 11-Apr-2015

56 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Assignment FOCP

G URGAON I NSTITUTE OF T ECHNOLOGY &

M ANAGEMENT

Subject:- FOCP Assignment no:-1Faculty name:- Akshat Agrawal

Que:1 Explain Block diagram of computer and explain

functions of various units of the Computer.

Que:2 Explain generation & classification of computer.

Que:3 Explain input devices and output devices.

Que:4 Explain auxiliary storage devices

(i). Hard disk

(ii).Floppy disk

(iii).Magnetic tapes

(iv).CD-ROM

(v).DVD

Page 2: Assignment FOCP

G URGAON I NSTITUTE OF T ECHNOLOGY &

M ANAGEMENT

Subject:- FOCP Assignment no:- 2Faculty name:- Akshat Agrawal

1. Perform conversions

(i). (125)6 = (?)4

(ii). (FAB) 16 = (?)2

(iii). (1001.011)2= (?)10

(iv). (11000110001)2=(?)8= (?)16

(v). (CDAC.05)16= (?)2

(vi). (4567.65)10= (?)2

(vii). (1100011.110)2= (?)16= (?)8

2. What is Computer Networks and describe basic concepts of

networks.

3. What is modem? Describe modulation and demodulation.

Page 3: Assignment FOCP

G URGAON I NSTITUTE OF T ECHNOLOGY &

M ANAGEMENT

Subject:- FOCP Assignment no:- 3Faculty name:- Akshat Agrawal

Que:1-Draw the block diagram of computer system and explain its

working.

Que:2.-What do you mean by complement of a number. How

complements are useful for computer Arithmetic.

Que:3- Explain Machine, assembly and high level language/

Que:4- Describe following-compiler, loader, linker, interpreter

Page 4: Assignment FOCP

G URGAON I NSTITUTE OF T ECHNOLOGY &

M ANAGEMENT

Subject:- FOCP Assignment no:- 4Faculty name:- Akshat Agrawal

Que:1-Explain the difference between structure and union in C.

Que:2.What is an array variable ?How does differ from ordinary

variable?

Que:3.Explain purpose of data type and variable.

Que:4.What is the need of function ? Write all the necessary steps

required to use function.