
Uji Pengetahuan Python

Quiz
•
Computers
•
10th Grade
•
Hard
Fajar Mukti
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
Apa cara yang benar untuk mendeklarasikan variabel Python?
var x = 5
#x = 5
$x = 5
x = 5
2.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
Benar atau Salah:
Anda dapat mendeklarasikan variabel string dengan kutip satu atau kutip dua.
x = "John"
# adalah sama dengan
x = 'John'
Benar
Salah
3.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
Benar atau Salah:
Nama variabel tidak sensitif terhadap huruf kapital.
a = 5
# adalah sama dengan
A = 5
Benar
Salah
4.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
Mana yang BUKAN nama variabel yang sah?
my-var = 20
my_var = 20
Myvar = 20
_myvar = 20
5.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
Apa sintaks yang benar untuk menambahkan nilai 'Hello World' ke dalam 3 nilai dalam satu pernyataan?
x, y, z = 'Hello World'
x = y = z = 'Hello World'
x|y|z = 'Hello World'
x+y+z = 'Hello World'
6.
OPEN ENDED QUESTION
1 min • 7 pts
Masukkan sintaks yang benar untuk menetapkan nilai ke beberapa variabel dalam satu baris:
Evaluate responses using AI:
OFF
7.
MULTIPLE CHOICE QUESTION
1 min • 7 pts
perhatikan kode berikut :
buah = ['apel', 'jeruk', 'pisang']
a, b, c = buah
print(a)
Apa hasil dari a?
apel
jeruk
pisang
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
String Manipulation

Quiz
•
9th - 11th Grade
15 questions
Pemograman Dasar

Quiz
•
10th Grade
10 questions
Python Quiz for 10s

Quiz
•
10th Grade
10 questions
Programming - Basic String Manipulation

Quiz
•
2nd - 10th Grade
10 questions
Session 1

Quiz
•
9th - 12th Grade
15 questions
quiz o python

Quiz
•
9th - 12th Grade
10 questions
POST TES MATRIKULASI

Quiz
•
10th Grade - University
16 questions
Python programming

Quiz
•
6th - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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