0% found this document useful (0 votes)
191 views

I Pu Midterm Model Paper 2

Midterm exam model question paper

Uploaded by

gowthugowtham913
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)
191 views

I Pu Midterm Model Paper 2

Midterm exam model question paper

Uploaded by

gowthugowtham913
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

MODEL QUESTION PAPER-1

Class: I PUC Academic Year: 2024-25


Subject: Computer Science (41) Maximummarks: 70
Time:03 Hrs. No.ofQuestions:44
Instructions:
(a) The question paper has Five parts namely A, B, C, D and E.
(b) For Part-A questions, only the first written answers will be considered for
evaluation.
(c) For question having diagram alternate questions are given at the end of the
question paper in a separate section (Part-E) for visually challenged students.
PART–A
Answer ALL the questions, each question carries ONE mark. 20 x1=20
I Select the correct answer from the choices given.
1. Which device is considered the first computing device?
(a)Abacus (b)Pascaline (c)Analytical Engine (d)EDVAC

2. Which type of memory is volatile and used for temporary storage?


(a) RAM (b) ROM (c) HDD (d) SSD

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

4. What is the base value of the binary number system?


(a)2 (b)8 (c)10 (d)16

5. What is the binary equivalent of the ASCII value for the character ‘D’?
(a) 1000100 (b)1010001
(c)1100001 (d)1110100

6. What is the decimal equivalent of the Octal number (23) 8?


(a) 18 (b) 19 (c)20 (d)2 1

7. What does VR stands for?


a)Virtual Robot (b) Visual Reality (c) Virtual Reality (d)Visual Robot

8. What is Big data characterized by?


(a) Low volume (b)High complexity
(c)Simple structure (d)Low variety

9. What does the Diamond shape in a flow chart represent?


(a)Process (b) Decision (c) Input/Output (d)Start/End

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

13. What is the extension of Python source code?


(a). java (b).py (c).exe (d).txt

14. Which of the following is not a Python keyword on Python?


(a)while (b)else (c)pass (d)print

15. Whichof the following is an invalid variable in Python?


(a)var1 (b)_var (c)1var (d) var_1

II Fill in the blanks choosing the appropriate word/words from those given in the brackets.
(Unicode, Implicit, IoT, Sets, Data, Explicit)

16. Unorganized facts are called as _________.

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 _____.

19. _______is mutable data type in Python.

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

21. Expand RAM and ROM.


22. Explain Cipher.
23. What is Machine learning?
24. Nameanytwo system software.
25. Write any two benefits of Pseudocode
26. Mention any two repetitive statements.
27. Write any two features of Python.
PART-C

IV Answer any FOUR questions. Each question carries THREE marks: 4x3=12

28. Write a note on Cache memory


29. How does a microprocessor differ from a micro controller?
30. Convert 645(10) to Binary.
31. What challenges are associated with Big data?
32. Explain any three characteristics of a good algorithm.
33. Write an algorithm to calculate area and perimeter of rectangle.
34. Explain if statement with syntax and example.

PART-D
V Answer any FOUR questions, Each question carries Five marks: 4x5=20

35. Explain the types of data.


36. Explain the functional units of a computer with a neat block diagram.
37. Convert 4D9(16)=( )8 =( )10.
38. Differentiate between cloud computing and grid computing with suitable examples.
39. Explain the roll of testing and debugging in problem solving.
40. Explain arithmetic operators in Python with example.
41. Write a Python program to interchange the values of two variable using third variable.

VI Answer any TWO questions, Each question carries FIVE marks 2x5=10

42. Explain different language translators.


43. Explain the data types used in Python.

44. Explain the types of errors with example.

PART-E

VII (ForVisuallyChallengedStudentsonly)

3. Write an algorithm to perform arithmetic operations.

*************

You might also like