0% found this document useful (0 votes)
10 views3 pages

XIComp SC H Y 467

The document is an examination paper for Class XI Computer Science (083) at Capital Public School for the academic year 2024-25. It consists of five sections with a total of 70 marks, covering various topics in computer science, including programming in Python, data types, logical gates, and error types. Each section has specific types of questions ranging from multiple choice to long answer programming tasks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

XIComp SC H Y 467

The document is an examination paper for Class XI Computer Science (083) at Capital Public School for the academic year 2024-25. It consists of five sections with a total of 70 marks, covering various topics in computer science, including programming in Python, data types, logical gates, and error types. Each section has specific types of questions ranging from multiple choice to long answer programming tasks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Capital Public School

First term examination: 2024-25


Class: XI
Computer Science (083)
Time Allowed: 3 hours Maximum Marks: 70
General Instructions:
1. This question paper contains five sections, Section A to E.
2. All questions are compulsory.
3. Section A has 21 questions carrying 01 mark each.
4. Section B has 07 Very Short Answer type questions carrying 02 marks each.
5. Section C has 03 Short Answer type questions carrying 03 marks each.
6. Section D has 04 Long Answer type questions carrying 04 marks each.
7. Section E has 02 questions carrying 05 marks each.
8. All programming questions are to be answered using Python Language only.
SECTION A
1 Which of the following is not a computational thinking technique? 1
a. Coding b. decomposition c. abstraction
2 RAM and ROM are type of ______________memory. 1
3 The binary equivalent of the decimal number 10 is______. 1
4 Which of the following is not a valid encoding scheme for characters? 1
(a) ASCII (b)ISCII (c) Unicode
(d)ESCII
5 It is a ____________ Logical Gate 1

6 The Boolean equation express the law A+(B+C) = (A+B)+C 1


(a) Associative Law (b) Indempotence law (c) Involution law (d)
Commutative Law
7 Name two common tools for developing an algorithm. 1
8 Who developed python programming language? 1
9 The input() returns the value as type. 1
10 Python is a sensitive language. 1
11 Name any one jump statement. 1
12 Function range (3) will yield an iterable sequence like . 1
13 How many types of data types in python? 1
14 How many types of error are there in python? 1
a. 1 b. 2 c. 3 d. 4
15 What is the output of print(10/2) ? 1
a. 5 b. 5.0 c. 2.0 d. 2.5
16 Which Python built-in function returns the unique number assigned to an object. 1
a. id() b. identity() c. ref() d. type()
17 The smallest unit of your program. 1
a. token b. character set c. set d. maping
18 How many types of loop in python? 1
19 Symbol used to end the if statement: 1
a. ; b. - c. : d. _
20 An empty/null statement in python is: 1
a. go b. pass c. fail d. over
21 What abandons the current iteration of the loop? 1
a. continue b. break c. stop d. infinite
SECTION B (07 QUESTIONS)
22 State any two differences between compiler and interpreter? 2
23 What is token? How many types of token? 2
24 What are variables? Write main component of variables. 2
25 What is escape sequence? 2
26 Find output 2
for i in range(1,16):
if i%3==0:
print(i)
27 Write a flowchart to calculate the area of rectangle. 2
28 Write Boolean expression of the given logical gate? 2

SECTION C (03 QUESTIONS)


29 Explain the functional components of computer with the help of a block diagram 3
30 Convert the following 3
(a) (423)10 –( )16 (ii) (1010111010)2 –( )16 (iii) (266)10-( )8
31 Explain the different types of errors with example. 3
LONG TYPE QUESTIONS
SECTION D (04QUESTIONS)
32 Rewrite the following code using for loop. 4
while num>0:
count+=1
sum+=num
num-=2
if count==10:
print(Sum/float(Count)
break
33 Write a program to print the given series. 4
0,1,2,3,6,………..n terms
34 a. Write a program to print the following pattern: 4
1. 1
21
321
4321
54321
2. *
**
***
****
*****
35 Write a program in python to check if a given number is a perfect number or not. 4
SECTION E (02 QUESTIONS)
36 Write a program in python to check if a given number is an armstrong number or not. 5
OR
Write a program to print the following:
a. 0,7,63,………………….n
b. 1,5,3,17,…………….n

37 Find Output: 5
a,b,c=1,1,2
d=a+b
e=1.0
f=1.0
g=2.0
h=e+f
print(c==d)
print(c is d)
print(g==h)
print(g is h)
print(d,h)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy