Python Mid Exam for Kedait

Python Mid Exam for Kedait

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

Python

Python

7th - 8th Grade

13 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Quiz 1 G7

Quiz 1 G7

7th Grade

10 Qs

Python Print Statement

Python Print Statement

3rd - 6th Grade

12 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Class VIII_Basic Python Programming Quiz

Class VIII_Basic Python Programming Quiz

8th Grade

10 Qs

Python Mid Exam for Kedait

Python Mid Exam for Kedait

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Rayyan Aqsha

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Cara membuat output Hello World di Python adalah ......

print("Hello World")

println("Hello World");

cout << "Hello World" << endl;

const hw = (Hello World) => print()

2.

FILL IN THE BLANK QUESTION

10 mins • 1 pt

Tipe data pada Python yang memuat bilangan bulat adalah

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Berikut merupakan tipe data basic Python kecuali .......

Integer

Char

Float

Boolean

Array

4.

FILL IN THE BLANK QUESTION

10 mins • 1 pt

Jika kita menggunakan menyimpan hasil input dari user kedalam sebuah variabel, maka tipe data dari variabel tersebut adalah

5.

DROPDOWN QUESTION

10 mins • 1 pt

Selesaikan kode dibawah!

X = ​ ​ (a)   (input("Masukkan nilai X"))

Y = int(​ (b)   ("Masukkan nilai Y"))

​ (c)   (X+Y)

int
input
print
string
cin
println

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

X = 5

Y = 8

X = X + Y

Y = Y ** 2

Z = Y - X

print(Z)

Keluaran dari program diatas adalah ......

13

64

51

3

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

print(7 is not 8)

Keluaran program diatas adalah .....

True

False

8.

OPEN ENDED QUESTION

10 mins • 1 pt

Buatlah program sederhana menggunakan bahasa Python yang berfungsi untuk konversi uang dollar ke rupiah!

(Kurs dollar hari ini: $1 = 14.862)

Silahkan copy paste program kalian ke essay ini!

(Tenang, program tidak akan di compile di Quizizz ini, namun akan dijalankan oleh pembuat soal)

Evaluate responses using AI:

OFF