Introduction to Nodejs

Introduction to Nodejs

Professional Development

15 Qs

quiz-placeholder

Similar activities

Nodejs: Error Handling

Nodejs: Error Handling

Professional Development

10 Qs

TDX21 Quiz

TDX21 Quiz

Professional Development

10 Qs

Zendesk Dev

Zendesk Dev

Professional Development

12 Qs

Workshop Vue.js Node Stytch

Workshop Vue.js Node Stytch

Professional Development

10 Qs

IWD2022

IWD2022

Professional Development

15 Qs

Go Digital 2019

Go Digital 2019

Professional Development

10 Qs

Nodejs Core Modules

Nodejs Core Modules

Professional Development

15 Qs

Nodejs: Logging

Nodejs: Logging

Professional Development

10 Qs

Introduction to Nodejs

Introduction to Nodejs

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 10+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is does NOT describe Nodejs

NodeJs is a JavaScript runtime engine

Nodejs has a large and active community that provides extensive support and libraries.

NodeJs uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

Nodejs is NOT a crossplatform software

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the following is NOT a runtime?

Nodejs

Django

JVM

.NET

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A runtime environment is _____

the environment in which a program is executed

the environment in which a program is built

the environment in which a program is assembled

the environment in which a program is debugged

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A runtime does NOT do which of the following?

Manage Thread

Compile/Interpret

UI rendering

Manage IO

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NOT a key feature in Nodejs?

Asynchronous

Multithreaded

Event-driven

Crossplatform

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the correct statement as regarding Nodejs Event

Events can be anything from an incoming HTTP request to reading data from a file or a database.

Events can be anything from a button click or a mouse hover.

Events can be anything from a terminal opened or closed

Events can be anything from browser window open or closed

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When an event is triggered, Node.js executes a corresponding _____ to handle the event's response.

built-in function

callback function

recursive function

trigger function

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?