Computer Science, asked by jadhavtushar088, 3 months ago

Multiple choice questions:

a) Name the data structure which is used to store multiple values at the same

time.

i) Array

ii) Variable

iii) Memory

iv) None
b) _____is used to declare an array in QBasic.

i) INPUT

ii) DIM

iii) LET

iv) PRINT​

Answers

Answered by ritarajan1685
1

for a - Memory

for b - Input

Answered by msureshss
0

Answer:

A ) array

B)Dim

Explanation:

array can store multiple values at the same time with index manner.

Dim is the keyword used to declare array in Qbasic

Similar questions