tleq3

tleq3

10th Grade

10 Qs

quiz-placeholder

Similar activities

HTML test

HTML test

9th - 12th Grade

15 Qs

Web Design: intro to Javascript

Web Design: intro to Javascript

10th - 12th Grade

10 Qs

Javascript Pretest

Javascript Pretest

10th Grade

15 Qs

Java p5

Java p5

10th Grade

12 Qs

Quiz Pemrograman JavaScript

Quiz Pemrograman JavaScript

1st Grade - University

15 Qs

have fun

have fun

KG - Professional Development

13 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

10th Grade

15 Qs

VR Week 1 Review

VR Week 1 Review

7th - 12th Grade

8 Qs

tleq3

tleq3

Assessment

Quiz

Other

10th Grade

Hard

Created by

Allysson Esperanzate

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the main purpose of multi-line comment?

it gives detailed information about the code

it gives the idea of the comment

it give more space for other codes

None of the Above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the example of Upper Camel Case?

fAmilyName

Familyname

FamilyName

FAMILYNAME

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the way to seperate the words in a phrases by making the first letter of each word capitalized and not using spaces.

Keywords and Identifiers

CamelCase

JavaScript basic

Expression

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the code for the multi-line comment

.h1{ font-size: 2rem /* 1rem =5px */ }

<!-- Comment line--> <p>comment</p>

/* function fun returns a string value*/const fun = () =>{ return 'string' }

None Of The Above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is the right syntax for the JavaScript variables EXCEPT ONE

var x=5 Var y=10 Var z = x+y

var x=5; Var y=10; Var z = x+y;

var x=5: Var y=10: Var z = x+y:

x=5 y=10 z = x+y

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a keyword in Java?

float

double

String

Integer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of JavaScript variables

It made to use letters in the JavaScript

It made to easily write letter in HTML

It uses to store data in the webpage

It creates a number in webpage

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?