Computer Science Principles Final Review

Computer Science Principles Final Review

9th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

Code.org Unit 7

Code.org Unit 7

9th - 12th Grade

26 Qs

CS API Test

CS API Test

12th Grade

27 Qs

Информатика 9 класс 1 полугодие 2024

Информатика 9 класс 1 полугодие 2024

9th Grade

24 Qs

OCR Computer Science Paper 1 Quiz

OCR Computer Science Paper 1 Quiz

12th Grade

30 Qs

Rumus Dasar Microsoft Excel 2010

Rumus Dasar Microsoft Excel 2010

12th Grade

23 Qs

Program Development - Python: Loops

Program Development - Python: Loops

9th - 10th Grade

26 Qs

J2 - Review for Exam- Loops and if Statements

J2 - Review for Exam- Loops and if Statements

9th - 12th Grade

27 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?