0% found this document useful (0 votes)
32 views

Model

The document is a model examination for a fundamentals of computing and programming course. It contains 20 multiple choice questions across 3 parts - Part A has 10 short answer questions, Part B has 4 long answer questions from which students must choose 2, and Part C has 2 programming questions from which students must choose 1. The questions cover topics such as binary, hexadecimal, and decimal number systems, digital logic, computer hardware components, computer memory, data representation standards, computer networks, and programming concepts in C language.

Uploaded by

Vidhya Dhivakar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Model

The document is a model examination for a fundamentals of computing and programming course. It contains 20 multiple choice questions across 3 parts - Part A has 10 short answer questions, Part B has 4 long answer questions from which students must choose 2, and Part C has 2 programming questions from which students must choose 1. The questions cover topics such as binary, hexadecimal, and decimal number systems, digital logic, computer hardware components, computer memory, data representation standards, computer networks, and programming concepts in C language.

Uploaded by

Vidhya Dhivakar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

SHIVANI INSTITUTE OF TECHNOLOGY

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

12. a. Distinguish between analog and digital quantity. Why digital


quantity is preferred over analog quantity. (8)
b. Write a note on digital integrated circuit (8)

13. a. Perform the following operations in binary(4)

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)

15. List out the various input and output devices.


Explain anyone input and output device with neat diagram. (16)

Or

16. a. Differentiate system software and application software. (6)


b. Describe multimedia components. (10)

17. Write a note on the following


a. Broadband connections (8)
b. DSL Technologies (8)

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)

----- All the best ---------

You might also like