BCIS 4720 Exam 2
Which of the following enabled MOTO firms to make an easier transition to e-commerce?
****
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?
80%
All but one of these statements about validation controls is true. Which one is false?
Data validation is always done on the client.
Consumers are primarily price-driven when shopping on the Internet.
False
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
Online retail constitutes about 20% of the total retail market today.
False
Personal consumption of retail goods and services accounts for over 80% of total gross domestic product (GDP).
False
Which of the following statements is not true about the automobile, and automobile parts and accessories, online retail category?
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?
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?
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?
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?
The sequence of statements that were issued for the page.
In 2020, the number of online buyers in the United States was around 205 million.
True
Online retailing provides an example of the powerful role that intermediaries continue to play in retail trade.
True
You can do all but one of the following using a browser's developer tools. Which one is it?
View the code-behind file for a page
Which of the following is not a digitally native vertical brand (D2C)?
Wayfair
To test that the user changes the initial value of a text box control or a list control, you use
a required field validator whose InitialValue property is set to the initial value of the input control
When you use a validation summary control, you can
all of the above
You can use a range validator to
all of the above
Which of the following is not one of the seven major segments of the retail industry?
electronics and computers
All of the following are advantages of online retail except:
faster delivery of goods.
When you use a custom validator, the validation is performed
in the ServerValidate event handler for the validator
The benefit of using unobtrusive validation is that
it reduces the amount of JavaScript that's generated
Which of the following is not one of the central challenges facing the online retail industry?
lack of physical store presence
The online retail sector of the retail industry is most similar to the ________ sector.
mail order/telephone order (MOTO)
All of the following were parts of the vision during the early days of e-commerce except the belief that:
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.
omni-channel
Which of the following is not one of the methods used by traditional retailers to develop omni-channel integration?
online supply-push
When a page that contains validators is posted to the server, ASP.NET
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
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
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
the IsValid property of the page
All of the following statements about the MOTO sector are true except:
the MOTO sector is also referred to as the specialty store sector.
Which of the following can be tested by a regular expression validator?
the format of a social security number
A custom validator is typically used when
the validation is based on the data in a database
You can use a compare validator to perform all but one of the following validations. Which one is it?
Compare the value of a control with an expression that refers to the value of another control