Lesson 1 Review

Lesson 1 Review

5th Grade

9 Qs

quiz-placeholder

Similar activities

2-ข้อสอบการเขียนโปรแกรม GUI ด้วย Python

2-ข้อสอบการเขียนโปรแกรม GUI ด้วย Python

5th Grade

10 Qs

 Topic 3:  Displaying Text on the Serial Monitor

Topic 3: Displaying Text on the Serial Monitor

5th - 6th Grade

8 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Technology Gr. 1-2

Technology Gr. 1-2

2nd - 5th Grade

11 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

SMALL BASIC 5to.

SMALL BASIC 5to.

5th Grade

10 Qs

CSE Unit 3 Assessment

CSE Unit 3 Assessment

5th Grade

10 Qs

Java Script 1.2. Взаимодействие с пользователями

Java Script 1.2. Взаимодействие с пользователями

1st - 12th Grade

11 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