0% found this document useful (0 votes)
31 views3 pages

Important Questions

Kk

Uploaded by

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

Important Questions

Kk

Uploaded by

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

SEMESTER-II

PROBLEM SOLVING USING C


IMPORTANT QUESTIONS
UNIT-1
10 MARKS:
1. Explain about the Block diagram of computers and functions of components of
computer. (******VIMP****)
2. Explain different types of Software with examples (**********VIMP****)
3. Write about the structure of C Program (***************VIMP*******)
4. Explain about C-Tokens
5. Explain about Operators in C (***************VIMP***********)
6. Explain about Datatypes in C (***)
5 MARKS:
1. What is Algorithm ? Write the characterstics of Algorithm(***)
2. What is Flowchart? What are the symbols used in Flowchart?(****)
3. Differentiate between Compiler and Interpreter?
4. Explain about Computer Hardware?
5. Explain about Machine , Assembly and High Level Languages(***)
6. Explain about constants in C
7. Write about the rules in constructing a variable names.
8. Write about Standard or built-in or predefined or primitive datatypes in
C(****VIMP***)
9. Write about Formatted I/O statements(**)
10. Write about Unformatted I/O statements(**)

UNIT-2
10 MARKS:
1. Explain about Decision making Statements in C (********VIMP*******)
2. Explain about Looping Statements In C (***********VIMP*********)
3. Write a C program
a. To check given no is prime or not
b. To check given no is amstrong or not
c. To check given no is perfect or not
d. To find the reverse of a given no
e. Program to find the roots of quadratic equation(****vvvimp)
f. To print prime nos from 1…100 (*****)

S M V S KUMAR @ SPACES DEGREE COLLEGE, PAYAKARAOPETA IMPORTANT LIST 1


5 MARKS:
1. Differentiate between While and Do..while (***)
2. Write syntax of Switch Statement
3. Explain about jump control statements (**)
4. Differentiate between break and Continue

UNIT-3
10 MARKS:

1. Explain about one-dimensional and two-dimensional arrays (****vimp***)


2. Write a c program
a. Sorting of elements in an array
b. Searching of elements in an array
c. Matrix Multiplication (*******)
d. Matrix Addition (****)
e. Matrix Transpose
f. Program to find sum and avg of N numbers.
3. Explain about String Handling Functions in C (*****************VVVVVVIMP***)

5 MARKS:

1. Explain about two-dimensional array


2. Memory representation of one-dimensional and two-dimensional arrays
3. Character handling functions in c (****)
4. How to declare and initialize the string variables.

UNIT-4
10 MARKS:
1. Explain about different types or categories of functions. (**vvvimp*)
2. Explain about parameter passing mechanism or Explain about call by values
and call by reference. (***vimp***)
3. Explain about storage classes in C (*********VVVVIMP*****)
4. What is pointer ? What are the advantages and disadvantages of using
pointers. (***VIMP)
5. Explain about pointer to arrays (**********VVVIMP******)
6. Explain about pointer to Functions (****************VVVVVVIMP*******)

5 MARKS:
1. Explain about Nested functions (****vimp***)
2. Explain about local and global variables
3. Explain about function prototype or function declaration? (**)
4. What is Recursion. Write a C program for factorial using Recursion(**vvvvimp)
5. Differentiate between static and extern
6. Explain about Pointer Arithmetic (****vimp)
7. Differentiate between Pointers and Arrays

S M V S KUMAR @ SPACES DEGREE COLLEGE, PAYAKARAOPETA IMPORTANT LIST 2


UNIT-5
10 MARKS:

1. Explain about Nested structures and Array of structures (******vvvvvimp**)


2. Explain about structures and functions.
3. Explain about structures and pointers. (****vimp**)
4. Write about Dynamic memory allocation functions in C (****VIMP**)
5 MARKS:
1. Differentiate between structures and unions (*************vvvvimp************)
2. How to initialize and access structures
3. Write shortnotes on union

S M V S KUMAR @ SPACES DEGREE COLLEGE, PAYAKARAOPETA IMPORTANT LIST 3

You might also like