The first step in performing a card ____, is to take a stack of index cards and on each card write the name of a topic, feature, or piece of content that is currently on your site or you are planning to have on your site.

A. game
B. sort
C. flow
D. site


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following will count down from 10 to 1 correctly?

a. for (int j = 10; j <= 1; j++) b. for (int j = 1; j <= 10; j++) c. for (int j = 10; j > 1; j--) d. for (int j = 10; j >= 1; j--)

Computer Science & Information Technology

The field or fields on which records are sorted is called the sort key.

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

Computer Science & Information Technology

Creating a program requires many steps. Three of these are

A) input, processing, and output. B) keywords, operators, and punctuation. C) program design, writing source code, and testing. D) syntax, logic, and error handling. E) none of the above.

Computer Science & Information Technology

Key distribution often involves the use of _________ which are generated and distributed for temporary use between two parties.

A. public key certificates B. session keys C. master keys D. private key certificates

Computer Science & Information Technology