Grade 8  A Python - GUI

Grade 8 A Python - GUI

8th Grade

15 Qs

quiz-placeholder

Similar activities

Графічний інтерфейс

Графічний інтерфейс

6th - 8th Grade

17 Qs

Programming Quiz 2024/2025

Programming Quiz 2024/2025

6th - 8th Grade

10 Qs

Python модуль tkinter

Python модуль tkinter

7th - 10th Grade

11 Qs

Python II part, final test

Python II part, final test

5th - 8th Grade

15 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

แบบทดสอบ TK

แบบทดสอบ TK

8th Grade

20 Qs

test

test

5th - 9th Grade

13 Qs

Python Basics

Python Basics

1st Grade - University

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?