If you are opening a document on your smartphone that has content that is not supported in Word Mobile, a warning message will tell you the file can only be opened using Word on a PC.?
Answer the following statement true (T) or false (F)
False
Computer Science & Information Technology
You might also like to view...
A button that plays a sound and shakes the message window of everyone participating in your online conversation is called a:
A) wave B) shake C) wink D) nudge
Computer Science & Information Technology
In the algorithm below, adding 10 years to the age variable and storing the result in the newAge variable is an assignment statement, so on a flowchart, it is placed in a(n) ____.Start // Declare variables Declare Numeric age, newAge // Get user's age Display "Please enter your age: " Input age // Compute age in 10 years newAge = age + 10 // Display new age Display "In 10 years, you will be " + newAgeStop
A. rectangle B. parallelogram C. terminal symbol D. annotation box
Computer Science & Information Technology