JavaScript Quiz 1

JavaScript Quiz 1

12th Grade

30 Qs

quiz-placeholder

Similar activities

Advance Word Processing skills

Advance Word Processing skills

12th Grade

25 Qs

Ulangan Harian Informatika XI 2

Ulangan Harian Informatika XI 2

12th Grade - University

25 Qs

functions ch 8.5, 8.6 10.1 to 10.4

functions ch 8.5, 8.6 10.1 to 10.4

11th - 12th Grade

25 Qs

ԹԳՀԳ 10- րդ դաս  C++

ԹԳՀԳ 10- րդ դաս C++

10th Grade - University

28 Qs

Static Website - Assessment

Static Website - Assessment

9th - 12th Grade

25 Qs

3B Practices

3B Practices

9th - 12th Grade

25 Qs

Latihan Soal Desain grafis

Latihan Soal Desain grafis

12th Grade

30 Qs

HTML

HTML

12th Grade

25 Qs

JavaScript Quiz 1

JavaScript Quiz 1

Assessment

Quiz

Computers, Other

12th Grade

Hard

Created by

Foteini Sika

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Υποδεικνύει την αρχή και το τέλος μιας ενότητας JavaScript.

<html> </html>

<style> </style>

<article> </article>

<script> </script>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ένα αρχείο JavaScript έχει επέκταση

.jscp

.js

.css

.Jp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Με ποια λέξη κλειδί ορίζουμε μια συνάρτηση;

function
method
onclick
functionName()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Με ποια εντολή μπορούμε να εμφανίσουμε ένα pop-up μήνυμα ;

alert

showMessage

console.log

<p>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Ποιο είναι το μήνυμα που θα δει ο χρήστης;

"Hello user"
No message
"Goodbye user"
"message + user"

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Αν έχω ορίσει μια συνάρτηση με όνομα doSomething ποιο από τα παρακάτω πρέπει να προσθέσω σε ένα κουμπί (button) ώστε να εκτελείται η συνάρτηση όταν γίνει κλικ σε αυτό;

onclick="doSomething;"

on-click="doSomething;"

onclick="doSomething();"

onclick="call doSomething();"

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Πώς ορίζω μια νέα μεταβλητή;

var newVariable = 5;
Variable int = new Variable();
var 5 = myVariable;
int var = 5;

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?