Using the SCR functions and organization listed in the data library; create an organization chart using Microsoft Word, Visio, or a drawing program. Be sure to show your own position on the chart.
What will be an ideal response?
Computer Science & Information Technology
You might also like to view...
What would be the best choice if you want a computer that can easily be expanded?
A) Desktop B) Laptop C) Notebook D) Tablet
Computer Science & Information Technology
By default, Flash creates new documents with a stage size of ____ pixels.
a. 250 x 400 b. 300 x 600 c. 550 x 400 d. 600 x 480
Computer Science & Information Technology
What variables are local to the Add Numbers function?
``` int AddNumbers( int x, int y) { int z; z = x + y; return z; } ``` A. x B. y C. x & y D. x, y & z
Computer Science & Information Technology
The Read-only property displays in the ________
A) Control Panel dialog box B) Properties dialog box C) Windows dialog box D) Attributes dialog box
Computer Science & Information Technology