Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

22ESC145/245 SIMP Questions -22SCHEME

BY TIE REVIEW TEAM

Average time to be spent per module- 75 Mins

Module-1(Study any 5 Questions)

1. Explain the organization of a computer with the help of a neat block diagram.
2. List and explain the functions of major parts of computer
3. Explain different input output statements in C with appropriate syntax and examples.
4. Explain different phases in the software development life cycle(SDL), Explain the
types of Input and output devices
5. With the neat diagram, Explain the working of CRT monitor and LCD monitor.
6. Write a structure of a C program with an example.

Module-2(Study any 5 Questions)

1. Differentiate between entry control loop and exit control loop. Explain with an
example.

2. Explain loop control statement in C program


3. How does the while loop differ from do-while loop?
4. How similar and different while and do while loops are? Give example
5. Explain logical operators with examples
6. Demonstrate the working of break and continue statement with a suitable example.

Practice Simple programs on Loops and Logical operators

Module-3(Study any 5 questions)

1. Define the following:

a) Actual parameter

b) Formal Parameter

c) Global variable

d) Local variable
2. What is recursion? WACP to compute the factorial of a given number ‘n’ using
recursion.
3. Explain how call by value differs from call by reference while invoking a function.
4. What are actual parameters and formal parameters? Illustrate with example
5. Explain function call, function definition and function prototype with examples to
each.
6. Explain the two categories of argument passing techniques, with examples.
7. List the operation on Array in C program. Explain any 3 with examples? Explain how
values are stored in array

Programs to be practiced on recursion, binary search, arrays!

Module-4 (Study any 4 questions)

1. Define 2D array. How would you explain declaration and initialization of two
dimensional arrays with suitable examples?Briefly explain how you would pass two
dimensional Arrays to Functions?
2. Write a note on multi dimensional arrays with examples, Mention the applications of
array
3. Define the term sorting technique. Explain any three techniques with suitable
programming examples
4. Define strings. How would you declare and initialize strings with suitable
examples?Explain string input/output functions with an example.
5. Write a note on

a) Reading and writing of strings

b) Suppressing input using a scanset

c)Radix vs Shell Sort

Module- 5

1. How would you explain with examples the string manipulation functions?

2. Define pointers. Explain how to declare and initialize pointers with syntax and
examples.
3. Define structures. Explain how you declare, initialize and represent the memory for
structure variables.

4. How would you explain with examples the character manipulation functions?

5. Write a note on

a) String taxonomy.

b) Computer memory

You might also like