G9 - Small Basic short revision

G9 - Small Basic short revision

9th Grade

7 Qs

quiz-placeholder

Similar activities

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

35. TAHS Y9 Encryption review

35. TAHS Y9 Encryption review

9th Grade

11 Qs

Модуль Turtle в Python

Модуль Turtle в Python

9th Grade

10 Qs

Year 7: 2: Processors

Year 7: 2: Processors

5th - 9th Grade

10 Qs

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Python Quiz - 3

Python Quiz - 3

3rd - 9th Grade

10 Qs

KS3 - Pattern Recognition

KS3 - Pattern Recognition

7th - 9th Grade

12 Qs

G9 - Small Basic short revision

G9 - Small Basic short revision

Assessment

Quiz

Computers

9th Grade

Medium

Created by

شهد التلاب

Used 39+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

based on the example, suppose c[6]=105

c contains one value equal 100

c has 100 values inside it

The sixth value in c is = 100

The seventh value in c is =7

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

At which line the sub-procedure vat ( ) was created

16

10

21

23

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

how many times the loop is going to repeat

9

6

3

7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

filling a list manually is the fastest way

T

F

Answer explanation

the best way to deal with lists is by using loops

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The For loop will display .....................

All the numbers from 40 to -7

All the odd numbers between 40 to 10

All the numbers from 40 to -5

All the numbers starting from -5 to 40

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which condition will be displayed if the user inserts temp=20

"It's warm today"

"It's very cold today"

"It's quite hot today"

"It's cool today"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In turtle graphics, which statement will not work?

Turtle.Move(100)

Turtle.PenUp( )

Turtle.Hide( )

Turtle.TurnLeft(180)

Answer explanation

Turtle.TurnLeft(180)

there should not be and angle becuase by defualt you turn right or left by 90 degree

the correct commad is:

Turtle.TurnLeft( )