Você está na página 1de 2

UNIT I

INTRODUCTION

1. Write in detail about the evolution and the various generations of computers.
2. Explain the fundamental units of a computer with a block diagram? (or) basic computer
organization in detail?
3. Explain the classification of computers?
4. Write in detail about Algorithm with example
5. Explain about Pseudo code with example
6. Discuss about Flow Chart and draw example
7. Problems Number Conversion
UNIT II

C PROGRAMMING BASICS

1. Write about the need and types of looping statements in C language and discuss with
examples.
2. Write about the need and types of decision making and branching statements in C
language and discuss with examples.
3. Explain about Data Types and Expressions using operators in C
4. Write short notes on Managing Input and Output operations
5. Explain about structure of C program
UNIT III
1.
2.
3.
4.

What do you meant by Arrays Initialization Declaration


Explain about various types of arrays with example
Explain about String and various String operations String Arrays with example
Matrix Programs Matrix Addition , Subtraction and transpose

UNIT IV
1.
2.
3.
4.

ARRAYS AND STRINGS

FUNCTIONS AND POINTERS

Explain about Function and various prototypes of function with example


Discuss about the following a) Pass by value b)Pass by reference
Write short notes on Recursion with examples
Discuss about the following
a) Pointers and pointer Initialization
b) Pointers arithmetic
c) Pointers and arrays

UNIT V

STRUCTURES AND UNIONS

1. Explain about definition of structure, Structure declaration and Structure within a


structure
2. Discuss about Union and Programs using structures and Unions
3. Write short notes on preprocessor
4. What is storage class? List and explain with example

PROGRAMS

Biggest among three numbers


Armstrong number checking
Prime number checking
Odd or even number checking
Palindrome checking
Factorial number using function
Fibonacci series using function
Function programs (four proto type)
Matrix - Addition, Subtraction and transpose
String reverse
String concatenation
String palindrome
String length
Student mark list preparation using structure (structure within structure)
Employee details using union (structures and Unions)

Você também pode gostar