PF Unit  10

PF Unit 10

9th Grade

10 Qs

quiz-placeholder

Similar activities

Pemrograman Dasar C++

Pemrograman Dasar C++

10th Grade

10 Qs

Quis WEB ( PHP One )

Quis WEB ( PHP One )

12th Grade

10 Qs

XI 1 Ulangan Harian 1 INFORMATIKA Bahasa C

XI 1 Ulangan Harian 1 INFORMATIKA Bahasa C

10th Grade

10 Qs

Coding Agroekoteknologi - Kuis I

Coding Agroekoteknologi - Kuis I

University

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Post Test C++

Post Test C++

9th - 12th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

KD-1 Dasar pemrograman python

KD-1 Dasar pemrograman python

10th Grade

10 Qs

PF Unit  10

PF Unit 10

Assessment

Quiz

Computers

9th Grade

Medium

Created by

KEVIN CHAISLIE

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Cara memanggil Isi Variabel "A" dengan benar adalah

Print(a)

print("a")

print(A)

Print("A")

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Apa hasil dari pernyataan "print(5 + 3)"?

5 + 3

8

53

ERROR

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Bagaimana cara menampilkan string "Hello World" di Python?

echo "Hello World";

print(Hello World)

print("Hello World")

show "Hello World";

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Bagaimana cara mendeklarasikan variabel "B" dengan nilai 10 di Python?

var B = 10

B = 10

let B = 10

declare B = 10

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Apa hasil dari pernyataan "print("2 * 4")"?

2 * 4

8

24

ERROR

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Apa hasil dari pernyataan "print("10 - 3")"?

10 - 3

7

103

ERROR

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Cara memanggil Isi Variabel "B" dengan benar adalah

Print(b)

print("b")

print(B)

Print("B")

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?