TKINTER QUIZ

TKINTER QUIZ

University

5 Qs

quiz-placeholder

Similar activities

HCI-U5

HCI-U5

University

10 Qs

MS PowerPoint Objects & Animation Quiz

MS PowerPoint Objects & Animation Quiz

9th Grade - University

10 Qs

INTERNET CONNECTIONS

INTERNET CONNECTIONS

University

10 Qs

BOOLEAN CLUB QUIZ 1

BOOLEAN CLUB QUIZ 1

University

10 Qs

Thư viện Tkinter - Label

Thư viện Tkinter - Label

University

10 Qs

Artificial Intelligence Quiz Online

Artificial Intelligence Quiz Online

8th Grade - University

10 Qs

W5- 11/04

W5- 11/04

University

10 Qs

Scratch

Scratch

KG - Professional Development

10 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