Share on Facebook Share on Twitter Email
Answers.com

Screen hotspot

 
Hacker Slang: hot spot

1. [primarily used by C/Unix programmers, but spreading] It is received wisdom that in most programs, less than 10% of the code eats 90% of the execution time; if one were to graph instruction visits versus code addresses, one would typically see a few huge spikes amidst a lot of low-level noise. Such spikes are called hot spots and are good candidates for heavy optimization or hand-hacking. The term is especially used of tight loops and recursions in the code's central algorithm, as opposed to (say) initial set-up costs or large but infrequent I/O operations. See tune, hand-hacking.

2. The active location of a cursor on a bit-map display. “Put the mouse's hot spot on the ‘ON’ widget and click the left button.

3. A screen region that is sensitive to mouse gestures, which trigger some action. World Wide Web pages now provide the canonical examples; WWW browsers present hypertext links as hot spots which, when clicked on, point the browser at another document (these are specifically called hotlinks).

4. In a massively parallel computer with shared memory, the one location that all 10,000 processors are trying to read or write at once (perhaps because they are all doing a busy-wait on the same lock).

5. More generally, any place in a hardware design that turns into a performance bottleneck due to resource contention.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Screen hotspot
Top

A screen hotspot, in computing, provides a special area on the display screen of a computer for hyperlinking or for other GUI-based activity (such as re-direction, pop-up display, macro execution, etc).

Hotspots may not look visually distinct: however a mouseover operation will often reveal them by changing the shape of the mouse-pointer icon.

See also

image map.


 
 
Learn More
hotspot (technology)
Strike It Lucky
Vignetting

What are volcanic hotspots? Read answer...
Where do hotspots form? Read answer...
What does hotspot mean? Read answer...

Help us answer these
Where do hotspots form at?
What is the hotspot theory?
What are the hotspots in paris?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Hacker Slang. The Jargon File. Copyright © 2007.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Screen hotspot" Read more