Grade 8  A Python - GUI

Grade 8 A Python - GUI

8th Grade

15 Qs

quiz-placeholder

Similar activities

Проєкти з вікнами в Python

Проєкти з вікнами в Python

8th Grade

13 Qs

Repaso Teórico Python

Repaso Teórico Python

8th Grade - University

18 Qs

8 клас.

8 клас.

8th Grade

12 Qs

Графічний інтерфейс користувача на мові Python

Графічний інтерфейс користувача на мові Python

8th - 11th Grade

12 Qs

Tkinter 2.0

Tkinter 2.0

7th - 11th Grade

12 Qs

Python. GuiZero

Python. GuiZero

7th - 12th Grade

15 Qs

Tkinter Python

Tkinter Python

6th - 11th Grade

10 Qs

Intermediate Python_L2CL_Lesson 4 Quiz

Intermediate Python_L2CL_Lesson 4 Quiz

6th - 8th Grade

10 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?