Grade 8  A Python - GUI

Grade 8 A Python - GUI

8th Grade

15 Qs

quiz-placeholder

Similar activities

Computer Basics Review 2

Computer Basics Review 2

5th - 8th Grade

18 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Operating System

Operating System

2nd - 10th Grade

10 Qs

Pygame Shapes

Pygame Shapes

8th Grade

15 Qs

Подія, обробник події. Графічний інтерфейс. Модуль tkinter.

Подія, обробник події. Графічний інтерфейс. Модуль tkinter.

8th Grade

12 Qs

Контрольна робота №3 за 2 семестр, сімейна форма навч

Контрольна робота №3 за 2 семестр, сімейна форма навч

8th Grade

13 Qs

Python

Python

6th - 10th Grade

17 Qs

Python Turtle Flags Lesson

Python Turtle Flags Lesson

8th Grade

20 Qs

Grade 8  A Python - GUI

Grade 8 A Python - GUI

Assessment

Quiz

Computers

8th Grade

Medium

Created by

sameera sultana

Used 112+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the full form of GUI?

Graphic Unit Interface

Graphical User Interface

Graphic Unit Input

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

Tkinter

IbtikarMaker

Graph

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

___________ is the element of GUI.

Widget

Tabs

window

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Choose the correct statement to display title.

window.title("My First Program")

window.title(My First Program)

window.title "My First Program"

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

window.geometry(200x300)

window.geometry("200x300")

window.geometry" 200 x 300"

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Choose the correct statement to import tkinter library.

from TKINTER import *

FROM TKINTER import *

from tkinter import *

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Choose the correct code for using grid statement?

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

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

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?