До графічного інтерфейсу входять

Графічний інтерфейс модуль tkinter

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Alla Kucherova
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
засоби керування
засоби опрацювання даних
засоби введення даних
засоби виведення даних
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який модуль містить набір графічних компонентів для створення графічного інтерфейсу?
turtle
title
tkinter
randint
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Як правильно здійснити імпорт методів бібліотеки tkinter?
import tkinter *
import tkinter
import from tkinter *
from tkinter import *
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Інструкція для створення головного вікна має таку структуру:
root = Tk {}
root Tk
root = Tk()
root = Tk []
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Виберіть фрагмент коду, для створення кнопки
<назва об'єкта>=Label()
<назва об'єкта>=Tk()
<назва об'єкта>=Entry()
<назва об'єкта>=Button()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Виберіть фрагмент коду, для створення напису
<назва об'єкта>=Label()
<назва об'єкта>=Tk()
<назва об'єкта>=Entry()
<назва об'єкта>=Button()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Властивість bg = 'значення' задає
колір тексту
шрифт
колір фону
координати розташування об'єкта
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Який метод пов'язує подію з об'єктом
place
bind
pack
mainloop
9.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Проаналізуй наведені фрагменти програм.
Яка з програм після натискання кнопки "ОК" виведе повідомлення "Hello"?
def btn_click(event):
print ("Ok")
btn=Button(Window,text="Hello")
btn.pack()
btn.bind("<Button-1>", btn_click)
def btn_click(event):
print ("Hello")
btn=Button(Window,text="OK")
btn.pack()
btn.bind("<Button-1>", btn_click)
def btn_click(event):
print ("Hello")
btn=Button(Window,text="OK")
btn.pack()
btn.bind("<Button-1>", Button)
def btn_click(event):
print ("Hello")
btn=Button(text="OK")
btn.bind("<Button-1>", btn_click)
Similar Resources on Quizizz
10 questions
6 клас Презентація

Quiz
•
12th Grade
10 questions
Python2 Final!

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

Quiz
•
9th - 12th Grade
11 questions
Моделювання

Quiz
•
7th - 10th Grade
12 questions
Комп’ютерна графіка. Векторний графічний редактор

Quiz
•
8th - 9th Grade
11 questions
Створення анімації

Quiz
•
1st - 12th Grade
12 questions
Tkinter 2.0

Quiz
•
7th - 11th Grade
12 questions
Практична робота 4. Структура документа.

Quiz
•
1st - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University