Latihan Soal dan Kisi-Kisi Kelas 11

Latihan Soal dan Kisi-Kisi Kelas 11

11th Grade

15 Qs

quiz-placeholder

Similar activities

Sequential and Binary Search

Sequential and Binary Search

10th - 12th Grade

12 Qs

01 Searching Algorithms

01 Searching Algorithms

9th - 12th Grade

15 Qs

Latihan PSAS SEMESTER 1 2024

Latihan PSAS SEMESTER 1 2024

11th Grade

20 Qs

Kasus Optimasi

Kasus Optimasi

11th Grade

13 Qs

Pemahaman Koding dan Kecerdasan Artifisial

Pemahaman Koding dan Kecerdasan Artifisial

11th Grade

20 Qs

Pemahaman Dasar Komputasi

Pemahaman Dasar Komputasi

9th Grade - University

10 Qs

Materi Rekursi

Materi Rekursi

11th Grade

10 Qs

[GO PAS] Bisnis Online XII BDP - Google Site & SEO

[GO PAS] Bisnis Online XII BDP - Google Site & SEO

11th Grade

15 Qs

Latihan Soal dan Kisi-Kisi Kelas 11

Latihan Soal dan Kisi-Kisi Kelas 11

Assessment

Quiz

Computers

11th Grade

Hard

Created by

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

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?

Discover more resources for Computers