node Js/Javascript Quizz

node Js/Javascript Quizz

Professional Development

14 Qs

quiz-placeholder

Similar activities

Conceitos POO e Java

Conceitos POO e Java

Professional Development

15 Qs

Тестирование

Тестирование

Professional Development

12 Qs

Questionário: Fundamentos de Back-end com PHP e Laravel

Questionário: Fundamentos de Back-end com PHP e Laravel

Professional Development

9 Qs

Day 12

Day 12

Professional Development

15 Qs

[FE] Ice Breaking - Introduction to Web Development

[FE] Ice Breaking - Introduction to Web Development

Professional Development

10 Qs

3MTT Quiz Wednesday( Rivers State Community)

3MTT Quiz Wednesday( Rivers State Community)

Professional Development

10 Qs

Sintaks Bahasa Pemrograman C

Sintaks Bahasa Pemrograman C

Professional Development

15 Qs

Quiz sobre Programação Orientada a Objetos

Quiz sobre Programação Orientada a Objetos

Professional Development

15 Qs

node Js/Javascript Quizz

node Js/Javascript Quizz

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

mehdi khalil

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In web development, what is a framework?


A tool we use to design GUIs (Graphical user interfaces)

A cloud tool used to host websites

A place for developers to collaborate and work asynchronously

A software designed to support the development of web applications including web services, web resources, and web APIs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code will print "Hello" on the output screen?

print("Hello");

console.log(Hello);

console.log("Hello");

printf("%s","Hello");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What JavaScript Engine is used by Google Chrome?

Y8

Adobe Flash Player

Friv

V8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the right syntax for importing a module?

require()

function()

import()

module.import()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output

var num = 10

console.log(num + 10)

83

20

none of these

1010

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is quantites?

var quantities = [2, 4, 10, 1]

string

boolean

array

number

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is apple?

var apple = " Fuji "

boolean

string

array

number

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?