Front end preassessment Naresh haveri

Front end preassessment Naresh haveri

2nd Grade

32 Qs

quiz-placeholder

Similar activities

RNV/YEAR 2/WEEK 9/3RD TERM

RNV/YEAR 2/WEEK 9/3RD TERM

1st - 3rd Grade

30 Qs

First Holy Communion Students' Quiz

First Holy Communion Students' Quiz

2nd - 8th Grade

30 Qs

Minecraft

Minecraft

1st - 12th Grade

28 Qs

for my coding teacher

for my coding teacher

KG - Professional Development

31 Qs

STUDY GUIDE FOR GREEK AND LATIN ROOTS

STUDY GUIDE FOR GREEK AND LATIN ROOTS

KG - Professional Development

28 Qs

Minecraft

Minecraft

1st Grade - University

32 Qs

Malayalam Movies Quiz

Malayalam Movies Quiz

KG - Professional Development

30 Qs

Examen del primer circuito

Examen del primer circuito

1st - 5th Grade

31 Qs

Front end preassessment Naresh haveri

Front end preassessment Naresh haveri

Assessment

Quiz

Other

2nd Grade

Hard

Created by

soham vyas

Used 1+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to store multiple values in a single variable?
Variable
Array
Function
Object

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following loops is guaranteed to execute at least once?
for loop
while lop
do while loop
nested loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 5 % 2 in most programming languages?
5.0
3.0
1.0
2.0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to declare a constant in JavaScript?
Variable
let
const
final

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid function declaration in JavaScript?
def myFunction()
create function myFunction()
function myFunction()
myFunction = function()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for logical AND in JavaScript?
&
&&
||
!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the third element of an array named arr?
arr.3
arr[2]
arr(4)
arr(3)

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?