You have an opportunity to grow,
and develop your coding skills.

Learn html, java script, java,
and python languages in our computer classes.

books

Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta eligendi laborum laudantium.

computer

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eos sunt vero ut!

graduate

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae voluptas corporis recusandae.

mouse

Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque non unde exercitationem.

JavaScript

You have studied JavaScript course.
Its now time to access your progress in the course.

Try out quiz

Instructions

Name*

Admission Number*

Class/Form

1. What are variables used for in JavaScript Programs?

A. Varying randomly

B. Storing numbers, dates, or other values

C. Causing high-school algebra flashbacks

D. None of the above

2. Which of the following are capabilities of functions in JavaScript?

A. Return a value

B. Deleting values

C. Accept parameters and Return a value

D. Accept parameters

3. Which of the following is not considered a JavaScript operator?

A. this

B. new

C. delete

D. typeof

4. JavaScript is interpreted by?

A. server

B. client

C. object

D. None of the above

5. Which of the following is the structure of an if statement?

A. if (conditional expression is true) then {execute this code}

B. if (conditional expression is true) thenexecute this codeend if

C. if (conditional expression is true)execute this codeend if

D. if (conditional expression is true) {then execute this code>->}

6. Which of the following functions is a valid type of function that javascript supports?

A. named function

B. anonymous function

C. Both A and B

D. None of the above

7. ++ operator in Java Script is ____ Operator.

A. Incremant

B. Positive

C. Unary

D. Addition

8. In java script, A _____ is an object of the target language data type that enclose an object of the source language.

A. wrapper

B. client

C. variable

D. string

9. JavaScript runs was developed by_______.

A. Sun Microsystems

B. Oracle

C. Microsoft corporation

D. Netscape Communications

10. JavaScript is ideal to

A. make computations in HTML simpler

B. minimize storage requirements on the web server

C. increase the download time for the client

D. none of the mentioned