QUIZ-STACK_QUEUE_Jan'24

QUIZ-STACK_QUEUE_Jan'24

Professional Development

25 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

Professional Development

20 Qs

Stack and Queue

Stack and Queue

Professional Development

30 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Linux Test Prep 2

Linux Test Prep 2

8th Grade - Professional Development

25 Qs

linear data structures

linear data structures

Professional Development

30 Qs

UG Code Breaker Challenge Round-1

UG Code Breaker Challenge Round-1

Professional Development

30 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

Data Structure Quiz 1

Data Structure Quiz 1

Professional Development

30 Qs

QUIZ-STACK_QUEUE_Jan'24

QUIZ-STACK_QUEUE_Jan'24

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Lilesh Pathe

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which algorithm takes less time or space is called

Best case

Worst case

Average case

None of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A FIFO structure implemented as a ring where the front and rear pointers can wrap around the end of the start of the array.

Linear Queue

Circular Queue

Priority Queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the disadvantage of array data structure?

Elements of an array can be accessed in constant time

Elements are stored in contiguous memory location

The amount of memory to be allocated should be known beforehand

Multiple other data structures can be implemented using Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we describe an array in the best possible way?

The Array shows a hierarchical structure.

Arrays are immutable (Not Modifiable)

Container that stores the elements of similar types

The Array is not a data structure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________data structures are those whose sizes and structures associated memory locations are fixed at compile time.

linear

homogeneous

static

dynamic

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

People have used the word ________ to mean computer information that is transmitted or stored.

Beta

Data

Database

None of above

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the usual algorithm for determining whether a sequence of parentheses is balanced.

Suppose that you run the algorithm on a sequence that contains 2 left parentheses and 3 right parentheses (in some order).

The maximum number of parentheses that appear on the stack AT ANY ONE TIME during the computation?

1

2

3

4 or more

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?