Cis407a- which statement best describes the operation of


Quiz

Question 1. A SQL data source is a control that can be used to get data from a SQL _____ file such as a Microsoft SQL Server file.
cookie
database
row
session

Question 2. A(n) _____ is a point in code that developers can set where the system will stop to allow time for examining code and using other debug options.
Set Point
Break Point
Debug Point
Debug Mode

Question 3. To test a website in two or more browsers using IIS Express, you need to run the website in your default browser from Visual Studio and then _____.
start the other browsers and copy the URL from the default browser to the other browsers
find the website in the Windows Explorer and double-click on the aspx file for the starting page
start the other browsers and enter the location of the aspx file for the starting page
find the website in the Windows Explorer and double-click on the aspx.cs file for the starting page

Question 4. To send an e-mail message, you use the Send method of the _____ class.
Pop
SmtpClient
LoginClient
MyClient

Question 5. SMTP sends e-mails in _____ format.
either text or binary
text
binary
hexadecimal

Question 6. In the code-behind file for a Web page, you can catch exceptions that occur at the _____.
procedure level only
page level only
procedure and page levels
procedure, page, and application levels

Question 7. The _____ file controls the configuration of the ASP.Net Web application.
Solution
Project
Web.config
Error handler.err

Question 8. Which statement best describes the operation of the following code?
if (!IsPostBack)
ddlProducts.DataBind();
If the page is being requested for the first time, bind a drop-down list to a data source.
If the page isn't being requested for the first time, bind a drop-down list to a data source.
If the page is being requested for the first time, bind a data source to a drop-down list.
If the page isn't being requested for the first time, bind a data source to a drop-down list.

Question 9. Which of the following is a benefit of statements that use the Redirect method of the HttpResponse class to send the user a new Web page named Inventory.aspx?
Response.Session("Inventory.aspx");
Response.Redirect("Inventory.aspx");
Response ("Inventory.aspx");
("Inventory.aspx");

Question 10. A generic IP for the SMTPServer setting in e-mail is _____.
127.0.0.1
1.1.1.1
100.0.0.0
"local".

Solution Preview :

Prepared by a verified Expert
Computer Engineering: Cis407a- which statement best describes the operation of
Reference No:- TGS02160071

Now Priced at $10 (50% Discount)

Recommended (99%)

Rated (4.3/5)