Python I

Quiz
•
Computers
•
11th Grade
•
Hard
Rahmat BP
Used 2+ times
FREE Resource
55 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Apa itu variabel dalam Python?
Sebuah tipe data
Sebuah fungsi
Sebuah nama yang digunakan untuk menyimpan data
Sebuah modul
complexSebuah operator
Answer explanation
Variabel adalah nama yang digunakan untuk menyimpan data.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Tipe data apa yang digunakan untuk menyimpan angka bulat di Python?
String
Float
Integer
Boolean
Complex
Answer explanation
Tipe data untuk angka bulat adalah Integer.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Bagaimana cara mendefinisikan variabel dengan nilai string di Python?
nama = Nurul
nama = "Nurul"
nama = 123
nama = True
nama = 12.5
Answer explanation
Nilai string harus diapit oleh tanda petik.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Apa hasil dari operasi berikut: type(5.5) ?
<class 'str'>
<class 'int'>
<class 'float'>
<class 'bool'>
<class 'complex'>
Answer explanation
5.5 adalah tipe data float.
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Manakah dari berikut ini yang merupakan variabel yang valid di Python?
1nama
nama_depan
nama depan
nama%lengkap
@nama
Answer explanation
Variabel yang valid hanya boleh mengandung huruf, angka, dan underscore, dan tidak boleh diawali angka.
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Apa output dari kode berikut: print('5' + '5')?
10
55
Error
5 5
5+5
Answer explanation
Penggabungan dua string menghasilkan '55'.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Tipe data apa yang digunakan untuk menyimpan nilai benar/salah?
Integer
String
Float
Boolean
Complex
Answer explanation
Tipe data untuk nilai benar/salah adalah Boolean.
Create a free account and access millions of resources
Similar Resources on Wayground
59 questions
HTML, CSS, and Design

Quiz
•
6th - 12th Grade
50 questions
SAS Informatika Ganjil Kelas 8

Quiz
•
8th Grade - University
50 questions
Tryout Bag. 3.1

Quiz
•
9th - 12th Grade
52 questions
WEB ЖОБАЛАУ-10 СЫНЫП

Quiz
•
11th Grade
50 questions
ULANGAN HARIAN TEKNIK PENGOLAHAN AUDIO DAN VIDEO

Quiz
•
1st - 12th Grade
50 questions
Komputer Akuntansi XI

Quiz
•
11th Grade
55 questions
ÔN TẬP GIỮA KỲ II

Quiz
•
11th Grade
57 questions
PCSE

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade