11 - Computer Science - Set-A
11 - Computer Science - Set-A
Term-I Examination
Computer Science (083)
Grade: XI
Set-A
Time: 3 Hrs.
Max. Marks: 70
----------------------------------------------------------------------------------------------------------
---------------------------
General Instructions:
1. This Question Paper is divided into 04 sections, viz., Section A, B, C, D.
2. Section A is of 10 marks and has 10 MCQ type questions.
3. Section B is of 12 marks and has 10 case study based questions. You have to attempt all the questions.
4. Section C is of 24 marks and has 08 questions. You have to attempt all the questions.
5. Section D is of 24 marks and has 06 programming based questions. You have to attempt all the questions.
6. Do as per the instructions given in the respective sections.
7. Marks allotted are mentioned against each section/question.
8. All questions must be attempted in the correct order.
------------------------------------------------------------------------------------------------------------------------------------------------
SECTION-A
Multiple Choice Questions: -
3. The system software that translate a source code into object code. 1
a) Assembler b) Compiler c) Interpreter d) Language
Processor
4. Which of the following Boolean operator operate on single input? 1
a) NOT b) AND c) OR d) NAND
5. Which gate returns true if both inputs are similar otherwise false? 1
a) NAND b) XNOR c) OR d) N.O.T
6. A single binary digit is abbreviated as: 1
a) Byte b) KB c) GB d) Bit
7. Flow of control can be of following types: 1
a) Sequential b) Iterative c) derivative d) a & b both
8. Which of the following are not valid string/strings in Python? 1
a) “Hello” b) ‘Hello’ c) “Hello’ d) “123”
9. What do we use to define a block of code in Python language? 1
a) Key b) Brackets c) Indentation d) N.O.T.
10. The …………… allows True/ False values. 1
a) bool b) boolean c) Boolean d) None
SECTION-B
Case Study based Question:
Read the following text and answer the following questions on the
basis of the same.
8. Define Operating system. Give the names of any three operating system. 3
SECTION-D
Write the following Python programs: -
(a) Generate 3 random integers between 100 and 999 which is divisible by 5.
(b) Write a program to input 5 numbers from the user, if any random number
1. 4
generated by the system match with any number i.e. input by the user.
Then win the game. Otherwise display “better luck for next time for the user”.
Write a program to enter two integers and perform all arithmetic operations on
2. 4
them.
Write a program to accept a number from the user and test whether it is a
6. 4
negative, positive or zero. Display appropriate message in each case.