Comprehensive Worksheet
Comprehensive Worksheet
Reinforcement Worksheet
Term II – 2024
XOR
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
_______________________________________________________________
MouseUp:
MouseLea
ve:
Grades:
You generate a result that
translates student score to a
corresponding grade (A*, A, B, C,
D, E, U). You have multiple
options here.
Addition:
You add all the even numbers
from 1 till 10.
Multiplication:
You multiply all integers starting
from 1
1*2*3*4…
Till you reach 5000
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
OPERATOR MEANING
=
>
<
>=
<=
<>
OPERATOR MEANING
AND
OR
XOR
NOT
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
• Mouse
Down
• Mouse
Enter
• Mouse
Hover
• Mouse
Leave
• Mouse
Move
• Mouse Up
Q. Define Functions and Subroutines.
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________
12. l. Display
Constants information like
a text field
Code Output
NewList [10,20,30,” Computing”]
X=” Python is “
Y=” Awesome”
Z=X+Y
Print(z)
Mylist.append = (“Science”)
print (Mylist)
print(thislist)
score = 9
print (score)
________________________________________________________________
________________________________________________________________
________________________________________________________________
________________________________________________________________