Review First Lesson (Chps 1,2,3)

Review First Lesson (Chps 1,2,3)

12th Grade

6 Qs

quiz-placeholder

Similar activities

Js the first

Js the first

12th Grade

10 Qs

basics of javascript

basics of javascript

9th - 12th Grade

11 Qs

HTML quizz for high school students in BG

HTML quizz for high school students in BG

12th Grade

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

JS Practice: ITS Certification

JS Practice: ITS Certification

12th Grade

10 Qs

web tasarım programlama-1

web tasarım programlama-1

12th Grade

10 Qs

JavaScript Quiz | For Beginners

JavaScript Quiz | For Beginners

1st Grade - University

10 Qs

JavaScript 4

JavaScript 4

12th Grade

10 Qs

Review First Lesson (Chps 1,2,3)

Review First Lesson (Chps 1,2,3)

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Osman Farouk

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Programming language needs a _______ to convert codes into machine codes

Interpreter

Compiler

Computer

Client

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Java Script is a Programming Language

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Choose the code for external java script

<script rel="javascript" href=”script/myJavaScript.js” text="text/script"></script>

<script src=”script/myJavaScript.js”></script>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which one is a correctly defined Variable

1myString

my Age

myString

if_Age

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the correct syntax for commenting a line in Java Script

/-

<--

**

//

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does this operator >= mean

Greater than or equals to

Greater than and equals to

Less than and not equals to

Less than or equals to