1st PU CS Model Paper

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

MODEL QUESTION PAPER

Class: I PUC Academic Year: 2024-25


Subject: Computer Science (41) Maximum marks: 70
Time: 03 Hrs. No. of Questions: 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 x 1 = 20
I Select the correct answer from the choices given.

1. Which of the following is not an operating system?


a. Windows b. Linux c. Android d. Photoshop

2. 1GB=?
a. 1024 TB b. 1000MB c. 1024 MB d. 1024 KB

3. Which of the following is input device?


a. printer b. keyboard c. monitor d. speaker

4. A) ASCII is a encoding scheme developed in 1960s for standardising the keyboard character
representation.
B) ISCII is a encoding scheme developed to support all the characters of every written language of
the world.
a. Both A and B are correct b. Only A is correct
c. Only B is correct d. Both A and B are wrong

5. What is the binary equivalent of the decimal number 128?


a. 11000000 b. 10000001 c. 10001100 d. 10000000

6. What does UTF stand for?


a. Unicode Transformation Format b. Unicode Text Format
c. Uniform Text Format d. Universal Text Format

7. Which technology allows devices to communicate over the internet?


a. Big Data b. Virtual Reality
c. Artificial Intelligence d. Internet of Things

8. The component which is essential for a robot to interact with its environment is
a. Database b. Sensor c. VR headset d. Software

9. What is Natural Language Processing (NLP) used for?


a. Interpreting computer languages b. translating text to speech and vice versa
c. Managing databases d. enhancing video graphics

1
10. What is the first step in problem-solving as per the document?
a. Testing the solution b. coding the algorithm
c. Analysing the problem d. debugging the program

11. What does the process of coding involve?


a. Writing an algorithm b. testing the program
c. Converting the algorithm into a program d. debugging the code

12. Assertion (A ): Pseudo code cannot be executed directly by the computer.


Reason (R ): Pseudo code is another way of representing algorithm in non-formal language,
intended for human reading.
a) A is false and R is false b) A is true and R is the correct explanation
c) A is true and R is false d) A is true and R is not the correct explanation

13. Which symbol is used for comments in Python?


a. // b. # c. @ d. &

14. Identify the reason for the error in the following program segment
a=10
b=20
c=a+b
d=”welcome
print (“sum is”, c)

a. Key word is used as identifier b. string not closed properly


c. Semicolon missing d. logical error

15. What will be the output of the following code?


print ((4 + 3) / 2)

a. 5.5 b. 6.0 c. 3.5 d. 9.0

II Fill in the blanks choosing the appropriate word/words from those given in the brackets.
(Encoding, Unicode, object, machine learning, secondary, oval)

16. _______memory is used for permanent storage of data.

17. The mechanism of converting data into an equivalent cipher using specific code is called as______.

18. ____________is a subsystem of artificial intelligence wherein computers have the ability to learn from
data.

19. The symbol used for input and output operation in flow chart is______.

20. In python every value or data item is considered as__________.

PART-B
III Answer any FOUR questions. Each question carries TWO marks: 4 x 2 =8

21. What is proprietary software? Give an example.

22. Write a note on abacus.

2
23. Mention the radix of binary number system and decimal number system.

24. What is artificial intelligence? Name any one tool that uses artificial intelligence for its working.

25. Write a pseudo code to add two numbers.

26. Explain any two symbols used in flow chart.

27. Write the syntax and example of print ( ) function.

PART-C
IV Answer any FOUR questions. Each question carries THREE marks: 4 x 3 = 12

28. Define a) data bus b) address bus c) control bus

29. What is micro controller? Write neat labelled diagram to show structure of microcontroller.

30. Explain hexa decimal number system with its applications.

31. What is immersive experience? Explain any one method to achieve immersive experience.

32. Write a flow chart to calculate area of rectangle.

33. What is problem solving? Mention the steps involved in problem solving.

34. What is explicit type conversion? Explain any two explicit type conversion functions in python.

PART-D
V Answer any FOUR questions, each question carries FIVE marks: 4 x 5 = 20

35. Explain Von Neumann architecture for computer with neat labelled diagram.

36. Define data. Explain structured data in detail.

37. What is operating system? Explain graphical user interface of operating system.

38. Define robotics. Explain robots with example.

39. What is algorithm? Explain the characteristics of good algorithm.

40. Explain relational operators in python.

41. What is mapping data type in python? Explain dictionary data type with example.

VI Answer any TWO questions, each question carries FIVE marks 2 x 5 = 10

42. Convert a) 257(8) to decimal number system


b) 10101100(2) to octal number system.

43. Write a python program to perform addition, subtraction, multiplication, division operation on
two numbers and display all results.

44. What is debugging? Explain any two types of errors with suitable example.

You might also like