0% found this document useful (0 votes)
78 views4 pages

CP Important Questions

The document outlines various topics related to computer systems and programming, divided into four units with questions of varying marks. It covers definitions, explanations, and comparisons of components such as CPU, input/output devices, software types, C programming concepts, and data structures. The document includes both theoretical and practical aspects, including programming exercises and detailed notes on functions, arrays, and operators.

Uploaded by

Sahana M.k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views4 pages

CP Important Questions

The document outlines various topics related to computer systems and programming, divided into four units with questions of varying marks. It covers definitions, explanations, and comparisons of components such as CPU, input/output devices, software types, C programming concepts, and data structures. The document includes both theoretical and practical aspects, including programming exercises and detailed notes on functions, arrays, and operators.

Uploaded by

Sahana M.k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Unit 1:

2 Marks:

1.Define CPU and its components.

2.What is a light pen?

3.Name any two output devices.

4. Define the block diagram of a computer system.

5.What is an input device? Give two examples.

6. List any two secondary storage devices.

7. Define system software.

5 Marks:

1.Write short notes on input devices like the mouse and joystick.

2..Describe dot matrix and laser printers.

3..Explain the differences between system software and application software.

4..Explain the components of the CPU.

5.Differentiate between primary and secondary memory.

6..Write short notes on output devices.

7.Explain the types of printers and plotters

10 Marks:

1.Describe the merits and demerits of machine-level and higher-level


languages.

2..Write a detailed note on secondary storage devices like hard disks and
optical disks.

3.Draw and explain the block diagram of a computer system.

4.Compare machine-level and high-level languages.


Unit 2:

2 Marks:

1.What is the importance of C programming?

2.Define a variable with an example.

3.What are symbolic constants?

4.List any two arithmetic operators.

5 Marks:

1.Explain the structure of a simple C program

2.Explain the types of c tokens

3.Explain assignment operators with syntax and examples.

4.Explain in detail the use of relational and logical operators in C


programming.

10 Marks:

1.Describe the different data types in C with examples.

2.Discuss the different operators and their precedence in C.

3.Explain formatted input and output statements in detail.

Unit 3:

2 Marks:

1.Define the if-else statement.

2.What is a GOTO statement?.What is the use of a GOTO statement?

3.Define an array.

4.What is the purpose of the ‘if’ statement?

5.Define a one-dimensional array


5 Marks:

1.Explain the syntax of the switch statement with an example.

2.Write short notes on two-dimensional array and multi dimensional array

3.What are the different types of loops in C?

4. Explain the types of string handling functions.

10 Marks:

1.Write a C program to find the largest of three numbers using if-else.

2.Explain arrays with examples of initialization and usage.

3.Describe decision-making statements in detail with examples.

Unit 4:

2 Marks:

1.What is a user-defined function?

2.Define a pointer.

3.What is recursion?

4.Write the syntax for declaring a structure.

5 Marks:

1.Explain the types of function or category of function

2.Explain the difference between structure and union.

3.Define structure and explain structure declaration and initializating


structure member

4.Write a note on call by value and call by reference


5.Explain the concept of pointers with examples.

10 Marks:

1.Explain the types of function or category of function

You might also like