
Програмування в python. Tkinter
Quiz
•
Computers
•
8th Grade
•
Practice Problem
•
Medium
Татьяна Кученёва
Used 25+ times
FREE Resource
Enhance your content in a minute
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

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Tkinter Python
Quiz
•
6th - 11th Grade
12 questions
Lesson 4
Quiz
•
1st - 12th Grade
10 questions
Команди графічного модуля
Quiz
•
1st - 12th Grade
12 questions
Scratch Basics
Quiz
•
7th - 9th Grade
12 questions
Основи Python
Quiz
•
7th - 12th Grade
15 questions
ม.5/7 ส่วนประกอบ capcut
Quiz
•
8th Grade
12 questions
Графічний інтерфейс користувача на мові Python
Quiz
•
8th - 11th Grade
11 questions
Створення сайту з використанням онлайн-системи конструювання
Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
