Model
Model
TRICHY 9
MODEL EXAMINATION
CS 1101 FUNDAMENTALS OF COMPUTING AND PROGRAMMING
MAX.MARKS 100 DATE: 13.12.2010
PART A (10*2=20)
1. What is Binary digit and define Integrated circuit.
2. List the basic logic operations and its truth table.
3. Convert binary number 11011.0111 to decimal
Convert decimal number 100.25 to Hexadecimal.
4. What are the different ways of representing negative numbers? Give an
example.
5. Differentiate RAM and ROM.
6. Define multimedia.
7. Mention the function of modem.
8. List the hardware components used for networking.
9. What is pseudo code? Mention the uses of pseudo code.
10. Define union and pointer?
PART B (16*2=32)
11. Draw the block diagram of a digital computer and explain the function
of each block (16)
Or
i) 11.110*10.111
ii) 11011110+1111
b. convert following binary number to octal and hexadecimal and decimal (6)
i) 1110111.110111
ii) 1101101111.01
c. how does BCD addition differ from ordinary binary addition? Explain with
an example. (6)
Or
14. a. Write a note on BCD and ASCII code (6)
b. What is gray code? Advantage of gray code
convert the number 110101 to gray code (6)
c. Explain how single bit ever can be detected by using parity method. (4)
Or
Or
18. Explain in detail about the different types of networks with topologies
(16)
19. a. Describe the various looping structures available in ‘C’ with ex.
b. Write a function in ‘C’ to add 2 matrices
Or
20. a. what is an array? How arrays are declared & initialized (6)
B. differentiate call by value and call by reference (4)
c. write a C program to find the largest of 3 numbers (6)