You are on page 1of 1

Session: 2023-24

SOLVED
Time Allowed: 3 hours Maximum Marks: 70

General Instructions:

(i) This question paper contains five sections, Section A to E.


(ii) All questions are compulsory.
(iii) Section A has 18 questions carrying 01 mark each.
(iv) Section B has 07 Very Short Answer type questions carrying 02 marks each.
(v) Section C has 05 Short Answer type questions carrying 03 marks each.
(vi) Section D has 02 questions carrying 04 marks each.
(vii) Section E has 03 questions carrying 05 marks each.
(viii) All programming questions are to be answered using Python Language only.

Section-A
Section A consists of 18 questions of 1 mark each.
1. ...................coordinates with the input and output devices of a computer. 1
(A) Memory Unit (B) Control Unit (C) Connection Unit (D) None of these
2. Which of the following is not a Characteristics of Big Data? 1
(A) Volume (B) Velocity (C) Veracity (D) Verification
3. ............. and ................ form computer input. 1
(A) User, Information (B) Data, user (C) Hardware, User (D) Data, Information
4. SQL stands for: 1
(A) Structured Query language (B) Structured Question language
(C) Simple query language (D) None of the above
5. Which property of a relation is used to represent number of columns? 1
(A) Key (B) Attribute (C) Degree (D) Cardinality
6. Virtual Reality (VR) is a _________ dimensional, computer-generated situation that simulates the real world. 1
(A) One (B) Two (C) Three (D) N-dimensional
7. Python uses a/an _____ to convert source code to object code. 1
(A) Interpreter (B) Compiler
(C) Combination of Interpreter and compiler (D) Special virtual engine
8. Data manipulation means: 1
(A) Retrieval of information (B) Insertion of new information
(C) Both (A) and (B) (D) None of these
9. The full form DML is : 1
(A) Database Manipulation Language (B) Data Maintaining Language
(C) Data Manipulation Language (D) Database Maintaining Language
10. You don’t have to pay for Python and you can view its source code too. It means Python is _____. 1
(A) F ree and open source (B) Freeware (C) Open source (D) Shareware
11. Which operator is used to select values within a given range? 1
(A) IN (B) LIKE (C) BETWEEN (D) ALL

Sample Question Papers 29


12. What will be the value of the following Python expression? 1
2**3**2+12
(A) 256 (B) 524 (C) 64 (D) 12
13. A ___________ is basically a machine capable of carrying out one or more tasks automatically with accuracy and
precision. 1
(A) Computer (B) Simulator (C) NLP (D) Robot
14. Logical OR operator in SQL is: 1
(A) OR (B) || (C) | (D) Both (A) and (B)
15. In which principal computer works? 1
(A) CCO (B) IPO (C) POI (D) IOP
16. .......... Converts the output in binary form to human readable form. 1
(A) Input devices (B) Output devices (C) Storage device (D) None of these

Page 1 of 5 ● 20 %
Directions (Q17 and Q18): In the following questions, a statement of Assertion (A) is followed by a statement of
Reason (R).
Mark the correct choice.
17. Assertion (A): Size of computer and memory devices is contentedly getting lesser. 1
Reason (R): Price of computer or memory devices is decreasing day by day.
(A) Both A and R are true and R is the correct explanation for A
(B) Both A and R are true and R is not the correct explanation for A
(C) A is True but R is False
(D) A is false but R is True
18. Assertion (A): PYTHON is a programming language. 1
Reason (R): Using python any software can be designed. Python is a high language.
(A) Both A and R are true and R is the correct explanation for A
(B) Both A and R are true and R is not the correct explanation for A

You might also like