Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/49
Score 0
Which of the following is a valid HTML tag?
30
>h1<
<h1>
<>
h1
Q 2/49
Score 0
Which of the following is an example of metadata about a webpage?
30
An <h1> tag on the webpage
All of the above
The title of the webpage
The body of the webpage
49 questions
Q.
Which of the following is a valid HTML tag?
1
30 sec
Q.
Which of the following is an example of metadata about a webpage?
2
30 sec
Q.
What is the function of the <br> tag?
3
30 sec
Q.
Which of the following is the correct HTML code to create a hyperlink that (the image) displays and links to google.com?
4
30 sec
Q.
Which of the following lines of HTML code will insert an image into a webpage?
5
30 sec
Q.
Which of the following HTML code snippets would produce the following web page:
Apples
Bananas
Oranges
6
30 sec
Q.
Which of the following tags defines a table row?
7
30 sec
Q.
Which of the following tags defines a table header?
8
30 sec
Q.
Which of the following HTML code snippets will generate the following table?
9
30 sec
Q.
Which of the following HTML code snippets is the proper way to set the background color of an <h1> tag to be blue?
10
30 sec
Q.
Why do we use CSS?
11
30 sec
Q.
Which of the following is a valid CSS rule?
12
30 sec
Q.
Which of the following code snippets will select all <img> tags on a page and give them a height of 200 pixels?
13
30 sec
Q.
Which of the following code snippets will select all HTML elements with the class “alert” and set their color to be red?
14
30 sec
Q.
Which of the following CSS rules will select the HTML element with the id logo and set the font size for that element to 60 pixels?
15
30 sec
Q.
What does URL stand for?
16
30 sec
Q.
What is the first step of viewing a web page as described in the video?
17
30 sec
Q.
What is the second step of viewing a web page as described in the video?
18
30 sec
Q.
What is the third step of viewing a web page as described in the video?
19
30 sec
Q.
What is the fourth step of viewing a web page as described in the video?
20
30 sec
Q.
What is data abstraction?
21
30 sec
Q.
Which of the following are examples of encoding information?
22
30 sec
Q.
What is the number base of the binary number system?
23
30 sec
Q.
In the binary value 1002, what is the place value of the 1?
24
30 sec
Q.
How many possible values can be created with only 2 bits?
25
30 sec
Q.
How many bits are used to encode a character according to the ASCII encoding scheme?
26
30 sec
Q.
What is a pixel?
27
30 sec
Q.
Which of the following statements are true about the Internet?
I - The Internet connects devices and networks all over the world
II - The Internet helps people collaborate to solve problems
III - The Internet helps people communicate
IV - There are no negative consequences of the Internet, it is purely positive
28
30 sec
Q.
How is the bandwidth of a network measured?
29
30 sec
Q.
What is the bitrate of a system?
30
30 sec
Q.
What is the latency of a system?
31
30 sec
Q.
What is the Internet Protocol (IP)?
32
30 sec
Q.
Suppose we used an Internet Addressing protocol that used 4 bits to encode a single address. How many devices would be supported on the Internet? How many unique addresses would there be?
33
30 sec
Q.
What is the function of the Domain Name System (DNS)?
34
30 sec
Q.
According to the Domain Name System (DNS), which of the following is a subdomain of the domain example.com?
35
30 sec
Q.
Which of the following are true about Internet routing?
I - For any two points on the Internet, there exists only one path between the two points
II - Routing on the Internet is fault tolerant and redundant
36
30 sec
Q.
What information is contained in a packet?
37
30 sec
Q.
The Internet is available to everyone in the world
38
30 sec
Q.
What is the purpose of the Digital Millennium Copyright Act?
39
30 sec
Q.
Which of the following describes a task effectively broken into smaller parts?
I. Building a tree house by making a building plan, getting supplies and tools, and creating the base
II. Reading a book on programming
III. Comparing different walking shoes
40
30 sec
Q.
If x represents the area of the number line colored blue, which inequality accurately reflects the value of x?
41
30 sec
Q.
Which of the following statements are true about the Internet?
I - The Internet connects devices and networks all over the world
II - Widespread use of the Internet has led to concerns around privacy and copyright
III - The Internet helps people communicate
IV - All of the world has access to the Internet
42
30 sec
Q.
Which of the following is an example of an HTML tag?
43
30 sec
Q.
Which of the following are examples of encoding information?
I. Every item for sale in a store has a corresponding barcode number
II. Areas within the United States being assigned a zip code
III. Students at a school having a unique student identification number
44
30 sec
Q.
Which of these is a valid Karel command?
45
30 sec
Q.
What keyword do you need to use to define a variable in JavaScript?
46
30 sec
Q.
To ask the user of the program for a number, which function should you use?
47
30 sec
Q.
What function do you need to call to ask the user of the program to enter text?