Productionizing Pyhton 4

Productionizing Pyhton 4

12th Grade

5 Qs

quiz-placeholder

Similar activities

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

Pengenalan Adobe Premiere

Pengenalan Adobe Premiere

12th Grade

10 Qs

Unit 1 - Setup Android Studio (Original) [EN]

Unit 1 - Setup Android Studio (Original) [EN]

12th Grade

10 Qs

Technical Terms - Internet (A-Z) - Bookmark

Technical Terms - Internet (A-Z) - Bookmark

12th Grade

10 Qs

Using Sprite Lab in code.org (Homework 1)

Using Sprite Lab in code.org (Homework 1)

9th - 12th Grade

10 Qs

Python L2- Quiz 4

Python L2- Quiz 4

5th - 12th Grade

6 Qs

Microsoft Word 2016 - Unit 1

Microsoft Word 2016 - Unit 1

10th Grade - University

10 Qs

HTML + CSS

HTML + CSS

KG - Professional Development

10 Qs

Productionizing Pyhton 4

Productionizing Pyhton 4

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Hazem Mohamed

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The textvariable argument is important for ............................

Adding combobox options

Displaying data to user

Storing user's choice

All of them are correct

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the difference between bg and fg?

bg changes the background color only

fg changes both colors

fg changes the background color only

bg changes both colors

fg changes the text color only

bg changes the background color

All of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the use of configure function?

Change the settings of main window.

Change the text in the label window.

Change the images added to the window.

All of them are correct.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pady is used to make vertical spaces between widgets in the main window.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the title of a Tkinter window?

window.title('My Window')

set.title('My Window')

title.set('My Window')

window.set_title('My Window')