146k views
3 votes
Bob is designing input screens for a re-designed system for the shipping and inventory department. For order forms, he puts Zip code first (as the database will take the zip code and look up the city and state); for receiving forms, he puts them in the order of city, then state, then zip code. His design choices will help experienced users be more productive.

User Kedare
by
7.2k points

1 Answer

3 votes

Answer:

The correct answer to the following question is False.

Step-by-step explanation:

Because he uses the wrong method for receiving form because by using the database commands he can get both order and receiving forms at a time but he firstly uses database for the order form then again use database for receiving form which is time-consuming. he can get both of the forms by using the Join by which he can merge tables to get convenient result.

User Blackbishop
by
8.2k points