Glossary

I/O characteristics of interactive programs:

Input comes from the keyboard (ACCEPT from CONSOLE or SCREEN SECTION). - Output goes to the screen (DISPLAY or SCREEN SECTION). - Programs use menus, prompts, and data entry forms. - Programs loop until the user chooses to exit. - Input validation is critical (users make mistakes). - Response time m

Learn More

Related Terms