Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a ____ allows users to interact with a program in a graphical environme…

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

Explanation:

Brief Explanations
  1. 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.
  2. 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.

Answer:

  1. D. GUI
  2. B. coding the program