Python_OBCFC_Q2

Python_OBCFC_Q2

University

5 Qs

quiz-placeholder

Similar activities

Tkinter

Tkinter

University

10 Qs

TKINTER QUIZ

TKINTER QUIZ

University

5 Qs

Pre Test Modul 7

Pre Test Modul 7

University

5 Qs

Flutter Intermediate

Flutter Intermediate

KG - Professional Development

10 Qs

AP CSP Unit 3: 1.2.4-1.2.5 (CMU)

AP CSP Unit 3: 1.2.4-1.2.5 (CMU)

11th Grade - University

10 Qs

Android test

Android test

12th Grade - University

10 Qs

python 99

python 99

University

10 Qs

C# and Python

C# and Python

4th Grade - University

7 Qs

Python_OBCFC_Q2

Python_OBCFC_Q2

Assessment

Quiz

Computers

University

Hard

Created by

Dr. 973

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What widget is used to take single-line user input in tkinter?

TextArea

Label

Entry

Box

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to set background color for a Label?

bg=“red”

background-color=“red”

color=“red”

background=“red”

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to position widgets exactly with x and y?

grid()

pack()

place()

align()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of geometry() method?

To change window color

To set title

To set window size

. To close window

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command option do in a tkinter Button widget?

Assigns color

Binds function to click

Sets size

Defines label