Loading

Quipoin Menu

Learn • Practice • Grow

node-js / What is Node.js?
mcq
Direction: Choose the correct option

Q1.

What is Node.js?
A. A frontend JavaScript library
B. A CSS framework
C. A runtime environment for executing JavaScript on the server
D. A database management system
Direction: Choose the correct option

Q2.

Which engine does Node.js use to execute JavaScript?
A. V8
B. Chakra
C. JavaScriptCore
D. SpiderMonkey
Direction: Choose the correct option

Q3.

Node.js is primarily used for?
A. Building server-side applications
B. Styling web pages
C. Creating database schemas
D. Designing user interfaces
Direction: Choose the correct option

Q4.

Who created Node.js?
A. Brendan Eich
B. Linus Torvalds
C. Guido van Rossum
D. Ryan Dahl
Direction: Choose the correct option

Q5.

Which of the following is NOT a characteristic of Node.js?
A. Synchronous by default
B. Event-driven
C. Non-blocking I/O
D. Single-threaded