Computer Science Principles Final Exam Review

Computer Science Principles Final Exam Review

Assessment

Flashcard

Information Technology (IT)

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

48 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following refers to a work that is not protected by copyright? Public domain, Creative commons, Fair use, Royalty free

Back

Public domain

2.

FLASHCARD QUESTION

Front

Which of the following refers to a work that has copyright reserved but can still be copied? Creative commons, Public domain, Trademark, Fair use

Back

Creative commons

3.

FLASHCARD QUESTION

Front

Social media has only negative impacts on individuals.

Back

False

4.

FLASHCARD QUESTION

Front

Which of the following HTML tags will give you the biggest text? <p>, <h1>, <h6>, <a>

Back

<h1> is the HTML tag that gives the biggest text.

5.

FLASHCARD QUESTION

Front

What would the output of the following code be?
x = 10
x = 15
print("You have", x, "dogs")

Back

You have 15 dogs

6.

FLASHCARD QUESTION

Front

What type of number is being checked in the condition: if num MOD 2 == 0?

Back

Even numbers

7.

FLASHCARD QUESTION

Front

If the user enters 9, what would the value of the variable c be? c = a + b * 2 where a = int(input("Please enter a number: ")) and b = 10.

Back

29, twenty nine, twenty-nine

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?