Search Header Logo

AP CSP U3: Intro to Programming

Authored by Donna Dahl

Computers

6th Grade - University

Used 41+ times

AP CSP U3: Intro to Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will move the turtle forward one unit?

move
move;
move();
move()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes the following command invalid: turnleft();

It should end in a colon rather than a semicolon
The letter l should be capitalized - L
It should start with a capital T
The command is correct

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we use functions in programs?

A.  Make the program easier to read
B.  Avoid retyping the same lines of code
C.  Both A and B are correct
D. Neither A nor B are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code, how many times is the "dance" function called and how many times is it defined?

called 1 time, defined 1 time
called 1 time, defined 3 times
called 3 times, defined 1 time
called 3 times, defined 3 times

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong with this program?

The "go" function is called twice
The "go" function has a syntax error
The "go" function has been defined twice
"go" is not a command that 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper format for a single line comment?

THIS IS A COMMENT
// This is a comment
/* This is a comment
This is a comment

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Multiple functions within a program can have the same name

True
False

Access all questions and much more by creating a free account

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?