Програмування в python. Tkinter

Програмування в python. Tkinter

8th Grade

12 Qs

quiz-placeholder

Similar activities

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Pygame Shapes

Pygame Shapes

8th Grade

15 Qs

Lists, Subroutines and Sequence in Pseudocode - Python

Lists, Subroutines and Sequence in Pseudocode - Python

1st - 11th Grade

14 Qs

Начала Python 8-9 класс

Начала Python 8-9 класс

8th - 9th Grade

10 Qs

Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Python

Python

6th - 10th Grade

17 Qs

Програмування в python. Tkinter

Програмування в python. Tkinter

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

Татьяна Кученёва

Used 25+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

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

from tkinter import *

import tkinter

import tkinter *

import from tkinter *

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Модуль tkinter використовується для:

введення програм

виведення отриманого результату на екран

cтворення графічного інтерфейсу користувача

малювання

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

root = Tk {}

root = Tk()

root Tk

root = Tk []

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

За допомогою інструкці: <змінна>=Label (root, параметр1, параметр2):

напис набуває необхідне значення

створюється напис у головному вікні

створюється напис на екрані

змінна набуває значення напис

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mетодів розміщення віджетів на вікні place()

По-порядку, розміщує віджети один після одного.

розміщує віджети за заданими координатами

розміщує віджети у вигляді таблиці

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Створення віджету поле відбувається командою

Button()

Label()

Entry()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Програма, яка генерує вікно в Python з полотном висотою 300, шириною 500

from tkinter import *

w=Tk()

c=Canvas(w, width=500, height=300)

c.pack()

from graphics import *

w=Tk()

c=Canvas(w, width=300, height=500)

c.pack()

from tkinter import *

w=Tk()

c=Canvas(w, width=300, height=500)

c.pack()

from tkinter import *

w=Tk()

c=Canvas(w, width=500, height=300)

canvas.pack()

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?