Filters
Question type

Study Flashcards

Which of the following is not one of the four types of web sites available from the ASP.NET Open Website dialog box?


A) Local IIS
B) File System
C) HTML
D) FTP site

Correct Answer

verifed

verified

Internet Information Services (IIS) __________.


A) implements a professional-quality Web server
B) contains minimal security and configuration features
C) requires little expertise to set up and maintain
D) all of the above

Correct Answer

verifed

verified

When an ASP.NET application is created, it contains only one file named __________.


A) Default.aspx
B) Index.aspx
C) Default.htm
D) Web.config

Correct Answer

verifed

verified

Which Web control is similar to the Windows form ComboBox control?


A) TextBox
B) DropDownList
C) CheckBoxList
D) ListBox

Correct Answer

verifed

verified

All of the following are true about HTML tables except ________.


A) they are more powerful than ASP.NET controls
B) they are used to align text and graphics
C) they have cell padding and cell spacing properties
D) Visual Studio provides resizing handles that you can drag with the mouse

Correct Answer

verifed

verified

Web applications use a ______control which is similar to the DataGridView used by desktop applications.


A) GridView
B) DataSource
C) Table
D) DetailsView

Correct Answer

verifed

verified

Web forms use a ________control to access a database and retrieve table rows.


A) DataSet
B) DataSource
C) DataDetails
D) Connection

Correct Answer

verifed

verified

Which of the following is not a TextBox TextMode property choice?


A) Sorted
B) SingleLine
C) MultiLine
D) Password

Correct Answer

verifed

verified

When the Web form default.aspx is added to a project, another file named ______is also created.


A) default.asp
B) default.aspx.vb
C) default.config
D) default.vb

Correct Answer

verifed

verified

Which statement is true about the CheckBoxList control?


A) each item has a Selected property
B) only one item can be checked at a time
C) it functions just like a ListBox control
D) A and C are correct

Correct Answer

verifed

verified

ASP.NET controls are more powerful than HTML controls because __________.


A) more fonts are available
B) graphics can be embedded in them
C) they use event handlers to carry out actions at runtime
D) powerful hyperlinks can be embedded in them

Correct Answer

verifed

verified

C

Which is not a valid URL protocol?


A) ftp://
B) http://
C) https://
D) htm://

Correct Answer

verifed

verified

D

What does a Web browser do for an end user?


A) Interprets HTML
B) Connects to Web sites
C) Hosts a Web site
D) A and B are correct

Correct Answer

verifed

verified

ASP.NET is called a _________because it provides development tools, code libraries, and visual controls for web based applications.


A) web tool
B) platform
C) code bank
D) programming language

Correct Answer

verifed

verified

B

Which of the following is not true about the ASP.NET development platform?


A) Visual Basic code can be stored in a separate file from a web page's text and HTML.
B) It allows you to transfer much of your Visual Basic knowledge to Web applications.
C) It allows the use of object-oriented program code.
D) Visual Basic is the only programming language that may be used.

Correct Answer

verifed

verified

The following controls all have a Windows form counterpart except __________.


A) RadioButtonList
B) Button
C) TextBox
D) CheckBox

Correct Answer

verifed

verified

The DetailsView control allows the user to do which of the following?


A) display multiple rows of a database table at the same time
B) connect to a data source
C) view but not edit the rows of a database
D) all of the above are true

Correct Answer

verifed

verified

Web applications use the ______control instead of the datasets used by desktop applications.


A) Gridview
B) DataSource
C) Table
D) MS Access

Correct Answer

verifed

verified

A web form can be identified by its ______filename extension.


A) .asp
B) .aspx.vb
C) .aspx
D) .config

Correct Answer

verifed

verified

Which of the following is true about the HTML Designer?


A) it requires the user know how to write HTML code
B) it's a tool that simplifies the design of Web pages and Web forms
C) it's an add-on to Visual Studio for an additional cost
D) it's not possible to visually edit Web pages using this tool

Correct Answer

verifed

verified

Showing 1 - 20 of 33

Related Exams

Show Answer