Sie sind auf Seite 1von 9

Module 6 Quiz

Cuestionario, 12 preguntas
7.3/12 puntos (60.83%)

Vuelve a intentarlo cuando estés listo.

Puntaje necesario para aprobar: 75 % o superior


Puedes volver a tomar este cuestionario hasta 3 veces cada8 Horas.
Pregunta 1
Correcto
1/1
Punto

1. Pregunta 1
One of the main features of server side development is

JavaScript

CSS

Databases

Correcto

Please refer to the video "Client-side versus Server-side Application Development" for more information.

HTML

None of these

Pregunta 2
Correcto
1/1
Punto

2. Pregunta 2
Which of these is not a client side technology?
HTML

PHP

Correcto

Please refer to the video "Client-side versus Server-side Application Development" for more information.

Browsers

JavaScript

CSS

Pregunta 3
0.50 / 1
Punto

3. Pregunta 3
What can be said about a while loop? (Select all that apply.)

They often use a loop counter

Correcto

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

The perform actions repetitively until complete

Correcto

Please refer to the video "Features in Web Applications: The While Loop" for more information.
They are mainly used for writing vertical text

Esto no debería estar seleccionado

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

All of these are correct

Esto no debería estar seleccionado

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

Pregunta 4
Incorrecto
0/1
Punto

4. Pregunta 4
When we are working with characters in a string we refer to them by number:

The numbering starts at 1

None of these

The numbering starts at 0, but only in JavaScript

Esto no debería estar seleccionado

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

The numbering starts at 0

We can start with any number

Pregunta 5
Incorrecto
0/1
Punto

5. Pregunta 5
What operator do programmers frequently use to add 1 to a variable i?

<i>

i**

i = I + 1;

Esto no debería estar seleccionado

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

i++;

i + I;

Pregunta 6
0.40 / 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.)

A form

Esto no debería estar seleccionado

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

The elements of a form


Correcto

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

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

Esto no debería estar seleccionado

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

A string

Esto no debería estar seleccionado

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

while and for

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

for and for each

do and while

Pregunta 8
0.50 / 1
Punto

8. Pregunta 8
What is true about loops in programming languages? (Select all that apply.)

Multiple kinds of loops is a convenience

Correcto

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

For and while loops are the least common

Esto no debería estar seleccionado

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

We need many kinds of loops to be effective

Esto no debería estar seleccionado

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

We really only need one kind of loop

Correcto

Please refer to the video "Features in Web Applications: The For Loop" for more information.
Pregunta 9
0.50 / 1
Punto

9. Pregunta 9
Which of these are recommended to improve your Web development and programming skills? (Select all that
apply.)

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.

It's best to focus on your code and ignore what others are doing

Esto no debería estar seleccionado

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

Imitating other people's software is a waste of time

Esto no debería estar seleccionado

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

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?

It's best to work alone so you can concentrate

Teaching others can lead to them stealing your best ideas

It's best to work and communicate with others

Correcto

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

Teaching others is a distraction that limits your learning

Pregunta 12
0.40 / 1
Punto

12. Pregunta 12
What are the recommendations for working on your final project? (Select all that apply.)

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.

None of these

Esto no debería estar seleccionado

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

Avoid starting with a template

Esto no debería estar seleccionado

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

All of these are true

Esto no debería estar seleccionado

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.

Das könnte Ihnen auch gefallen