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

Final Guess 2nd Year Computer

The document contains a comprehensive list of important short and long questions related to the C programming language and databases. It covers various topics including machine language, control structures, functions, data types, and database concepts such as data modeling and DBMS. The questions are categorized by chapters, providing a structured approach for study and review.
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)
3 views2 pages

Final Guess 2nd Year Computer

The document contains a comprehensive list of important short and long questions related to the C programming language and databases. It covers various topics including machine language, control structures, functions, data types, and database concepts such as data modeling and DBMS. The questions are categorized by chapters, providing a structured approach for study and review.
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

Important short and Long questions of C 39.

Difference between while and do while


Ch # 8: lop?
1. Why machine Language Execute faster? 40. Define Nested loop?
2. Define Source code and object code? 41. Write the syntax of for loop.
3. Write down the short cut to compile 42. Define sentinel control loop?
and run? 43. Define function and its benefits?
4. Define Machine independence? 44. Define function declaration?
5. Define Turbo C ? 45. Define function definition?
6. Define Preprocessor directive? 46. Define function header and function
7. Define Include and define directive? body?
8. Define Header file? 47. Define formal and actual parameters?
9. Define main() function? 48. Define local and global variable?
10. Define statement terminator? 49. Define stream?
11. Define Delimiters ? 50. Define text and binary stream?
12. Differentiate between high level and 51. Define EOF marker?
low level language? 52. Find the errors Past papers?
13. Differentiate between complier and 53. Find the output(Past papers)?
interpreter? 54. Convert the loop Past papers?
14. Differentiate between structure and Long Questions
unstructured programming? Only Chapter 9
15. What do you meant by bugs and 1. Define Variable, declaration,
debugging? initialization and rules of declaring
16. Define ANSI C. variable.
17. Why machine language execute faster. 2. Constant and types?
18. Define printf() and control string? 3. Data types(integer and floating data)
19. Define format specifier? 4. Logical Operators
20. Define format string? 5. Type Casting
21. Define field width specifier? 6. Identifier and types.
22. Define Escape sequence? ++++++++++++++++++++++++++++++++++++++
23. Define scaf()? Programs (11+12) for long
24. Define getch() and getche()? 1. Even odd/leap year/numbers are equal
25. Define clrscr()? or not using if else?
Ch # 11: 2. Find Square root using if else
26. Define control structure? 3. Find positive negative zero and grades
27. Define sequence and repetition using if else if?
structure? 4. Fine maximum number using nested if?
28. Define selection structure? 5. Find vowel using switch?
29. Differential between if and if else 6. Find 1 to 100 using loop?
statement? 7. Find 1 to 50 even or odd using wile
30. Syntax of if else loop?
31. Define Nested if 8. Write a program that display first ten
32. Draw the flow chart of if else if number and their average using for
33. Define conditional operator? loop.
Ch # 12, 13,14 9. Print the table of given number using
34. Define Infinite loop? loop?
35. Define break statement? 10. Write a program to display the following
36. Define continue statement? using do while loop
37. Define goto statement? 1 3 5 7 9 11 13 15 17 19 21 23
38. Sentinal control loop 0 3 6 9 12 15
11. Find sum and average of the 1 to 5 22. Define DBA?
numbers using while loop. 23. Define DA?
12. Find factorial of given number using 24. Define View?
while. Ch # 4:
13. Find the sum of series 25. Define data integrity?
1+1/2+1/4….. 1/100 26. Define entity integrity?
1+1/3+1/5+1/7…1/99 27. Define Referential integrity?
1+3+5+……..+99 28. Define synonym and homonym?
14. Sum of numbers 29. Define database anomalies?
1 30. Define Normalization?
2 31. Define 1NF and 2NF?
3 32. Define 3NF?
4 33. Define functional dependency?
5 34. Define partial dependency?
Sum =15 35. Define transitive dependency?
15. Print the following using nested loop? Ch # 5:
* 36. Define Microsoft Access?
** 37. Define RDBMS?
*** 38. Define IDE?
**** 39. Define database wizard?
***** 40. Define forms?
41. Define Report?
Important short and Long questions of Long Questions
Database 1. Explain ingredients of data modeling &
Ch # 1: types of Relation?
1. Define Data and information? 2. Explain the database design process?
2. Define classification? 3. Explain the different types of queries?
3. Define data processing? 4. Explain different data types available in
4. Define field, Record, File? MS Access.
5. Define file organization? 5. Field properties.
6. Master file and transaction file? 6. Explain different types of forms and
7. Define direct or random file? reports?
8. Define program file and data file?
9. Define database?
10. Define DBMS?
11. Write down the objectives of DBMS?
12. Define data redundancy and
inconsistency?
13. Define data dictionary?
14. Define database Models write down the
names?
15. Data independence?
Ch # 2:
16. Define fixed length and variable length
field?
17. Write down the properties of relation?
18. Define Primary key?
19. Define foreign key?
20. Define candidate key & alternate key
21. Define secondary key and sort key

You might also like