Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Given the below Page Header, what kind of Page is this? Select one: A. Style Sheet B. Content Page C. Code File D. Master

1. Given the below Page Header, what kind of Page is this?

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site1.master.cs" Inherits="Website1.Site1" %>

Select one:

A.

Style Sheet

B.

Content Page

C.

Code File

D.

Master Page

Question 2

Given the CSS rule below, to which elements this rule will be applied to?

p.center {

color:blue;

font-size: 50%;

text-align: left;

}

Select one:

A.

All of the header elements in the page

B.

All of the html elements in the page

C.

All of the paragraph

elements in the page

D.

All of the paragraph

elements that has class centre in the page

Question 3

Given the code below, what is the way called to insert CSS to the webpage?

Welcome to CSS

Select one:

A.

Inline Styles

B.

Import Styles

C.

Embedded Styles

D.

External Styles

Question 4

The SqlDataSource control enables you to perform CRUD operations. R in CRUD stands for?

Select one:

A.

RAM

B.

Read

C.

Remove

D.

RAID

Question 5

ViewState can be disabled at the:

Select one:

A.

All of the above

B.

Website level only

C.

Page level only

D.

Control level only

Question 6

Consider the following snippet of code:

Which of the following outputs is true?

Select one:

A.

Output is: 654321

B.

Output is: 123456

C.

The code contains syntax errors

D.

Output is: 6543210

Question 7

Consider the following snippet of code:

Which of the following outputs is true?

Select one:

A.

The code contains syntax errors

B.

Passed

C.

Failed

D.

Undefined

Question 8

Question text

Which statement is true?

Select one:

A.

jQuery Mobile has always been designed to work within a responsive web design

B.

jQuery Mobile has not been designed to work with HTML5

C.

jQuery Mobile has not been designed to work within a responsive web design

D.

jQuery Mobile may work within a responsive web design

Question 9

What are the optimization parts for mobile website

Select one:

A.

Videos in the web page

B.

All of the above

C.

Page load speed

D.

Images in the web page

Question 10

When an item is selected in a drop down List, the webpage will be submitted to the server:

Select one:

A.

Never

B.

Only if EnableViewState is set to False

C.

Always by default

D.

Only if the AutoPostBack is set to True

Question 11

Identify the issue related to slow page loading:

Select one:

A.

Shared webserver

B.

All of the above

C.

Too many images in the webpage

D.

Browser not supporting JavaScript

Question 12

Responsive web design is used to:

Select one:

A.

Develop a window application

B.

Develop a mobile application for the business

C.

Develop a mobile-friendly application and adapt to any devices

D.

All of the above

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Building Database Driven Catalogs

Authors: Sherif Danish

1st Edition

0070153078, 978-0070153073

Students also viewed these Databases questions