Session 2- Node Fundamentals I

Session 2- Node Fundamentals I

University

5 Qs

quiz-placeholder

Similar activities

Kuis 2 - ASD -A

Kuis 2 - ASD -A

University

10 Qs

Linkedlist

Linkedlist

University

10 Qs

Tree

Tree

University

10 Qs

DMPM Tutorial 3

DMPM Tutorial 3

University

10 Qs

Computer Network Fun Review 5 - Data Link Layer

Computer Network Fun Review 5 - Data Link Layer

University

10 Qs

Quiz 10

Quiz 10

University

10 Qs

Riset Operasi

Riset Operasi

University

10 Qs

BCSC0006 Trees

BCSC0006 Trees

University

10 Qs

Session 2- Node Fundamentals I

Session 2- Node Fundamentals I

Assessment

Quiz

Computers

University

Medium

Created by

Mike Denton

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a module in JavaScript?

An array that stores objects.

A reusable piece of code which exports specific objects

A restful API that provides data

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which keyword do we use import modules in Node?

using

import

require

summon

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What kind of architecture is Node based on ?

Synchronous state driven

N-Tier

It works on my machine

Event Driven

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is an example of a system event in Node?

Database connection closed

User requested web page

User logs out of application

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does an Emitter do in Node?

It is the Event

It triggers the Event

It listens for the Event