Which of the following is NOT an Accessories program?
A) Paint B) WordPad C) Windows XP D) Calculator
C
You might also like to view...
Connecting the application and implementation files together to form an executable file is called
a. compiling b. assembling c. linking d. debugging
Answer the following statements true (T) or false (F)
1. None of the guard conditions associated with a decision symbol may be false. 2. If…Then…Else selection statement allows you to specify that a different action (or sequence of actions) be performed when the condition is true than when the condition is false. 3. If…Then…Else statements may be stacked but not nested. 4. Failure to provide the body of a Do Until…Loop structure with an action that eventually causes the condition to become false creates an infinite loop. 5. The Do Until…Loop repetition structure tests a condition for falsity for repetition to continue.