Demo DS-A ASHV Quiz

Demo DS-A ASHV Quiz

University

17 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

DSA5541 Quiz 1 TRI 2210

DSA5541 Quiz 1 TRI 2210

University

20 Qs

Quizze Buzzie

Quizze Buzzie

University

14 Qs

Data structures

Data structures

University

12 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Demo DS-A ASHV Quiz

Demo DS-A ASHV Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Jaganmohan Bondala

Used 7+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is our HOD Name?

Dr. K.Chokkanathan

Dr. Kalpana

Dr. Sridevi

Dr. Sameena Athahar Khan

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Find top of stack using operations

push(10), push(20), push(30), pop(), push(15), push(25), pop()

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If elements are inserted in the order -1,2,-3,0,1,4,7,-4 then to delete value 0 how many dequeue operations are required?

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

arr = {45,77,89,90,94,99,100} and key = 99; what are the mid values in the first and second levels of recursion?

90 and 94

90 and 89

90 and 99

89 and 94

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
 In computing, What is FILO?
First In First Out
First In Last out
Last Out Lowest Order
A very thin unleavened dough used for making pastries such as baklava and börek in Middle Eastern and Balkan cuisines.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The situation when in a linked list START=NULL is

underflow

overflow

housefull

saturated

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following pseudocode that uses a stack

declare a stack of characters

while ( there are more characters in the word to read ){

{

read a character

push the character on the stack

}

while ( the stack is not empty )

{ pop a character off the stack

write the character to the screen

}

What is output for input "computer"?

computer

computercomputer

retupmocretupmoc

retupmoc

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?