Вы находитесь на странице: 1из 3

Unit I 1. Explain Block Diagram of the computer 2. Explain different computing environments 3. Explain SDLC 4.

Define Algorithm and what are its characteristics? 5. what is flow chart and its symbols algorithms on various problems like a. algorithm for finding sum of two number b. algorithm for finding whether given no, is prime or not c. algorithm for finding whether given no, is perfect or not, Armstrong or not d. algorithm for finding sum of the digits of given n e. algorithm for generating Fibonacci series Unit II 1. Explain data types of c 2. explain operators of c 3. what are the decision control statements of c ( if, ifelse nested if , switch etc) 4. what are the repetitive statements of c (for while do while) 5. programs related to conditional statements and loops like conditional statements: finding biggest of 3 numbers finding whether given no is even odd Tax calculation loops: finding given no is prime or not finding whether given no is perfect or not generating Fibonacci series Unit III 1. What is an array? Explain its declaration and its initializations 2. write a program to find biggest and smallest number of given set of numbers 3. write a program to find matrix addition and multiplication

4. write a program to pass array as argument to function 5. what is a pointer and explain with example 6. what are the string handling functions (strlen, strcat, strcmp, strcat etc) 7. what are the operation of pointers 8. what is Dynamic memory allocation ? explain methods of it Unit- IV 1. what is a function? Write its syntax with an example 2. what are the different types of functions we have 3. explain call by value and call by reference 4. what is recursive function? Explain with example ( factorial, lcm, gcd etc) 5. what is macro explain it 6. compare macro and function Unit- V 1. what is a structure? Explain with an example 2. what is array of structures explain it 3. what is union? Compare it with structure 4. what is a file? What are different file opening modes 5. explain different functions used in file operations 6. write a program to copy one file into another file 7. compare binary file and text files 8. what is error handling explain 9. what is command line arguments 10. what is Random access file? Explain the functions involved in Random access files Unit VI 1. Construct a linked list with the following options a. Inserting a node at the beginning b. Inserting a node at the end c. Inserting a node at the inbetween

d. e. f. g. h. i. j. k.

Deleting a node at the beginning Deleting a node at the end Deleting a node at the inbetween Searching an element in the list Updating an element Displaying the elements of the linked list Write a short note on file inclusion Write a short note on conditional compilation

Вам также может понравиться