wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Latihan ICT Part 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Number in Python is divide into ?

a)

Integer,

Float,

Complex

b)

Number,

Alphabetic,

Zero

c)

One,

Two,

Three

d)

None of Them

2.

Part of Integer Value is ....

a)

1, 2, 3, 4, 5, …., 99

b)

0.1, 0.2, 3.1, 4.4, 5.6, …., 99.0

c)

a, b, c, d, e, ...., z

d)

1j, 2+3j, 1j+2

3.

Part of Float Value is....

a)

1.5, 3.0, 2.7, ….

2.5e2, 200.0

b)

2, 4, 5, 6, 7, 2, 1, 6,

c)

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

d)

.,+-(){}!@#$%^&*

4.

Part of Complex Number is.......

a)

1+2j

4.53e-7j

9+5j

3+2j

b)

0-9, a-z, 3-5, 6-0

c)

0, 9, 8, 7, 6, 5, 4, 3, 2, 1.

d)

F10, F9, F8, F7, F6, F5, F4, F3, F2, F1

5.

This Image is Illustration of ?

a)

Variable

b)

Number

c)

List

d)

Condition

6.

What is Variable?

a)

Reserved memory location to store values

b)

Number of Values

c)

Some of Values

d)

Part of Programming

7.

Select the right use a Variable in python programming?

a)

a = 10

print(a)

b)

int b = 10;

cout (b)

c)

var b = 10;

d)

string a = "Selamat";

8.

What is String ?

a)

String is traditionally a sequence of characters

b)

String is part of Number

c)

String is Part of Variable

d)

String is a S.T.R.I.N.G

9.

How to Delete a Variable?

a)

del Name_of_Variable

b)

delete Name_of_Variable

c)

rem Name_of_Variable

d)

remove Name_of_Variabel

10.

How to write a string in Python?

a)

my_string = 'Hello World'

print(my_string)

b)

number = 10

print(number)

c)

angka = 10+4

print(angka)

d)

hitung = 1j + 6