Skip to main content

Basic GUI Terminology

Basic GUI Terminology

Knowing What You’re Working With Helps Technicians

Getting help with your computer software can be easier when you know the correct terms to use. One of the biggest problems that new computer users have with technical support is not knowing how to correctly describe the problem that they’re having. And it isn’t fair to expect a tech support person to automatically know what a “thing-a-ma-jingy,” or “whatcha-ma-call-it” is.

The following describes the correct names for common components of software so that when you experience a problem, you can effectively describe an issue that you’re having and a technician can readily resolve it.

User interface – this is the visual design of a program. It may contain squares, boxes, words, icons, and buttons. If you’re experiencing insufficient memory for example, you might see black rectangles across the user interface of your software programs.

Title bar – this is the top-most part of a program that displays its own name or it may describe the contents displayed in another part of the interface. If a program is incorrectly coded, you may see a wrong description in this part of its interface.

Menu bar - this part of a program displays menu items and menu options. Some of the most common parts of a menu bar grants access to File commands, Open commands, Save commands, and Print commands. An example of an error in this part of an interface would be if an option was missing or grayed out (lighter in color).

Tool bar – this part of a program displays small icons across the top which represent tools. Clicking an icon will open a tool or process a command that might also exist on a program’s menu bar. Problems in this part of an interface are uncommon, however if you find yourself repeatedly clicking an icon with no results, you can correctly describe the problem by referring to the toolbar.

Minimize, Restore, and Exit buttons – these three buttons are usually located on the right-most upper part of a program’s interface and each allow you to minimize a program’s screen, restore it to its original size, or shut down the program completely.

Scroll bar – this convenient tool allows users to move data up and down the computer screen.

Status bar – this part of a program is located at the bottom-most part of its interface, and it usually displays small messages that indicate the progress of a command or task. If programmed incorrectly, an application might display the wrong information in this area.

Context menu – like the menu bar, a context menu displays when a user right-clicks on something. It displays commands just like what you see on a File menu or a Help menu.

Input box – input boxes are usually small rectangles that allow you to type data into a simple interfaces like a webpage or browser window. If you find that you can’t type information into one of these, you can effectively resolve the issue with a technician by calling it an input box, rather than a “white rectangle,” or “place to put in text.”

Button – buttons perform a command after a user clicks them with a mouse. Problems occur when the text of a button is grayed out or if it doesn’t appear to sink into the screen when clicked.

Check box – a check box is a small box that allows a user to indicate several choices among many. When clicked, a small “x” displays inside a box. Similar to the check box, a radio button allows a user to indicate a single choice among many. Problems with radio buttons and check boxes occur when a user makes one choice, but the interface reacts as if the user made many choices (or none at all). When describing a problem to a technician, be sure to indicate whether the problem occurs with a check box or a radio box. Computer novices mistakenly interchange the names of both of these controls.

Comments

Popular posts from this blog

Accessorizing Computers

Accessorizing Computers What Comes Out of the Box is a Really Just a Starter Kit Yesterday, we spent about three hours trying to convince a client of ours that brand new computers just don’t come equipped with the all things that most computers need in a PC. We tried to convince him that a fully functional computer is one that is personalized with specially selected hardware and software accessories - and that the computer purchased at the store doesn’t come with these things. Unfortunately, all of our convincing was to our avail. Our client insisted that he should never need more than what came with his boxed product and that we were just trying “bilk” more money out of him. As computer consultants, it’s our job and mission to make sure our clients are 100% satisfied when they walk out our offices. But our job is unnecessarily made harder when people don’t take the time to learn about computer accessories and familiarize themselves with the limitations of store-bough...

Automating Things with Batch Files

Automating Things with Batch Files They Work on Today’s Computers Tool If you’re familiar with MS-DOS at all, you’ll recall that it’s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use a computer. As an example, to load up Microsoft’s simple editing program, you had to type the name of the drive that the program was on, the directory that the program was in, and then the name of the program. So if Microsoft Edit was in a directory or folder named “Process,” you could start the program by typing, “C:>process\edit.com” Then, and only then would the program load up for use. This is a small command, but just imagine if you had a program that was deeply nested within a series of folder. You could end up typing a command as wide as your computer screen or worse, long enough that the ...