ICT Grade 10 Final Exam Practice Test

ICT Grade 10 Final Exam Practice Test

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

10th Grade

10 Qs

Swift Playgrounds  Part 2

Swift Playgrounds Part 2

9th Grade

15 Qs

Hari 3_Santi

Hari 3_Santi

12th Grade - University

10 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 Qs

Advanced Python Iteration Quiz

Advanced Python Iteration Quiz

10th Grade

10 Qs

Penilaian Sumatif Struktur Kontrol Percabangan dan Perulangan Bahasa C

Penilaian Sumatif Struktur Kontrol Percabangan dan Perulangan Bahasa C

10th Grade

15 Qs

Programming

Programming

1st - 10th Grade

10 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

ICT Grade 10 Final Exam Practice Test

ICT Grade 10 Final Exam Practice Test

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Dionisius Diego

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?