Menu

Data Structure Basics Questions

MCQ
51.
An ADT is defined to be a mathematical model of a user-defined type along with the collection of all ____________ operations on that model
forum Discussion
MCQ
52.
Which of the following abstract data types can be used to represent a many to many relation?
forum Discussion
MCQ
53.
When divisions of decimals are involved in a program, these numbers are stored in
forum Discussion
MCQ
54.
In line '300 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as
forum Discussion
MCQ
55.
In line '200 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, NAME$ is classified as
forum Discussion
MCQ
56.
When there are range of numbers involved in a program, it can be stored as
forum Discussion
MCQ
57.
When data is input in numeric form, data type in program is classified as
forum Discussion
MCQ
58.
In command "110 DIM num(10)" in BASIC language, '110' declares
forum Discussion
MCQ
59.
If element in array has two subscripts, then array is
forum Discussion
MCQ
60.
In line '400 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, AVERAGE is considered as
forum Discussion