wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Grade 8 A Python - GUI

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

What is the full form of GUI?

a)

Graphic Unit Interface

b)

Graphical User Interface

c)

Graphic Unit Input

2.

______________ library provides fast and easy way to create GUI applications in Python.

a)

Tkinter

b)

IbtikarMaker

c)

Graph

3.

___________ is the element of GUI.

a)

Widget

b)

Tabs

c)

window

4.

Choose the correct statement to display title.

a)

window.title("My First Program")

b)

window.title(My First Program)

c)

window.title "My First Program"

5.

Choose the correct statement to display the size of the window.

a)

window.geometry(200x300)

b)

window.geometry("200x300")

c)

window.geometry" 200 x 300"

6.

Choose the correct statement to import tkinter library.

a)

from TKINTER import *

b)

FROM TKINTER import *

c)

from tkinter import *

7.

Choose the correct code for using grid statement?

a)

window.Grid (row= 1, column =1)

b)

window.grid( row = 1 , column = 1)

c)

window.GRID(row = 1 , column = 1)

8.

Label , Button , Sliders are all examples of Widgets.

a)

True

b)

False

9.

_________ symbol is use to display comments in python.

a)

@

b)

&

c)

#

10.

A GUI can be use for building games , apps like grade converter and calculator.

a)

True

b)

False

11.

______________ is a pictorial representation of data.

a)

Algorithm

b)

Flow Chart

12.

___________ symbol is use at start and end of a flowchart.

a)
b)
c)
d)
13.

Is use for _____________.

a)

Start and Stop

b)

Decision

c)

Process

14.

Python is a _____________ Language.

a)

High Level language

b)

Low Level Language

c)

Assembly language

15.

Debugging is the process of removing an error in a program.

a)

True

b)

False