For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Hot Area:
Hot Area:
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Hot Area:
Hot Area:
Simulating the final design of an application in order to ensure that the development is progressing as expected is referred to as:
A. Analyzing requirements
B. Prototyping
C. Software testing
D. Flowcharting
You are creating a variable for an application.
You need to store data that has the following characteristics in this variable:
Consists of numbers and characters
Includes numbers that have decimal points Which data type should you use?
A.
String
B.
Float
C.
Char
D.
Decimal
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest. Which type of programming should you use to determine whether the room is still available when the request is made?
A. functional
B. dynamic
C. in-browser
D. server-side
What are two possible options for representing a Web application within Internet Information Services (IIS)? (Each correct answer presents a complete solution. Choose two. )
A. web site
B. virtual directory
C. application directory
D. application server
E. Web directory
You are designing a class for an application. You need to restrict the availability of the member variable accessCount to the base class and to any classes that are derived from the base class. Which access modifier should you use?
A. Protected
B. Private
C. Public
D. Friend
You need to allow a consumer of a class to modify a private data member.
What should you do?
A. Provide a public function that assigns a value to the data member.
B. Create global variables in the class.
C. Assign a value directly to the data member.
D. Provide a private function that assigns a value to the data member.
What does the Console.Error property do within a console-based application?
A. sets the standard error output stream
B. gets the standard error input stream
C. sets the standard error input stream
D. gets the standard error output stream
This question requires that you evaluate the underlined text to determine if it is correct.
A table whose attributes depend only on the primary key must be at least second normal form.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.
A. No change is needed
B. first
C. third
D. fourth