Session 2- Node Fundamentals I

Session 2- Node Fundamentals I

University

5 Qs

quiz-placeholder

Similar activities

expressjs 2

expressjs 2

University

9 Qs

Introduction To UML Tools

Introduction To UML Tools

University

10 Qs

Preprocessor CSS

Preprocessor CSS

University

10 Qs

Internet of Things

Internet of Things

University

10 Qs

Visual Basic Intro

Visual Basic Intro

University

10 Qs

Node.js

Node.js

University

10 Qs

Unit 23 - Types of Programming

Unit 23 - Types of Programming

University

10 Qs

Quiz #2 Software Engineering

Quiz #2 Software Engineering

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