Page 108 - TP_Modular_V2.1_Class7
P. 108
Worksheet 4
(Based on chapters 8 & 9)
A. Write a short note on the following:
1. Blogs
....................................................................................................................................................................................................
2. Cloud Storage
....................................................................................................................................................................................................
3. Cyber Security
....................................................................................................................................................................................................
4. Hacking
....................................................................................................................................................................................................
B. Find the error in the given codes.
1. if(age > 18)
print(`You are eligible to vote'
else
print(`Not eligible to vote')
2. a = 200
b = 33
if b > a
print("b is greater than a")
else:
print("a is not greater than b")
C. Write a program to find whether the given character is a vowel or not.
106 Modular (Ver. 2.1)-VII

