JavaScript
Quiz
•
Computers
•
University
•
Hard
Carlos Martinez
Used 117+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se escribe una sentencia condicional para comprobar que la variable "i" es igual a 5?
i=5
i==5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuanto vale Z en el siguiente codigo?
var x = 5;
var y = x;
y++;
x--;
var z = x +y;
z++;
10
11
9
12
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Instrucción que permite emplear condiciones en un código de JavaScript:
if(condición){}
si(condición){}
while(condición){}
for(){}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cual es el valor final de x?
var i;
var x=0;
for(i =0; i<10; i++){
x++;
}
10
11
9
12
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Seleccione el valor final de la variable Y
var x = "tres";
switch(x){
case 1:
y=1;
break;
case 2:
y=4;
break;
case 3:
y=6;
break;
default:
y=8;
break;
}
1
4
6
8
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cual es el resultado final del código?
var x =6;
var y = 6;
if(x<y){
document.getElementById("id").innerHTML="hola";
}else if(x>y){
document.getElementById("id").innerHTML="hi";
}
document.getElementById("id").innerHTML="que tal";
hi
hola
que tal
ninguna de las anteriores
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿En cual de los siguientes códigos z = 10?
var x = 8; var z=0;
if(x>6){
z = x+2;
}
var z = 0; var i;
for(i=0;i<=10;i++){
z++;
}
var x= -4; var y= -6;
var z = x -y;
var z=10;
z--;
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Pra UAS Algoritma dan Pemrograman Lanjut
Quiz
•
University
10 questions
CS100||MsWord
Quiz
•
University
10 questions
GIS - Coordinate Systems
Quiz
•
University
12 questions
IP-Com3 - Clase 2
Quiz
•
University
11 questions
Trees
Quiz
•
University
11 questions
Final Keamanan Komputer / Sistem Keamanan Jaringan
Quiz
•
University
18 questions
Multiplexers
Quiz
•
University
10 questions
PYTHON BASICS PART 1
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Computers
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
