Javascript teszt

Javascript teszt

1st - 3rd Grade

38 Qs

quiz-placeholder

Similar activities

Microsoft Excel

Microsoft Excel

3rd Grade

33 Qs

Ôn tập cuối kỳ I môn tin lớp 7

Ôn tập cuối kỳ I môn tin lớp 7

1st Grade

38 Qs

PAS SUSULAN ASJ KELAS XI2020

PAS SUSULAN ASJ KELAS XI2020

1st - 3rd Grade

40 Qs

DDG TENGAH SEMESTER GENAP

DDG TENGAH SEMESTER GENAP

1st Grade

35 Qs

P2_T1: GOOGLE SLIDES TEST

P2_T1: GOOGLE SLIDES TEST

2nd Grade

35 Qs

PROTOCOLO COVID

PROTOCOLO COVID

1st Grade - Professional Development

43 Qs

HTML5 Básico

HTML5 Básico

1st Grade

36 Qs

Object oriented programming

Object oriented programming

1st - 5th Grade

40 Qs

Javascript teszt

Javascript teszt

Assessment

Quiz

Computers, Education

1st - 3rd Grade

Practice Problem

Medium

Created by

Erika S.

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

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

38 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Mi az eredménye az alábbi kódnak?

var x = 0;

while(x<6)

{x++; }

document.write(x);

0

6

4

5

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Melyik két szó hiányozhat a kipontozott részekről?

............. hello()

{

alert("Hi there");

}

...........();

hello, hello

function, hello

hello, function

function, function

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

A string hosszát a .......... metódussal kérhetjük le.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Mi az alábbi kód eredménye?

var i=0;

while (i<=10)

{

document.write(i + "<br />");

i++;

}

számok egy sorban 0-tól 10-ig

számok egy sorban 1-től 10-ig

számok egy oszlopban 0-tól 10-ig

számok egy oszlopban 1-től 10-ig

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hányszor fut le egy while ciklus, ha megfeledkezünk a számláló értékének a növeléséről?

Egyszer sem

10-szer

100-szor

Végtelenszer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ismételjen 10-szer valamit:

repeat 10

for (var i=0; i<10; i++)

for (var i=0; i<10)

while (i = 10)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ezek közül melyik növeli az x változó értékét?

increment (x)

x++;

x=x+;

x+1;

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?

Discover more resources for Computers