CS Academy Unit 2 Review

CS Academy Unit 2 Review

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

P5.js Variables and Conditional Statements

P5.js Variables and Conditional Statements

9th - 12th Grade

15 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Code HS JavaScript Graphics

Code HS JavaScript Graphics

9th - 12th Grade

15 Qs

AutoCad Practice Exam

AutoCad Practice Exam

10th - 11th Grade

10 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Intro to CS Final Exam Review - Day 2

Intro to CS Final Exam Review - Day 2

9th - 12th Grade

15 Qs

CS Academy Unit 2 Review

CS Academy Unit 2 Review

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Jennifer Greger

Used 27+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid function name?

None

1234

drawCircle

def

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Given the function shown, which of the following would be a valid function call?

drawBigCircle(“purple”, 20, 300)

drawBigCircle(200, 200, “red”)

drawBigCircle(300, “blue”, 200)

Circle(200, 300, “green”)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly uses the print function to print to the console?

print helloWorld

print(“hello world”)

print(helloWorld)

print “hello world”

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shapes does not have a radius property?

Circle

RegularPolygon

Star

Rect

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a fill or border property?

borderStyle

fill

dashes

borderWidth

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you click to run all of the test cases given in the problem?

Run button

Reset

Test case 1

Autograder

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false about global variables?

They should be used sparingly

They should be used all the time

They are used to refer to shapes

They can be used inside and outside of functions

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?