Case-Based Critical Thinking QuestionsCase 6-2Wyona, owner of Wyona's Hat Designs, desires to have a Web site built for customers to order custom-made hats. They can pick from straw, leather, and material hat collections. Customers can specify one of their existing patterns, which include about 50 designs. They can also choose a custom pattern instead and then provide information about the pattern they want for Wyona to custom create. For her address she wants to make sure the zipcode is set to 5 characters only. Which attribute of a text box will allow her to do this?

A. maxlength
B. size
C. length
D. characters


Answer: A

Computer Science & Information Technology

You might also like to view...

In a modularized program the __________ module usually serves as the starting point.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

After the following statement executes, what value will the MAPLE enumerator be stored as, in memory?

``` enum Tree { OAK, MAPLE, PINE }; ``` a. "MAPLE" b. 2 c. 'M' d. 1 e. 1.0

Computer Science & Information Technology

If you selected nine cells with numeric data to create a chart, each cell is a ________

A) data series B) cell reference C) data marker D) data point

Computer Science & Information Technology

The information industry has three major facets: _________, computers, and telecommunications.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology