1st PU CS Model Paper
1st PU CS Model Paper
1st PU CS Model Paper
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.
2. 1GB=?
a. 1024 TB b. 1000MB c. 1024 MB d. 1024 KB
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
8. The component which is essential for a robot to interact with its environment is
a. Database b. Sensor c. VR headset d. Software
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
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)
II Fill in the blanks choosing the appropriate word/words from those given in the brackets.
(Encoding, Unicode, object, machine learning, secondary, oval)
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______.
PART-B
III Answer any FOUR questions. Each question carries TWO marks: 4 x 2 =8
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.
PART-C
IV Answer any FOUR questions. Each question carries THREE marks: 4 x 3 = 12
29. What is micro controller? Write neat labelled diagram to show structure of microcontroller.
31. What is immersive experience? Explain any one method to achieve immersive experience.
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.
37. What is operating system? Explain graphical user interface of operating system.
41. What is mapping data type in python? Explain dictionary data type with example.
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.