0% found this document useful (0 votes)
15 views2 pages

Important Questions 1

Uploaded by

d68844105
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)
15 views2 pages

Important Questions 1

Uploaded by

d68844105
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/ 2

Subject: Computer Fundamentals and Programming in C

(Unit wise – Important Questions)

Unit - 1: (10 mark Questions) Unit - 1: (5 mark Questions)

1. Explain different types of software. 1. Uses of computer.

2. Generations of Computers. 2. Different types of computer.

3. Explain different types of primary memory. 3. Characteristics of computer.

4. Explain different types of secondary memory. 4. Limitations of computer.

5. Write 5 input and output devices. 5. Write short note on cache memory.

6. Write about block diagram of computer. Extra:- start menu, icon, Desktop

Unit - 2: (10 mark Questions) Unit - 2: (5 mark Questions)

1. Explain different data types in C. 1. Write basic structure of C program.

2. Explain different types of operators. 2. Write about comments in C.

3. Write about type casting. 3. Explain IO statements in C.

4. Explain different C tokens. 4. Write about conditional operator.

5. Explain different constant in C. 5. Files used in C program.

Extra:- Write about unary and binary operators. 6. What about identifier.

Extra:- History of C program, compiling and


executing of C program,keywords,variables

Unit - 3: (10 mark Questions) Unit - 3: (5 mark Questions)

1. Explain looping / iterations / repetition statement 1. goto 2. switch 3. break

2. Explain conditional / selection / Decision control 4. continue


branching statements.
5. Pass by value and pass by reference (or) call by
3. Explain about functions with example. value and call by reference.

4. Explain about recursive function. 6. Scope of variables

5. Explain different storage classes in C. Extra: Difference between while and do while,
difference between break and continue.
Unit - 4: (10 mark Questions) Unit - 4: (5 mark Questions)

1. Explain one dimensional (1D) array. 1. Write about character functions.

2. Explain two dimensional (2D) array. 2. Write about how to calculate length of the array.

3. What is string? Explain string functions. 3. Write about strings.

4. Explain 1D inter-function communication 4.

5. Explain 1D operations. 5.

6. Explain 2D operations. Extra:-

Extra:-

Unit - 5: (10 mark Question) Unit - 5: (5 mark Question)

1. Explain about pointer in detail 1. Write various modes in files.

2. Write about pointer array. 2. Write about command – line – argument.

3. Write about pointer with function. 3. Null pointer 4.Generic Pointer

4. Write about pointer passing array to function. 5. Write about structure 6.Nested structure

5. Write about pointer arithmetic expressions. 7. Union 8. Enumerated data types

6. Write about files. Extra:- Write about end – of – file (EOF)

Programs:-

1. Write a program to copy content from one file to another file.


2. Write a program for multiplication of two matrix.
3. Write a program for addition of two matrix.
4. Write a program for subtraction of two matrix.
5. Write a program for calculate length of an array.
6. Write a program using string manipulation functions.
7. Write a program using character manipulation functions.
8. Write a program for transpose of matrix.
9. Write a program for factorial of a given number(Normal and Recursive function).
10. Write a program to check given number is even or odd.

You might also like