wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS8 Final Exam Review 3

Total questions: 30

Worksheet time: 17mins

Name
Class
Date
1.

Tale' consistently arrives on time for group projects, maintains a positive attitude, and always puts in his best effort to ensure the team succeeds. Which quality is Tale' most associated with?

a)

Honesty

b)

Integrity

c)

Empathy

d)

Leadership

2.

Uryah excels at individual tasks but finds it challenging when required to work in a group. What skill should he focus on to improve his group work capabilities?

a)

Deadline management

b)

Teamwork

c)

Technical skills

d)

Independent study

3.

During a community workshop, Mia, Carlos, and Aisha collaborate with individuals from various socioeconomic backgrounds, educational levels, and professional fields. What is this group likely to represent?

a)

Diversity

b)

Efficiency

c)

Innovation

d)

Discipline

4.

During a team meeting, Priya realized she had provided incorrect data in her report. She promptly acknowledged her mistake to the group. Which key employability skill is Priya exhibiting?

a)

Adaptability

b)

Integrity

c)

Technical Skills

d)

Time Management

5.

A student is working on a project about the history of Georgia and needs to access an online archive for information. However, when trying to access the site on a tablet, the images and text are misaligned, making it difficult to read. What aspect of the website is likely causing this issue?

a)

Accessibility

b)

Functionality

c)

Content

d)

Navigation

6.

Michael, Luna, and Anika are working on a school project to create a startup. They decide to use the same logo, color scheme, font style, and images for their project's advertising materials, website, and social media pages. This is an example of establishing which of the following terms?

a)

Design

b)

Graphics

c)

Brand

d)

Presence

7.

A group of students is working on the color scheme for a website project. They chose colors that are opposite one another on the color wheel. Which of the following terms describes this choice?

a)

Complimentary

b)

Coordinating

c)

Primary

d)

Triadic

8.

Harper, Benjamin, and Hannah are working on a school project to create a website. They need to style their HTML elements. Which language should they use to describe how these elements should be styled?

a)

HTML

b)

CSS

c)

Tag

d)

Heading

9.

Which of these tasks are most appropriate for CSS? (Select all that apply)

a)

Change the background color

b)

Add an image

c)

Add a link

d)

Add text

e)

Change the font size

10.

Aiden is designing a website for his school's science fair. What could he do to add visual appeal?

a)

Hyperlinks

b)

Images

c)

Data Tables

d)

Text

11.

Sophia is designing a website for her photography portfolio. Which of the following graphical elements should she use for emphasis on her 'Featured Photos' section?

a)

Bulleted list

b)

Footer

c)

Hyperlink

d)

Bold text

12.

Which element of design is shown?

a)

Form

b)

Line

c)

Typography

d)

Texture

13.

Which of the following is NOT an element of branding?

a)

References

b)

Logo

c)

Color

d)

Typography

14.

In video game design, what term is used to describe the interactive elements like jumping, shooting, and puzzle-solving?

a)

Narrative

b)

Graphics

c)

Gameplay Mechanics

d)

Soundtrack

15.

In game development, what term is used to describe elements like tokens, pawns, and game maps?

a)

Rules

b)

Storylines

c)

Components

d)

Challenges

16.

If you wanted to make the SMALLEST font when making a heading, which of the following would you use?

a)

<1h>

b)

<h1>

c)

<6h>

d)
<h6>
17.

Which tag would you use to make a bulleted list?

a)

<ul>

b)

<ol>

c)

<img>

d)

<p>

18.

Which tag would you use to make a bulleted list?

a)

<ul>

b)

<ol>

c)

<img>

d)

<p>

19.

Which of the following uses the Image Tag correctly?

a)

<img alt=”iggy.jpg” src=”Iggy the Leopard Gecko”>

b)

<img alt=picture of Iggy src=Iggy the Leorpard Gecko>

c)

<img alt=”Iggy Napping”></img>

d)

<img src=”iggy.jpg” alt=”Iggy the Leopard Gecko”>

20.

Evelyn is designing a webpage and wants to align her paragraphs to the center of the page. Which CSS property should she use to move the text to the left, right, or center?

a)

text-align

b)

text-move

c)

text-space

d)

text-decoration

21.

Which HTML tags are where all the content (images, words, etc,) of the web page goes?

a)

<head></head>

b)

<body></body>

c)

<img>

d)

<link></link>

22.

What goes in the blank part of this CSS link tag? <link ___="stylesheet" href="style.css">

a)

css

b)

rel

c)

Src

d)

Html

23.
Typography has to deal with
a)
Images
b)
Color Theory
c)
Typing
d)
Fonts
24.
Text that when clicked takes the user to a different webpage of website is known as...
a)
A Hyperlink
b)
A Hotspot
c)
A Slice
d)
A Text Frame
25.
A layout that is cluttered, disorganized or with content or links that are hard to find makes a site less user-friendly.
a)
True
b)
False
26.

The language used to create web pages. Also known as Hypertext Markup Language

a)

HTML

b)

HTML element

c)

HTML tag

d)

Website content

e)

Website structure

27.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
28.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
29.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
30.
Which CSS code is incorrect?
a)
a {color: blue;}
b)
p {font-size: 10px;}
c)
body {background-color="red";}
d)
img {width: 100%;}