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
Python Turtle - Homework

Quiz
•
12th Grade
10 questions
Программирование алгоритма 8 класс

Quiz
•
1st - 10th Grade
10 questions
Quiz Pemrograman Dasar Python

Quiz
•
9th - 12th Grade
10 questions
Kuis Percabangan dan Perulangan

Quiz
•
10th Grade
10 questions
Alghorithma

Quiz
•
12th Grade - University
10 questions
Python- Operators

Quiz
•
12th Grade
10 questions
THỰC HÀNH SỐ 1

Quiz
•
12th Grade
10 questions
Soal-soal C++

Quiz
•
11th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
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