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

Quiz
•
Computers
•
8th Grade
•
Medium
Татьяна Кученёва
Used 25+ times
FREE Resource
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
Similar Resources on Wayground
13 questions
Лазарус. І тематична

Quiz
•
8th Grade
10 questions
Year 8 - Progress Check 1 (Python Turtle Shapes)

Quiz
•
8th - 9th Grade
9 questions
8. Урок 15+ Спільна робота з документами

Quiz
•
8th Grade
13 questions
Модуль Turtle

Quiz
•
7th - 8th Grade
10 questions
Y8 Microbit Python

Quiz
•
8th Grade
7 questions
Python L2- Quiz 1

Quiz
•
5th - 12th Grade
12 questions
програмування

Quiz
•
8th Grade
11 questions
Графічний інтерфейс в програмі Python

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade