1module 6 Quiz
1module 6 Quiz
Pregunta 5
What operator do programmers frequently use to add 1 to a variable i?
<i>
i + I;
i**
i++;
Correcto
Please refer to the video "Features in Web Applications: The While Loop" for more information.
i = I + 1;
Pregunta 6
Correcto
1/1
Punto
6. Pregunta 6
In programming languages we will often work with collections of things. Which of the following could be
considered a collection? (Select all that apply.)
Correcto
Please refer to the video "Features in Web Applications: The For Loop" for more information.
A string
Deseleccionado es lo correcto
A form
Deseleccionado es lo correcto
Correcto
Please refer to the video "Features in Web Applications: The For Loop" for more information.
Pregunta 7
Correcto
1/1
Punto
7. Pregunta 7
The two most common loops we see in JavaScript are
repeat and go
None of these
Correcto
Please refer to the video "Features in Web Applications: The For Loop" for more information.
do and while
Pregunta 8
Correcto
1/1
Punto
8. Pregunta 8
What is true about loops in programming languages? (Select all that apply.)
Deseleccionado es lo correcto
Deseleccionado es lo correcto
Correcto
Please refer to the video "Features in Web Applications: The For Loop" for more information.
Correcto
Please refer to the video "Features in Web Applications: The For Loop" for more information.
Pregunta 9
Correcto
1/1
Punto
9. Pregunta 9
Which of these are recommended to improve your Web development and programming skills? (Select all that
apply.)
It's best to focus on your code and ignore what others are doing
Deseleccionado es lo correcto
Correcto
Please refer to the video "Guided Practice with HTML Form Validation" for more information.
Correcto
Please refer to the video "Guided Practice with HTML Form Validation" for more information.
Deseleccionado es lo correcto
Pregunta 10
Correcto
1/1
Punto
10. Pregunta 10
What is the recommended approach to problems?
None of these
Correcto
Please refer to the video "Guided Practice with HTML Form Validation" for more information.
Tackle medium and large problems because they build skill faster
Pregunta 11
Correcto
1/1
Punto
11. Pregunta 11
What can we say about continuing to learn about Web development?
Correcto
Please refer to the video "Guided Practice with HTML Form Validation" for more information.
Pregunta 12
Correcto
1/1
Punto
12. Pregunta 12
What are the recommendations for working on your final project? (Select all that apply.)
Deseleccionado es lo correcto
Start with a very basic CSS file and get that working first
Correcto
Please refer to the video "Guided Practice with HTML Form Validation" for more information.
Think about the purpose of your form before you start
Correcto
Please refer to the video "Guided Practice with HTML Form Validation" for more information.
Deseleccionado es lo correcto
None of these
Deseleccionado es lo correcto