A(n) ____ is a linear sequence of characters with access to the end, called the top.

A. string
B. list
C. stack
D. queue


Answer: C

Computer Science & Information Technology

You might also like to view...

A special kind of form that can appear when you open a database is a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 4-3Sam is trying to decide the best way to design the background of his web page. He would like to add background images and background styles to his design. He needs to understand how browsers load a background image as well as learn about background style properties. Sam wants to change the position of an image on his web page. He wants to place the background image 30 pixels to the right of the element's left border and center it vertically. The style used ____.

A. background-position: 30px; B. background-position: 10px; C. background-position: 20px; D. background-position: center, 30px;

Computer Science & Information Technology

A constructor

a. can only be used to initialize b. must initialize all member variables c. can do anything any other method can do. d. usually initializes all, or most, member variables

Computer Science & Information Technology

In the ____, each phase merges a constant number of input files into one output file.

A. merge sort B. natural merge C. distribution merge D. phase merge

Computer Science & Information Technology