wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

tkinter for children

Total questions: 9

Worksheet time: 9mins

Name
Class
Date
1.

Отличительная особенность класса в python? (Distinctive feature of classes in pygame)

a)

Выделяются другим цветом (Highlighted in a different color)

b)

Пишутся капсом (Writed with Caps)

c)

Начинаются с большой буквы (Start with a capital letter)

d)

Никак не выделяются (They don't stand out in any way)

2.

Какой класс мы используем для создания кнопки?(Which class do we use to create a button?)

a)

button

b)

Knopka

c)

Button

d)

Knopochka lubimaya

e)

Touch_me

3.

Какой класс мы используем для создания поля для ввода? (Which class do we use to create an entry?)

a)

Field

b)

field

c)

Entry

d)

entry

e)

Pole

4.

Как можно импортировать Tkinter? (How can we import Tkinter?)

a)

import library tkinter

b)

from tkinter import *

c)

import tkinter as tk (or import tkinter)

d)

just do tkinter

e)

I don't want import anything, stop it

5.

Как мы можем создать окно приложения в tkinter? (How can we create a window for the app in tkinter?)

a)

root = Tk()

b)

root = Toplevel()

c)

root = Window()

d)

root = pygame.display.set_mode((400,600))

6.

С помощью какой команды всё отображается на окне? (What command is used to display everything in the window?)

a)

root.show()

b)

root.mainloop

c)

root.mainloop()

d)

root.run()

7.

С помощью какой команды мы создаём круг? (How can we create circle in tkinter?)

a)

Canvas.create_circle(0,0,15,15)

b)

Canvas.create_circle(0,0,15,100)

c)

Canvas.create_oval(0,0,15,15)

d)

Canvas.create_oval(0,0,15,100)

8.

Как создать меню в tkinter? (how can we create menu in tkinter?)

a)

с помощью класса Menu (using class Menu)

b)

нарисовать новое окно и добавить туда кнопки (create new window and add some buttons there)

c)

кликнуть правой кнопкой мыши и меню откроется (just click right mouse button and menu is gonna be open)

d)

мы не можем создать меню (we can't create menu)

9.

Под каким номером левая кнопка мыши в ткинтере? (Which number left button mouse has in tkinter?)

a)

Button-1

b)

Button-2

c)

Button-3

d)

Button-4