variables, constants, statements

variables, constants, statements

Professional Development

10 Qs

quiz-placeholder

Similar activities

LUBRICATION

LUBRICATION

Professional Development

11 Qs

26th PHICS Convention KNOCKOUTS 2021

26th PHICS Convention KNOCKOUTS 2021

Professional Development

10 Qs

Battle of Khandaq

Battle of Khandaq

6th Grade - Professional Development

15 Qs

Repaso parcial 3 Calidad Total

Repaso parcial 3 Calidad Total

University - Professional Development

11 Qs

Health and Safety Inset

Health and Safety Inset

Professional Development

11 Qs

Head-to-Toe Assessment

Head-to-Toe Assessment

University - Professional Development

10 Qs

AMIN Electrical Conduit Systems Quiz

AMIN Electrical Conduit Systems Quiz

Professional Development

10 Qs

Equipment Safety Training

Equipment Safety Training

Professional Development

10 Qs

variables, constants, statements

variables, constants, statements

Assessment

Quiz

Specialty

Professional Development

Practice Problem

Medium

Created by

C. Huerta

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Cuál de los siguientes ejemplos usa lowerCamelCase?

DaysOfWeek

addNumbers

MyVariable

EvenAndOdd

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

para declarar una variable se realiza de la siguiente manera

let myVariable: String

let myVariable: String = "Hola"

myVariable = "Hi"

if myVariable == 1

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Para interpolar un dato en un texto se realiza de la siguiente forma

"The bmr is: \(bmr)"

"The bmr is: ((bmr).rounded())"

"The bmr is: bmr"

"The bmr is: \bmr."

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Se usa para almacenar un dato que no cambia en tiempo de ejecución

const

var

func

let

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

si tengo más de dos opciones y quiero usar un if statement entonces agrego un:

if else

case

else if

let

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

para imprimir un resultado se utiliza:

console.log

print

show

document.write

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Que resultado se obtiene var mpg = (30 - 15) / 5

10

5

3

15

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?