A collection of unprocessed facts and figures, such as student names and Social Security numbers, is known as ________
A) input B) data C) output D) information
B
Computer Science & Information Technology
You might also like to view...
The digital forensics competency has the required functional perspective of ____.
A. manage, design B. manage C. manage, design, evaluate D. manage, evaluate
Computer Science & Information Technology
Which of the following is a correct declaration of enumerated type for the suits of a deck of cards?
a) enumerated type Suit = { hearts, spades, diamonds, clubs }; b) enum Suit {hearts, spades, diamonds, clubs }; c) enum Suit {hearts, spades, diamonds, clubs } d) enumerated type Suit = {hearts, spades, diamonds, clubs }; e) enum Suit = { hearts, spades, diamonds, clubs }
Computer Science & Information Technology