
Latihan Soal dan Kisi-Kisi Kelas 11
Authored by Hendra Wijaya
Computers
11th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perhatikan potongan code berikut! Apa output dari kode di atas?
Nilai = [80, 90,75,100,85]
print = (nilai[2])
80
90
75
100
85
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kode untuk menggabungkan dua list listA dan listB menjadi satu list baru adalah...
listC = listA + listB
listC = listA.append(listB)
listC = join(listA, listB)
listC = listA & listB
listC = merge(listA, listB)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hasil dari [1, 2, 3] * 2 adalah...
2
[2, 4, 6]
[[1, 2, 3], [1, 2, 3]]
[1, 2, 3, 1, 2, 3]
Error
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Fungsi dalam pemrograman digunakan terutama untuk...
Evaluate responses using AI:
OFF
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hasil dari [1, 2, 3] * 2 adalah...
2
[2, 4, 6]
[[1, 2, 3], [1, 2, 3]]
[1, 2, 3, 1, 2, 3]
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Algoritma Runut Balik (Backtracking) pada dasarnya melakukan pencarian... a. Breadth-First Search b. Depth-First Search c. Linear Search d. Binary Search e. Greedy Search
Breadth-First Search
Depth-First Search
Linear Search d. Binary
Binary Search
Greedy Search
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fungsi manakah yang digunakan untuk menghitung pemangkatan (contoh: 2⁵)?
sqrt(2, 5)
pow(2, 5)
round(2, 5)
exp(2, 5)
power(2, 5)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?