TKINTER QUIZ

TKINTER QUIZ

University

5 Qs

quiz-placeholder

Similar activities

Quiz Modul 10 - User Forms (1110)

Quiz Modul 10 - User Forms (1110)

University

10 Qs

Action Button PowerPoint

Action Button PowerPoint

7th Grade - University

10 Qs

DOM manipulation review

DOM manipulation review

University

10 Qs

หลังเรียนบทที่4 การพัฒนาเว็บไซต์ด้วย Framework

หลังเรียนบทที่4 การพัฒนาเว็บไซต์ด้วย Framework

University

10 Qs

tkinter quiz

tkinter quiz

University

10 Qs

Quizz Front End Week 5

Quizz Front End Week 5

University

10 Qs

Microsoft Excel Revision

Microsoft Excel Revision

University

10 Qs

thunkable

thunkable

3rd Grade - University

7 Qs

TKINTER QUIZ

TKINTER QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

ELXT S.

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based UIs, typed command labels or text navigation.

Python

G.U.I

IDLE

IDE

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

his library provides a powerful object-oriented interface to the GUI toolkit.

Pygames

GUIMAKER

tkinter

PyGUI

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

what is the widget been programmed?

Button

Title

ComboBox

RadioButton

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the correct code for the picture?

btn = Button(window, text="Click Me", bg="org", fg="rd")

btn = Button(window, text="Click Me", bg="orange", fg="red")

btn = Button(window, text="Click Me", bg="blue", fg="yellow")

btn = Btn(window, text="Click", bg="red", fg="orange")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the widget been programmed?

if else

messagebox

label

button