Computer Science Essentials Semester Exam 2021

Computer Science Essentials Semester Exam 2021

9th - 12th Grade

60 Qs

quiz-placeholder

Similar activities

CSP CMU Unit 2 - Student Created Questions

CSP CMU Unit 2 - Student Created Questions

9th - 12th Grade

62 Qs

Tin học 9. Ôn tập (t63)

Tin học 9. Ôn tập (t63)

9th Grade

64 Qs

مسابقة تقنية رقمية  ٣ نظري+ عملي

مسابقة تقنية رقمية ٣ نظري+ عملي

12th Grade

60 Qs

แบบทดสอบการเขียนโปรแกรมภาษาซีชุดที่ 1

แบบทดสอบการเขียนโปรแกรมภาษาซีชุดที่ 1

9th - 12th Grade

60 Qs

902.4 Digital Graphics (CLASSWORK)

902.4 Digital Graphics (CLASSWORK)

10th Grade

60 Qs

PENGENALAN MS WORD III

PENGENALAN MS WORD III

10th Grade

60 Qs

Asah Otak

Asah Otak

11th Grade

60 Qs

Achievement Test G10

Achievement Test G10

10th Grade

60 Qs

Computer Science Essentials Semester Exam 2021

Computer Science Essentials Semester Exam 2021

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Christine Garnett

Used 22+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

50 spaces

60 spaces

10 spaces

5 spaces

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Suppose you write a function. How many times can you call the function in your code?

Once

Not more than the number of commands the function holds

It depends on the function

As many times as you want

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

In which of the following situations would it be best to make a function?

You want Tracy to draw a blue line, and your program requires lots of blue lines.

You need Tracy to move forward by 100.

You need Tracy to turn right and then turn left.

You need to change Tracy’s color.

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following pieces of code will make Tracy do the following actions three times: go forward, change colors, and then turn around.

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

# Has Tracy draw a single triangle

def make_triangle():

# Change's Tracy's color to red

def change_to_red():

# Moves Tracy forward by 100

def move_100():

# Draws a square

def my_function():

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is NOT a command you can give to Tracy?

color

turn

backward

left

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the statements below is true about indentation in Python?

Indentation only matters in for loops. Then, everything must be indented one level.

Indentation never matters in Python. You can align your code any way you like, but indentation makes your code easier to read.

Indentation always matters in Python. Every statement must be aligned correctly.

Indentation only matters in functions. Then, everything must be indented one level.

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?