year 2 week 5

year 2 week 5

2nd Grade

7 Qs

quiz-placeholder

Similar activities

(Intermediate) Week 5: More about Conditionals

(Intermediate) Week 5: More about Conditionals

KG - University

9 Qs

Expressions on Codey 2

Expressions on Codey 2

2nd Grade

10 Qs

CS:GO

CS:GO

KG - Professional Development

10 Qs

Python Basics

Python Basics

KG - University

10 Qs

G2 PIxels

G2 PIxels

2nd Grade

11 Qs

L-1 Class 2

L-1 Class 2

2nd Grade

10 Qs

AapLab LC 1

AapLab LC 1

1st - 3rd Grade

12 Qs

Pictoblox 5

Pictoblox 5

1st - 6th Grade

10 Qs

year 2 week 5

year 2 week 5

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

victor agbor

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will Move turtle forward for number of times specified

fd

bk

rt

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will Move the turtle back for number of times specified

fd

bk

home

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will turn the turtle right at a specified degree?

It

rt

fd

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will turn the turtle left at a specified degree?

lt

rt

bk

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will bring the turtle back to the screen centre but does not clear the screen

home

ct cs

cs

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will Clear the screen of trails but the turtle remains where it is without moving

home

ct cs

CS

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of this code will Clear the screen of trails and turtle comes to screen centre

home

ct cs

CS