Lesson 1 Review

Lesson 1 Review

5th Grade

9 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

KG - University

8 Qs

Python Introduction-1

Python Introduction-1

3rd Grade - University

7 Qs

Python 146- While Loops

Python 146- While Loops

4th Grade - Professional Development

10 Qs

Scratch programming !!!

Scratch programming !!!

3rd - 5th Grade

10 Qs

Working With Table

Working With Table

5th - 6th Grade

10 Qs

AstepI Quiz 2

AstepI Quiz 2

4th - 8th Grade

10 Qs

Pong Game Quiz - Part 2

Pong Game Quiz - Part 2

3rd Grade - University

7 Qs

Learning.com-Computer Navigation Quiz

Learning.com-Computer Navigation Quiz

4th - 6th Grade

10 Qs

Lesson 1 Review

Lesson 1 Review

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Normie Corgi

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What can Tkinter do?

Create GUIs

Draw Turtles

Create buttons, labels, menus

Make Web Applications

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start the Tkinter Window

window.start()

window.done()

mainloop()

startWindow()

3.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

What are attributes you can add to customize your Button() in Tkinter

text

width

length

background

fg

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Fill in the blank by choosing the correct answer.

command

hello()

command=hello

command=hello()

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What happens when you click on the button once?

prints 1 to the terminal

Nothing

Throws an Error

Window does not open at all

6.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

How can you make it so that the window CANNOT resize the width?

window.resizable(0, 0)

window.resizable(1, 0)

window.resizable(0, 1)

window.resizable(1, 0)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 1000 mean below?

window.geometry('400x300+1000+150')

width

height

x offset

y offset

8.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

How can you add text inside your window?

Media Image
Media Image
Media Image
Media Image

9.

DRAW QUESTION

3 mins • 1 pt

Draw your favorite animal

Media Image