Turtle Programming

Turtle Programming

8th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz Informatika 9

Quiz Informatika 9

9th Grade

16 Qs

ICT WEBINAR QUIZ

ICT WEBINAR QUIZ

KG - Professional Development

20 Qs

ICT S120 (Prelim Review)

ICT S120 (Prelim Review)

11th Grade

15 Qs

End of unit assessment - Networks

End of unit assessment - Networks

9th Grade

18 Qs

Standard Linux Commands

Standard Linux Commands

1st - 10th Grade

20 Qs

A2 Computing SQL

A2 Computing SQL

8th Grade

17 Qs

quizz tkinter

quizz tkinter

11th Grade - University

20 Qs

CPF 1 - 3

CPF 1 - 3

6th - 8th Grade

15 Qs

Turtle Programming

Turtle Programming

Assessment

Quiz

Computers

8th - 12th Grade

Hard

Created by

PETER SCHMURR

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

There are many possible ways to interpret an instruction written in a programming language.

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not true about functions?

Functions are reusable programming abstractions

Functions can reduce complexity of writing and maintaining programs

Functions cannot make calls to other functions within the same program

Once defined, a function can be called many times from different parts of the program.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Two functions in a single program can have different names but contain identical code.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A function can change names over the course of a program

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following will call the function drawStar?

drawStar;

function drawStar( ){

for (var i = 0; i < 5; i++{

moveForward(100);

turnLeft(36);

}

}

function drawStar;

drawStar( );

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Two different functions in a program could contain the same code (accomplish the same task)

True
False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is true regarding naming functions? 

Function names can be reused multiple times
A function name should be as descriptive as possible to indicate what the function does.
Function names should be organized alphabetically
The function name should begin with a number that indicates the order in which it should be executed.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?