A(n) ____________________ object can be moved with the mouse pointer or nudged with the arrow keys.
Fill in the blank(s) with the appropriate word(s).
floating
Computer Science & Information Technology
You might also like to view...
Which of the following statements will assign a random number between 1 and 50 inclusive to intNum?
a. intNum = rand.Next(50) + 1 b. intNum = rand.Next(1, 50) c. intNum = rand.Next(50) d. intNum = rand.Next()
Computer Science & Information Technology
To use different page number formats within the same document, format the preliminary pages and the remainder of the report as separate ____.
A. documents B. pages C. sections D. files
Computer Science & Information Technology
Most mobile devices include a(n) _______________ to maintain proper orientation of up and down.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Both the for and while statements are ____ loops.
A. nested B. inner C. pretest D. outer
Computer Science & Information Technology