Answer the following statements true (T) or false (F)

1. The dot operator (.) has precedence over the asterisk operator (*).
2. After cells are allocated using the new operator they are still part of the heap.
3. A circular list can be traversed in both directions.
4. The C++ standard template library contains a list class that is a two-way list.
5. In a stack, only the top element can be accessed.


1. True
2. False
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

Describe the difference between base elements and derived elements.

What will be an ideal response?

Computer Science & Information Technology

A structured collection of related facts stored together in the same file is called a ________

A) document B) spreadsheet C) presentation D) database

Computer Science & Information Technology

Case 15-2 Zelda, the Human Resource (HR) manager at ProfDot Technologies, creates a database on an Excel sheet of the names of potential candidates for a job. In addition, she enters the work experience, current salary, and expected salary against each name. Zelda uses conditional formatting to make the following changes: change the background color of the cells with current salary of $3000 to $4000 to yellow, change the font color, generate data bars on each cell, and highlight the cells containing the names with blue color. In this scenario, which of the following changes will be applied first?

A. ?Generating data bars B. ?Changing the color of the font C. ?Changing the background color of the cells to yellow D. ?Highlighting the background of the cells with blue color

Computer Science & Information Technology

To insert Quick Parts to a document, use the following path:

A. Home/Paragraph/Quick Parts B. Insert/Text/Quick Parts C. Insert/Symbols/Quick Parts D. Insert/Illustrations/Quick Parts

Computer Science & Information Technology