Which code allows you to display a text in bold?
<strong>
How many times should Karel turn left in order to turn right?
3
Which is a task that the operating system is NOT responsible for?
Manages hardware, keeps track of files, and secures the computer.
Which of the following is an example of metadata about a webpage?
The title of the webpage
True or False. The information about a particular person that exists on the Internet is a result of only a portion of their online activity. Some things don’t matter or are not part of a person’s digital footprint.
false
Which code allows you to create a numbered list?
<ol>
What can be used to teach Karel to turn right?
Functions
Which type of operating system is permanently programmed into a hardware device?
Firmware.
Which of the following is a valid HTML tag?
<h1>
A person’s digital footprint consists of the following:
I. Comments you leave
II. Pictures you post
III. Topics you search
IV. Apps you use
V. Music you download
VI. Emails you send
I - VI all
Which code defines an image in an HTML page?
<img>
Which function will teach Karel how to spin in a circle one time?
function spin() {
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}
What is a server OS used for?
Handling requests and supplying responses.
What does HTML stand for?
Hyper Text Markup Language
Question: 3
Which of the following can help you to maintain your digital footprint?
I. Using privacy settings to limit your exposure
II. Posting long rants when you are angry about something
III. Reviewing posts you are tagged in and taking action if needed
IV. Googling yourself on a regular basis
I, III, and IV
Which tag defines a thematic break with a horizontal rule?
<hr>
What's a valid Karel command code?
move();
Which OS is currently the most popular for desktops and laptops?
Microsoft Windows
What's the point of HTML?
To structure a web page and it's content
What's the point of digital footprint
the trail of data you leave when using the internet
Which tag highlights texts?
<mark>
What is an avenue in a Karel world?
A column
Linux is an open-source operating system. What does “open source” mean?
It means that anyone can view, copy and then change the source code.
What is the backbone of a website?
Html framework
Can you erase your digital footprint?
No