In the context of office suites, the term ___________ refers to a component, such as a word processing program.

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

module

Computer Science & Information Technology

You might also like to view...

The following is an example of the ________ data type. ProductNum,ProductName,DateShipped,Quantity Shipped 59313,XL Golf Shirts,3/15/13,35 72316,Men's Shoe,2/5/13,10 47423,Head covers,3/6/13,20

A) tab delimited B) space delimited C) comma separated D) font delimited

Computer Science & Information Technology

Which of the following is not an error (either a syntax error or a logic error)?

a. Neglecting to include an action in the body of a while statement that will eventually cause the condition to become false. b. Spelling a keyword (such as while or if) with a capitalized first letter. c. Using a condition for a while statement that is initially false. d. An infinite loop.

Computer Science & Information Technology