KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May

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

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 queue is a first-in last-out (FILO) structure.

True         False


Question #2

Computer networks use queues to line up processes to be performed.

True         False


Question #3

The terms enqueue and requeue are terms used to describe putting data into a queue and getting
data from a queue.

True         False


Question #4

If implemented as a linked list, a queue uses a pointer to the head and to the tail of the list.

True         False


Question #5

A queue can be visualized as a line of people waiting their turn to do something.

True         False