MC Which of the following pairs of items have a relationship that may be represented by composition?

a) Computer, hard drive.
b) Book, literature.
c) Car, vehicle.
d) None of the above.


a) Computer, hard drive.

Computer Science & Information Technology

You might also like to view...

The two types of attack on an encryption algorithm are cryptanalysis, based on properties of the encryption algorithm, and _________ which involves trying all possible keys.

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

Computer Science & Information Technology

Define high-level languages, machine language and low-level language. Explain how the languages correspond to one another.

What will be an ideal response?

Computer Science & Information Technology

Which line will delete the first two items in the food() array shown in Q. 24?

a. ``` food.splice("burger","chips"); ``` b. ``` food.splice(2); ``` c. ``` food.splice(2,0); ``` d. ``` ffood.splice(0, 2); ```

Computer Science & Information Technology

A report containing more than one page should have page numbers included in the ________ section

Fill in the blank(s) with correct word

Computer Science & Information Technology