Grade 8  A Python - GUI

Grade 8 A Python - GUI

8th Grade

15 Qs

quiz-placeholder

Similar activities

G8_ICT_1.3_Cambridge IGCSE_Graham Brown&David Wats

G8_ICT_1.3_Cambridge IGCSE_Graham Brown&David Wats

8th Grade

15 Qs

8 клас Пайтон

8 клас Пайтон

8th - 10th Grade

12 Qs

Types of Animation

Types of Animation

7th - 9th Grade

10 Qs

Python L41 Tkinter

Python L41 Tkinter

6th - 8th Grade

10 Qs

Кнопки та їх налаштування.

Кнопки та їх налаштування.

8th Grade

11 Qs

BCCK SNLTW HP3

BCCK SNLTW HP3

6th - 8th Grade

10 Qs

Computer Software

Computer Software

7th - 8th Grade

10 Qs

Linux - podstawy

Linux - podstawy

6th Grade - University

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?