Critical Thinking QuestionsCase Integration 1You received the entire Adobe Creative Suite CS6 as a gift, but until now you haven't had occasion to use all the components. You take a brief online tutorial to familiarize yourself with the uses of each of the applications in the suite. Which of the following can you use to save a Flash animation as its own HTML document?
a. Fireworksb. Illustratorc. Photoshopd. Dreamweaver
What will be an ideal response?
Answer: D
Computer Science & Information Technology
You might also like to view...
What would be the output of the call someThing (6) given the following definition?
void someThing (int n) { if (n > 3) { someThing (n – 1); cout << 2 * n << “ “ << n + 2 << “ “; } } a) 8 6 10 7 12 8 b) 12 8 10 7 8 6 6 5 c) 5 8 12 7 10 6 8 d) 6 5 8 6 10 7 12 8
Computer Science & Information Technology
Wireless broadband connectivity normally involves either a cable or DSL network
Indicate whether the statement is true or false
Computer Science & Information Technology
In HTML, the closing tag always starts with a(n) backward slash.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Phishing is an unsolicited email message or newsgroup posting sent to many recipients or newsgroups at once.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology