Модуль tkinter

Модуль tkinter

12th Grade

15 Qs

quiz-placeholder

Similar activities

Access - Lesson 8

Access - Lesson 8

9th - 12th Grade

10 Qs

cmd and terminal

cmd and terminal

7th Grade - University

15 Qs

Access Lesson 7

Access Lesson 7

9th - 12th Grade

20 Qs

Kuiz Pemantapan Latihan Amali Pangkalan Data

Kuiz Pemantapan Latihan Amali Pangkalan Data

12th Grade

10 Qs

5kl-Computer

5kl-Computer

12th Grade

12 Qs

М1У1 Roblox

М1У1 Roblox

5th Grade - University

14 Qs

User Interface Aplikasi

User Interface Aplikasi

11th - 12th Grade

15 Qs

Computer DESKTOP - CESA

Computer DESKTOP - CESA

7th Grade - University

15 Qs

Модуль tkinter

Модуль tkinter

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Надія Шрай

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Як правильно здійснити імпорт методів бібліотеки tkinter?

from tkinter import *

import tkinter

import tkinter *

import from tkinter *

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Інструкція для створення головного вікна має таку структуру:

root = Tk {}

root = Tk()

root Tk

root = Tk []

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Яка властивість дозволяє змінити колір вікна

bg

bind

color

font

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Оберіть конструкцію правильного звернення до події (клік миші)

from tkinter import*

def change(event):

window.geometry('500x500')

window.['bg']='green'

window=Tk()

......

window.mainloop()

window.bind('<Button-1>', change)

window.place

knopka=Button(root, text="Useless button", command=reply)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

За допомогою методу place віджети розміщуються:

у центрі вікна

із вказаними координатами

у лівому верхньому куті головного вікна

за значенням параметрів padx і pady

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Оберіть всі властивості об'єкта кнопки:

bg

hg

fg

font

flint

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Для створення «Кнопки» потрібно використати конструктор:

Listbox

Label

Button

messagebox

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?