QUESTION IMAGE
Question
a ____ allows users to interact with a program in a graphical environment.
○ cgi
○ gci
○ command line
○ gui
question 4
after a programmer plans the logic of a program, the next step is ____.
○ understanding the problem
○ coding the program
○ translating the program
○ testing the program
Brief Explanations
- For the first question, GUI (Graphical - User Interface) is designed to allow users to interact with a program in a graphical environment. CGI (Common Gateway Interface) is for web - server side processing, GCI is not a common term in this context, and the command line is a non - graphical way to interact with programs.
- For the second question, after planning the logic of a program, the next step is coding the program. Understanding the problem is usually the first step, translating the program comes after coding in some cases related to cross - language or cross - platform, and testing the program is done after coding.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- D. GUI
- B. coding the program