coursework-banner

CIS407 Week 6 Quiz 2018

CIS407 Week 6 Quiz 2018

Week_6_Quiz.docx (59.46 KB)

CIS407 Web Application Development
with Lab

Week 6 Quiz

Question 1

(TCO 7) Which of the following statements is not true about
the use of object data sources?

You have to write
the code for populating the data source.

You don’t get the
benefit of data binding.

You can develop
3-layer applications.

You have to write
the code for inserting, updating, and deleting rows in the database.

Question 2

(TCO 8) The process of validating the identity of a user is
called _____.

authorization

authentication

controls

responses

Question 3

(TCO 7) Which of the following is not a benefit of user
controls?

Decreased
development time

Reduced maintenance
time

Consistency
throughout application

Increased test time

Question 4

(TCO 7) The ASP.NET Ajax client-side framework is loaded on
the _____ for an ASP.NET Web application.

browser

panel

trigger

JavaScript

Question 5

(TCO 8) When ASP.NET receives a request for an application
that uses forms-based authentication from a user who hasn’t been authenticated,
the server _____.

sends a response to
the browser that includes a cookie with authentication information

uses the username
and password included in the request to authenticate the user

redirects the
browser to the login page

redirects the
browser to an error page

Question 6

(TCO 8) The default website security for ASP.NET
applications is _____.

trusted
authentication

Windows
authentication

Web authentication

domain-specific
authentication

Question 7

(TCO 7) To identify the controls that will be updated during
an asynchronous postback, you use _____.

ScriptManager
control

Page_Load method

UpdatePanel control

ScriptManagerProxy
control

Question 8

(TCO 7) Which of the following SQL statements will search
for a given first name in the tblEmployees table based on a search variable
name’s strSearch?

“select * from
tblEmployees = ‘” + strSearch”’”

“select * from
tblEmployees where LastName = ‘” + strSearch”’”

“select * from
tblEmployees where FirstName = ‘” + strSearch+”’”

“select * from
tblEmployees where FirstName = + strSearch

Question 9

(TCO 7) The .NET Framework Class Library consists of _____
that provide many of the functions that you need for developing .NET
applications.

frames

wizards

classes

transactions

Question 10

(TCO 7) A certification authority is a company that _____.

issues digital
secure certificates

verifies the
information provided by a registration authority

installs digital
secure certificates

enables SSL