CS Midterm Model Qpaper
CS Midterm Model Qpaper
CS Midterm Model Qpaper
South Zone
Class : I PUC Subject: Computer Science (41)
Maximum marks : 70 Time : 03 Hrs.
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
2. The maximum number of bits that a microprocessor can process at a time is called
a) Memory size b) word size c) clock speed d) core
3. The software that provides the basic functionality to operate a computer by interacting directly with its
constituent hardware is termed as
a) Hardware b) software
c) system software. d) application software
4. A standard called UNICODE has been developed to incorporate till the characters of every written
language of the world.
a) ASCII b) ISCII c) CODE d) UNICODE
8. This results in the generation of data sets of enormous volume and complexity called
a) Big data b) cloud c) grid data d) block chain
9. The resources are provided by companies on a pay per use basis are called
a) Big data b) cloud c) grid data d) block chain
10. A set of exact steps which when followed, solve the problem or accomplish the required task.
a) Flow chart b) algorithm c) solutions d) dry run
12. Assertion : The method of taking an input and running through the steps of the algorithm is
sometimes called space complexity
Reasoning : Identify any incorrect steps in the algorithm, Figure out missing details or specifics
in the algorithm
a) A is true and R is a method involved
b) A and R both are false
c) A is false and R is a ture
d) A is true and R is not proper definition.
14. Assertion : Each word has a specific meaning to the Python interpreter,
Reasoning : We can use a word in our program only for the purpose for which it has been defined.
a) Both are true b) both are false c) A is True and R is false d) A is false and R is true
16. A fixed amount of RAM, ROM and other peripherals all embedded on a single chip is ----------
17. Color codes are written in _____________ form for compact representation.
18. ____________processing is moved from one PC to another as needed or a large task is divided into
subtasks and divided to various nodes for parallel processing.
19. A non-formal language that helps programmers to write algorithm.
20. __________ is a free and open source language.
PART-B
III Answer any FOUR questions. Each question carries TWO marks: 4 x 2 =8
1. Define data and information
2. Differentiate between compiler and interpreter
3. Write two applications of Hexa decimal number system.
4. Write about sensors
5. Define the term time and space complexity
6. Write short note on decomposition
7. Mention the two modes of execution
PART-C
PART-D
22. Encode the word ‘ScienCE’ using ASCII and convert the encode value into binary values.
23. Write an algorithm to find the sum of digit of a given number.
24. Which dentifier names are valid and give reason if its invalid?
i Serial_no ii 1st_Room
iii Hundred$ iv _Percentage
v. True
*************