Variables

Descrição

Quiz sobre Variables, criado por Code Ramp em 14-06-2018.
Code Ramp
Quiz por Code Ramp, atualizado more than 1 year ago
Code Ramp
Criado por Code Ramp quase 6 anos atrás
456
0

Resumo de Recurso

Questão 1

Questão
We think of variables as [blank_start]buckets[blank_end], they can contain a specific value.
Responda
  • buckets

Questão 2

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

Questão 3

Questão
Which of the below demonstrates good variable naming conventions?
Responda
  • var #1bestnameever = "Bob";
  • var firstName = "Bob";
  • var first name = "Bob";
  • var n = "Bob";

Questão 4

Questão
We bind a value to a variable using the [blank_start]assignment[blank_end] operator.
Responda
  • assignment
  • equals

Questão 5

Questão
After a variable has been assigned a value, it cannot be changed.
Responda
  • True
  • False

Semelhante

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