wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Latihan Pra PTS Genap

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

How to Print Hello World in Python?

a)

print('Hello World')

b)

System.out.println("Hello World");

c)

cout << "Hello World";

d)

echo "Hello World";

2.

What is Numbers in python?

a)

Numbers is one of Data type that use for define Numerical and Imaginary Value

b)

Numbers is one of Data type that use for define Alfabet Value

c)

Numbers is one of Data type that use for define Word Value

d)

Numbers is one of Data type that use for define Sentences Value

3.

What is Complex Number in Python?

a)

Number with combination of Imaginary Value

b)

Numerical Value

c)

0/1

d)

'Angka1'

4.

What is Variable in Programming Language?

a)

Location of Memory to Strore Data

b)

Parameter fo measuring Condition

c)

one of data type

d)

Algoritm

5.

How to Write Variable with number value in python?

a)

Nilai = 100

b)

Nilai = '100'

c)

Nilai = "100"

d)

print('Nilai = 100')

6.

How to Write Comment in Python?

a)

using Hash Symbol in left of one line comment, or use triple quotes for multi line comment

b)

using Hash Symbol for multiple line comment

c)

use quotes

d)

use double slash symbol

7.

to use comment in python, we can using # in left of one line comment, or use (a)   for multi line comment

8.

What is String in Python?

a)

sequence of characters

b)

single characters

c)

single numbers

d)

Imaginary Value

9.

What is Characters?

a)

is a unit of information that roughly corresponds to a grapheme, grapheme-like unit, or symbol

b)

is Number

c)

is string

d)

is None

10.

What is Encoding dan Decoding?

a)

encoding is the process of putting a sequence of characters into a specialized format, Decoding is the opposite process.

b)

Encoding is Number, Decoding is String

c)

Encoding is String, Decoding is Number

d)

All Answer is wrong