FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A data structure in JavaScript used to represent a list
A
Applet
B
Log
C
Array
D
None of the above
Explanation: 

Detailed explanation-1: -The Javascript arrays are heterogeneous. The structure of the array is the same which is enclosed between two square brackets [ ], and the string should be enclosed between either “double quotes” or ‘single quotes’. You can get the structure of by using JSON. stringify() or not, here you will see the use of JSON.

Detailed explanation-2: -An array is a grouping of data elements of equivalent data type. A linked list is a group of entities called a node. The node includes two segments: data and address.

There is 1 question to complete.