Write a short proposal describing what type of user interface would be appropriate for the users of the B2B ecommerce systems Melanie Corazón described in her interview. Include reasons for your decision.

What will be an ideal response?


A sample proposal would be to use a Web form-fill interface. The reason for this decision is that it allows the person doing the B2B ecommerce to take advantage of the various drop-down menus, radio buttons, check boxes, text fields, and other familiar form controls.

Computer Science & Information Technology

You might also like to view...

Analyze the following code.

``` #include using namespace std; class Test { public: int x; #include using namespace std; class Test { public: int x; ``` a. The program has a compile error because Test does not have a default constructor. b. The program has a compile error because x has not been initialized. c. The program has a compile error because test is not initialized. d. The program runs fine, but test.x is unpredictable.

Computer Science & Information Technology

Polymorphism and inheritance are unrelated concepts.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is NOT a correct statement about the HTML code seen in the accompanying figure?

A. It will return all paragraph elements in an array. B. It might be used to change paragraph styling on a Web page. C. It may return an empty array. D. It will cause and error because the argument should be "

".

Computer Science & Information Technology

Many users choose to ________ several files into one ZIP file for the sake of easy transport, especially when attaching them to an email message.

A. format B. encrypt C. compress D. defragment

Computer Science & Information Technology