As pages in a book have numbers, computer memory and storage locations have ____.

A. positions
B. pointers
C. addresses
D. references


Answer: C

Computer Science & Information Technology

You might also like to view...

Write a program that reads a C++ source-code file and reports the occurrence of each keyword in the file. Here is a sample run:

``` Enter a C++ source file name: Welcome.cpp int occurs 3 times void occurs 1 time ... static occurs 1 time ``` Suppose a set of keywords is already given as follows: ``` set s; s.insert("asm"); s.insert("auto"); s.insert("bool"); ... s.insert("while"); ``` So you don’t need to populate the set in the program.

Computer Science & Information Technology

After a program starts and is running in RAM, the program is represented by a button on the ________

A) title bar B) taskbar C) status bar D) ribbon

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. The bitmap image file format supports CMYK color. _________________________ 2. The GIF file format is a(n) lossless file format. _________________________ 3. It’s wise to make edits to an image file while working in a(n) lossy file format. _________________________ 4. The item marked 2 in the accompanying figure allows you to ensure that the height changes proportionally when you change the width. _________________________

Computer Science & Information Technology

List three of the basic tasks a writer does when an outline is expanded into a first draft.

What will be an ideal response?

Computer Science & Information Technology