Python GUI

Python GUI

8th Grade

7 Qs

quiz-placeholder

Similar activities

Lesson 2- Working with Slides

Lesson 2- Working with Slides

6th Grade - University

5 Qs

Assess Yourself - Recording Voiceovers and Adding Music

Assess Yourself - Recording Voiceovers and Adding Music

8th Grade

9 Qs

TLE Technical Drafting 8 -Interpret Technical Drawing (motivatio

TLE Technical Drafting 8 -Interpret Technical Drawing (motivatio

8th Grade

10 Qs

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

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

8th Grade

11 Qs

Revision2

Revision2

4th - 8th Grade

10 Qs

Microsoft Sway

Microsoft Sway

3rd Grade - Professional Development

10 Qs

Zoom for Teachers Quiz

Zoom for Teachers Quiz

8th Grade

9 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

Python GUI

Python GUI

Assessment

Quiz

Instructional Technology

8th Grade

Medium

Created by

Ulfah Noerdin

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the first thing we need to set to create a GUI using python?

apa hal pertama yang harus kita atur untuk membuat GUI di python?

import random

window = tk.Tk()

import tkinter

import tk

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a window in python ?

bagaimana cara untuk membuat sebuah window di python

window = tkinter.tk()

window = tkinter.Tk()

window = tkinter.Label()

window = tkinter.Window()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

when we run this, will it show the window ?

Yes

No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the missing part to show the window ?

window.Label()

window.Window()

window.mainloop()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Please mention the widget's name for 1,2,3,4?

Apa nama widget 1,2,3,4?

Label, Entry, Radio Button, Label

Button, Text, Radio Button, Label

Entry, Label, Radio Button, Button

Label, Entry, Radio Button, Button

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the widget's name for 1,2,3,4?

Apa nama widget untuk 1,2,3,4?

Spinbox, Checkbutton, Combobox, Text

Spinbox, Combobox, Checkbutton, Text

Spinbox, Combobox, Checkbutton, Entry

Combobox, Spinbox, Text, Checkbutton

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result ?

Apakah hasilnya ?

40

20

0.5

10