NEW
Font size
WorksheetsECS Semester 1 Review 24/25
Total questions: 45
Worksheet time: 1hrs 7mins
The thinking work computers do to turn input into an output
Input
Output
Processing
Storage
Saving information to use in the future.
Input
Processing
Algorithm
Storage
Define 'input.'
The information computers get from users, devices, or other computers
work a device inputs
information
A device that produces output
Define 'output.'
work a device inputs
The information computers give to users, devices, or other computers
Any device or component that receives information from a computer
A device or component that allows information to be given to a computer
What is a computer?
A machine that works with information.
Anything that computes
A machine that can go on the Internet
A machine that can solve any problem
define, solve, prepare, run
define, prepare, try, not try
define, prepare, try, reflect
there is no problem that can be solved
When coding a website, what does CSS do?
It makes the HTML appear on the screen.
It automatically titles each page.
It styles the HTML.
It links HTML pages together
All the visible/viewable content of a webpage should be placed primarily between which opening and closing tags?
<h1></h1>
<ol></ol>
<p></p>
<body></body>
In CSS, the color white is represented by which of the following RGB values?
rgb(255,255,255)
rgb(255,0,255)
rgb(0,0,0)
rgb(1,1,1)
Which of the following is the start tag for the largest heading?
<h1>
<h3>
<h5>
<h6>
Which of the following is the opening tag for a numbered list?
<p>
<ol>
<li>
<ul>
Which of the following is the opening tag for a bulleted list?
<p>
<ol>
<li>
<ul>
Which of the following is the correct HTML code to create a hyperlink that displays "Click Me" and links to google.com?
<a href="https://google.com"> Click Me </a>
Click Me <a>https://google.com</a>
<a href="Click Me"> https://google.com </a>
<a> Click Me </a href="https://google.com">
What color is this? -> rgb(0,255,255)
Red
Blue
Magenta
Cyan
Which of the following symbols precede the class selector in a CSS rule set?
#
.
!
%
The CSS color property will determine the color of ________
Webpage background
Text
Borders
Images
Images should include which of the following attributes to help blind people hear a description of the image?
src
a
alt
img
Which CSS Property changes the alignment of the text?
font-size
text-placement
text-align
font-style
Which CSS Property allows you to specify the type of font?
font-size
font-style
text-align
font-family
Maggie and Eric record short keyboard and guitar riffs which they trade with each other to make larger songs. They dream of one day having a real musician sample their riffs in a song, they just don’t want people to use their recordings without giving them credit. What is the best CC license that ensures Maggie and Eric’s rights are preserved?
CC-BY
CC-BY-ND
CC-BY-SA
CC-BY-NC-SA
Which CSS ruleset makes h1 text have a fantasy font?
<h3> Eggs </h3> <h1> Bacon </h1> <h6> Waffles </h6>
<h1> Eggs </h1> <h2> Bacon </h2> <h3> Waffles </h3>
<h6> Eggs </h6> <h1> Bacon </h1> <h3> Waffles </h3>
<h3> Eggs </h3> <h1> Bacon </h1> <h7> Waffles </h7>
What is HTML?
Holographic Markup Language, a language used to define holographic images
Hyperspace Mileage Language, a language used to define time travel
Hypertext Markup Language, a language used to create web pages
Honeynut Marshmallow Loops, a delicious cereal for kids.
What is HTML?
Holographic Markup Language, a language used to define holographic images
Hyperspace Mileage Language, a language used to define time travel
Hypertext Markup Language, a language used to create web pages
Honeynut Marshmallow Loops, a delicious cereal for kids.
Which CSS ruleset makes h1 text have a fantasy font?
What does CSS stand for?
Cascading Style Sheets
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
Which rule set is written correctly?
A
B
C
D
What is the primary function of a <div> tag in HTML?
To create links between different HTML files
To format text in bold
To divide a web page into sections and apply styles
To execute JavaScript code
When working with Flexbox, which property controls the spacing between items along the horizontal direction?
align-content
justify-content
flex-grow
align-items
What is the recommended order for anchor pseudo-classes?
Link, Active, Hover, Visited
Link, Visited, Hover, Active
Hover, Link, Visited, Active
Visited, Hover, Link, Active
