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/50
Score 0
This is a worldwide system of computer networks.
30
InterComp
WiFi
Internet
WWW
Q 2/50
Score 0
On 1969, the first ever instant message over ARPAN ET was sent from UCLA to SRI. What was the word they tried to send but only the first two letters were successfully sent before the system crashed?
30
HELLO
LOGIN
SIGNIN
HOWDY
50 questions
Q.
This is a worldwide system of computer networks.
1
30 sec
Q.
On 1969, the first ever instant message over ARPAN ET was sent from UCLA to SRI. What was the word they tried to send but only the first two letters were successfully sent before the system crashed?
2
30 sec
Q.
He invented the HTML in 1990 which became the foundation of the internet today.
3
30 sec
Q.
In 2006, this term was introduced by Google CEO Eric Schimdt to refer to the internet being everywhere at nowhere at the same time. What is this term?
4
30 sec
Q.
The web has three fundamental technologies that serve as its foundation, EXCEPT:
5
30 sec
Q.
The term URL stands for
6
30 sec
Q.
The following is NOT a component of a URL?
7
30 sec
Q.
From this example: http://www.example.com/index.html, which part of the URL is "www.example.com"?
8
30 sec
Q.
There are six most common types of web pages. Which of the following is NOT one of them?
9
30 sec
Q.
This type of web page normally seeks to influence people's opinion.
10
30 sec
Q.
There are six common web page elements. Which of the following DOES NOT belong to the group?
11
30 sec
Q.
This is the mini version of the home page at the top of each page.
12
30 sec
Q.
Which of the following is used by HTML to create web documents?
13
30 sec
Q.
This is a simple editor used to write HTML codes which makes it relatively easy to use.
14
30 sec
Q.
What character do we use to enclose keywords to form HTML tags?
15
30 sec
Q.
Which of the following is NOT a Basic HMTL Structural Tag?
16
30 sec
Q.
From among the basic structural tags, this tag only appears once at the top of all HMTL documents which makes it a good example of an unpaired tag. Which one is it?
17
30 sec
Q.
What character or symbol is used to differentiate an opening tag from a closing tag for paired tags?
18
30 sec
Q.
There are how many heading sizes using heading tag?
19
30 sec
Q.
Which of the following formatting tags is used to show text in a particular style?
20
30 sec
Q.
Which of the following formatting tags is used to change the color of the fonts in your web browser?
21
30 sec
Q.
Another color scheme used in HTML is called RGB colors. What does RGB stand for?
22
30 sec
Q.
Which of the following is NOT a characteristic of a raster image?
23
30 sec
Q.
Entity names are case-sensitive. What does case-sensitive mean?
24
30 sec
Q.
Which of the following symbols or special characters is used to specify an entity name or number?
25
30 sec
Q.
What does CSS stand for?
26
30 sec
Q.
A CSS Rule consists of two components. What are these?
27
30 sec
Q.
Which part of the CSS Rule points out to the HTML element you want to style?
28
30 sec
Q.
The CSS syntax that includes the ’property’ and ’value' is called ____ ?
29
30 sec
Q.
In a CSS Declaration, the property and value is separated by a reserved character. Which of the following is it?
30
30 sec
Q.
How many declarations are found given the sample CSS rule: p { text-align: center; color: pink; } ?
31
30 sec
Q.
If HTML defines the structure of the web page, what does the CSS define?
32
30 sec
Q.
Which selector will you use to identify multiple elements on your website? It is specified by a dot (.)
33
30 sec
Q.
Which of the following selectors will you use to select only a specific element on your web document? This is identified by a pound (#) sign.
34
30 sec
Q.
What extension name should you use when you save an external style sheet?
35
30 sec
Q.
The following are example of style sheets, EXCEPT:
36
30 sec
Q.
What CSS property is used to specify the font of a text?
37
30 sec
Q.
JavaScript is one of the 3 languages all web developers must learn because...
38
30 sec
Q.
What is the correct syntax for referring to an external script called "xxx.js"?
39
30 sec
Q.
JavaScript is the same as Java.
40
30 sec
Q.
Which event occurs when the user clicks on an HTML element?
41
30 sec
Q.
Which operator is used to assign a value to a variable?
42
30 sec
Q.
Is JavaScript case-sensitive?
43
30 sec
Q.
The following are some of the examples of what JavaScript can do, EXCEPT:
44
30 sec
Q.
What is the file extension of JavaScript files?
45
30 sec
Q.
JavaScript statements are composed of the following; EXCEPT:
46
30 sec
Q.
How are these statements executed by the browser?
47
30 sec
Q.
In programming language, these are used to store data values.
48
30 sec
Q.
In the example: "var x; x = 6;" which character is the variable?
49
30 sec
Q.
Which of the following data types can only have to values: true or false?