
Quiz Pemrograman Berbasis Teks

Quiz
•
Computers
•
12th Grade
•
Hard
Ayu Ravika
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Apa yang dimaksud dengan pemrograman berbasis teks?
Pemrograman yang menggunakan elemen grafis seperti tombol dan jendela
Pemrograman yang hanya menggunakan teks sebagai input dan output
Pemrograman yang menggunakan animasi dan suara
Pemrograman yang tidak memerlukan kode
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Manakah yang merupakan contoh aplikasi berbasis multimedia?
Kalkulator berbasis terminal
Aplikasi pemutar video
Program perhitungan luas segitiga di Python
Editor teks sederhana di terminal
3.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Perbedaan utama antara pemrograman berbasis GUI dan berbasis teks adalah...
GUI lebih sulit dibuat dibandingkan berbasis teks
GUI memerlukan lebih sedikit kode dibandingkan berbasis teks
GUI menggunakan elemen visual seperti tombol dan jendela, sedangkan berbasis teks hanya menggunakan teks
Pemrograman berbasis teks hanya bisa digunakan di sistem operasi Windows
4.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Apa fungsi utama dari library tkinter dalam Python?
Mengolah data dalam bentuk tabel
Membuat program berbasis GUI
Membantu mengakses database
Menjalankan perintah di terminal
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
num1 = 5
num2 = 3
result = num1 + num2
print("Hasil:", result)
Apa output dari kode berikut dalam Python berbasis teks?
Hasil: 8
Hasil: 5+3
Hasil: num1 + num2
Hasil: 53
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
import tkinter as tk
window = tk.Tk()
window.title("Kalkulator")
entry = tk.Entry(window)
entry.pack()
button = tk.Button(window, text="Klik", command=lambda: entry.insert(tk.END, "1"))
button.pack()
window.mainloop()
Apa yang terjadi ketika tombol "Klik" ditekan?
Program akan menampilkan pesan error
Angka 1 akan muncul di kolom input
Jendela program akan tertutup
Program akan mencetak angka 1 di terminal
7.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Pada kalkulator berbasis teks, bagaimana cara membaca input angka dari pengguna dalam Python?
print("Masukkan angka: ")
input("Masukkan angka: ")
scan("Masukkan angka: ")
read("Masukkan angka: ")
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Microsoft Programs

Quiz
•
9th - 12th Grade
15 questions
Kuis Informatika/TIK Kelas 10

Quiz
•
9th - 12th Grade
10 questions
Pemrograman OOP pada Unity 3D

Quiz
•
12th Grade
20 questions
EVALUASI BAB 5 & BAB 6

Quiz
•
12th Grade
10 questions
Post Test Microsoft Word

Quiz
•
9th - 12th Grade
10 questions
SOAL KUIS QUIZIZZ DENGAN TELEPORT

Quiz
•
10th Grade - University
20 questions
INFORMATIKA

Quiz
•
10th - 12th Grade
16 questions
Quiz Pemrograman Java dengan netbeans

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