Search Header Logo

AP CSP 2017 1st Sem. Final Review

Authored by Colleen Chattaway

Computers

9th - 12th Grade

Used 15+ times

AP CSP 2017 1st Sem. Final Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

CSS rules have a selector that defines which HTML elements the rule applies to.
  We’ve learned about the following CSS Selectors:
•  Select by tag name
•  Select by class name
•  Select by id name
Which of the following ranks the selectors from highest precedence to lowest precedence?

Select by tag name, select by class name, select by id name
Select by id name, select by tag name, select by class name
Select by id name, select by class name, select by tag name
Select by class name, select by id name, select by tag name

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a valid CSS rule?

h1 {
  color: blue;
}
<h1> {
color: blue;
}
h1 {
color="blue";
}
h1 {
color=blue;
}

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An image is hosted at
https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg
Which of the following is the proper HTML code to display this image on your webpage?

<a href="https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg">Image</a>
<img>https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg</img>
<img src="https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg">
<img src="https://upload.wikimedia.org/wikipedia/commons/6/62/Big_and_little_dog.jpg"></img>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following classifies as metadata about a webpage?

The tags that make up the body of the webpage
A table on a webpage
A list on a webpage
The title of the webpage

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the domain of this URL:
www.example.com/home.html

www
home.html
www.example.com
HTML

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Biologists often attach tracking collars to wild animals. For each animal, the following geolocation data is collected at frequent intervals.
•  The time
•  The date
•  The location of the animal
Which of the following questions about a particular animal could NOT be answered using only the data collected from the tracking collars?

Approximately how many miles did the animal travel in one week?
Does the animal travel in groups with other tracked animals?
Do the movement patterns of the animal vary according to the weather?
In what geographic locations does the animal typically travel?

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a true statement about data compression?

Data compression is only useful for files being transmitted over the Internet.
Regardless of the compression technique used, once a data file is compressed, it cannot be restored to its original state.
Sending a compressed version of a file ensures that the contents of the file cannot be intercepted by an unauthorized user.
There are trade-offs involved in choosing a compression technique for storing and transmitting data.

Access all questions and much more by creating a free account

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

Already have an account?