
Javascript 1.

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Anikó Nahaji
Used 10+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
A 'Hello' szöveg kiíratása konzolra:
console.log("Hello")
console.log('Hello')
console.log(Hello)
alert("Hello")
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Globális Javascript változó létrehozása:
let
const
var
global
3.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Megjegyzés készítése Javascriptben:
#megjegyzés
<!--megjegyzés
-->
//megjegyzés
/*
megjegyzés
*/
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
<script>
let x=5
x++
alert(x)
</script>
Mi fog történni?
Kiírja felugró ablakban hogy:
x is not defined
Kiírja felugró ablakban az 6-os számot!
Kiírja konzolra a 6-os számot!
Kiírja konzolra hogy:
x is not defined
5.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
let szam=3
if ((szam+1)%2==0)
console.log("alma")
else
console.log("barack")
Mit ír ki?
6.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
______ z=10
if (z==10)
z++
console.log(z)
Jelöld be az igaz állításokat!
Ha a vonalra azt írjuk
const
akkor
hibár ír ki!
Ha a vonalra azt írjuk
var
akkor
11-et ír ki!
Ha a vonalra azt írjuk
let
akkor
hibár ír ki!
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
var t=9
if (t==10)
t+=5
t++
console.log(t)
Mit ír ki?
9
10
15
16
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
An introduction to Arduino

Quiz
•
10th - 11th Grade
16 questions
1°DS _AV2_R2 1TEC_IP_Introd. e Conceitos Básicos de JavaScript

Quiz
•
11th Grade - University
20 questions
JavaScript Decision Making

Quiz
•
9th - 12th Grade
18 questions
Introducere în JS

Quiz
•
12th Grade - University
17 questions
Вводное по Unity C#

Quiz
•
1st - 11th Grade
15 questions
JavaScript Fundamentals Quiz Senior

Quiz
•
12th Grade
25 questions
[Week 10] The JavaScript Odyssey: History and Essentials

Quiz
•
10th Grade
22 questions
AP CSP: Unit 3 Test Review

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade