Case-Based Critical Thinking Questions
?
Case 13-1
The Rainbow Trout Company specializes in developing software that is used by amateur and professional fishermen with a wide variety of needs. As such, the company often work on projects with constantly changing requirements.
The Rainbow Trout Company uses the ____ approach, which organizes teams of people working closely together so that continuous learning and adaptation can occur as the project is developed.
A. expert programming
B. rapid application development
C. agile software development
D. team development
Answer: C
You might also like to view...
The method my first method is an example of an event ___________________.
Fill in the blank(s) with the appropriate word(s).
Write an application that allows users to add appointments to an appointment book that uses the Java Speech API (Fig. 28.18). When the user clicks the Add JButton, the application adds the name, time and date of the appointment to three ArrayLists, respectively. When the user clicks the Get Appointments JButton, the application speaks the time and date of the appointment that the user has with that person.
a) Copying the template to your working directory. Copy the C:Examples Tutorial28ExercisesAppointmentBook directory to your C:SimplyJava direc- tory.
b) Opening the template file. Open the AppointmentBook.java file in your text editor. c) Importing the Java Speech API packages. Import the javax.speech and the
javax.speech.synthesis packages.
d) Declaring instance variables. At line 48, declare three instance variables of type ArrayList to store the date, time and person with which the user has an appoint- ment. Declare an instance variable of type Synthesizer, which will be used to speak text.
e) Creating a Synthesizer object. Inside the AppointmentBook constructor, create a
Synthesizer object, allocate the resource and get the synthesizer ready to speak.
f) Adding code to the addJButtonActionPerformed method. Find the addJButtonAc- tionPerformed method, which immediately follows createUserInterface. Add code to the addJButtonActionPerformed method so that the information provided by the user is
__________ allows for major security control components to be reviewed on a periodic basis to ensure that they are current, accurate, and appropriate.
A. System review B. Project review C. Program review D. Application review
Which option is not a commonly accepted definition for a script kiddie?
A. A hacker that uses scripts or tools to create a text B. A highly skilled attacker C. A young unskilled hacker D. A young inexperienced hacker