Computer Science Principles Final Review

Computer Science Principles Final Review

9th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

CPP Mid Term SPOT test

CPP Mid Term SPOT test

5th Grade - University

25 Qs

Unit 5 & 6 Review

Unit 5 & 6 Review

9th - 12th Grade

30 Qs

Java Loops

Java Loops

10th - 12th Grade

24 Qs

Comprog (Review)-October 25, 2022 (PM)

Comprog (Review)-October 25, 2022 (PM)

11th Grade

25 Qs

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

9th - 12th Grade

26 Qs

APCSP 3a

APCSP 3a

12th Grade

24 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

LATIHAN 1  SPREADSHEET

LATIHAN 1 SPREADSHEET

10th Grade

25 Qs

Computer Science Principles Final Review

Computer Science Principles Final Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ryan Trujillo

Used 25+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following refers to a work that is not protected by copyright?

Public domain

Creative commons

Fair use

Royalty free

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following refers to a work that has copyright reserved but can still be copied?

Creative commons

Public domain

Trademark

Fair use

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Social media has only negative impacts on individuals.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tags will give you the biggest text?

<p>

<h1>

<h6>

<a>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the output of the following code be?

x = 10

x = 15

print("You have", x, "dogs")

You have 10 dogs

You have 15 dogs

You have 1015 dogs

You have 25 dogs

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of number is the following if condition checking for? (Assume I have an integer variable named "num")

if num MOD 2 == 0

print(num)

Even numbers

Odd numbers

Positive numbers

Floating-point numbers

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

If the user enters 9, what would the value of the variable c be?

a = int(input("Please enter a number: "))

b = 10

c = a + b * 2

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?