wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS Web/Data Review

Total questions: 13

Worksheet time: 8mins

Name
Class
Date
1.

When Making a web page, which TWO of the following tasks is HTML the most important language for? ( CHOOSE 2)

a)

Making the text a different color

b)

Separating out heading from paragraphs

c)

Putting borders on an image

d)

adding information about the copyright

e)

Organizing text into a list

2.

A programmer has an idea to use just one language for the content, structure, and style of web pages. What might be a problem with this idea?

a)

It will be confusing and less organized for people to read and write code that mixes everything up together.

b)

Structure is more important than style or content and needs its own language.

c)

Communicating about structure and style are different problems, and it is helpful to use two languages specific to those problems.

d)

All of the above

3.

A group of artists is making a website. When should they use classes?

a)

They want to make their h3 tags bigger than their h1 tags.

b)

They want headings to be one color, but their paragraphs to be a different color.

c)

They want some images to float left, and other images to float right.

d)

They want all pages on their site to have the same style.

e)

They want to make a special color using RGB codes.

4.

A student is using a stylesheet to make all the paragraphs on the website green, but it's not working on index.html, even though it works on the other web pages. What could be causing the problem?

1. The student forgot to link the stylesheet to the index.html page.

2. The student did not upload the images used in the index.html page.

3. The student accidentally misspelled “green” in the stylesheet.

a)

1

b)

3

c)

1 and 2

d)

1 and 3

e)

1,2,3

5.

Which of the following is true about copyright?

a)

If an image is already on one web page, it's okay to use it on any web page.

b)

If you make a lot of changes to an image, you do not need the permission of the original creator to post it on your site.

c)

Image creators can decide both who can use their images and how the images can be used.

d)

If there is no copyright information for an image, anyone is free to use it on their own sites.

e)

If there is no copyright information for an image, anyone is free to use it on their own sites.

6.

A class took a survey to decide where to go on a class trip, and they want to make a chart to see how popular each choice was. Will they need to make any changes to the data before creating the chart?

a)

 No, it is dishonest to change the data before putting it into a chart.

b)

Yes, they should correct misspellings and standardize names so the chart is more accurate.

c)

Yes, they should take out places that they think will not be good for the class trip.

d)

No, changing data will confuse people when their answers aren't in the chart.

e)

No, if the data has problems, they should give the survey again.

7.

Which of the following TWO things are necessary for any encoding system to work?

a)

The system must only use two different elements to encode information.

b)

Everyone who uses it must agree on the rules of the system.

c)

The rules of the system must clear, so that there's only one way to interpret encoded information.

d)

The system should have a pattern, so that it is easy to remember.

e)

The key for the system should be kept secret so that people cannot spy on the information.

8.

When keeping data secure, which of the following is NOT a concern?

a)

Making sure that the algorithm used to encrypt the data is kept a secret

b)

Making sure that the key used to encrypt the data is kept a secret

c)

Staying aware of data you might be producing, even unintentionally

d)

Keeping the devices that have data on them physically secure (locking doors, etc.)

e)

 Using a strong key that cannot be easily guessed

9.

The following chart shows the relationship between favorite animals and favorite seasons.

What is the most popular of the animals, according to this chart?

a)

dog

b)

penguin

c)

frog

d)

giraffe

10.

If someone told you their favorite season was autumn, what animal are they most likely to prefer, according to the chart above?

a)

dog

b)

penguin

c)

frog

d)

giraffe

11.

Which TWO of the following are the best ways to define a computer? (Choose TWO)

a)

A machine that works with information to help people with thinking tasks

b)

A machine with a screen and a keyboard

c)

A machine that can connect to the Internet

d)

A machine that inputs, outputs, stores, and processes information

e)

A machine that uses electricity (from a cable or battery)

12.

Two classes want to improve their school. One class wants to shorten the amount of time students wait in the lunch line. Another class wants to increase school spirit. Which problem is better defined?

a)

Lunch line, because it is clear how you would know that people are waiting less time, but harder to know what school spirit would look like

b)

Lunch line, because it is easier to create rules around standing in line, but harder to make rules about school spirit

c)

School spirit, because you can always have more school spirit, but the lunch line might already be as short as possible

d)

School spirit, because it is a better thing for students to do, but the adults should be in charge of the lunch line

13.

A programmer has an idea to use just one language for the content, structure, and style of web pages. What might be a problem with this idea?

a)

It will be confusing and less organized for people to read and write code that mixes everything up together.

b)

Structure is more important than style or content and needs its own language.

c)

Communicating about structure and style are different problems, and it is helpful to use two languages specific to those problems.

d)

A and C

e)

A and B