Node-lvl1

Node-lvl1

Professional Development

11 Qs

quiz-placeholder

Similar activities

Kuis Pre/ Post Test ECG

Kuis Pre/ Post Test ECG

Professional Development

10 Qs

Arrhythmia and Pacemakers

Arrhythmia and Pacemakers

Professional Development

10 Qs

CANVA

CANVA

Professional Development

10 Qs

Quiz Sesi 2 - Datamine Event 2021

Quiz Sesi 2 - Datamine Event 2021

University - Professional Development

10 Qs

Ddlc fun

Ddlc fun

2nd Grade - Professional Development

8 Qs

Leson 10: Environments, CI/CD Tools

Leson 10: Environments, CI/CD Tools

Professional Development

10 Qs

QUIZZ

QUIZZ

Professional Development

10 Qs

Networks Student Guide Part1

Networks Student Guide Part1

Professional Development

13 Qs

Node-lvl1

Node-lvl1

Assessment

Quiz

Specialty

Professional Development

Medium

node

Standards-aligned

Created by

Tomas Martinez

Used 6+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Node.js?

a) A front-end JavaScript framework

b) A JavaScript runtime environment built on Chrome's V8 JavaScript engine

c) A database

  1. d) A type of server

Tags

node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the default package manager for Node.js?

Bower

Yarn

npm

Gradle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you initiate a new Node.js project in order to use a package.json file?

a) node init

b) npm start

c) npm run

  1. d) npm init

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the package.json file?

functional metadata, and dependency tracker

a file to export and ship projects

a file to deploy your application

a file to build a container using packages

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method reads the entire contents of a file in Node.js?

fs.readFile()

fs.readSync()

fs.write()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module in Node.js allows you to create a new server?

http

server

net

url

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which global object is used to handle exceptions globally?

process

global

exceptions

console

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?