
Основы модуля tkinter

Quiz
•
Computers
•
9th Grade
•
Hard
Алексей Митрягин
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что такое tkinter?
Ткинтер - это язык программирования.
Ткинтер - это стандартный графический инструментарий для Python.
Ткинтер - это тип компьютерного оборудования.
Ткинтер - это система управления базами данных.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как создать окно в tkinter?
root.destroy()
import tkinter as tk root = tk.Tk() root.mainloop()
import tkinter
root = tk.Tk()
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой метод используется для запуска главного цикла обработки событий в tkinter?
mainloop()
executeloop()
runloop()
startloop()
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как добавить кнопку на графический интерфейс в tkinter?
button = Button(window, text='Press Here')
button = Button(root, text='Submit')
button = Button(window, text='Click Me')
button = Button(frame, text='Tap Me')
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как изменить цвет фона виджета в tkinter?
widget.change_color('color_name')
widget.bgcolor('color_name')
widget.configure(bg='color_name')
widget.set_color('color_name')
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что такое событие в tkinter?
Событие в tkinter - это цветовая палитра для виджетов
Событие в tkinter - это алгоритм шифрования текста
Событие в tkinter - это тип данных для хранения информации
Событие в tkinter - это действие, которое происходит в приложении, такое как нажатие кнопки или перемещение мыши.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как привязать функцию к событию в tkinter?
widget.bind(event, function)
widget(event, function)
bind(event, function, widget)
function.bind(event, widget)
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
ОГЭ информатика #1

Quiz
•
9th - 10th Grade
18 questions
Двумерный массив Python

Quiz
•
9th Grade
16 questions
Электронные таблицы

Quiz
•
8th - 9th Grade
10 questions
Системы счисления

Quiz
•
9th - 10th Grade
10 questions
Python with DataScience

Quiz
•
7th Grade - University
12 questions
8 клас Пайтон

Quiz
•
8th - 10th Grade
17 questions
Інтернет залежність

Quiz
•
2nd - 12th Grade
12 questions
Python tkinter1, 8кл.

Quiz
•
7th - 9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade