Seberapa jauh kapal akan bergerak menggunakan kode berikut?
다음 코드를 사용하면 배는 얼마나 멀리 이동할 수 있나요?
ICT Grade 10 Final Exam Practice Test
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Dionisius Diego
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Seberapa jauh kapal akan bergerak menggunakan kode berikut?
다음 코드를 사용하면 배는 얼마나 멀리 이동할 수 있나요?
3
4
5
6
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Syntax yang benar untuk menjalankan perulangan "for" untuk semua angka dari 0 hingga 10 adalah ….
0부터 10까지의 모든 숫자에 대해 "for" 루프를 실행하는 올바른 구문은 다음과 같습니다 ....
for (i = 10; i =0; i--)
for (i = 0; i < 9; i++)
for (i = 1; i < 10; i++)
for (i = 0; i < 10; i++)
for (i = 0; i < =10; i++)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Berapa kali "function1" akan dipanggil?
"function1"은 몇 번이나 호출되나요?
10
20
100
200
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When might you use a "while" loop instead of a "for" loop?
언제 "for" 루프 대신 "while" 루프를 사용할 수 있습니까?
Kapan Anda bisa menggunakan perulangan "while" dan bukan perulangan "for"?
if you know exactly how many iterations you want to perform
jika Anda tahu persis berapa banyak iterasi yang ingin Anda lakukan
수행하려는 반복 횟수를 정확히 알고 있는 경우
if you don't know exactly how many iterations you want to perform
jika Anda tidak tahu persis berapa banyak iterasi yang ingin Anda lakukan
수행하려는 반복 횟수를 정확히 모르는 경우
you should always use a "while" loop instead of a "for" loop
Anda harus selalu menggunakan perulangan "while" dan bukan perulangan "for".
"for" 루프 대신 "while" 루프를 항상 사용해야 합니다.
you should never use a "while" loop instead of a "for" loop
Anda tidak boleh menggunakan perulangan "while" alih-alih perulangan "for".
"for" 루프 대신 "while" 루프를 사용하면 안 됩니다.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When would you use a "do-while" loop?
Kapan Anda akan menggunakan perulangan "do-while"?
"do-while" 루프는 언제 사용합니까?
when you want to run a loop at least once no matter what
ketika Anda ingin menjalankan loop setidaknya sekali apa pun yang terjadi
무슨 일이 있어도 적어도 한 번은 루프를 실행하고 싶을 때
whenever you want to do the same thing as a "while" loop
kapan pun Anda ingin melakukan hal yang sama seperti perulangan "while".
"while" 루프와 동일한 작업을 수행하고 싶을 때마다
When running a "while" loop takes too long
Saat menjalankan loop "while" membutuhkan waktu terlalu lama
"while" 루프를 실행하는 데 시간이 너무 오래 걸리는 경우
none of the above
Bukan dari salah satu di atas
위에 해당사항 없음
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the variable i is currently set to 0, what would this code do?
Jika variabel i saat ini diset sebagai 0, apa yang akan dilakukan kode ini?
변수 i가 현재 0으로 설정되어 있다면 이 코드는 무엇을 할까요?
Print out the number 0–9
Menampilkan nilai 0 – 9
0~9까지의 숫자를 출력하세요
Print out the number 1-10
Menampilkan nilai 1 – 10
1~10까지의 숫자를 출력하세요
Print out the number 0 ten times
Menampilkan nilai 0 sepuluh kali
숫자 0을 10번 출력하세요
Cannot put a conditional in a loop
Tidak dapat menggunakan Kondisional pada loop
루프에 조건문을 넣을 수 없습니다
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The creation process function before it is called is called ….
Proses pembuatan function sebelum dipanggil disebut ….
함수가 호출되기 전에 함수를 생성하는 과정을...
Call Function
Create Function
Define Function
Adding Function
10 questions
Programming - Iteration, Basic Programming Constructs & Loop
Quiz
•
2nd - 12th Grade
10 questions
Dasar Algoritma dan Pemrograman p1
Quiz
•
10th Grade
13 questions
Python Iteration
Quiz
•
10th Grade
12 questions
Python Programming - Iteration
Quiz
•
9th Grade
10 questions
Struktur Kontrol Perulangan
Quiz
•
10th - 11th Grade
10 questions
Evaluasi Struktur Kontrol Perulangan C++
Quiz
•
10th Grade
15 questions
Computer Science - Python
Quiz
•
9th - 12th Grade
10 questions
Kuis Percabangan dan Perulangan
Quiz
•
10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University