Computer Guess Paper Part II
M. Aqib Siddiqui
MS-ACCESS
(Short Questions)
1. What is a field?
2. Define program file with example
3. Define column(field), record, entity, file/table/relation
4. What is data integrity and data integration
5. Differentiate between data and information.
6. Define data processing.
7. Define DB And DBMS.
8. Name two features of DBMS.
9. Write two properties of relation?
10. Define indexes.
11. Define foreign key and primary key
12. Define key. List different types of keys.
13. Define data administrator and DataBase administrator
14. Define table /relation
15. How a relation is formed in database?
16. Who is user or end user?
17. What is the purpose of using views?
18. Differentiate between relation and relationship
19. Define data modeling.
20. Define the purpose of feasibility study.
21. What is E-R diagram?
22. Define view integration
23. Define cardinality and modality
24. Write four data distribution strategies
25. Transitive dependency.
26. Partial dependency
27. full functional dependency
28. Define entity.
29. Define data integrity.
30. Synonyms, homonyms
31. entity integrity
32. referential integrity
33. Anomalies
34. RDBMS
35. Differentiate between form and report
36. Database wizard/sample database
37. Define macros
38. Uses of MS Access
39. Define Queries
40. Primary key
41. What is the use of data sheet views in MS Access?
42. Cardinality of a relation
43. Degree of relation
44. Write down two table views available on Access.
(Long Questions)
1. Logical and physical database design.
2. Expalin data distribution Strategy
3. Write a note on database design process.
4. Explain different data types available in MS Access.
5. Define query Discuss types of queries.
6. Explain different types of forms.
C-Language
(Short Questions)
. Write the syntax of if-else statement.
· State the use of goto statement.
. Trace the errors in the following code
if (7 != 10)
printf("Hello")
else
print("Welcome");
. Write the output of the following code:
int i, j = 3;
for(i=1;i <= 5;i++)
printf("\n%d%d",i,j);
. Convert the following code in do-while loop
for(i=1;i <= 5;i++)
printf ("\n%d",i);
· Define local and global variable.
· Define function header.
. Define function body and function definition.
. Define Return Statment.
· What is object code and source code?
. What is the use of linker in C-Language?
. Structured and unstructured programming.
· Define keywords.
· What happens when arithmetic under flow occurs?
· What is standard input?
. scanf and printf function.
· Trace output:
int n=6;
n++:
printf(“%d”,n);
· Trace error:
int x =5;
int y
y=x+3
printf ("% d", y);
· Trace error:
Include <STDIO. H>
VOID Main ();
printf ("Pakistan");
· Trace output:
int a = 512;
printf("a=%5d",a);
printf ("a = % 1 d",a);
· Trace output:
Main ()
{
printf("55\t");
printf("5855");
}
· Define conditional operator? write its syntax and example.
· What happens if break is missed in case block?
. Predict the output of the following code:
if (4%2 == 0)
printf ("Programming makes the life interesting \n");
else
printf ("Programming is difficult to learn");
· Trace the errors:
int p=20,
if (price == 20)
price = 0;
else
price=2,
· fclose and fopen function?
. What is the use of main () function in C?
· Define header files.
· What is the use of assignment statement?
· Differentiate between unary and binary operator?
. Compare " getch ()" and "getche()" function.
· Define assembly language.
· Define constant.
. Variable declaration and initialization with syntax and example
. Find any two errors of the following:
int number=6;
Number++;
printf (%\n",number);
. How to write remarks (comments) in C program?
· Define break statement
. Function declaration and calling with its syntax.
. Built in and User defined function?
. Two Uses of functions
· CH:12 Exercise(Q. 5,7)
C-Language
(Long Questions – Theory)
Explain the Rules for Naming Variables
Explain Identifiers and its types.
What is an Operator? Explain different types of operators
C-Language
(Important Programs)
. Write a program in C, which input year and print either it is leap year or not.
· Write a program that inputs a number from user and check whether it is positive, negative or
zero.
. Write a program that inputs a number from user and find its factorial.
. Write a program that inputs a number from user and display its table.
. Write a program that inputs three or two numbers from user and find the largest or smallest
number.
. Write a program that inputs a number from user and find whether it is even or odd.
. Program to print series of odd/even/natural numbers and their sum. OR Any series or pattern.
· Program to check vowel or consonant with switch statement.
. write a program to get number from user and check whether it is prime or not.
MCQ’S
. Prepare all chapter's exercises mcq's and fill in the blanks
. past 5 years papers mcq's
. shortcut keys of C-language
BEST OF LUCK