Font size
WorksheetsCCIS 104 Quiz # 1.3
Total questions: 11
Worksheet time: 7mins
Which of the following is NOT a feature of ADT?
Robust
Abstract
Specified Implementation
Better Conceptualization
Stack is a First In First Out data structure.
TRUE
FALSE
This operation inserts a new element at the top of the stack.
isFull()
peek()
pop()
push()
Select a possible visual representation of a stack.
This function returns the number of elements in a stack.
pop()
size()
peek()
peek()
Which of the following is NOT an example of a primitive data type?
char
int
array
long
A stack ADT can be implemented using linked list and array.
TRUE
FALSE
You are only allowed to insert and delete at the top of a stack.
TRUE
FALSE
List and Stack are BOTH linear data structures.
TRUE
FALSE
What function will you use to check whether the stack is empty or not?
(a)
BONUS: What is the end of everything?
(a)
