Kiến thức về Tkinter trong Python

Kiến thức về Tkinter trong Python

1st - 5th Grade

21 Qs

quiz-placeholder

Similar activities

Toán lớp 4

Toán lớp 4

1st Grade

20 Qs

NGHIỆP VỤ BVMT

NGHIỆP VỤ BVMT

3rd Grade

16 Qs

BÀI 4. SỬ DỤNG CÁC HÀM ĐỂ TÍNH TOÁN

BÀI 4. SỬ DỤNG CÁC HÀM ĐỂ TÍNH TOÁN

1st - 5th Grade

20 Qs

VUI HỌC

VUI HỌC

4th Grade

20 Qs

square roots

square roots

5th - 8th Grade

20 Qs

MPLS Kelas 1 SD N Bentul 2021/2022

MPLS Kelas 1 SD N Bentul 2021/2022

1st Grade

20 Qs

Squared Numbers

Squared Numbers

5th Grade

16 Qs

ÔN TẬP ĐO ĐỘ DÀI VÀ ĐO KHỐI LƯỢNG

ÔN TẬP ĐO ĐỘ DÀI VÀ ĐO KHỐI LƯỢNG

5th - 6th Grade

20 Qs

Kiến thức về Tkinter trong Python

Kiến thức về Tkinter trong Python

Assessment

Quiz

Mathematics

1st - 5th Grade

Medium

Created by

Duy Đỗ

Used 4+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tkinter trong Python là gì?

Một thư viện để làm việc với file CSV

Một thư viện GUI tích hợp trong Python

Một framework phát triển web

Một thư viện xử lý dữ liệu

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào dùng để import Tkinter vào chương trình?

import tkinter as tk

import tk as tkinter

import gui as tkinter

import tkinter.gui

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Widget nào dùng để tạo nút bấm trong Tkinter?

Label

Button

Entry

Frame

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào để tạo một cửa sổ chính trong Tkinter?

window = Tkinter()

root = tk.Window()

root = tk.Tk()

win = tk.MainWindow()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hàm nào dùng để chạy vòng lặp chính của ứng dụng Tkinter?

root.mainloop()

tk.run()

tk.mainloop()

root.run()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để đặt tiêu đề cho cửa sổ Tkinter, ta dùng phương thức nào?

root.title("Tên cửa sổ")

root.set_title("Tên cửa sổ")

root.header("Tên cửa sổ")

root.label("Tên cửa sổ")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Widget nào được dùng để nhập dữ liệu từ người dùng?

Label

Button

Entry

Text

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?