Вы находитесь на странице: 1из 5

Intermediate Part – II (12 th Class) Computer Sc.

Session 2019
Obj
Total Time
ecti
marks Allowed: 20
: 17ve minutes
District Jinnah Public School Mandi Bahauddin.
Intermediate Part 2. Computer Science.
Total Marks: 15. Objective. Time Allowed: 20 Minutes.

Q.
QUESTIONS (A) (B) (C) (D)
1
The process of arranging data in logical data
1 Sorting summarizing classifying
sequence is called computing
2 Create command is used to create table view query report

Which of the following is used to associate


3 Entity attribute identifier relationship
entities one another

In 2NF which form of dependency is


4 functional partial associate transitive
Removed

5 Each set of related items in a table is called Table record Field query

How many table views are available in


6 1 2 3 4
Microsoft Access

7 All of the following are form layout except Tabular columnar justified relationship
b+=a a=+b a=a+b b=b+a
a+=b is equal to
8

9 In C Language expression 9/5*2 evaluates 3.6 0.6 0 2

10 Which of the following function is used to scanf printf get() getch()


input data in C program

Which of the following format specifier is .% f %d %s %c


11 used for string

12 Which programming structure executes Sequence Repetition


Relation Decision
program started in order

How many types of loop structure are 4 3 2 6


13 available in C

Which is the final value of x after executing 10 9 0 1


following code:
14 for(int x=0; x<10; x++)

15 Global variable are created in RAM ROM hard disk Cache

……………..
District Jinnah Public School Mandi Bahauddin.
Intermediate Part 2. Computer Science.
Total Marks: 60. Subjective.

SECTION - I
2. Write answers of any Six questions. (6 x 2 = 12)
(i) Describe data manipulation.
(ii) State the use of Query language.
(iii) Who is data administrator?
(iv) Define foreign key?
(v) How a relation is formed in database?
(vi) What is meant by file organization?
(vii) Define the term redundancy.
(viii) Write down major database objects in MS ACCESS.
(ix) Describe field property.

3. Write answers of any Six questions. (6 x 2 = 12)

(i) How does a compiler work?


(ii) Give an example of preprocessor directive.
(iii)What is variable initialization?
(iv) List at least four data types used in C Language.
(v) How are comments added on multiple lines?
(vi) What do you know about format specifier?
(vii)Write C statement to print the value of an integer n.
(viii)
Find the errors in the following code Main ( ); {
PRINTF(“HELLO”)}
(ix) Determine the output of the following code segment. float p = 3.14159;
printf(“p=%5.1f”,p);
4. Write answers of any six questions. (6 x 2 = 12)

(i) Write an expression in C language for “ Number is d ivisible by 5”.


(ii) Define Control structure.
(iii) What is conditional operator? Write the syntax of conditional operator.
(iv) What is use of “if-else” statement.
(v) Write two uses or advantages of loop.
(vi) Define sentinel value.
(vii) What is the scope of local variables?
(viii) Define function. Why is it used in a program?
(ix) What is the use of file pointer?
SECTION II (Essay Type)
Note:- Attempt any one question. ( 8×1=08 )
MS – ACCESS

5. What is ER diagram? Explain with the help of an example.


6. Discuss different data types available in MS Access.

SECTION II (Essay Type)

Note:- Attempt any Two questions either from “ C Language”. ( 8×2=16 )


7. Briefly describe the basic structure of a C program.
8. What is “switch “ statement? Explain its working with example
9. Define for loop. Explain its working with example.

Вам также может понравиться