In the final year of high school, a student identifies her strengths and weaknesses in light of her career choices for the future. She knows she is comfortable with computers and learning new ways to use them, but she is not really interested in the technical details of how they work. She likes verbal communication, both one-on-one and in large groups and considers herself gregarious and outgoing. Which of the following careers is she best suited to pursue?
a. webmaster
b. network engineer
c. security specialist
d. community director
Ans: d. community director
You might also like to view...
Answer the following statements true (T) or false (F)
1. Typecasting is used to convert a value to a different data type. 2. The Trim method is used to remove all blank space before and after a string. 3. The Substring method is used to extract a portion of a string. 4. The empty string is the same as a string that contains one space. 5. A variable declared inside an event procedure is said to have local scope.
Describe various types of servers in a network.
What will be an ideal response?
Web services are applications delivered over ______________ that MIS professionals can select and combine through almost any device.
A. an extranet B. an intranet C. the internet D. the telephone
Which of the following is the correct syntax for displaying a toast message for a long length of time?
A. ?Toast.makeText(MainActivity.this, Toast.LENGTH_LONG.show("A toast message"); B. Toast.makeText(MainActivity.this, "A toast message", Toast.LENGTH_LONG).show( ); C. ?Toast.LENGTH_LONG(MainActivity.this, "A toast message", Toast.makeText).show( ); D. ?Toast.show(MainActivity.this, "A toast message", Toast.makeTest).LENGTH_LONG;