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
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
11 questions
ASAS SAINS KOMPUTER TING 2 - 3.1 PERSEKITARAN KOD

Quiz
•
8th - 10th Grade
13 questions
Python 3 Basics

Quiz
•
9th Grade
13 questions
python

Quiz
•
9th Grade
15 questions
Functions in Python

Quiz
•
9th - 12th Grade
15 questions
ASK TINGKATAN 3-MENGUJI ATURCARA DAN MEMBAIKI RALAT

Quiz
•
9th Grade
10 questions
Evaluasi Materi Hardware

Quiz
•
7th - 9th Grade
15 questions
Kuis Scratch SD Barunawati

Quiz
•
5th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade