Which of the following illustrations is a predesigned diagram made up of shapes containing text that illustrate a concept or idea?
A. Picture
B. Clip Art
C. SmartArt
D. Screenshot
Answer: C
Computer Science & Information Technology
You might also like to view...
The process of writing instructions for the computer using a programming language is called ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
_______ are problems with no practical algorithmic solutions.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following creates an array of five book titles?
A. var bookTitles = new Array(5); B. var bookTitles = Array(5); C. var bookTitles = new Array(0 to 5); D. var SIZE = 5; var bookTitles; bookTitles = new Array(SIZE-1);
Computer Science & Information Technology
____________________ is when you perform activities in parallel that you would normally do in sequence.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology