12th Computer Science Interior Questions EM
12th Computer Science Interior Questions EM
in
K.RAJA, M.SC, B.Ed., PG. ASS.IN COM.SCI. Ph:9585776103
n
3. Scoping i) Center ( ) ii) Find ( )
2 Mark 3. What the Output for the following python
l.i
1. What are modules? command.
i) Print (strl)
4. Algorithmic Strategies ii) Print (strl [11 : 17])
da
2 & 3 Marks iii) Print (strl [11:17:2])
1. What is Algorithm? List any 3 characteristics of iv) Print (strl [: : 4])
algorithm. v) Print (strl [: : -4])
2. Mention two components of space complexity. 4. Explain : i) What is slicing?
ka
3. What is memorization? ii) What is the output for the following :
4. What are the two different phases of analysis of str = “Thinking with python”
algorithm? i) Print (str [: : 3])
ii) Print (str [ : : -3])
iii) Print (str [9 : 13])
vi
5. Python variables and operators.
2 & 3 Marks
1. Define operator and operand. 9. List, toples, set and Dictionary
2 & 3 Marks
al
2. What is keyword?
5 Mark 1. What will be output of the following snipped?
1. Explain different operators in python. Alpha = list (range [65,70])
2. Explain python data types for x in alpha :
.k
**** 12 function.
*** 123
** 1234 10. Python class and object
w