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

Govt. Degree College (W) Zahir Peer Rahim Yar Khan

This document contains instructions and questions for a computer science exam with a maximum score of 75 marks. It is divided into two parts, with Part I focusing on choosing correct answers and short answer questions testing knowledge of fundamental computer concepts. Part II focuses on more specific topics like Microsoft Access, views, normalization, C language topics like errors and constants, and includes a short programming question to calculate area. Students are instructed to attempt questions from various sections, with more marks given for longer questions.

Uploaded by

kanwal ameen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views2 pages

Govt. Degree College (W) Zahir Peer Rahim Yar Khan

This document contains instructions and questions for a computer science exam with a maximum score of 75 marks. It is divided into two parts, with Part I focusing on choosing correct answers and short answer questions testing knowledge of fundamental computer concepts. Part II focuses on more specific topics like Microsoft Access, views, normalization, C language topics like errors and constants, and includes a short programming question to calculate area. Students are instructed to attempt questions from various sections, with more marks given for longer questions.

Uploaded by

kanwal ameen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Govt.

Degree College (w) Zahir Peer Rahim Yar Khan


Examination: December Test Maximum Marks: 75
Paper: Computer Sci Time: 3 Hrs.

Note: Attempt any four questions.


Q.No.1: Choose the correct answer.

i. The physical parts of a computer systems are called:


a. Software b. Input devices c. Output devices d. Hardware
ii. One or more computers connected to a hub is called:
a. Ring Network b. Star Network c. Bus Network d. Mesh Network
iii. Any computer is controlled by
a. Hardware b. Information c. instruction
iv. Operating System is an example of this type of software
a. System b. Multitasking c. Utility
v. A loop within a loop is called:
a. Complex b. Nested c. Infinite d. For
vi. Which is a numeric data type:
a. Floating Point b. Integer c. Double d. Long Double
vii. Header files in C contain
a. Compiler Commands b. Library Functions c. Header d. Operators
viii. What type of network is Internet.
a. LAN b. MAN c. WAN d. PAN
xi. A programs’ syntax error is detected by:
a. Linker b. Compiler c. Loader d. Debugger
xii. A relation is also known as:
a. Table b. Tuple c. Entity d. Attribute
xiii. An input device which is used to play computer games is:
a. Mouse b. Light Pen c. Touch Pad d. Joy Stick
xiv. In 2NF which form of dependency is removed:
a. Functional b. Partial c. Associative d. Transitive
xv. Variable and Constants names cannot contain
a. Number b. Underscore c. Letter d. Period
Part-I
Q.No.2: Write short answers of any 07 parts from the following. (7*2=14)
i. What is Database System?
ii. D/f b/w a Table and Database.
iii. Who is Data Administrator?
iv. What is a difference between an entity class and an entity Instance?
v. Write two types of anomalies?
vi. Enlist two uses of Forms.
vii. Define Cardinality.
viii.What is a Key?
ix. D/f b/w Data & Information
Q.No.3: Write short answers of any 08 parts from the following. (8*2=16)
i. Describe \n Escape Sequence.
ii. Determine the output
int num=10;
num*=5;
print f(“%d”, num);
iii Describe variable initialization.
iv. What is keyword? Give example.
v. Predict the output of the following.
{
Print f(“* \n ** \n *** \n **** \n ***** \n”);
}
vi. Define source code.
vii. Define Low Level Language.
viii. Write down two rules for declaring naming variable in C.
ix. Define Arithmetic Expression.
x. What are Logical Errors? Give example.

Q.No.4: Write short answers of any 06 parts from the following. (6*2=12)
i. Who is a hacker?
ii. d/f b/w authentication and authorization.
iii. What is data security?
iv. What is RedLof?
v. How Undo & Redo commands are used?
vi. d/f b/w Save & Save as options.
vii. What is text alignment in word?
viii. What is column?
Part-II
MS-ACCESS
Note: Attempt only one question. (10)
Q.No.5: What is normalization? Explain first three Normal Forms.
Q.No.6: What is View? How do we create it?
C-LANGUAGE
Note: Attempt any two questions. (20)
Q.No.7: Define Errors. Explain different types of errors.
Q.No.8: How would you create, edit, compile, link and execute a program.
Q.No.9: Define Constant. Explain its types.
Q.No.10: Write a program that input height and width and calculate area (area=height*width)

You might also like