Variables

Descripción

Test sobre Variables, creado por Code Ramp el 14/06/2018.
Code Ramp
Test por Code Ramp, actualizado hace más de 1 año
Code Ramp
Creado por Code Ramp hace casi 6 años
456
0

Resumen del Recurso

Pregunta 1

Pregunta
We think of variables as [blank_start]buckets[blank_end], they can contain a specific value.
Respuesta
  • buckets

Pregunta 2

Pregunta
If we initiate a new variable but do not assign it a value yet (e.g. var myNewVariable;), what value would this variable contain?
Respuesta
  • "" (an empty string)
  • undefined
  • null

Pregunta 3

Pregunta
Which of the below demonstrates good variable naming conventions?
Respuesta
  • var #1bestnameever = "Bob";
  • var firstName = "Bob";
  • var first name = "Bob";
  • var n = "Bob";

Pregunta 4

Pregunta
We bind a value to a variable using the [blank_start]assignment[blank_end] operator.
Respuesta
  • assignment
  • equals

Pregunta 5

Pregunta
After a variable has been assigned a value, it cannot be changed.
Respuesta
  • True
  • False
Mostrar resumen completo Ocultar resumen completo

Similar

Data Types
Jacob Sedore
Experiments- Method, Control of Variables, Design, Types
Grace Fawcitt
Biology
Kyle Lennox
Scientific Process
Elena Oliva
Cluster for Pre-Writing Assignment: Academic Departments - Students from Health and Nursing Departments
Krystal Cruz Marrero
Chapter 2: Basic Computation
Alexander Cintron
Básicos de programacion
jose antonio negreros orellana
Definicion algoritmo
Edward Arley
Variables
maxi-alfaro
Quiz 20 - 22
Andrew Miller