Computer Science Principles Final Review

Computer Science Principles Final Review

9th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

Variables

Variables

9th Grade

24 Qs

JavaScript Variables

JavaScript Variables

10th - 12th Grade

26 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

M6_Visual Basic_Final Quiz1

M6_Visual Basic_Final Quiz1

10th - 12th Grade

23 Qs

Practice AP CSA: Unit 3 - Boolean Expressions and If Statements

Practice AP CSA: Unit 3 - Boolean Expressions and If Statements

10th - 12th Grade

27 Qs

JavaScript Intro

JavaScript Intro

10th - 12th Grade

24 Qs

Concepts of Database Mgmt. Chapter 3 Review

Concepts of Database Mgmt. Chapter 3 Review

9th - 12th Grade

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