Which of the following refers to visible and tangible pieces of equipment and media, such as computer equipment and storage media?

A) Operating system software
B) Software assets
C) Productivity software
D) Hardware assets


D) Hardware assets

Computer Science & Information Technology

You might also like to view...

Write a program in a class CountPoor that counts the number of families that are considered poor. Write and use a class Family that has the attributes

• income—a double value that is the income for the family • size—the number of people in the family and the following methods: • Family(income, size)—a constructor that sets the attributes • isPoor(housingCost, foodCost)—a method that returns true if housingCost + foodCost * size is greater than half the family income (foodCost is the average food cost for an individual, while housingCost is for the family) • toString—a method that returns a string containing the information about the family The program should read an integer k from the keyboard and then create an array of size k whose base type is Family. It should then create k objects of type Family and put them in the array, reading the income and size for each family from the keyboard. After reading an average housing cost and average food cost from the keyboard, it should display the families that are poor.

Computer Science & Information Technology

If you want to have a self-playing presentation, such as one that might be displayed in a kiosk, you use the ________ tab to set up the changing of the slides

A) Insert B) Slide Show C) Animations D) Transitions

Computer Science & Information Technology

All formulas in word begin with a(n) ________

A) dollar sign ($) B) equal sign (=) C) ampersand sign (&) D) percent sign (%)

Computer Science & Information Technology

____________ is used by IM and other applications that provide voice services over lower-speed digital circuits.

a. pulse code modulation b. adaptive differential pulse code modulation c. Voice conversation d. code modulation e. phase modulation

Computer Science & Information Technology