
CS ADT's GAME

Quiz
•
Fun, Computers
•
12th Grade
•
Hard

Lareina Huang
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A queue is a data structure that operates on a ____ principle.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The input sequence of a stack is 1, 2, 3...n, if the first element of the output sequence is n, the i-th (1<= i <=n) element of the output is
A. not sure
B. n-i+1
C. i
D. n-i
3.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
Following pseudocode writes about accessing all nodes stored in the linked list. Read the code and fill in the blank.
PEOCEDURE OutputAllNodes
CurrentNodePtr <-- StartPointer
WHILE CurrentNodePtr <> NullPointer
OUTPUT List[CurrentNode].Data
CurrentNodePtr <-- _______________
ENDWHILE
ENDPROCEDURE
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the result of the inorder traversal in this binary tree?
ABDEC
DEBCA
DBEAC
None of the above answers are correct
5.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
In linked lists, elements are not stored in ____ memory location.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The four elements enter into queue consecutively in order A, B, C, and D. After an out of the queue operation, the front element of the queue is
A
B
C
D
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which two storage structures can be used for a general binary tree?
Sequential storage (using arrays)
Sequential storage (using queue)
Sequential storage (using stack)
Chain structure (using linked lists)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Jaringan WAN

Quiz
•
9th - 12th Grade
15 questions
Week 11 Networks and Routing

Quiz
•
10th Grade - Professi...
20 questions
Basics of computer

Quiz
•
12th Grade
10 questions
Technical Terms - Internet (A-Z) - Traceroute

Quiz
•
12th Grade
20 questions
Computer Hardware - Input&Output Devices for Situations

Quiz
•
1st - 12th Grade
20 questions
COMP 210 - Help for MDTM 2

Quiz
•
12th Grade
18 questions
C++ Pointers and Arrays Quiz

Quiz
•
12th Grade
15 questions
Pointer Arithmetic in C Programming

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade