Python With Google Colab

Python With Google Colab

University

20 Qs

quiz-placeholder

Similar activities

JAVA Basics Quiz

JAVA Basics Quiz

University

20 Qs

Python-Day-3

Python-Day-3

12th Grade - University

15 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Quiz Komputer

Quiz Komputer

University

20 Qs

Pengenalan Coding

Pengenalan Coding

1st Grade - Professional Development

20 Qs

ms. excel

ms. excel

University

20 Qs

Python Basic Quiz 01

Python Basic Quiz 01

University

17 Qs

Uji Capaian Pembelajaran

Uji Capaian Pembelajaran

8th Grade - University

20 Qs

Python With Google Colab

Python With Google Colab

Assessment

Quiz

Computers

University

Easy

Created by

Yasar Wicaksono

Used 50+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Text editor online yang dapat digunakan untuk menjalankan script python adalah

Google Colab

Google Drive

Google Docs

Google Spreadsheet

Google Form

2.

MATCH QUESTION

1 min • 5 pts

Tentukan hasil dari kode berikut

Hello World

23

print("Hello World")

Error

print(2+3)

5

print("2"+"3")

Hello World

Print("2+3")

2+3

3.

DRAG AND DROP QUESTION

1 min • 1 pt

x=10

y=5

jumlah=x+y

print(​​​ (a)   )​

jumlah
x
y
print
"jumlah"
"x+y"

4.

REORDER QUESTION

1 min • 5 pts

Urutkan code berikut untuk menjalankan program penentuan bilangan ganjil genap

else:

print "%i adalah bilangan ganjil" % bilangan

bilangan = input('Masukan bilangan: ')

print "%i adalah bilangan genap" % bilangan

if bilangan % 2 == 0:

5.

FILL IN THE BLANK QUESTION

1 min • 10 pts

Nama untuk objek yang menyimpan satu nilai adalah

6.

DROPDOWN QUESTION

1 min • 2 pts

Tetapkan nilai dari variabel x dan y jika hasil yang diharapkan adalah 10

x=​ (a)  

y=​ (b)  

print(x+y)

15
-5
10
3
17
20
5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hasil dari code berikut adalah

alas=100

tinggi=125

print("Luas segitiga =",0.5*(alas*tinggi))

6250

6750

6235

6000

6500

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?