FSD based

FSD based

University

25 Qs

quiz-placeholder

Similar activities

Quiz 3

Quiz 3

University

20 Qs

Timestamped Multiple-Choice Test: TinkerCAD Basics

Timestamped Multiple-Choice Test: TinkerCAD Basics

7th Grade - University

25 Qs

ASD - B

ASD - B

University

20 Qs

Computer Networks CT-4

Computer Networks CT-4

University

20 Qs

Diagnostik Lanjut 2

Diagnostik Lanjut 2

University

25 Qs

Preguntas sobre SQL y C#

Preguntas sobre SQL y C#

University

20 Qs

SPICE Programming

SPICE Programming

University

25 Qs

Modifying Technological Systems

Modifying Technological Systems

7th Grade - University

22 Qs

FSD based

FSD based

Assessment

Quiz

Engineering

University

Medium

Created by

Jay Siddarth

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Node.js?

A front-end framework

A JavaScript runtime built on Chrome’s V8 engine

A relational database

A programming language

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is true about Node.js?

It is single-threaded and non-blocking

It is multi-threaded and blocking

It only supports synchronous programming

It is not suitable for building APIs

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is used to check the installed version of Node.js?

node -v

node --check

npm -v

node version

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is npm in Node.js?

Node Programming Module

Node Package Manager

Node Processing Method

New Package Manager

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which file is used to define project dependencies in a Node.js project?

index.js

config.json

package.json

dependencies.json

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you import a module in Node.js using CommonJS?

import module from 'module-name'

require('module-name')

include 'module-name'

fetch('module-name')

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the fs module in Node.js do?

Handles file system operations

Manages frontend styling

Manages database connections

Creates web servers

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?