Font size
WorksheetsCP Review
Total questions: 59
Worksheet time: 30mins
What would the following code do?
<h1 style=”background-color:green;font-size:75%;”>This font is purple.</h1>
Create a purple font
Create a green font
Create a purple background
Make the font smaller than normal
What would the following code do?
<h1 style=”background-color:green;font-size:75%;”>This font is purple.</h1>
Create a purple font
Create a green font
Create a green background
Create a purple background
What piece of punctuation do you use to list multiple style features?
, (comma)
< (angle bracket)
{ (bracket)
; (semi-colon)
To make a banner with the following features, which code would work?
Bold Verdana MediumPurple background Centered
<h1 style=”font-family:verdana;background-color: mediumpurple;text-align:center;>Learning HTML</h1>
<p style=”font-family:verdana;background-color: mediumpurple;text-align:center;>Learning HTML</p>
<h1 style=”font-family:verdana;background-color: purple;text-align:center;>Learning HTML</h1>
<h1 style=”font-family:courier;background-color: mediumpurple;text-align:center;>Learning HTML</h1>
What would this look like?
<body style=”background-color:yellow;”><h1 style=”text-align:center;font-color:navyblue;”>Bananas!</h1><p style=”font-color:blue;”>Yummy!</p>
Navy blue background with bold yellow text that says "Bananas!" and then has a paragraph with blue font that says "Yummy!"
Yellow background with large, bold navy blue text that says "Bananas!" and then has a paragraph with blue font that says "Yummy!"
Yellow background with large navy blue text that says "Bananas!" and then has a paragraph with blue font that says "Yummy!"
Yellow background with large, bold navy blue text that says "Bananas!" and then a blue font that says "Yummy!"
Which of the following is an "empty" element?
<br>
<p>
<h2>
<img>
If you want to program a skipped line in your code you use...
<b>
<par>
<skipline>
<br>
To insert an image into your webpage you need what information about the image...
the file name
the location
the url
the directory address
To insert an image into your webpage, which of the following pieces of information will help you locate the source:
the file name
the file type
the website url
the computer directory address
To embed something into your website like a video, google doc or other google file, interactive game, or similar feature you use...
<img src....
<iframe....
<a href....
<emb....
<p style="font-size:75%;"> makes the font....
bold
bigger
smaller
thinner
<p style=font-size:75%;> Will this code work?
Yes
No
<p style="font-size:75%;"> Will this code work?
Yes
No
If you want to edit the background of your website you use which element?
<title>
<body>
<iframe>
<background>
<a href... This element programs a....
image
website
link
embedded object
<img src... This element programs a....
image
website
link
embedded object
<iframe... This element programs a....
image
website
link
embedded object
<title> What does this piece of code create?
A bold nice title on your website
A name on the website tab
A domain name that can be used to link to your site
True or false: code for programming alignment of pictures looks just like alignment for text.
True
False
Which pieces of code will resize your picture correctly:
<img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;">
<img src="img_girl.jpg" alt="Girl in a jacket" style="length:500px;heighth:600px;">
<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">
<img src="img_girl.jpg" alt="Girl in a jacket" length="500" heighth="600">
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Power Supply
Cooling Fan
Central Processing Unit
Motherboard
Hard Disk Drive
What part is this?
Motherboard
RAM Chip
Central Processing Unit
Network Interface Card
Hard Disk Drive
What part is this?
Motherboard
RAM Chip
Central Processing Unit
Network Interface Card
Hard Disk Drive
What part is this?
Motherboard
RAM Chip
Central Processing Unit
Network Interface Card
Hard Disk Drive
What part is this?
Motherboard
RAM Chip
Central Processing Unit
Network Interface Card
Hard Disk Drive
The brain of the computer that carries out instructions that the computer is told to do, by fetching, decoding, and executing. What part is this?
Power Supply
Heat Sink
Central Processing Unit
Motherboard
Hard Disk Drive
This sits on top of the CPU and contains a fan to keep the CPU cool. What part is this?
RAM
Heat Sink
Central Processing Unit
Motherboard
Hard Disk Drive
Permanently stores data when somebody saves their work. Anytime you press save, data moves from RAM to here. What part is this?
RAM
Heat Sink
Central Processing Unit
Motherboard
Hard Disk Drive
This allows a computer to connect to the internet. What part is this?
RAM
Network Interface Card
Central Processing Unit
Motherboard
Hard Disk Drive
This provides energy to the main internal parts of the computer. What part is this?
Power Supply
Network Interface Card
Central Processing Unit
Motherboard
Hard Disk Drive
This connects all the inside components of the computer together, including the CPU and any input and output devices. What part is this?
Power Supply
Network Interface Card
Central Processing Unit
Motherboard
Hard Disk Drive
What is our definition of a computer?
an electronic device that manipulates data or information
a machine that can be instructed to carry out sequences of arithmetic
an electronic device that accepts data
What is the difference between hardware and software?
Hardware is the physical materials that makeup a computer and software is the instructions that make it work.
Software is the physical materials that make up a computer and hardware is the instructions that make it work.
What does a server do?
stores information to be sent to other computers that want to access it
store information for websites and other web-based materials; they're what makes the internet work
What is computer programming? Choose the most accurate answer.
a way of giving computers instructions about what they should do next
a set of directions that computers use to run software
languages that tell computers how to function
Which of these are programming languages?
Java
Python
HTML
Swift
Which of these definitions explains front-end programming for a website?
code that produces the elements users can see and interact with
code that is invisible to users, often involving databases and information storage
Which of these definitions explains back-end programming for a website?
code that produces the elements users can see and interact with
code that is invisible to users, often involving databases and information storage
When going to meet a friend...
A problem that, at first, is...
