Quiz 2a
Graded Quiz • 30 min Quiz08 Questions Week 3
Re⥃askly Logo

Quiz 2a

Graded Quiz • 30 min Quiz08 Questions Week 3
Practice More Quizzes:
Quiz
08 Questions Week 1
Quiz
04 Questions Week 2
Quiz
08 Questions Week 3
Quiz
10 Questions Week 4
Quiz
11 Questions Week 5

Q:

What typically calls an event handler?

Q:

In CodeSkulptor, how many event handlers can be running at the same time?

Q:

What are the three parts of a frame? Refer to the video on SimpleGUI.

Q:

Assume the following global definition is part of your program. x = 5If each of the following function definitions are also part of your program, which of them needs a global x declaration?

Q:

Consider the following code. a = 3b = 6def f(a): c = a + b return c

Q:

Consider the following code. a = 3b = 6def f(a): c = a + b return c

Q:

Which of the following are valid calls to create_frame?

Q:

Which of the following are valid ways of making a canvas with a red background?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Find Questions in This Page: "CTRL+F"