Case-Based Critical Thinking QuestionsCase 1-2As Cassie begins to develop her first Web site, she has lots of practical questions for her sister Shakira, who has been developing sites for many years. Cassie is having trouble with some of her files being recognized on her Web server and Shakira thinks the problem lies in the filenames. Which of the following is least likely to be a problem?

A. New York1
B. NewYork!
C. new_york_1
D. newy@rk


Answer: C

Computer Science & Information Technology

You might also like to view...

Given the following class and array declaration, how would you print out the age of the 10th person in the array?

class personClass { public: void setAge(int newAge); void setGender( char newGender); void setSalary(float newSalary); int getAge(); char getGender(); float getSalary(); private: int age; char gender; float salary; }; personClass people[100]; a. cout << people[10]; b. cout << people[9]; c. cout << people[9].age; d. cout << people[9].getAge();

Computer Science & Information Technology

The Insets class is in the package ______________.

(a) java.awt (b) javax.swing (c) java.util (d) java.lang

Computer Science & Information Technology

An ____ style sheet,  is a separate file containing style information that multiple web pages can link to.

A. internal B. Internet C. external D. extended

Computer Science & Information Technology

With what should you upload your app to leverage your app in the Google Play store?

A. a web link to your social media B. an .apk file C. a video link D. an overview tab

Computer Science & Information Technology