Intro to CS FINAL

Intro to CS FINAL

11th Grade

25 Qs

quiz-placeholder

Similar activities

Karel the Dog Code Quiz

Karel the Dog Code Quiz

9th - 12th Grade

25 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Karel the Dog Review

Karel the Dog Review

9th - 12th Grade

20 Qs

Programming With Karel Vocabulary Quiz

Programming With Karel Vocabulary Quiz

9th - 12th Grade

20 Qs

Code HS 3.19 Intro to Programming w/Karel

Code HS 3.19 Intro to Programming w/Karel

9th - 12th Grade

25 Qs

Programming Finals

Programming Finals

9th - 12th Grade

20 Qs

Karel CodeHS Top Down Design

Karel CodeHS Top Down Design

7th - 12th Grade

25 Qs

Karel Adventures

Karel Adventures

7th - 12th Grade

25 Qs

Intro to CS FINAL

Intro to CS FINAL

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Adam Dennison

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the mathematical expression: 3 + 4 x 6 / 2.

12

15

21

42

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If x represents the area of the number line colored blue, which inequality accurately reflects the value of x?

x < 4

x ≤ 4

x > 4

x ≥ 4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Twelve identical circles fit inside the rectangle as shown below. If the rectangle has a width of 32 units and a height of 24 units, what is the radius of each circle?

32

24

8

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Karel the Dog is instructed to move forward two spaces. Then, if Karel is standing on a ball, Karel will turn left and move forward two spaces. Otherwise, Karel will turn around and move forward two spaces. Given the starting point below, where will Karel end up?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which of the following describes a task effectively broken into smaller parts? 

I. Making a list of your favorite colors

II. Throwing a dinner party by making a guest list, buying ingredients, and cooking food

III. Comparing the syntax of Python and JavaScript


I and II

III only

II only

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following program code, where `hours` is an input from the user. Of the following choices, select the value for `hour` that would cause this program to print "Good Afternoon!"

12

15

18

“Good Afternoon!”

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following successfully switches the values of the variables x and y?  The var temp may be used as a temporary variable if necessary.

  1. x = y;

y = x;

  1. var temp = x;

y = x;

temp = y;

  1. var temp = y;

x = y;

y = temp;

  1. var temp = x;

x = y;

y = temp;

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?