1ST Puc Computer Science Model QP-1 2024

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

1ST PUC COMPUTER SCIENCE MODEL QP-01 2024

CHAPTERS MAX.MARKS 70
From 1 to 5 Total no of questions 47

PART-A
I. Answer all the questions. [1 x 20 = 20]
Select the correct answer from the choices given (repeated answers will not be
evaluated)

1. A computer is a/an _________ device


(a) electric (b) electronic (c) mechanical (d) storage
2. Which of the following is not a component of CPU?
(a) ALU (b) CU (c) BIOS (d) Memory
3. Who introduced the concept of EDVAC/ENIAC?
(a) Charles Babbage (b) John Von Neuman (c) Herman Hollerith (d) Blaise Pascal
4. 1 GB = ________
(a) 1024Bit (b) 1024Bytes (c) 1024MB (d) both b & c
5. ______ encoding scheme is used to represent characters of different languages
worldwide.
(a) ASCII (b) ISCII (c) Unicode (d) EBCDIC
6. Binary equivalent value of BA(16) is _______
(a) 1010 1011 (b) 1011 0101 (c) 1011 1010 (d) 1111 0000
7. A three-dimensional computer-generated situation that stimulates the real world
is____
(a) Artificial Experience (c) immersive experience
(b) Smart experience (d) none of these
8. Machine learning is a ____
(a) Subset of AI (c) Superset of AI
(b) Same as AI (d) Not related to AI
9. A step-by-step procedure designed to solve a problem is called _______
(a) Pseudocode (c) Algorithm
(b) Program (d) Flowchart
10. In flowchart, parallelogram symbol is used to specify
(a) Input (c) both (a) & (b)
(b) Output (d) neither (a) nor (b)
11. Which of the following is used to specify repetition / looping?
(a) IF (b) IF-ELSE (C) While (d) Sequence
12. Assertion(A): Python has Interpreter as language translator.
Reason(R): Interpreter requires more time to execute the code than complier.
(a) A is true and R is true
(b) A is False and R is true
(c) A is false and R is the correct explanation of A.
(d) A is true and R is not the correct explanation of A.
13. Python language was developed by ______
(a) Dennis Ritchie (c) Guido Van Rossum
(b) Tim Berners Lee (d) Bjarne Stroustrup
14. _______ is an example of immutable data type.
(a) Set (b) List (c) Tuple (d) Dictionary
15. The default extension for python file is ___
(a) .pi (b) .py (c) .p (d) .pie

II. Fill in the blanks choosing appropriate words from those given in brackets.
[ Sensors, CU, Mutable, source code, machine code, input (), Output ()]

16. User written program is called as ________.


17. _________ is a device that detects any physical quantity from outside environment.
18. _________ controls instruction execution and also devices by sending signals.
19. List are of _______ type.
20. ______ accepts user data as String.

PART-B
III. Answer any four questions. Each question carries two marks. [2 x 4 = 8]

21. What is input device? Mention the commonly used input devices?
22. Define word size and memory size.
23. Convert 30(10) to binary.
24. What is Augmented reality?
25. Write two advantages of algorithm.
26. What is flowchart? Give its importance
27. Write the two modes to work in python.
28. What is the purpose of using / and // symbol as operators?

PART-C
IV. Answer any four questions. Each question carries three marks. [3 x 4 = 12]

29. Explain cache memory.


30. Write a note on Operating system.
31. Convert 1100 1100(2) to octal number system
32. write the difference between IoT and WoT.
33. Briefly explain Blockchains.
34. Write the characteristics of algorithm.
35. Give any 3 rules for naming an identifier.
36. Write a python program to find area and circumference of a circle( assume: radius =
2.5cm)
PART - D
V. Answer any four questions. Each question carries five marks. [5 x 4 =20]
37. Explain functional parts of computer with neat block diagram.
38. Explain different User Interfaces.
39. Convert following hexa-decimal numbers into equivalent decimal numbers
(a) F (b) 2A (c) CAD (d)3A1C (e) 2F.A
40. What is bigdata? Explain its characteristics.
41. Explain the stages of problem solving.
42. Write any five flowcharts symbols with their purposes.
43. Explain any five features of python language.
44. What is debugging? Explain various types of errors.

PART - E
VI. Answer any two questions. Each question carries five marks. [2 x 5 =10]

45. Explain python data type in detail.


46. Write a python program to accept length and width of a rectangle and compute
its perimeter and area.
47. Write pseudocode and draw flowchart to find factorial of number.

You might also like