
Siêu Nhân Lập Trình Web HP3

Quiz
•
Computers
•
University
•
Hard
Phong Nguyen
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Thư viện nào trong Python được sử dụng để tạo giao diện đồ họa?
tkinter
flask
kivy
pyqt5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tkinter là gì trong ngôn ngữ lập trình Python?
Tkinter là một hệ điều hành phổ biến
Tkinter là thư viện GUI (Graphical User Interface) trong ngôn ngữ lập trình Python.
Tkinter là một loại virus máy tính
Tkinter là một loại thức ăn truyền thống của người Việt
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Làm thế nào để tạo một cửa sổ đơn giản trong Tkinter?
root = Tk() root.mainloop()
from tkinter import * root = Tk() root.mainloop()
import tkinter as tk # Tạo một instance của lớp Tk root = tk.Tk() # Thêm các thành phần vào cửa sổ # Hiển thị cửa sổ root.mainloop()
import tkinter as tk root = tk.Tk() root.mainloop()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cú pháp để import Tkinter trong Python là gì?
import Tkinter
import tkinter
import tk
from tkinter import *
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Để thêm một nút vào giao diện Tkinter, chúng ta sử dụng phương thức nào?
ButtonAddition()
ButtonAdd()
Button()
AddButton()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Làm thế nào để thiết lập kích thước cửa sổ trong Tkinter?
window.geometry('widthxheight')
window.scale('widthxheight')
window.dimensions('widthxheight')
window.size('widthxheight')
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong Tkinter, làm thế nào để thêm một nhãn (label) vào cửa sổ?
window_label.grid(row=0, column=0)
window_label.place(x=0, y=0)
window_label = Label(window, text='Hello, World!')
window_label = Label(window, text='Hello, World!') window_label.pack()
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Principles of Information Technology

Quiz
•
9th Grade - University
20 questions
BASIS DATA - Modul 08

Quiz
•
University
15 questions
HTML

Quiz
•
University
15 questions
Visual Basic

Quiz
•
University
20 questions
VB

Quiz
•
University
20 questions
quizz tkinter

Quiz
•
11th Grade - University
15 questions
Evaluacion Diagnistica

Quiz
•
University
15 questions
After Effect Intoduction

Quiz
•
10th Grade - University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade