KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May

Course Name: C++                    Lesson Name: Chap 17.1a

Student Name

Password


Objective
To complete the workbook exercises on linked lists.


Primary Focus
Answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

A stack is a data structure that allows items to be added and deleted from only one end.

True         False


Question #2

Push and pull are terms used to describe the functions done to a stack.

True         False


Question #3

A stack can be implemented as a linked list that allows nodes to be added and deleted from both
ends.

True         False


Question #4

Using a standard array as a stack requires that the maximum size of the stack be predetermined.

True         False


Question #5

A stack is a last-in first-out (LIFO) structure.

True         False