TKINTER QUIZ

TKINTER QUIZ

University

5 Qs

quiz-placeholder

Similar activities

IMK 42

IMK 42

University

10 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

BOOTSTRAP

BOOTSTRAP

University

10 Qs

Tkinter

Tkinter

University

10 Qs

python 99

python 99

University

10 Qs

Unit 3 Quiz

Unit 3 Quiz

10th Grade - University

10 Qs

Q4 - ICT2

Q4 - ICT2

University

10 Qs

programming

programming

University

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