Node Fundamentals II

Node Fundamentals II

Professional Development

5 Qs

quiz-placeholder

Similar activities

IoT - E7

IoT - E7

Professional Development

10 Qs

PiBS_SWEA

PiBS_SWEA

University - Professional Development

10 Qs

N10  008  network layers

N10 008 network layers

Professional Development

7 Qs

Kubernetes Quiz

Kubernetes Quiz

Professional Development

10 Qs

Curso de IPv6 Básico a Distância - M1Q2

Curso de IPv6 Básico a Distância - M1Q2

University - Professional Development

9 Qs

Computer Science HARD STUFF

Computer Science HARD STUFF

1st Grade - Professional Development

7 Qs

APCSA Unit 6.2

APCSA Unit 6.2

Professional Development

7 Qs

Heap

Heap

Professional Development

10 Qs

Node Fundamentals II

Node Fundamentals II

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Mike Denton

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the buffer in Node.js?

Memory allocated outside V8 to store raw binary data

In-memory location inside V8 used for streaming

Client side storage used to store local data

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are streams in Node.js

process of flow of data from source to buffer

a raw memory storage for streaming data

transport channels for tcp/ip sockets

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is not built-in node module?

util

os

zlib

express

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Streams are similar to event emitters?

true

false

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many types of streams are there?

3, readable, writeable and both

2, readable, writeable

1 read only