0% found this document useful (0 votes)
91 views3 pages

(A) Riding (B) Surfing (C) Linking Texting

PU PAST PAPERS

Uploaded by

sajId146
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)
91 views3 pages

(A) Riding (B) Surfing (C) Linking Texting

PU PAST PAPERS

Uploaded by

sajId146
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/ 3

UNIVERSITY OF THE PUNJAB ‘\\\I\QD" No.inFig. .

cccooeviiiiiinnnn

Associate Degree in Arts / Science Part-l Annual Exam-2022 | Roj| No. in Words. .........
Subject: Computer Studies-| Paper Code: CMP-| N
Paper: A (Introduction to IT and Computer Programming) Time: 1 Hr. Marks: 30 N

ATTEMPT THIS PAPER ON THIS QUESTION SHEET ONLY.


Division of marks is given in front of each question. .
This Paper will be collected back after expiry of time limit mentioned above. \,

Q.1. Encircle the right answer cutting and overwriting is not allowed. (15x1=15)

1. ____isatype of nonvolatile memory that can be erased electronically and rewritten.


(A)CMOS (B) Cache (C) BIOS (D) Flash memory
2. Which of the following is not a permanent data storage?
(A)ROM (B)RAM (C) Compact Disk (D) Hard Disk
3. A(m) is a collection of data organized in a manner that allows access, retrieval, and use of the
data.
(A)document (B) database (C) spreadsheet (D) information center
4. A(n) keyboard has a design that reduces the risk of wrist and hand injuries.
(A)ergonomic (B) enhanced (C) cordless (D) QWERTY
5. In the machine cycle steps, refers to the process of translating instructions into signals the
computer can execute.
(A)fetching (B) executing (C) decoding (D) storing
6. Each of the following is a popular type of mobile device except .
(A)handheld computers (B) smart phones (C)PDAs (D) mainframes
7. refers to the activity of using links to explore the Web.

(A)Riding ~ (B)surfing (C) linking () texting


8. is an electrical disturbance that can degrade network communication.
(A)Latency (B) Coax (C) Noise (D) Interference
9. A____ isasmall text file that a Web server stores on a user’s computer.
(A)worm (B) cookie (C) spike (D) payload
10. BIOS is used by
(A)Compiler (B) Application software (C) Interpreter (D) Operating system
11. is a communication channel between CPU and other components of a computer.
(A)Bus (B) Chipset (C) Modem (D) Cache
12. The defines a display's width relative to its height.
(A)dot pitch (B) contrast ratio (C) bit depth (D) aspect ratio
13. combines text-based links with graphic, audio, and video links.
(A)Hypertext (B) Multi-linking (C)Hypermedia (D) Multimedia
14. All of the following are strengths of the database approach, except
(A)Less complexity (C) Improved data integrity
(B) Reduced development time (D) Easier access
15. The is the core of an operating system that manages memory and devices, maintains the
computer’s clock, starts applications, and assigns the computer’s resources.
(A)kernel (B) platform (C) bus (D) BIOS

Page 1 of 2 P.T.O.
Q.2. Encircle the right answer cutting and overwriting is not allowed. (15x1=15)
1. What is the value of X after the following statements are executed?
Dim X, Y As Integer
X=1
For Y = 1 to 15 step 3
X=X+
next
A. 36 B.15 C.3 D.45
2. With X = True, Y = False and Z=True, which statement evaluates as False?
(A)XAND (YORZ) (C)XOR(YAND2Z)
(B)YAND (XORZ) (D)YOR(XANDZ)
3. Which are the standard prefixes for the text box and label controls respectively?
(A)tex and Ibl (B) txb and Ibl (C) txb and lab (D) txtand lab
4. The operator precedence from highest to lowest is:
(A)arithmetic, comparison, and logical (C) logical, comparison, and arithmetic
* (B) arithmetic, logical, and comparison (D) comparison, arithmetic, and logical
5. function is used to delete all the data items of a list.
(A)list) (B) listdel() (C) listclear(). (D) listremove()
6. An object is composed of:
(A)properties (B) methods (C) events (D) All of the given
7. Which function displays a pop-up window? )
(A)MsgBox (B) InputBox (C) TextBox (D)Both A & B
8.Which is not a type of error programmers look for?
(A)Logic (B) Runtime (C) Superficial (D) Syntax
9.How many RadioButtons in a Group Box can be selected at the same time?
(A)0 ®)1 ©2 D3
10. Which method will return the number of elements in an array?
(A)Dimension (B) Length (C) Number (D) Size
11. Which symbol creates an access key in the text of a menu item?
[N ®)# ©% D) &
12. A procedure has access to the original argument, when it is passed by
(A)value (B) address (C) reference (D) default
13. How many return statémems are allowed in a Function Procedure?
A1 B)2 ©3 (D) There is no limit
14, How many times is the test expression ofa Select Case evaluated?
(A)Once for each Case 1
(B) It depends on the value of the test expression (D)2
15. An Exception
is another
name for )
(A)comnpile error (B) logic error (C) muntime ermror (D) syntax error

Page 2 of 2
ey . UNIVERSITY
) OF
’ THE PUNJAB ¢ Roll No. :
Associate Degree in Arts / Science Part—| Annual Exam—2022 «...c000e -
Subject: Computer Studies-| Paper Code: CMP-|
Paper: A (Introduction to IT and Computer Programming) Time: 2 Hrs. Marks: 40

ATTEMPT THIS (SUBJECTIVE) ON THE SEPARATE ANSWER SHEET PROVIDED

NOTE: Attempt any TWO Questions from each section.


All Questions carry equal marks.

Section- (Introduction to Information Technology) Max Marks: 20


Q# 3: Briefly explain the following: (25 Each)
a) System bus
b) Biometric devices
¢) Cloud computing
d) Virtual reality
Q#4:
a) What is a network topology? Draw star topology and write its advantages. ©)
b) Discuss instruction pipelining for increasing the performance of a computer system. 5)
O#5:
a) What is a system software? Discuss different types of system software. “@
b) What is a website and what are the criterions used for evaluating a website? (6)
Section-ll (Computer Programmin: Max Marks: 2
Q#6: Write a VB 6 program the compares the elements of two numeric arrays of N elements and outputs
the elements appearing in both arrays. For example, let the elements of two arrays of 5 elements are 2,
5,8,10,12 and 1, 5, 10, 15, 20. The program should output 5 and 10. (10)
Q#7: A departmental store offers a discount on shopping as per the following policy:
Amount (in Rs.) Discount
Up to 5000 5%
5001 to 8000 8%
Above 8000 10%
Write a VB 6 program that inputs product name, price and quantity of as many products as the user
wants. In the end, the program should compute the total amount, discount, and the net amount of the
sales invoice. (10)

O#8:
a) What is a function and what are its advantage? (O]
b) Write a VB 6 program that asks a user to enter 5 numbers from and stores these numbers in an array.
Write a function isSorted that determines whether or not the input numbers have been entered in
ascending order. (6)

You might also like