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

XI_CS_HY2024_MS

Uploaded by

ada.studies20
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)
18 views3 pages

XI_CS_HY2024_MS

Uploaded by

ada.studies20
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

DAV PUBLIC SCHOOL, PUSHPANJALI ENCLAVE

Class: XI, Computer Science (065)


HALF YEARLY EXAMINATION MARKING SCHEME (Session: 2024-25)
QUESTION MARKS
NO. ALLOTED

SECTION- A
1 False 1

2 1001010101 1

3 is- identity operator 1


in-Membership operator
4 1*2*3*4$ 1
5 Explicit conversion, also called type casting happens when data type conversion takes 1
place because the programmer forced it in the program.
eg: converting a floating value of x = 20.67 into an integer type, i.e., int(x) will
discard the fractional part.
6 Analytical engine 1
7 Cache memory 1
8 *is arithmetic multiplication. Eg: 2*3=6 1
** is exponentiation. Eg: 2**3=2*2*2=8
9 IoT: Internet of things 1
ENIAC: Electronic Numerical Integrator and Computer
10 i) 2MB ii) (1024)4 1
11 m=3 is assigning value 3 to a variable m. 1
m==3 is checking whether m is equal to 3 or not. It will return True or False.
12 The values of b and c will be same 140642115230496 as memory is allocated to 1
value.
13 1. Analysing the problem 1
2. Developing an Algorithm
3. Coding
4. Testing and Debugging
14 Interactive: has python prompt (>>>) , can’t save program. 1
Script: can save the program with .py extension.
15 True 1
16 b) != 1
17 a) Both A and R are true and R is the correct explanation for A 1
18 c) A is True but R is False 1
SECTION- B
19 6+5/4**2//5+8 2
6+5/16//5+8
6+0.3125//5+8
6+0.0+8 = 14.0
20 Check your code 2
Your code=GHI
You can enter the
GAME ZONE

Page 1 of 3
21 i) Dictionary 2
ii) String
iii) Tuple
iv) List
22 2**3**2, 3**2**2,(2**3)**2, 2**2**3 2
512, 81, 64, 256

512 > 256 > 81 > 64


2**3**2 > 2**2**3 > 3**2**2 > (2**3)**2
23 for even in range(2,20,4): 2
print(even)
24 2

25 i) Invalid, cannot start with a no. 2


ii) Valid
iii) Valid
iv) Invalid, Cannot have @
SECTION- C
26 3

27 i) (667.42)8 ii) (1011100.11)2 iii)(21.625)10 3

28 In Boolean Algebra Notes 3


29 C@D 3
C@D
D
B$
30 i) Syntax error 3
print(‘Welcome to the world of Programming’)
ii) Logical error
SI=(p*r*t)/100
iii) Runtime error
x=(y+z)/n where n!=0

Page 2 of 3
SECTION- D
31 i) 4
LIMIT =’4’
A = int(input(“ Enter the value of A->”))
B = int(input(“ Enter the value of B->”))
if A>B:
LIMIT=5
for x in range (15) :
print( x)
ii) a) Operating System
b) Application Software
c) Language Translator
d) System Utility
32 a) 4

b) A Loop which never ends is an infinite loop.


Eg: while True:
print(‘Hello’)

SECTION E
33 Solve in Lab Period 5

34 a) ‘e’ 5
b) False
c) False
d) ‘Pytho’
e) 11
f) ‘Python CodePython Code’
g) True
h) ‘PYTHON CODE’
i) 7
j) (‘Python Code’,’Python Program’)
35 a) Disk Compression Software eg: WinZip, WinRAR or any other. 5
b) Secondary Memory
c) Printer
d) It refers to the process of powering ON the computer& starting the OS. The
startup program (boot loader) loads the OS into primary memory.
e) Web Camera

Page 3 of 3

You might also like