I Pu Midterm Model Paper 2
I Pu Midterm Model Paper 2
3. Which type of software typically includes operating system, device drivers, and utilities?
(a)System Software (b)Application Software
(c) Customized Software(d) General purpose software
5. What is the binary equivalent of the ASCII value for the character ‘D’?
(a) 1000100 (b)1010001
(c)1100001 (d)1110100
10. Which step in a problem solving involves identifying the logical step to reach a solution
(a)Analyzing the problem (b) Developing the Algorithm
(c)Coding (d) Testing and Debugging
11. Identify the types of error in following segment of Python program
A=10
B=20
Sum=A+B
print (‘sum of two numbers is=’ Sum)
(a)Syntax Error (b) Runtime Error (c) Logical Error (d)No Error
12. Which of the following is an essential skill for a computer science student?
(a) Problem solving (b)Coding
(c)Debugging (d)All of the above
II Fill in the blanks choosing the appropriate word/words from those given in the brackets.
(Unicode, Implicit, IoT, Sets, Data, Explicit)
17. ________provides a unique number for every character irrespective of device, operating system or software
application.
18. The network which consists of different devices like computer, smart phone, smart watch is called _____.
20. Data type conversion is done automatically by Python and is not instructed by the user is known as
_______conversion.
PART-B
III Answer any FOUR questions. Each question carries TWO marks: 4x2 =8
IV Answer any FOUR questions. Each question carries THREE marks: 4x3=12
PART-D
V Answer any FOUR questions, Each question carries Five marks: 4x5=20
VI Answer any TWO questions, Each question carries FIVE marks 2x5=10
PART-E
VII (ForVisuallyChallengedStudentsonly)
*************