Python Quiz 6

Python Quiz 6

University

8 Qs

quiz-placeholder

Similar activities

Oxyacetylene Torch Cutting

Oxyacetylene Torch Cutting

10th Grade - University

10 Qs

C# and Python

C# and Python

4th Grade - University

7 Qs

GAMIFICACIÓN_ARACELI

GAMIFICACIÓN_ARACELI

University

10 Qs

Experience Builder Developer Edition

Experience Builder Developer Edition

University

8 Qs

Herramientas educativas para organizar, crear y gestionar la labor docente

Herramientas educativas para organizar, crear y gestionar la labor docente

University

3 Qs

Real Life Plagiarism Scenario

Real Life Plagiarism Scenario

11th Grade - Professional Development

10 Qs

Siemens Level 1 Mechanical #1

Siemens Level 1 Mechanical #1

University

11 Qs

Health and Safety Management

Health and Safety Management

3rd Grade - University

10 Qs

Python Quiz 6

Python Quiz 6

Assessment

Quiz

Professional Development

University

Hard

Created by

ENDURO SRM

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tkinter is the only GUI library in Python.

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the use of mainloop() method?

Arrange the widgets on main window

Start a loop to run the app

Create a main window

Exit the main window

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where is mainloop() placed in the code?

At the start

Before the widgets

At the end

Depends on the program

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following widget was not used in creating the Hangman GUI?

Input

Label

Entry

Button

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following method organizes the widgets in table-like structure?

place ( )

grid ( )

pack ( )

All of these

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tkinter window size cannot be changed during runtime.

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the correct syntax to create a label showing "Test"?

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which parameter is used to execute a function when button is clicked?

execute

command

run

method