159k views
1 vote
When you write a program that will run in a GUI environment as opposed to a

command-line environment, ____________.

you do not need to plan the logic

the logic is very different

users are more confused

some syntax is different

User Haluk
by
5.5k points

1 Answer

5 votes

When you write a program that will run in a GUI environment as opposed to a

command-line environment, some syntax is different.

Step-by-step explanation:

  • GUI (Graphical User Interface) which is the computer user interface uses graphical images to activate and run the applications.
  • Command line interface is a interface that is in a text format, which can accept commands for a task.
  • So, to program both interface, we need high level program skills with good understanding in programming languages like C++, C etc and algorithms.
  • Here, the GUI syntax differs from the command line interface.
User Valera Leontyev
by
6.1k points