Latihan Soal dan Kisi-Kisi Kelas 11

Quiz
•
Computers
•
11th Grade
•
Hard
Hendra Wijaya
FREE Resource
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)
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Searching & Sorting Algorithms

Quiz
•
10th Grade - University
10 questions
BAB 2 : Perwakilan Data (2.1.1 & 2.1.2)

Quiz
•
11th Grade
15 questions
AS Computing: Data Structures

Quiz
•
10th Grade - University
15 questions
Search Engine Optimization

Quiz
•
11th Grade
10 questions
QUIZ Algoritma

Quiz
•
9th - 12th Grade
10 questions
Quiz Algoritma Greedy

Quiz
•
11th Grade
18 questions
Search & Sort Algorithms

Quiz
•
7th - 11th Grade
20 questions
2.1 Algorithms

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