Class 12 Computer Science Sample Paper Term 1 With Solutions Set C

Section A 1. Which of the following is an invalid name for identifier? (a) abckm(b) S-num(c) Percent(d) _SUM 2. Consider the declaration a={‘a’:11,’b’:2}, which of the following represents the data type of a? (a) List(b) Tuple(c) Dictionary(d) String 3. Suppose L=[10,19,45,77,10,22,2], what will be the value of L[3:5]? (a) [77,10](b) [45,77](c) [45,77,10](d) [77,10,22] 4. To open […]

Continue Reading

Class 12 Computer Science Sample Paper Term 1 With Solutions Set B

Section A 1. …… is a logical instructions, which Python interpreter can read and execute. (a) Expression(b) Statement(c) Comment(d) Identation 2. Which comments start with # symbol? (a) Double line(b) Multi-line(c) Single line(d) All of these 3. Which data type contains only numeric value in Python? (a) Numbers(b) Strings(c) Lists(d) Tuples 4. Index of ……… […]

Continue Reading