Вопросы по tkinter

Вопросы по tkinter

11th Grade

10 Qs

quiz-placeholder

Similar activities

Вопросы по tkinter

Вопросы по tkinter

11th Grade

10 Qs

MOAC Word 2016 Part 3 Formatting Paragraphs and Editing Text

MOAC Word 2016 Part 3 Formatting Paragraphs and Editing Text

9th - 12th Grade

10 Qs

Excel Introduction

Excel Introduction

9th - 12th Grade

10 Qs

Excel Review

Excel Review

7th - 12th Grade

10 Qs

L1 Formatting Basics

L1 Formatting Basics

9th - 12th Grade

15 Qs

Основы визуального программирования

Основы визуального программирования

11th Grade

11 Qs

BCA

BCA

10th Grade - University

10 Qs

Вопросы по tkinter

Вопросы по tkinter

Assessment

Quiz

Computers

11th Grade

Hard

Created by

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

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?