When the program performs a(n) ____ statement, all statements within it are performed simultaneously.
A. for
B. while
C. do together
D. do in order
Answer: C
Computer Science & Information Technology
You might also like to view...
What is the value in x after line 6 is run?
``` 1 string s, t; 2 s = “Get up and go to school!”; 3 t = “NO!”; 4 int n = s.size(); 5 int w = s.at(3); 6 int x = s.at(12); 7 s += t; 8 cout << s; ``` A. g B. o C. space ‘ ‘ D. s
Computer Science & Information Technology
____ store all the formatting that you have applied to objects and text.
A. Assets B. Sites C. Libraries D. Files
Computer Science & Information Technology
When a tag is contained within another tag, the relationship is called a(n) ____________________ relationship.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
To access the Page Properties dialog box shown in the figure above, you click ____ on the menu bar and then Properties.
A. Edit B. About C. File D. View
Computer Science & Information Technology