BCIS 4720 FINAL

Ace your homework & exams now with Quizwiz!

In 2020, it was estimated that about what percentage of Internet users over the age of 14 would make a purchase at an online retail store? a.80% b.70% c.60% d.40%

80%

All but one of these statements about validation controls is true. Which one is false? a.Each validator is associated with a single input control. b.You can associate two or more validators with the same input control. c.Data validation is always done on the client. d.The data validation specified by a validator is done only if the validator is enabled.

Data validation is always done on the client.

Which of the following statements is not true about the automobile, and automobile parts and accessories, online retail category? a.Most of the revenue in this category is generated from the sales of automobiles. b.Automobile manufacturers use the Internet to deliver branding advertising. c.U.S. franchising law prohibits automobile manufacturers from selling cars directly to consumers. d.Automobile retailing is dominated by dealership networks.

Most of the revenue in this category is generated from the sales of automobiles.

The Browser Link feature of Visual Studio 2015 lets you do all but one of the following. Which one is it? a.Display a list of all of the browsers that are connection to a web application b.Refresh a selected browser with changes made to the HTML and CSS for the page c.Refresh all connected browsers with changes made to the HTML and CSS for the page d.Cause CSS changes to be reflected in the browsers without doing a refresh

Refresh a selected browser with changes made to the HTML and CSS for the page

You can use all but one of the following techniques to run an application with debugging. Which one is it? a.Click the browser name in the Standard toolbar. b.Right-click the starting page in the Solution Explorer and choose View in Browser. c.Press F5. d.Right-click the starting page in the Solution Explorer, choose Browse With, and choose the name of a browser.

Right-click the starting page in the Solution Explorer and choose View in Browser.

Which of the following is not a major trend in online retail for 2020-2021? a.The Covid-19 pandemic is expected to create a decrease in e-commerce retail purchases. b.The number of online buyers continues to increase. c.The average annual purchase of online buyers continues to increase. d.Buying online has become a normal, mainstream, everyday experience.

The Covid-19 pandemic is expected to create a decrease in e-commerce retail purchases.

The Trace feature provides all but one of the following types of information. Which is the one? a.The sequence of statements that were issued for the page. b.The sequence of events that occurred for the page. c.The cookies that were included with the HTTP request d.The items in the session state object

The sequence of statements that were issued for the page.

Which of the following is not a digitally native vertical brand (D2C)? a.Caspar b.Warby Parker c.Wayfair d.Everlane

Wayfair

To test that the user changes the initial value of a text box control or a list control, you use a.a required field validator whose InitialValue property is set to the initial value of the input control b.a required field validator whose ValueToCompare property is set to the initial value of the input control c.a compare validator whose InitialValue property is set to the initial value of the input control d.a compare validator whose ValueToCompare property is set to the initial value of the input control

a required field validator whose InitialValue property is set to the initial value of the input control

All of the following are advantages of online retail except: a.faster delivery of goods. b.lower cost of distribution. c.lower supply chain costs d.ability to change prices.

a.faster delivery of goods.

The benefit of using unobtrusive validation is that a.it reduces the amount of JavaScript that's generated b.the validation routines run more quickly c.the files it requires are easy to install d.all of the above

a.it reduces the amount of JavaScript that's generated

When you use a validation summary control, you can a.display a summary of the error messages on the web page b.display a summary of the error messages in a separate message box c.display text in both the validators and the summary control d.all of the above

all of the above

You can use a range validator to a.check that the value of a control falls within the range you specify when you define the validator b.check that the value of a control falls within the range you specify as the program executes c.specify the data type that should be used for the range comparisons d.all of the above

all of the above

Which of the following is not one of the central challenges facing the online retail industry? a.delivery delays b.lack of physical store presence c.consumer concerns about the privacy of personal information d.inconvenience in returning goods

b.lack of physical store presence

1.All of the following statements about the MOTO sector are true except: a.improvements in telephone systems and the expansion of the credit card industry and associated technologies fueled the development of the MOTO sector. b.MOTO was the last technological retailing revolution that preceded e-commerce. c.the MOTO sector is also referred to as the specialty store sector. d.compared to general merchandisers, the transition to e-commerce was easier for MOTO firms.

c. the MOTO sector is also referred to as the specialty store sector.

The online retail sector of the retail industry is most similar to the ________ sector. a.general merchandise b.consumer durables c.mail order/telephone order (MOTO) d.specialty stores

c.mail order/telephone order (MOTO)

