Page 108 - modular4.0
P. 108
Chapter Profile
4 WORKSHEET
(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. 4.0)-VII

