Pps questions
Pps questions
Pps questions
1. Draw the basic block diagram of computer and explain the functions of computer
components.
2. Write a note on Classification of programming languages.
3. Define following terms: Algorithm, Flow charts and Pseudo code.
4. Explain various symbols used in Flow Charts.
5. Write an Algorithm to find average of two numbers.
6. Write an Algorithm to find out maximum of three numbers.
7. Write an Algorithm to find factorial.
8. Write an Algorithm to find reverse of a given number.
9. Write an algorithm to find Fibonacci Series up to given term.
10. Write an Algorithm to find LCM of two given numbers.
Unit -2 Fundamentals of C
1. Explain the Structure of C program with a sample code.
2. List and explain the fundamental data types used in C language.
3. Write a Short note on different types of operators used in C language.
4. What is Conditional operator? Write a small program to explain conditional operator.
5. Explain Types conversion using sample code.
6. Explain operator precedence and associativity.
7. Write syntax of scanf and printf function in different types of inputs and outputs.
8. What is formatted output? Explain with an example.
9. Explain the working of gets() and scanf() to take string as an input.
10. Write program to separate integer and fractional part of a float number and store them
in separate variable.