answersLogoWhite

0

What is the expanded form of GUI?

Updated: 12/12/2022
User Avatar

Wiki User

12y ago

Best Answer

Graphical User Interface

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the expanded form of GUI?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you create log in form in GUI with coad?

How to make login form in gul ? user name password and write the coad.


What is GUI application in visual basic?

A GUI is a Graphical User Interface. Saying that a program is a GUI just means that you select things within the program via images/buttons with some form of pointer/mouse. So, something like your computers' operating system is a GUI, but something like a non-smart-phone is a Menu-Driven-Interface, where you navigate the system via menus.


Is GUI better in Java or C plus plus?

Neither Java nor C++ have a GUI as such -- the GUI is not part of the language specification. But comparing the GUIs for an IDE intended for Java with that of an IDE intended for C++ is hardly going to tell you which is better, since they are intended for completely different purposes. You might as well compare the GUI provided with Adobe PaintShop Pro against the GUI for Microsoft Word for all the good it does.


How does one make a C GUI application?

A Graphical User Interface (GUI) is, first and foremost, an event-driven program that runs on top of a command-line-driven operating system. Designing a GUI completely from scratch is not something to be undertaken lightly. The easiest way to create a GUI is to use a framework. Visual C++ provides the Microsoft Foundation Classes (MFC) framework which allows you to build Windows applications that conform to the Windows GUI, whilst giving you the freedom to design your own elements that can interact with the GUI, even if they bear no resemblance to the standard GUI elements. However, you cannot alter the Windows GUI itself (globally, that is) as it is an intrinsic component of the operating system. Although you can manipulate GUI elements in real-time, this places a huge strain upon resources and will greatly impede the overall performance. Under Linux you have far greater freedom because the command-line-driven kernel is completely separate from the GUI, thus you are free to design your own. This allows you to completely alter the GUI in any way you see fit. Again, a GUI framework is the easiest way to begin as it provides all the basic elements of a GUI, including message queues, memory management and multi-tasking -- all you really have to do is design the visual aspects of each element.


What is GUI in java?

GUI stands for Graphical User Interface This refers to the front end screens using which we access a system. For example if you logon to your online banking account, that website can be referred to as the GUI. It is the interface using which you are accessing the bank website.