Computer Part -II
Computer Part -II
C Language
Chapter no 8
Chapter no 11
6. Write a program that inputs obtained marks of student calculate percentage (assume total
marks are 1100), and displays his/her grade. The grade should be calculated according to the
following rules:
Percentage Grade
More than or equal o 80 A+
Between 70 (inclusive) and 80 A
Between 60 (inclusive) and 70 B
Between 50 (inclusive) and 60 C
Between 40 (inclusive) and 50 D
Between 33 (inclusive) and 40 E
Less than 33 F
Chapter no 12
1. Write a program print the counting from 1 – 10 numbers and their sum by using loop.
2. Write a program that input a number and display the table by using while loop.
3. Write a program that display ten numbers with their square and cube using loop .
Question Bank for part -II Computer Science
4. Write a program that input a number and display the factorial of that number by using loop.
5. Write a program that a positive integer value and display its digits in reverse order :- 1234
it should displays 4321
Database system
Chapter no 1 (DBMS)
1. What is data? Explain the different operations on data for data processing.
2. What is database? Explain the types of files with respect to functional , usage and access or storage point
of view.
3. What is DBMS? Explain the types of database logical models.
4. Explain the feature of DBMS.
5. What is DBMS? Explain the advantages of DBMS.
Short Question
1. What is machine language?
2. write the advantages of machine language
3. What is assembly language?
4. Why assembly language is called symbolic language ?
5. What is Mnemonics?
6. What is language translator or processor ?
7. What is compiler
8. What is Assembler ?
9. What is interpreter ?
10. Define the history of C language
11. define Header file ?
12. Define the Macro constant.
13. What is linker ?
14. What is debugging?
15. What are the difference between unstructured programming and structure programming ?
16. C is typed language define it ?
17. 35what is meant by IDE ?
18. what is machine independence.?
19. What the difference between object and source code .
Chapter # 09
1. what is increment operator?
2. what is decrement operator ?
3. What is order of precedence of operator ?
4. what is associativity of operator ?
5. what are the commands?
6. What are the difference between single line and multi-line commends.
7. what is expression?
8. what is arithmetic expression?
9. what are the difference logical expression and relational expression ?
Question Bank for part -II Computer Science
Chapter no 12
Question Bank for part -II Computer Science
1. what is loop ?
2. How many types of loop in C language?
3. what is do -----while loop ?
4. what are the difference between while and do ----while loop ?
5. what are the difference between conditional loop and counter loop ?
6. what is nested loop ?
7. what is sentinel controlled loop ?
8. what is sentinel value?
9. What is continue statement ? why we use?
10. what is for loop ?
11. what is infinite loop ?
12. what are the difference between outer loop and inner loop ?
13. write the syntax and draw the flow chart of while do-while and for loop.
14. Convert the while loop into do-while vice versa ,convert for loop into while loop vice versa
and convert for into do-while loop vice versa.
15. Output finding and error tracing
1. what is relation?
2. what are difference between fixed and variable length record ?
3. what is sort key ?
4. what is index ?
5. what is integrity constrain ?
6. what is Key / Relational key /Key attributes ?
7. what is Primary Key ?
8. Properties of the primary key:
9. what is Composite Key?
10. what is foreign key?
11. what is alternative key ?
12. what is candidate key ?
13. Who is DA ?
14. Define the DBA / database administrator ?
15. Define the end user ?
16. Define the application programmer ?
17. what is View?
18. Write down the list of properties (any two).