Kuis Google colaboratory

Quiz
•
Computers
•
10th Grade
•
Medium
Ari Wiharsono
Used 10+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perintah yang digunakan untuk mencetak data di Python adalah:
write()
print()
echo()
show()
log()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah dari berikut ini adalah pemberian nilai yang benar pada variabel?
x == 5
5 = x
x := 5
x = 5
let x = 5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tipe data array di google colaboratory disebut:
set
tuple
dictionary
list
array
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output dari kode berikut adalah: print("Halo", "Dunia")
Halo Dunia
HaloDunia
Halo\nDunia
"Halo", "Dunia"
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Untuk menambahkan item ke dalam list, digunakan fungsi:
push()
insert()
add()
append()
put()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output dari kode berikut adalah: a = [1,2,3] print(a[1])
1
2
3
Error
[1]
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Kode yang benar untuk mencetak angka 1 sampai 5 adalah:
for i in 1..5: print(i)
for i in range(1,5): print(i)
for i in range(1,6): print(i)
while i < 5: print(i)
repeat i from 1 to 5
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Scope of Variables in Python

Quiz
•
1st Grade - Professio...
17 questions
"switch" Java Statement - 1

Quiz
•
9th - 10th Grade
20 questions
list 6th

Quiz
•
7th Grade - University
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops

Quiz
•
9th Grade - University
17 questions
Python - Quiz

Quiz
•
9th - 11th Grade
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
20 questions
Python Recap

Quiz
•
7th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade