PDA

Computer term

View Full Version : Computer term


Glen
May 02, 2016, 08:56 PM
I don't even know the English word for this, much less the Spanish but I'll try to describe it. When the computer is "thinking" (?) there appears a little circular image that rotates itself, usually clockwise but sometimes counter-clockwise, until the desired page shows up on the screen. Any ideas?

AngelicaDeAlquezar
May 02, 2016, 10:07 PM
to load -> cargar
to process -> procesar
to download -> descargar
to install -> instalar

:thinking:

Rusty
May 03, 2016, 04:26 AM
That's called the loading icon. It means you're waiting on the application to load.

wrholt
May 03, 2016, 04:58 PM
<computer programmer's hat>

Other possible names include "busy icon", "wait icon", "loading cursor", "busy cursor" and "wait cursor". Often the same image is used whenever the program is performing a long operation that causes the program not to respond to other input until the operation completes.

The names with "cursor" are appropriate only when the image moves in order to track the current position of the mouse/pointer device.

</computer programmer's hat>