Question
a.
dope vector
b.
system table
c.
symbol table
d.
activation record
Posted under Data Structures and Algorithms
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The information about an array that is used in a program will be stored in
Similar Questions
Discover Related MCQs
Q. Which of the following expressions accesses the (i,j)th entry of an (m x n) matrix stored in column major form?
View solution
Q. Sparse matrices have
View solution
Q. For a linear search in an array of n elements the time complexity for best, worst and average case are ......., ....... and ........ respectively
View solution
Q. The expression which accesses the (ij)th entry of am x n matrix stored in column majorform is
View solution
Q. An object that can be used in accessing another object, is known to be
View solution
Q. Basic mechanism for storing a large number of identically-typed objects are known to be
View solution
Q. Basic technique of using an array which is considered safer and easier is named as
View solution
Q. A collection of objects that are residing in one unit, is called
View solution
Q. Primitive method of using an array is said to be
View solution
Q. A collection of objects that need not be of same type, are stored in an
View solution
Q. Declaration and usage of arrays can be of basic numbered ways of
View solution
Q. Alter method of using an array is called
View solution
Q. Terminology that provides indirect access rather than direct access to an object, is said to be
View solution
Q. Which of these best describes an array?
View solution
Q. Assuming int is of 4 bytes, what is the size of int arr[15];?
View solution
Q. How do you initialize an array in C?
View solution
Q. How do you instantiate an array in Java?
View solution
Q. Which of the following is a correct way to declare a multidimensional array in Java?
View solution
Q. When does the ArrayIndexOutOfBoundsException occur?
View solution
Q. Which of the following concepts make extensive use of arrays?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Data Structures and Algorithms? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!