11C Periodic1
11C Periodic1
PERIODIC TEST-1
CLASS XI INFORMATICS PRACTICES
MAX.MARKS : 40 TIME : 90 MINS
(c) What are the major components of an Operating System. Explain in brief 2
(d) What is the utility of these software: (i) Disk Defragmentor (ii) Backup Utility 2
(g) Some statements are given, determine the suitable device that better describes them:
(iii) Circular platters that are stacked with spaces, on which information is stored
as tiny magnetic spots
(iv) An erasable Compact Disk on which you can write on multiple times
(b) Convert:
(c) What is the most significant bit and least significant bit in binary 1
3. (a) How are keywords different from identifiers? Explain with an example. 2
(c) Explain the use of the following operators: / , // , % with a suitable example 2
(i) ‘\n’
(ii) “\n”
2
(iii) ‘\”’
(iv) “Rama\’s”
(i) ‘True’
(ii) False
2
(iii) 0XFACE
(iv) 0o2130
(i) z=”IP”
x, y = 3, 5
a=z+1
print(a,x,y) 1
(ii) age=6
name=”Ronak”
print(“Your name and age is” name+age)
(i) id() 2
(ii) eval()