WorksheetsLatihan Pra PTS Genap
Total questions: 10
Worksheet time: 8mins
How to Print Hello World in Python?
print('Hello World')
System.out.println("Hello World");
cout << "Hello World";
echo "Hello World";
What is Numbers in python?
Numbers is one of Data type that use for define Numerical and Imaginary Value
Numbers is one of Data type that use for define Alfabet Value
Numbers is one of Data type that use for define Word Value
Numbers is one of Data type that use for define Sentences Value
What is Complex Number in Python?
Number with combination of Imaginary Value
Numerical Value
0/1
'Angka1'
What is Variable in Programming Language?
Location of Memory to Strore Data
Parameter fo measuring Condition
one of data type
Algoritm
How to Write Variable with number value in python?
Nilai = 100
Nilai = '100'
Nilai = "100"
print('Nilai = 100')
How to Write Comment in Python?
using Hash Symbol in left of one line comment, or use triple quotes for multi line comment
using Hash Symbol for multiple line comment
use quotes
use double slash symbol
to use comment in python, we can using # in left of one line comment, or use (a) for multi line comment
What is String in Python?
sequence of characters
single characters
single numbers
Imaginary Value
What is Characters?
is a unit of information that roughly corresponds to a grapheme, grapheme-like unit, or symbol
is Number
is string
is None
What is Encoding dan Decoding?
encoding is the process of putting a sequence of characters into a specialized format, Decoding is the opposite process.
Encoding is Number, Decoding is String
Encoding is String, Decoding is Number
All Answer is wrong
