
Unit 4 Practice Exam
Presentation
•
Computers
•
9th Grade
•
Hard
Standards-aligned
Jake Bohannon
Used 5+ times
FREE Resource
9 Slides • 24 Questions
1
Fill in the Blanks
Type answer...
2
Unit 4 Practice Exam
by Jake Bohannon
3
Fill in the Blanks
Type answer...
4
HTML
HTML is the standard markup language for Web pages.
With HTML you can create your own Website.
5
Text Editor
Learn HTML Using Notepad or TextEdit
Web pages can be created and modified by using professional HTML editors.
6
Multiple Choice
7
Fill in the Blanks
Type answer...
8
HTML Tags <> </>
A HTML tag must be a
Opening <>
OR
Closing </>
9
Open Ended
Correct the following tag:
<Title
<head> Mr. Bohannon Class </head>
Title
10
Multiple Choice
11
Multiple Choice
12
Multiple Choice
13
Multiple Choice
14
Fill in the Blanks
Type answer...
15
Title Heading
The Element that is known as the doc type is <!Doctype HTML>
16
Multiple Choice
If this HTML Code was done what would be the out come? <b><h1> Hello World </h1></b>
Hello World will be a header and bold.
Hello World will be Bold.
Hello World will be a Header.
Hello World will not exist.
17
Fill in the Blanks
Type answer...
18
Line Break
In HTML, the <br> element creates a line break. You can add it wherever you want text to end on the current line and resume on the next.
19
Multiple Choice
src attribute and then displays it.20
Fill in the Blanks
Type answer...
21
What is CSS
Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML
22
CSS CONTINUED
CSS is the language we use to style an HTML document.
CSS describes how HTML elements should be displayed.
23
Fill in the Blanks
Type answer...
24
CSS
3 Elements to a CSS Statement
Selector
¢What HTML sections does it affect?
Property
¢What attribute of that HTML section will be affected?
Value
¢What change will be made to that attribute?
25
Multiple Choice
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
26
Multiple Choice
What will this rule set create?
h1 {
text-decoration: underline overline dotted red;
}
red waves under the heading
red dots over and under the heading
red waves over and under the heading
red dots over the heading
27
Multiple Choice
TRUE OR FALSE: CSS is used to style web pages
True
False
28
Multiple Choice
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
29
Multiple Choice
How do you change the font color with CSS?
font-color: green;
color: green;
change-font-color: green;
fontcolor=green;
30
Multiple Choice
Where should you put the link tag to connect your CSS and HTML file?
Between the <head> </head> in HTML
Between the <body> </body> in HTML
None of the above.
31
Multiple Choice
Which of the following is the correct CSS link tag?
<link rel="styles" href="stylesheet.css">
<link href="stylesheet">
<link rel="stylesheet" src="styles.css">
<link rel="stylesheet" href="styles.css">
32
Multiple Choice
The blue is called an _____________
Declaration
Selector
Property
Value
33
Multiple Choice
Type answer...
Show answer
Auto Play
Slide 1 / 33
FILL IN THE BLANKS
Similar Resources on Wayground
29 questions
Reporting Category 2
Presentation
•
9th Grade
25 questions
Python - typy danych, zmienne
Presentation
•
9th Grade
26 questions
APARTHEID
Presentation
•
9th Grade
26 questions
Water Pollution
Presentation
•
9th Grade
24 questions
Age of Exploration
Presentation
•
9th Grade
28 questions
Internet
Presentation
•
9th Grade
26 questions
Unit 1 - 5.Linear search algorithms
Presentation
•
9th Grade
29 questions
Combining Sentences
Presentation
•
9th Grade
Popular Resources on Wayground
20 questions
Math Review
Quiz
•
3rd Grade
15 questions
Fast food
Quiz
•
7th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
10 questions
Identify Fractions, Mixed Numbers & Improper Fractions
Quiz
•
3rd - 4th Grade
Discover more resources for Computers
10 questions
Fact Check Ice Breaker: Two truths and a lie
Quiz
•
5th - 12th Grade
10 questions
Video Games
Quiz
•
6th - 12th Grade
10 questions
Logos
Quiz
•
6th - 9th Grade
10 questions
Test Your Knowledge with 15 Fun Trivia Questions
Interactive video
•
6th - 10th Grade
15 questions
Memorial Day Trivia
Quiz
•
KG - 12th Grade
21 questions
Factoring Trinomials (a=1)
Quiz
•
9th Grade
12 questions
Name that Candy
Quiz
•
KG - 12th Grade
20 questions
Guess The App
Quiz
•
KG - Professional Dev...