0% found this document useful (0 votes)
7 views

XI SET1Eng

This document is an examination paper for Computer Science for Class XI at Sree Shanthi Anand Vidhyalaya, affiliated with CBSE. It includes general instructions, five sections of questions with varying marks, and covers topics such as computer components, programming in Python, and logic gates. The total marks for the exam are 70, and students are required to answer all questions.

Uploaded by

Rithik.S.K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

XI SET1Eng

This document is an examination paper for Computer Science for Class XI at Sree Shanthi Anand Vidhyalaya, affiliated with CBSE. It includes general instructions, five sections of questions with varying marks, and covers topics such as computer components, programming in Python, and logic gates. The total marks for the exam are 70, and students are required to answer all questions.

Uploaded by

Rithik.S.K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SREE SHANTHI ANAND VIDHYALAYA

Thirumudivakkam
Affiliated to CBSE New Delhi ( No.1930511)

Name of the Exam : _______________ Subject : Computer Science


Date :___________ Name :___________Class : XI M.Marks:__________
Total Marks:70
___________________________________________________________________________

General Instructions:

1. All the questions are compulsory.


2. Please write down the Serial Number of the question before attempting it.
3. Section A comprises of 18 questions carrying 1 mark each.
4. Section B comprises of 7 questions carrying 2 marks each.
5. Section C comprises of 5 questions carrying 3 marks each.
6. Section D comprises of 2 questions carrying 4 marks each.
7. Section E comprises of 3 questions carrying 5 marks each.
_________________________________________________________________________________

SECTION-A (18×1=18)

1. Which of the following components is the main memory of computer?

a.CD b. DVD c. Internal hard drive d. RAM

2. The CPU is also known as

a.The brain b. The Processor c.The Central Processing Unit d. All of these

3. Operating System is an example of

a.Application Software b.System Software c.Utility Program d.None of these

4.State True or False:

A cache memory is a type of RAM.

Fill in the blank:

5. RAM and ROM are the types of _____________.

Q6 and Q7 are ASSERTION AND REASONING based questions.

Mark the correct choice as

(a) Both A and B are true and R is the correct explanation of A.

(b) Both A and B are true but R is not the correct explanation of A.
(c) A is true but R is false(or partly true).

(d) A is false (or partly true) but R is true.

(e) Both A and R are false or not fully true.

6. Assertion(A): A part of main memory is non –volatile too.

Reason(B): ROM is a read only memory with some pre-written instructions, which are
retained even after power is off.

7. Assertion(A):Utility software programs are application software.

Reason(B):Application software are the programs necessary to carry out operations for
specific applications.

8. The hexadecimal digits are 1 to 0 and A to___________.

a. E b. F c. G d. D

9. The expression for the Absorption law is given by_______.

a. A+AB=A b. A+AB=B c. AB+AA’=A d. A+B=B+A

10. Escape sequences are treated as_________.

a)strings b)characters c) integers d)none of these

11. Which of the following can be used to create comments?

a) // b) # c) ’’’ d) ’’’…’’’

12. Select the reserved keyword in Python.

a) else b) import c) print d) all of these

Fill in the blanks

13. Python is a ____________sensitive language.

14 .The ___________function gets the input from the user.

Assertions and reasons

In the following question, a statement of assertion (A) is followed by a statement of reason(R).Mark


the correct choice as:

(a) Both A and R are true and R is the correct explanation of A.


(b) Both A and R are true but R is not the correct explanation of A.
(c ) A is true but R is false(or partly true)
(d) A is false(or partly true)but R is true.
15. Assertion: Python provides these tokens:keywords,identifiers,literals,punctuators,operators and
comments.
Reason: A token is the smallest individual unit in a program.
16. In python ,a variable must be declared before it is assigned a value.

a) True b) False c) Only in functions d) Only in modules

17. According to the commutative law:

a. AB=BA b. A=AA c. (AB)C=A(BC) d. A.0=A

18. Gate NAND can be simplified as:

a. AND followed by OR b. AND followed by NOT

c. NOT followed by AND d. OR followed by AND

SECTION- B (any 7) (7×2=14)

19. State the basic units of computer. Name the subunits that make up the CPU, and give the
function of each of the unit.
20. What are the Five basic components.
21. A) What is the function of ALU ?

OR

B) What role does the input unit play in a computer ?

22. Convert 110111101011102

23. Verify the following using Truth Table: (i) X.X’=0

(ii) X+1=1

24.Define Tokens (or) List the python tokens

25.What are literals? How many types of literals are available in python.

26. Write a program to input a welcome message and print it.

27. What is the difference between an expression and a statement in python.

SECTION-C (3×5=15)

28. Differentiate between a compiler and interpreter, Any 3 points

29. Convert Binary to Decimal 1100112

30. Write a program to obtain three numbers and print their sum.

31. (i) What will be the output produced by following code statements? State reason(s).

a) 17%5

b) 17%5.0

c) (17%5)==(17%5)
d) (17%5)is(17%5)

e) (17%5.0)==(17%5.0)

f) (17%5.0)is (17%5.0)

OR

31).(ii) Write a program to find the largest/smallest number in a list/tuple.

32. What are the two categories of python loops?

33. Binary to Hex conversion 10101110.0101112

SECTION- D (any 2) (4×2=8)

34. Briefly explain the basic architecture of a computer.

35. What do you understand by mutable and immutable objects?

36.If a is [1, 2, 3], is a *3 equivalent to a + a + a?

37 .Number Conversion

i. Convert Decimal to Hex 42310

ii. Hex to Decimal conversion 2AF16

iii. Binary to Hex conversion 10101110.0101112

iv. Hex to Binary conversion 3BF.5C16

SECTION- E (3×5=15)

38. (i) What is the function of main memory? What are the measuring units of memory?

(OR)

(ii) Draw a block diagram depicting organization of a mobile system.

39. State Prove the De-Morgan’s laws.

40. (a) Explain. Basic barebones of a python program with examples.

(OR)

(b) (i) Program to calculate the mean of a given list of numbers.

(ii) Program to search for an element in a given list of numbers.

***********************************ALL THE BEST******************************

You might also like