Creating Graphical User Interface with Python Tkinter

Creating Graphical User Interface with Python Tkinter

11th Grade

8 Qs

quiz-placeholder

Similar activities

Microsoft Programs

Microsoft Programs

9th - 12th Grade

12 Qs

Python Basics

Python Basics

1st Grade - University

10 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Introduction to Tkinter

Introduction to Tkinter

5th Grade - University

6 Qs

Python 146- While Loops

Python 146- While Loops

4th Grade - Professional Development

10 Qs

DOS COMMANDS

DOS COMMANDS

11th Grade

10 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Parts of the Operating System

Parts of the Operating System

9th - 12th Grade

9 Qs

Creating Graphical User Interface with Python Tkinter

Creating Graphical User Interface with Python Tkinter

Assessment

Passage

Computers

11th Grade

Hard

Created by

Rachel Brown

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the special python library used to create a graphical user interface?

PyQt

wxPython

pygame

tkinter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a graphical user interface help with?

None of the above

Both of the above

Increasing the experience of interacting with a program

Writing great looking desktop applications

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a graphical user interface?

Anything appearing on your computer as a window

An IDE

All of the above

A game or a web browser

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the program created in the video do?

Create a graphical user interface

Play random music every certain amount of time

Both of the above

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the convention for naming the variable assigned as the instance of tkinter?

MyWindow

WindowOne

Root

Tk

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method allows the window to loop until closed?

LoopWindow

MainLoop

MainLoopForever

LoopForever

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to change the size of the window?

ChangeSize

Geometry

Resize

WindowSize

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the method used to layout a button in tkinter?

Grid

Place

Pack

All of the above