Investigate SCR's Web site and learn about the company's history, purpose, and values. Is the site user-friendly? Why or why not? Provide at least four improvements you would suggest to Jesse
What will be an ideal response?
The SCR Web site includes realistic features, content, and links that allow students to learn about the company and its background. Encourage students to find examples of other IT consulting firms and compare them to the SCR site. This task could tie into Assignment 4, which requires Web research to find other firms. It would be helpful to get students interested in the SCR site’s design and navigation features before they start working on the case itself. Students with a background in Web design probably will have suggestions and comments to share with the class.
You might also like to view...
Algorithm __________ randomly orders a List's elements.
a. randomShuffle. b. randomPlacement. c. fiftyTwoCardPickup. d. shuffle.
Unwanted electronic junk mail about medical products, low-cost loans, and fake software that arrives in your online mailbox is known as ____.
A. junk B. viruses C. spam D. propaganda
What is the output of the following code:
``` public class Test { public static void main(String[] args) { String s1 = new String("Java"); String s2 = new String("Java"); System.out.print((s1 == s2) + " " + (s1.equals(s2))); } } ``` a. false false b. true true c. false true d. true false
Memory slots used in computers today are all the same
Indicate whether the statement is true or false