The first step in creating a text box is to draw its ____.
A. radius
B. constant
C. perimeter
D. variable
Answer: C
Computer Science & Information Technology
You might also like to view...
Here is a function prototype. What would the call statement look like?
void DoMath(int *p1, int *p2) A. DoMath(int &m, int n); B. DoMath(&m, &n); C. DoMath(int &m, int &n); D. DoMath(*m,*n);
Computer Science & Information Technology
A(n) ____________________ represents a picture or sketch of a screen the user will see when running a program.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A slide's aspect ratio refers to the ________ of a screen
A) height-to-depth B) width-to-height-to-depth C) width-to-height D) width-to-depth
Computer Science & Information Technology
A ____ structure is also referred to as a loop.
A. selection B. sequence C. repetition D. recursion
Computer Science & Information Technology