For each of the following statements, select Yes if the statement is true.
Which type of state management should you use?
You have a Microsoft ASP.NET web application.
You need to store a value that can be shared across users on the server.
Which type of state management should you use?
Select "No change is needed” if the underlined text makes the statement correct.
This question requires that you evaluate the underlined text to determine if it is correct.
The Response.Redirect method is used to transfer processing of the current page to a new
page, and then return processing back to the calling page once processing of the new page
has completed.
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.
Which data structure should you use?
You are creating an application for a priority help desk center. The most recent call must be
handled first.
Which data structure should you use?
For each of the following statements, select Yes if the statement is true.
Which type of application should you use for this environment?
You plan to create an application for your company. The application will run automated
routines and write the results to a text-based log file. Little or no user interaction is required.
Security requirements on the host computers prevent you from running applications on
startup, and users must be able to see the status easily on the screen. The host computers
also have limited memory and monitors that display only two colors. These computers will
have no network connectivity.
Which type of application should you use for this environment?
what will cause an error?
What advantage does this index provide?
A table named Student has columns named ID, Name, and Age. An index has been created
on the ID column.
What advantage does this index provide?
Which language was designed for the primary purpose of querying data, modifying data, and managing databases i
Which language was designed for the primary purpose of querying data, modifying data, and
managing databases in a Relational Database Management System?
Which statement should you use?
In your student directory database, the Students table contains the following fields:
firstName
lastName
emailAddress
telephoneNumber
You need to retrieve the data from the firstName, lastName, and emailAddress fields for all
students listed in the directory. The results must be in alphabetical order according to
lastName and then firstName.
Which statement should you use?