0% found this document useful (0 votes)
3 views4 pages

Sample QP

This document is a Computer Science half-yearly examination paper for Grade XI, consisting of 35 questions divided into five sections with varying marks. Each section tests different aspects of computer science, including programming in Python, logic circuits, and data types. The exam duration is 3 hours, with a total of 70 marks available.
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)
3 views4 pages

Sample QP

This document is a Computer Science half-yearly examination paper for Grade XI, consisting of 35 questions divided into five sections with varying marks. Each section tests different aspects of computer science, including programming in Python, logic circuits, and data types. The exam duration is 3 hours, with a total of 70 marks available.
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

NAME:

SUBJECT: COMPUTER SCIENCE HALF YEARLY


DATE:
EXAMINATION

GRADE: XI DURATION: 3 HRS M.MARKS:70

General Instructions:
∙ Please check this question paper contains 35 questions.
∙ The paper is divided into 4 Sections- A, B, C, D and E.
∙ Section A, consists of 18 questions (1 to 18). Each question carries 1 Mark.
∙ Section B, consists of 7 questions (19 to 25). Each question carries 2
Marks. ∙ Section C, consists of 5 questions (26 to 30). Each question carries
3 Marks. ∙ Section D, consists of 2 questions (31 to 32). Each question
carries 4 Marks. ∙ Section E, consists of 3 questions (33 to 35). Each
question carries 5 Marks.
∙ All programming questions are to be answered using Python Language only
Section A (18x1 = 18m)

1 Which of the following is the common measurement of a unit of 1


computer memory?
a)IQ b)Byte c)Terabyte d)Gigabyte

2 Operating system is an example of 1


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

3 Which of the following memory types cannot store the data or 1


information permanently?
a)RAM b)Cache c)Flash memory d)Hard disk

4 ASCII code is a 7 bit code for_________. 1


a)letters b)numbers c)other symbols d)all of these
5 UTF-8 is a type of ___________ encoding. 1
a)ASCII b)extended ASCII c)Unicode d)ISCII The binary equivalent
6 of the Octal numbers 13.54 is____________. a)1011.1011 1
b)1001.1110 c)1101.1110 d)None of these The output of two -input
7 gate is high when_______.
a)Both inputs are low b)Both inputs are high 1
c)Any one input is high d)None of the above
8 Which of the following is/are universal logic gates? 1
a)OR and NOR b)AND c)NAND and NOR d)NOT Gate NAND can
9 be simplified as
a)AND followed by OR b)AND followed by NOT
c)NOT Followed by AND c)OR followed by AND

10 Which of the following would assign user input to a variable? 1


a)INPUT=myVar b)myVar ← INPUT c)INPUT←myVar d)All of these

11 What is decomposition? 1
a) Breaking code down once it has been run.
b) Breaking the problem down into smaller more manageable
sections. c)Breaking a problem into subroutines.
d)Breaking big data into small data

12 Which of the following are tools to design algorithms ? 1


a) Using variables and data b) Using inputs and outputs
c) Using Pseudocode and flowcharts d) Using functions and procedures

13 Python uses a/an _________ to convert source code to object 1


code. a) Interpreter b) Compiler
c) Combination of interpreter and compiler d) Special virtual engine Python
14 code can run on a variety of platform it means python is a ____________ 1
language
a)Graphical b)Cross platform c)Independent d)All of these

15 An empty/null statement in python_________ 1


a) go b) pass c) over d) ;
16 The input () returns the value as _____ type. 1
a) Integer b) String c) Floating point d) None of these Which of the
17 following is not an immutable type in python? 1
a)String b)Tuples c)Set d)Dictionary
18 Which of the following statements makes a selection construct. 1
a)if b)if-else c)for d) While

Section B (7*2 = 14m)


19 What is the difference between RAM and ROM? 2
( OR)
State the basic units of the computer ?Give the function of each of the units.

20 Convert the following numbers into octal and hexadecimal 2


numbers a)1110001000 b)110110101
(OR)
What are ASCII and ISCII? Why are they used?

21 What are logic circuits? 2

22 What is the purpose of range () function?Give an example. 2


(OR)
What is an algorithm?

23 What does a cross platform language mean? 2

24 What are variables?How are they important for a program? 2

25 How are keywords different from identifiers? 2

Section C (5x3= 15m)

26 What are the different categories of Software? 3


(OR)
Differentiate between break and continue statements using examples.

27 Draw a flowchart to find the largest of three numbers A,B,C. 3

28 What is the difference between interactive mode and script mode in 3


Python? (OR)
What is the role of indentation in python?

29 Write a python program that accepts the radius of a circle and prints area. 3

30 What is implicit conversion and explicit conversion?Explain with examples 3

Section D (2x4 = 8m)

31 Draw logic circuit diagram for the following expression 4


Y=ab+b‾c+c‾a‾

32 What are data types?What are Python’s built in core data types? 4
Section D (3x5 = 15m)
33 Discuss the two common tools for developing the algorithm. 5
(OR)
Write a program to input a number and check if the number is prime or
composite number
34 What are the pluses and minuses of the Python programming 5
language? (OR)
What are operators?What is their function?Give examples of some unary and
binary operators?

35 Write about Lists ,Tuples,Sets and Dictionaries with examples. 5

- - - - - - -END - - - - -

You might also like