0% found this document useful (0 votes)
30 views

1module 6 Quiz

This document contains questions and answers about programming concepts like loops, collections, and problem solving. It emphasizes the importance of breaking problems down, learning from others, and communication with others when working on programming skills and projects.

Uploaded by

Daniel Kai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

1module 6 Quiz

This document contains questions and answers about programming concepts like loops, collections, and problem solving. It emphasizes the importance of breaking problems down, learning from others, and communication with others when working on programming skills and projects.

Uploaded by

Daniel Kai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 7

5.

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.)

The letters that make up a string

Correcto

Please refer to the video "Features in Web Applications: The For Loop" for more information.

All of these are correct


Deseleccionado es lo correcto

A string

Deseleccionado es lo correcto

A form

Deseleccionado es lo correcto

The elements of a form

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

for and for each

None of these

while and for

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.)

For and while loops are the least common

Deseleccionado es lo correcto

We need many kinds of loops to be effective

Deseleccionado es lo correcto

We really only need one kind of loop

Correcto

Please refer to the video "Features in Web Applications: The For Loop" for more information.

Multiple kinds of loops is a convenience

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

It pays to be curious about other people software and features

Correcto

Please refer to the video "Guided Practice with HTML Form Validation" for more information.

Imitate other software as a way to learn and practice

Correcto

Please refer to the video "Guided Practice with HTML Form Validation" for more information.

Imitating other people's software is a waste of time

Deseleccionado es lo correcto
Pregunta 10
Correcto
1/1
Punto

10. Pregunta 10
What is the recommended approach to problems?

None of these

Break problems down into their smallest parts

Correcto

Please refer to the video "Guided Practice with HTML Form Validation" for more information.

Avoid problems and move on to something easier.

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?

Teaching others is a distraction that limits your learning

Teaching others can lead to them stealing your best ideas

It's best to work alone so you can concentrate

It's best to work and communicate with others

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.)

All of these are true

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.

Avoid starting with a template

Deseleccionado es lo correcto

None of these

Deseleccionado es lo correcto

You might also like