Dasar Pemrograman Python

Quiz
•
Computers
•
9th Grade
•
Easy
Deddy Rusdiansyah
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah dari pernyataan berikut yang benar untuk membuat variabel nama dengan nilai "Andi" dalam Python?
string nama = "Andi"
var nama = "Andi"
nama := "Andi"
nama = "Andi"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa tipe data dari hasil type(3.14) di Python?
int
str
float
double
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hasil dari ekspresi berikut: 10 // 3 adalah ...
3.33
3
4
3.0
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa hasil dari True and False or True?
False
True
Error
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Operator ** dalam Python digunakan untuk ...
Pembagian
Perkalian
Pangkat
Modulus
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 5
if x > 3:
print("A")
else:
print("B")
Apa output dari kode tersebut?
A
B
Error
Tidak ada output
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah pernyataan while yang benar di Python?
while x > 0 {}
while (x > 0):
while x > 0:
do while (x > 0)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Сұрақтар

Quiz
•
9th Grade
15 questions
Dasar Pemrograman (PostTest)

Quiz
•
9th - 12th Grade
10 questions
Python - Conceptos básicos

Quiz
•
9th Grade
10 questions
python-BTxâu

Quiz
•
9th - 12th Grade
14 questions
Basic Python Quiz

Quiz
•
9th Grade
10 questions
Функции def

Quiz
•
9th - 12th Grade
10 questions
algoritma dan pemograman

Quiz
•
9th - 12th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade