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:
You have a base class named Tree with a friend property named color and a protected property named NumberOfLeaves. In the same project, you also have a class named Person.
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:
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:
Which type of Windows application presents a parent window that contains child windows?
A. Application programming interface (API)
B. Single-document interface (SDI)
C. Multiple-document interface (MDI)
D. Command-line interface (CLI)
The purpose of a constructor in a class is to:
A. Initialize an object of that class.
B. Release the resources that the class holds.
C. Create a value type.
D. Inherit from the base class.
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
Which language was designed for the primary purpose of querying data, modifying data, and managing databases in a Relational Database Management System?
A. Java
B. SQL
C. C++
D. Visual Basic
Which type of application has the following characteristics when it is installed?
Runs continuously in the background by default when the startup type is set to automatic
Presents no user interface
A.
Windows Service
B.
Windows Forms
C.
Console-based
D.
Batch file
You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake (). How should you call the Truck class implementation of the brake () method?
A. Vehicle. brake ();
B. This. brake ();
C. MyBase. brake();
D. Truck. brake ();
You are creating a Web application. The application will be consumed by client computers that run a variety of Web browsers. Which term is used to describe the process of making the application available for client computers to access?
A. Casting
B. Deploying
C. Hosting
D. Virtualization
This question requires that you evaluate the underlined text to determine if it is correct.
The bubble sort algorithm steps through the list to be sorted, comparing adjacent items and swapping them if they are in the wrong order
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. merge
C. library
D. insertion
You have a stack that contains integer values. The values are pushed onto the stack in the following order: 2,4,6,8. The following sequence of operations is executed:
Pop Push 3 Pop Push 4 Push 6 Push 7 Pop Pop Pop
What is the value of the top element after these operations are executed?
A. 2
B. 3
C. 6
D. 7
This question requires that you evaluate the underlined text to determine if it is correct.
To minimize the amount of storage used on the hard drive by an application that generates many small files, you should make the partition as small as possible.
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. file allocation table
C. block size
D. folder and file names
This question requires that you evaluate the underlined text to determine if it is correct.
The process of transforming compiled C# code into an XML string for a web service is known as deserialization.
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. serialization
C. decoding
D. encoding