adplus-dvertising
frame-decoration

Question

What type of data structures are found at a low level in the hierarchy of data structures in software development?

a.

Application-oriented objects such as 'paragraph' or 'book'

b.

Primitive data structures for integers, real numbers, truth values, characters, etc.

c.

More complicated data structures such as stacks and binary trees

d.

Data structures with a hierarchical control structure

Posted under Software Engineering

Answer: (c).More complicated data structures such as stacks and binary trees Explanation:Using primitive data structures such as integers, real numbers, truth values, characters, etc., we can construct more complicated data structures like stacks and binary trees. These structures occur at a fairly low level in the hierarchy of data structures and are of general use in application software.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What type of data structures are found at a low level in the hierarchy of data structures in software development?

Similar Questions

Discover Related MCQs

Q. What is data abstraction?

Q. What is object-oriented design?

Q. What is data abstraction in software development?

Q. What is the purpose of data abstraction?

Q. What are the benefits of using data abstraction in software development?

Q. How did the notion of data abstraction evolve in the field of programming languages?

Q. What is the difference between data abstraction and control abstraction?

Q. What is cohesion in modular design?

Q. What is coupling in software design?

Q. What is coincidental cohesion?

Q. What is an example of logical cohesion?

Q. What is temporal cohesion?

Q. What is procedural cohesion?

Q. What is communicational cohesion?

Q. What is sequential cohesion?

Q. What is functional cohesion?

Q. What are the heuristics suggested by Stevens et al. in the classic paper on structured design to determine the degree of cohesion of a module?

Q. What type of cohesion does a module exhibit if the sentence that describes its function is compound and contains more than one verb?

Q. What type of cohesion does a module exhibit if the sentence that describes its function contains words that relate to time?

Q. What type of cohesion does a module exhibit if the sentence that describes its function contains words like "initialize"?