Quiz Pemrograman Python

Quiz
•
Computers
•
11th Grade
•
Easy
Heribertus Istiyanto
Used 9+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa yang akan dicetak oleh kode berikut? x = 5 if x > 3: print("A") else: print("B")
A
B
5
Error
Tidak ada yang dicetak
2.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa hasil dari kode berikut? x = 10 if x > 5: print("A") elif x == 10: print("B") else: print("C")
A
B
C
Error
Tidak ada yang dicetak
3.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa yang akan dicetak oleh kode berikut? x = 3 if x < 2: print("X") elif x == 3: print("Y") else: print("Z")
X
Y
Z
Error
Tidak ada yang dicetak
4.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa hasil dari kode berikut? x = 4 if x == 5: print("A") elif x < 5: print("B") else: print("C")
A
B
C
Error
Tidak ada yang dicetak
5.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa yang akan dicetak oleh kode berikut? x = 0 if x: print("True") else: print("False")
True
False
Error
0
Tidak ada yang dicetak
6.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa hasil dari kode berikut? for i in range(3): print(i)
0
1
2
0 1 2
Error
7.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
Apa yang akan dicetak oleh kode berikut? for i in range(1, 5, 2): print(i)
1
1 3
1 2 3
2 4
Error
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
GCSE Python Legends

Quiz
•
1st - 12th Grade
53 questions
Penilaian Kelas XI-1

Quiz
•
11th Grade
45 questions
Psuedocode iterations

Quiz
•
11th Grade
50 questions
Intro to Computer Science Unit 2

Quiz
•
9th - 12th Grade
55 questions
Python I

Quiz
•
11th Grade
46 questions
PYTHON PROGRAMMING - FINAL EXAM REVIEW

Quiz
•
9th - 12th Grade
50 questions
DASAR PYTHON

Quiz
•
11th Grade
50 questions
STRATEGI ALGORITMIK DAN PEMROGRAMAN KELAS XI

Quiz
•
11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade