Digital Clock

Digital Clock

7th Grade

7 Qs

quiz-placeholder

Similar activities

Контрольна робота. Пайтон

Контрольна робота. Пайтон

7th Grade

12 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

Python Programming Sequence Class

Python Programming Sequence Class

3rd - 10th Grade

10 Qs

ไพทอน เต่า

ไพทอน เต่า

7th - 12th Grade

10 Qs

Evaluation niveau stagiaire MacOs

Evaluation niveau stagiaire MacOs

1st - 12th Grade

11 Qs

Revision practical(1+2)  grade 7

Revision practical(1+2) grade 7

7th Grade

12 Qs

Repaso de clase 1/72

Repaso de clase 1/72

1st - 12th Grade

7 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Digital Clock

Digital Clock

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Bhavika shonal

Used 11+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this do?

turtle.bgcolor("green")

Setting your color of the turtle

Setting the background color green

It sets the circle with the color green

It does nothing

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill the command for the turtle color white?

t1.____________

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This code gets the present time in your system?

sec = dt.datetime.now().second

min = dt.datetime.now().minute

hr = dt.datetime.now().hour

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Will this loop draw a rectangle box?

for i in range(2):

t1.forward(200)

t1.left(90)

t1.forward(70)

t1.left(90)

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the digital Clock you used zill(). What is this for

Fill the color

Tells how many digits you have to fill

Fill circle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which turtle did we use to draw a rectangle box?

t

t1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this code for?

draw a rect box

set the position of rect box

set the position of turtle