Kuis Uji Pemahaman Python Fungsi Input, Output dan Operator

Kuis Uji Pemahaman Python Fungsi Input, Output dan Operator

11th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz Informatika

Quiz Informatika

11th Grade - University

20 Qs

Quiz Desain Poster dengan Photoshop

Quiz Desain Poster dengan Photoshop

11th Grade

20 Qs

Quizz IoT

Quizz IoT

11th Grade

16 Qs

BAB 6 ANALISIS DATA B. Perkakas Pengolah Lembar Kerja

BAB 6 ANALISIS DATA B. Perkakas Pengolah Lembar Kerja

7th Grade - University

20 Qs

Berpikir Komputasional Kelas 9

Berpikir Komputasional Kelas 9

9th Grade - University

20 Qs

5-sinf. Kompyuter va Internet Asoslari

5-sinf. Kompyuter va Internet Asoslari

5th Grade - University

15 Qs

Teknologi Jaringan Berbasis Luas (WAN)

Teknologi Jaringan Berbasis Luas (WAN)

11th Grade

20 Qs

Algoritma Pemrograman

Algoritma Pemrograman

10th Grade - University

20 Qs

Kuis Uji Pemahaman Python Fungsi Input, Output dan Operator

Kuis Uji Pemahaman Python Fungsi Input, Output dan Operator

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

Hatta Rukmana

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi apa yang digunakan untuk menerima masukan dari pengguna di Python?

print()

input()

read()

scanf()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa tipe data default dari nilai yang diperoleh menggunakan input()?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mengonversi input pengguna menjadi bilangan bulat?

int(input())

float(input())

str(input())

bool(input())

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa output dari kode berikut jika pengguna memasukkan 7?
x = input("Masukkan angka: ")
print(type(x))

<class 'int'>

<class 'float'>

<class 'str'>

<class 'bool'>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara meminta input pengguna dalam satu baris dengan pesan khusus?

input("Masukkan nama: ")

print(input())

str(input("Masukkan nama: "))

print("Masukkan nama: ")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi mana yang digunakan untuk mencetak output ke layar?

print()

input()

output()

display()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa output dari kode berikut?

print("Python", "is", "fun", sep="-")

Python is fun

Python-is-fun

Python-is fun

Python is-fun

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?