Node Fundamentals II

Node Fundamentals II

Professional Development

5 Qs

quiz-placeholder

Similar activities

[1MTR15] Laboratorio 10 - Node Red - IIoT

[1MTR15] Laboratorio 10 - Node Red - IIoT

Professional Development

7 Qs

Breaking into AIoT

Breaking into AIoT

12th Grade - Professional Development

10 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

Python_DS2

Python_DS2

Professional Development

10 Qs

Friday Fun

Friday Fun

Professional Development

10 Qs

Kubestronaut quiz

Kubestronaut quiz

Professional Development

10 Qs

ABAP - would you rahter...

ABAP - would you rahter...

Professional Development

6 Qs

Node Fundamentals II

Node Fundamentals II

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Mike Denton

Used 3+ 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