kuis pertama

Quiz
•
Computers
•
University
•
Hard
Astrilia Sarasati
Used 6+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Apa fungsi dari metode append() pada objek list dalam Python?
Menghapus elemen dari list
Menambahkan elemen ke akhir list
Mengurutkan elemen list
Membalik urutan elemen list
2.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Apa output dari program berikut ini?
x = 5
y = 2
print(x // y)
2.5
2
2.0
2.5 (tergantung versi Python)
3.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Apa tipe data dari hasil evaluasi ekspresi 3.14 dalam Python?
Integer
Float
String
Boolean
4.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Apa hasil dari eksekusi kode berikut?
nilai = 7
if nilai > 5:
print("Lulus")
else:
print("Gagal")
Lulus
Gagal
Tidak ada output
Terjadi error
5.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Apa output dari program berikut?
angka = 0
while angka < 5:
print(angka, end=" ")
angka += 1
0 1 2 3 4 5
1 2 3 4 5
0 1 2 3 4
Tidak ada output
6.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Jika x = 10 dan y = 5, apa output dari program berikut?
x = 10
y = 5
if x > y:
print("x lebih besar dari y")
elif x < y:
print("x lebih kecil dari y")
else:
print("x sama dengan y")
x lebih besar dari y
x lebih kecil dari y
x sama dengan y
Error
7.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Apa fungsi dari library requests dalam Python?
Mengirimkan permintaan HTTP
Menangani database SQL
Membuat file CSV
Menghasilkan grafik statistik
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Kuis Ms Excel

Quiz
•
12th Grade - University
20 questions
Menguasai Pivot Table di Excel

Quiz
•
10th Grade - University
20 questions
Visualisasi data

Quiz
•
8th Grade - University
15 questions
Python Workshop Day - 2

Quiz
•
University
15 questions
INFORMATIKA X-5

Quiz
•
10th Grade - University
20 questions
Quiz Microsoft Word

Quiz
•
8th Grade - University
20 questions
Quiz Microsoft Excel untuk Kelas 5 SD

Quiz
•
5th Grade - University
20 questions
ms. excel

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade