COMPUTER FUNDAMENTALS

COMPUTER NETWORKS AND COMMUNICATIONS

INTERNET AND WEB TECHNOLOGIES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Fairly recent in the scheme of things and is a server-side runtime environment which uses Google’s V8 JavaScript engine. It has event-driven architecture and starting to replace PHP for some uses.
A
Node.js
B
Media Query
C
PHP
D
jQuery
E
Module
Explanation: 

Detailed explanation-1: -V8 engine is the backbone of Google Chrome and other Chromium-based web browsers. V8 engine is distinct from other JS engines as it directly converts scripts to machine code without producing intermediate code. Edge service providers like StackPath use the V8 engine to provide better serverless scripting services.

Detailed explanation-2: -Node is a runtime built on Chrome’s V8 JavaScript engine. It is basically writing JavaScript for the server side. It is designed for building scalable network applications. Node uses an event-driven, non-blocking models that makes it lightweight and efficient.

There is 1 question to complete.