CSD ACP Review

CSD ACP Review

Assessment

Flashcard

Computers

8th Grade

Hard

FCS.6.A - computer components, FCS.6.F - compare computer components, FCS.6.E - societal impacts

+3

Standards-aligned

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

51 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the start function?

Back

It is the main body of a program, where all other functions are called up.

2.

FLASHCARD QUESTION

Front

Which function will allow Karel to spin in circle?

Back

Media Image

3.

FLASHCARD QUESTION

Front

What is a reason we use functions?

Back

Break down our program into smaller parts.

4.

FLASHCARD QUESTION

Front

What is another reason we use functions?

Back

To avoid repeating code and make it more readable.

5.

FLASHCARD QUESTION

Front

What is top down design?

Back

Top down design is a way of designing your program by starting with the biggest problem and breaking it down into smaller and smaller pieces that are easier to solve.

6.

FLASHCARD QUESTION

Front

In the following code snippet, how many times is the turnRight function called and how many times is it defined? Options: Called 1 time, defined 1 time; Called 1 time, defined 3 times; Called 3 times, defined 1 time; Called 3 times, defined 3 times

Back

Called 3 times, defined 1 time

7.

FLASHCARD QUESTION

Front

What is a code comment?

Back

A way to give notes to the reader to explain what your code is doing.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers