adplus-dvertising
frame-decoration

Question

Data structure in which all elements have similar name is considered as

a.

array

b.

data structure

c.

string structure

d.

positive structure

Answer: (a).array

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Data structure in which all elements have similar name is considered as

Similar Questions

Discover Related MCQs

Q. Number of subscript which is attached to every element in array is classified as

Q. In programming language COMAL, symbol of '//' is used instead of

Q. COMAL language statement '//PROGRAM : Input three numbers and print average//' shows

Q. Computer programming language which is based on problems solved is called

Q. Loop which is tested at least once in case condition does not fulfilled is classified as

Q. First component in algorithms is

Q. In programming language BASIC, area is calculated as

Q. Program used for interactive computing is

Q. All numbers including decimals are classified as

Q. Loop statement used in program to continue repetition until some condition is met is classified as

Q. Group of all special characters such as digits and letters are classified as

Q. In programming a single instruction is classified as

Q. Program style and must be written in

Q. In line 100 INPUT NUM: PRINT 3.1*NUM*NUM+5" of a BASIC program, ' PRINT 3.1 and 5' are classified as

Q. A program which translates high level program into machine code is classified as

Q. If element in array has two subscripts, then array has

Q. Names used to identify a specific location and are invented by programmers are called

Q. In line "300 INPUT NUM: PRINT 4.2*NUM*NUM+17" of a BASIC program, '300' is

Q. In JMP PRNT command, JMP and PRNT respectively are classified as

Q. Statement in Comal language 'IF age >=18 THEN PRINT "Yes" ELSE PRINT "No" is an example of