
Вопросы по tkinter

Quiz
•
Computers
•
11th Grade
•
Hard
Rasul Abdikerimov
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как вывести картинку в tkinter?
tk.Picture(root, file="image.png")
tk.Image(root, file="image.png")
tk.PhotoImage(file="image.png")
tk.ShowImage(root, file="image.png")
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как создать окно с разрешением 500x1000?
root.geometry("500x1000")
root.setSize(500, 1000)
root.dimensions(500, 1000)
root.size("500x1000")
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Что делает команда resizable?
Позволяет изменять цвет окна
Позволяет изменять размеры окна
Позволяет изменять заголовок окна
Позволяет изменять виджеты в окне
4.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Как изменить задний фон кнопки?
tkinter.Button(bg="red")
button.configure(background="red")
button.setBackground("red")
Все ответы верны
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как изменить шрифт текста в метке?
tkinter.Label(font=("Arial", 14))
label.setFont("Arial", 14)
label.font("Arial", 14)
label.textFont("Arial", 14)
6.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Как изменить положение виджета в окне?
widget.pack()
widget.position("left")
widget.place(x=50, y=50)
a и c
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Какой из этих виджетов отсутствует в tkinter?
tk.Checkbutton
tk.RadioButtonTkinter
tk.Label
tk.Button
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Code.org Quiz2

Quiz
•
7th Grade - University
9 questions
Lesson 1 Touring Excel

Quiz
•
10th Grade - University
10 questions
Design Principles

Quiz
•
9th - 11th Grade
15 questions
Google Sheets Review 1

Quiz
•
9th - 12th Grade
13 questions
Создание программ на ЯП Python

Quiz
•
9th - 12th Grade
10 questions
MS PowerPoint

Quiz
•
11th Grade
12 questions
IBT - Microsoft Word

Quiz
•
9th - 12th Grade
10 questions
Photopea

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade