FSD based

FSD based

University

25 Qs

quiz-placeholder

Similar activities

Fusion Vocabulary 2

Fusion Vocabulary 2

10th Grade - University

21 Qs

Web Development with MERN

Web Development with MERN

University

20 Qs

Untitled Quiz

Untitled Quiz

University

20 Qs

ICT Computing Essentials Lesson 3

ICT Computing Essentials Lesson 3

6th Grade - University

27 Qs

KL3271 - Kuis #3: Work Breakdown Structure (WBS) (Kode A)

KL3271 - Kuis #3: Work Breakdown Structure (WBS) (Kode A)

University

25 Qs

Quiz 3

Quiz 3

University

20 Qs

Cloud Computing Unit 1

Cloud Computing Unit 1

University

20 Qs

Tech-fest

Tech-fest

University

20 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?