DT Revision

DT Revision

8th Grade

9 Qs

quiz-placeholder

Similar activities

code

code

8th Grade

7 Qs

Kuis Desain Grafis Kelas 8

Kuis Desain Grafis Kelas 8

8th Grade

10 Qs

Notes on Blender 3D - Section 2 Review

Notes on Blender 3D - Section 2 Review

6th Grade - University

10 Qs

Tohoku Earthquake

Tohoku Earthquake

8th Grade

9 Qs

Year 5 Design Mod 2 revision Quiz

Year 5 Design Mod 2 revision Quiz

5th Grade - University

10 Qs

Notes on Blender - Section 9 Review

Notes on Blender - Section 9 Review

6th Grade - University

10 Qs

Desain Grafis #01

Desain Grafis #01

1st Grade - Professional Development

10 Qs

ALFREDO CID JURADO

ALFREDO CID JURADO

1st - 10th Grade

10 Qs

DT Revision

DT Revision

Assessment

Quiz

Created by

manar lala

Design

8th Grade

27 plays

Hard

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct code for line 1

1. from TKINTER import *

2. window = ________

3. window.title GUI in Python

4. window.geometry("__________________")

5. WINDOWS.mainloop()

from tkinter import *

from Tk() import *

from Tkinter import *

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

. from TKINTER import *

2. window = ________

3. window.title GUI in Python


What should be the correct code for line 3 in the code shown above?

window.title"GUI in Python"

window.title(GUI in Python)

window.title("GUI in Python")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the missing code from line 4

. from TKINTER import *

2. window = ________

3. window.title GUI in Python

4. window.geometry("__________________")

5. WINDOWS.mainloop()

(600X400)

"600x400”

600x400

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be the correct code for line 5

from TKINTER import *

2. window = ________

3. window.title GUI in Python

4. window.geometry("__________________")

5. WINDOWS.mainloop()

mainloop.window()

window.mainloop()

windows.mainloop()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the missing code from line 2

. from TKINTER import *

2. window = ________

3. window.title GUI in Python

4. window.geometry("__________________")

5. WINDOWS.mainloop()

TK()

Tk()

tK()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct code for line 3

 from tkinter import *

2. window = Tk()

3. WINDOW=Title(Enter your name)

4. window.geometry("350x150")

5. def Button_clicked():

WINDOW.title("Enter your name")

window=title("Enter your name")

window.title(“Enter your name”)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the missing code for line 1

. btn = _________________________________________________

2. btn.grid(row=1, column=0)

btn = button(window, text="Submit", command=Button_clicked)

btn = Button(window, text=Submit, command=Button clicked)

btn = Button(window, text="Submit", command=Button_clicked)

8.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A straight bar that rests on a fulcrum support is called lever.

True

False

9.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A force that resists the movement between two surfaces that are sliding or trying to slide against each other is called friction

True

False