MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is a static structure?
A
A structure fixed in size
B
A structure that cannot be moved
C
A structure that cannot be changed
D
A structure that is influenced by electricity
Explanation: 

Detailed explanation-1: -What is a Static Data structure? In Static data structure the size of the structure is fixed. The content of the data structure can be modified but without changing the memory space allocated to it.

Detailed explanation-2: -The static structure is the physical organization of a system’s functional modules in terms of their structural relations.

Detailed explanation-3: -Static data structures have fixed sizes, structures and memory locations at compile time.

Detailed explanation-4: -Static Data Structure : A static data structure is an organization or collection of data in memory which have a fixed size, that is, it can store a limited amount of elements or data in it. Array is an example of static data structure.

Detailed explanation-5: -Difference Between Static and Dynamic Data Structures The static data structure has a fixed memory size whereas, in a dynamic data structure, the size can be randomly updated during the run time which may be considered efficient with respect to the memory complexity of the code.

There is 1 question to complete.