Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Q 1/43
Score 0
<html>, <div> and <body> are all examples of
30
tags
Incorrect answers will be populated from other questions
43 questions
Q.<html>, <div> and <body> are all examples of
1
30 sec
Q.Which tag is the parent of <body>
2
30 sec
Q.What relationship does a <div> inside of <body> have to <html>
3
45 sec
Q.In <div style="color:#fff">, style is an example of an
4
30 sec
Q.Where are the attributes defined?
5
30 sec
Q.<title> must be a child of
6
30 sec
Q.How many times does the for loop run?
7
20 sec
Q.How many times does the for loop run?
8
20 sec
Q.How many times does the for loop run?
9
20 sec
Q.How many times does the for loop run?
10
20 sec
Q.How many times does the for loop run?
11
20 sec
Q.How many times does the for loop run?
12
20 sec
Q.How many times does the for loop run?
13
20 sec
Q.How many times does the for loop run?
14
20 sec
Q.How many times does the for loop run?
15
20 sec
Q.How many times does the for loop run?
16
20 sec
Q.How many times does the for loop run?
17
20 sec
Q.How many times does the for loop run?
18
20 sec
Q.How many times does the for loop run?
19
20 sec
Q.How many times does the for loop run?
20
20 sec
Q.How many times does the for loop run?
21
20 sec
Q.How many times does the for loop run?
22
20 sec
Q.How many times does the for loop run?
23
20 sec
Q.How many parameters does the function expect?
24
20 sec
Q.What data type does the function return?
25
20 sec
Q.How many keys are in this object?
26
20 sec
Q.For each property key, match the data type that it's storing.
27
45 sec
Q.How many arguments does the function take?
28
20 sec
Q.What data type does the function return?
29
20 sec
Q.What would be the result of running this code? calculateFoodNeeded(3);
30
20 sec
Q.Which of these would be valid expressions to replace the underscore in this code? Choose all that apply
31
20 sec
Q.makeFunnyName("Winston", "Hopper");
32
20 sec
Q.makeFunnyName("Winston");
33
20 sec
Q.willWatchMovie(10, false);
34
20 sec
Q.willWatchMovie(10, true);
35
20 sec
Q.willWatchMovie(20, false);
36
20 sec
Q.Assuming that log() is a function that prints a line to the screen, what will the code output?
37
20 sec
Q.What would the equivalent code be, if using a while loop?
38
45 sec
Q.How would you find out the length of the array?
39
20 sec
Q.What is the value of favoriteFoods[1]?
40
20 sec
Q.Which of the following would be valid values to replace the underscore in this code? You should assume there are no other variables in this program. Choose all that apply
41
20 sec
Q.What are valid ways that you could insert a new item into the end of the array, after the 'Tuna' item? Choose all answers that apply:
42
20 sec
Q.Which of these would iterate through all the values in the array?