asesmen awal looping
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Fitri Puspitasari
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berapa banyak iterasi yang akan dilakukan oleh perulangan berikut?
python
Copy code
n = 100
count = 0
while n >= 1:
n /= 2
count += 1
2
4
6
8
10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berapakah hasil dari perhitungan berikut?
python
Copy code
total = 0
for k in range(1, 6):
total += k
10
15
20
25
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berapakah nilai dari i setelah perulangan berikut ini selesai ?
python
Copy code
i = 0
while i < 5:
i += 1
4
5
6
0
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berapa nilai dari j setelah perulangan berikut ini selesai?
python
Copy code
j = 10
while j > 5:
j -= 2
5
4
2
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berapa banyak iterasi yang akan dilakukan oleh perulangan berikut?
python
Copy code
n = 100
count = 0
while n >= 1:
n /= 2
count += 1
6
7
8
9
Similar Resources on Wayground
10 questions
algoritma dan pemograman
Quiz
•
9th - 12th Grade
10 questions
Asesmen Informatika 9
Quiz
•
9th Grade
10 questions
POST TEST C++
Quiz
•
11th Grade
10 questions
Python-Expressions#1
Quiz
•
12th Grade - University
10 questions
Python Conditions
Quiz
•
11th Grade
10 questions
Struktur Kontrol Perulangan
Quiz
•
10th - 11th Grade
10 questions
Python
Quiz
•
1st - 12th Grade
10 questions
Dadakan quiz 1
Quiz
•
12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd 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
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade