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:

In the application life cycle, the revision of an application after it has been deployed is referred to as:
A. Unit testing
B. Integration
C. Maintenance
D. Monitoring
You have a website that includes a form for usemame and password.
You need to ensure that users enter their username and password. The validation must work in all browsers.
Where should you put the validation control?
A. in both the client-side code and the server-side code
B. in the client-side code only
C. in the Web.config file
D. in the server-side code only
You are developing a webpage that enables students to manage races.
The webpage will display two lists: past races and upcoming races. The page also contains a sidebar with contact information and a panel with social media settings that can be edited. Race results can be shared on social media.
How many components will be on the webpage?
A. 2
B. 3
C. 4
D. 5
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?
A. It reorders the records alphabetically.
B. It reorders the records numerically.
C. It speeds up query execution.
D. It minimizes storage requirements.
Which of the following must exist to inherit attributes from a particular class?
A. Public properties
B. A has-a relationship
C. Static members
D. An is-a relationship
You are migrating several HTML pages to your website. Many of these pages contain HTML

A. B. C. D.
What are the three basic states that a Windows service can be in? (Choose three.)
A. running
B. starting
C. halted
D. stopped
E. paused
The Dog class and the Cat class inherit from the Animal class. The Animal class includes a breathe() method and a speak() method. If the speak() method is called from an object of type Dog, the result is a bark. If the speak() method is called from an object of type Cat, the result is a meow.
Which term is used to describe this object-oriented concept?
A. multiple inheritance
B. encapsulation
C. polymorphism
D. data hiding
You have a website that includes a form for usemame and password.
You need to ensure that users enter their username and password. The validation must work in all browsers.
Where should you put the validation control?
A. in the Web.config file
B. in the server-side code only
C. in the client-side code only
D. in both the client-side code and the server-side code