Semester Assessment

Semester Assessment

10th Grade

24 Qs

quiz-placeholder

Similar activities

JavaScript Variables

JavaScript Variables

10th - 12th Grade

26 Qs

Python output based questions

Python output based questions

10th - 11th 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

Codehs Web Design

Codehs Web Design

9th - 12th Grade

23 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Processing Basics

Processing Basics

7th - 12th Grade

20 Qs

CodeHS 5.1 Python

CodeHS 5.1 Python

9th - 12th Grade

26 Qs

Programming with Karel

Programming with Karel

10th Grade

25 Qs

Semester Assessment

Semester Assessment

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Ashutosh Kumar

Used 1+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the value of sum1 after this code runs?

4

6

9

10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we compress data? I. To save memory space on devices II. To speed up the time it takes to send a file over the internet III. The computation it takes to decompress data is cheaper than the storage space required to store uncompressed data

I only

I and II

I, II, and III

III only

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Alma will make the honor roll if she has at least a 3.80 GPA and misses less than 5 days of school in a year. In which of the following cases will Alma make honor roll?

Alma has a 3.84 GPA and misses 5 days of school

Alma has a 3.78 GPA and misses 2 days of school

Alma has a 3.68 GPA and misses 6 days of school

Alma has a 3.81 GPA and misses 3 days of school

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

a. [Image of Karel at position a]

b. [Image of Karel at position b]

c. [Image of Karel at position c]

d. [Image of Karel at position d]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following program code:

What is the result of running this program code?

a. 0

b. 4

c. 10

d. 11

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following program code: x = 9, y = 3, temp = x, x = y, y = temp. What are the values of x and y as a result of this program code?

x has a value of y, y has a value of temp

x has a value of 9, y has a value of 3

x has a value of 3, y has a value of 9

x and y have a value of 9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print to the screen? print(15 + 3)

18

15 + 3

Nothing

153

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?