Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main heading in a web document?
<h1>Product</h1>
What is the function of the <strong> tag?
Bold text
What is the function of the <em> tag?
Italicize text
What is the function of the <hr> tag?
Create a horizontal line on the webpage
What is the function of the <br> tag?
Create a line break on the webpage
Which of the following code snippets will select all <img> tags on a page and give them a height of 200 pixels?
img {
height: 200px;
}
The style attribute in HTML can be used to:
What is the purpose of HTML tags?
To mark up the text of a document and inform the browser how it should be displayed
How do you insert a line break in HTML?
<br>
What is the purpose of the <a> tag in HTML?
To define a link
What does HTML stand for?
Hyper Text Markup Language
What is comprised of millions of smart devices and sensors connected to the internet?
the internet of things
Robert is on an online auction site trying to make a bid on a new computer. As he tries to make a bid, the site crashes and he loses the auction. Which part of the CIA was broken?
Availability
Cynthia discovers that she has the ability to modify the lunch menu posted on her school’s website. She edits the website so for lunch every day, it says “Green Eggs and Ham”.
Which part of the CIA triad was broken?
Integrity
Which account is responsible for providing security updates and setting permissions on a network?
Host Account
Phishing attacks are designed to:
Trick users into providing personal information
Which of the following is a method to protect yourself from ransomware?
Backing up data regularly
DNS Spoofing
What is a DDoS attack?
A type of cyber attack that crashes a web server by overwhelming it with requests.
Which of the following describes the main purpose of cybersecurity?
Protecting computer systems, networks, and data from digital attacks
What does the symbol Ω represent in Ohm's Law?
Resistance
What does a NOT gate do to the input signal?
It inverts it
Which logic gate gives an output of 1 if at least one input is 1?
OR
What is the output of an AND gate if both inputs are 1?
1
Physical circuits that implement operators.
Logical Gates