PAK
FOUNDATION ACADEMY
ICS part II Computer (Full Book)
Total Time: 1hr 30 min Total marks: 60
SHORT QUESTIONS
Q1. Attempt any ten questions [2*10=20]
- Define field.
- Differentiate b/w Data redundancy and inconsistency
- Differentiate b/w master file and transaction file.
- Differentiate between fixed-length & variable length field?
- List different properties of a relation.
- What is one-to-one relationship? Give an example.
- What is ER diagram?
- How is referential integrity achieved?
- What is synonym?
- Differentiate b/w partial dependency & transitive dependency.
- Define the term RDBMS.
- Differentiate b/w Form &Report.
- Differentiate b/w degree and cardinality of a relation
- Define join.
- Write down different methods of creating sub-forms.
Q2. Attempt any ten questions [2*10=20]
- What is the difference between machine language and assembly language?
- Distinguish between source code and object code?
- What is the process of linking in C program?
- Differentiate between pre-processor directives & header file.
- What is an identifier? Give some example of identifier.
- What do you mean by Case-sensitive language?
- What is keyword? Give some example.(list any four keyword)
- Differentiate b/w declaring & defining a variable?
- List any two differences b/w Constant & Variable?
- What is arithmetic expression?
- What is the use of decrements operator?
- What is the difference b/w implicit & explicit type casting?
- What is format specifier?
- Define escape sequence with example?
- Differentiate between printf() scanf() function?
- How instructions are executed in sequence structure?
- Write use of if-else if statement?
- Define compound statement?
- When you must use curly braces {} with selection structure?
- Write a C statement that assign 1 to the variable y if the value of variable x is greater than 0 otherwise -1 to the variable y?
- Define do-while loop?
- Write the syntax & draw the flowchart of do while loop both for single and multiple line statements?
- Briefly explain “for” statement/ Define for loop/ Define counter controlled loop?
- Distinguish between break and continue statements used in loops?
- What is goto statement/ what is the use of goto statement?
- Define function? Define the term function?
- What is meant by function declaration/function prototype?
- What is life time of global variable?
- What is the use of file pointer?
- Which functions are used to read & write string to a file?
0 Comments