You can do all but one of the following using a browser's developer tools. Which one is it? a.View the HTML for a page b.View the CSS for a page c.View the JavaScript for a page d.View the code-behind file for a page

d.View the code-behind file for a page

Which of the following is not one of the methods used by traditional retailers to develop omni-channel integration? a.online catalog b.online order, in-store pickup c.online promotions for offline purchases d.online supply-push

d.online supply-push

Which of the following is not one of the seven major segments of the retail industry? a.food and beverage b.specialty stores c.electronics and computers d.gasoline and fuel

electronics and computers

t/f Consumers are primarily price-driven when shopping on the Internet.

false

t/f Contrary to predictions of analysts made during the early days of e-commerce, the Internet has led to both disintermediation and hypermediation on a widespread basis.

false

t/f Online retail constitutes about 20% of the total retail market today.

false

t/f Personal consumption of retail goods and services accounts for over 80% of total gross domestic product (GDP).

false

When you use a custom validator, the validation is performed a.on the client b.in the Load event handler for the page c.in the ServerValidate event handler for the validator d.when you execute the Validate method of the page

in the ServerValidate event handler for the validator

Which of the following is not one of the central challenges facing the online retail industry? a.inconvenience in returning goods b.delivery delays c.consumer concerns about the privacy of personal information d.lack of physical store presence

lack of physical store presence

All of the following were parts of the vision during the early days of e-commerce except the belief that: a.new, "first-mover" middlemen, with expertise in e-commerce, would force traditional intermediaries out of business. b.the cost of acquiring customers would be much lower. c.entry costs to the online retail market would be much less than those needed to establish a physical storefront. d.online consumers were rational and cost-driven.

new, "first-mover" middlemen, with expertise in e-commerce, would force traditional intermediaries out of business.

Apart from Amazon, the top online retail firms in terms of online sales are all primarily ________ firms. a.web-only b.manufacturer-direct c.omni-channel d.catalog merchant

omni-channel

When a page that contains validators is posted to the server, ASP.NET a.displays error messages for any validators that didn't pass their tests b.performs the tests specified by the validators and sets the IsValid property of the page accordingly c.generates client-side scripts that validate the page d.checks whether the validation was done on the client, and validates the data if it wasn't

performs the tests specified by the validators and sets the IsValid property of the page accordingly

The primary use of the Locals and Watch windows is to a.get information about the statements that are being used b.review or change the data in the variables and properties that are being used c.review or change an expression that's being used d.re-run a method that's being used

review or change the data in the variables and properties that are being used

If you want the same error message to be displayed in the validator and the validation summary control, you a.set the ErrorMessage property to the message and don't set the Text property b.set the Text property to the message and don't set the ErrorMessage property c.set the ErrorMessage property to the message and the Display property to Static d.set the ErrorMessage property to the message and the Display property to Dynamic

set the ErrorMessage property to the message and don't set the Text property

If client-side scripts aren't enabled by the user's browser, you can check whether the validation specified by the validators was successful on the server by using a.the Validate method of the controls b.the Validate method of the page c.the IsValid property of the controls d.the IsValid property of the page

the IsValid property of the page

Which of the following enabled MOTO firms to make an easier transition to e-commerce? a.the growth of the credit card industry b.the national toll-free call system c.falling long distance telecommunications prices d.the fact that they already had efficient customer order fulfillment processes

the fact that they already had efficient customer order fulfillment processes

Which of the following can be tested by a regular expression validator? a.the format of a social security number b.the validity of a social security number c.the format of a last name d.the validity of a credit card number

the format of a social security number

A custom validator is typically used when a.validation values are set based on user input b.the browser doesn't support JavaScript c.the validation is based on the data in a database d.the page is submitted in response to the user clicking a button whose CausesValidation property is set to False

the validation is based on the data in a database

t/f In 2020, the number of online buyers in the United States was around 205 million.

true

t/f Online retailing provides an example of the powerful role that intermediaries continue to play in retail trade.

true

You can use a compare validator to perform all but one of the following validations. Which one is it? a.Compare the value of a control with a constant value b.Compare the value of a control with the value of another control c.Compare the value of a control with an expression that refers to the value of another control d.Check for a specific data type

Compare the value of a control with an expression that refers to the value of another control


Related study sets

AP Bio Ch 1-3 quiz study guide (CHAPTER 3)

View Set

Unit 2: Structures and Functions of Government Vocabulary

View Set