NEW
Font size
WorksheetsLatihan ICT Part 1
Total questions: 10
Worksheet time: 5mins
Number in Python is divide into ?
Integer,
Float,
Complex
Number,
Alphabetic,
Zero
One,
Two,
Three
None of Them
Part of Integer Value is ....
1, 2, 3, 4, 5, …., 99
0.1, 0.2, 3.1, 4.4, 5.6, …., 99.0
a, b, c, d, e, ...., z
1j, 2+3j, 1j+2
Part of Float Value is....
1.5, 3.0, 2.7, ….
2.5e2, 200.0
2, 4, 5, 6, 7, 2, 1, 6,
q, w, e, r, t, y, u, i, o, p, a, s, d, f, g, h, j, k, l, z, x, c, v, b, n, m
.,+-(){}!@#$%^&*
Part of Complex Number is.......
1+2j
4.53e-7j
9+5j
3+2j
0-9, a-z, 3-5, 6-0
0, 9, 8, 7, 6, 5, 4, 3, 2, 1.
F10, F9, F8, F7, F6, F5, F4, F3, F2, F1
This Image is Illustration of ?
Variable
Number
List
Condition
What is Variable?
Reserved memory location to store values
Number of Values
Some of Values
Part of Programming
Select the right use a Variable in python programming?
a = 10
print(a)
int b = 10;
cout (b)
var b = 10;
string a = "Selamat";
What is String ?
String is traditionally a sequence of characters
String is part of Number
String is Part of Variable
String is a S.T.R.I.N.G
How to Delete a Variable?
del Name_of_Variable
delete Name_of_Variable
rem Name_of_Variable
remove Name_of_Variabel
How to write a string in Python?
my_string = 'Hello World'
print(my_string)
number = 10
print(number)
angka = 10+4
print(angka)
hitung = 1j + 6
