Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. The simplest type of data structure in the choices belowis a. Multidimensional array b. Three dimensional array c. Linear array d. Two dimensional array

1. The simplest type of data structure in the choices belowis

a. Multidimensional array

b. Three dimensional array

c. Linear array

d. Two dimensional array

2. ................... level is where the model becomescompatible executable code

a. Application level

b. Abstract level

c. implementation level

d. all of the above

3. Which of the following are the operations applicable anprimitive data structures?

Select one:

a. Destroy

b. Traverse

c. Create

d. Update

4. A linear list in which each mode has pointers to point to thepredecessor and successors nodes is called as................................

Select one:

a. Circular Linked List

b. Linear Linked List

c. Singly Linked List

d. Doubly Linked List

5. Which of the following is true about the characteristics ofabstract data types?

i) It exports a type.

ii) It exports a set of operations

Select one:

a. i. True, ii. True

b. i.True, ii. False

c. i. False, ii. True

d. i. False, ii. False

6. which is not the application(s) of stack?

Select one:

a. Evaluation of arithmetic expressions

b. Large number Arithmetic

c. Represent people waiting for service in a bank

d. Function Calls

7. Inserting an item into the stack when stack is not full iscalled................................ Operation and deletion ofitem form the stack, when stack is not empty iscalled......................... Operation.

Select one:

a. insert, delete

b. pop, push

c. delete, insert

d. push, pop

8. The disadvantage in using a circular linked listis............................................

Select one:

a. Time consuming

b. It is possible to get inot infinite loop

c. Requires more memory space

d. Last node points to first node.

9. Which of the following is not an application of stack?

Select one:

a. solving tower of Hanoi problem

b. finding lowest common multiple of prime numbers

c. infix to postfix conversion

d. finding factorial

10......................... is a pile in which items are addedat one end and removed from the other.

Select one:

a. Array

b. Queue

c. Stack

d. List

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Answer ANSWERS 1 c Linear array The simplest type of data structure is a linear array Also ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Electrical Engineering questions

Question

What improvements should Oracle make in the future?

Answered: 1 week ago

Question

Explain this statement: Goals are dreams with deadlines.

Answered: 1 week ago