ArticleslgStudy

computer science

Screensaver

Screensaver is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Screensaver rather than just read about it. In short: A screensaver (or screen saver) is software that controls a monitor of the host computer with the intent of preventing screen burn-in for a screen susceptible to it. Generally, a screensaver starts controlling a monitor when the computer has been idle for a designated period of time and fills the screen either with black (all pixels off) or with changing graphics that tend to prevent each pixel from being on for a l…

Screensaver — main illustration
Screensaver — illustration

Key takeaways

  • Screensaver belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Screensaver to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Screensaver from memory before moving on to harder problems.

Reference excerpt

A screensaver (or screen saver) is software that controls a monitor of the host computer with the intent of preventing screen burn-in for a screen susceptible to it. Generally, a screensaver starts controlling a monitor when the computer has been idle for a designated period of time and fills the screen either with black (all pixels off) or with changing graphics that tend to prevent each pixel from being on for a long time. Although monitors were commonly constructed with screen technology that was susceptible to burn-in (CRT and plasma), most modern monitors are LCD which are not. Another modern technology, OLED, is susceptible. In addition to the feature described by its name (saving a screen from burn-in), a screensaver may provide other features. It may provide physical security by requiring a password to exit the screen control mode. Some use otherwise-idle computer resources to do useful work, such as processing for volunteer computing projects. Many modern devices such as televisions and other digital entertainment devices include a screensaver.

Considerations A monitor controlled by a screensaver consumes the same amount of power as when the screensaver is not controlling it, which can be anywhere from a few watts for small LCD monitors to several hundred for large plasma displays. Most modern computers can be set to switch the monitor into a lower power mode, blanking the screen altogether. A power-saving mode for monitors is usually part of the power management options supported in modern operating systems, though it must also be supported by the computer hardware and monitor itself. Using a screensaver with a flat panel or TFT LCD screen not powering down the screen can actually decrease the lifetime of the display, since the fluorescent backlight remains lit and ages faster than it would if the screen is turned off and on frequently. As fluorescent tubes age they grow progressively dimmer, and they can be expensive or difficult to replace. A typical LCD screen loses about 50% of its brightness during a normal product lifetime. In most cases, the tube is an integral part of the LCD and the entire assembly needs to be replaced. This is not true of LED backlit displays. Thus the term "screen saver" is now something of a misnomer – the best way to save the screen and also save electricity consumed by screen would simply be to have the computer turn off the monitor. Screensavers displaying complex 3D graphics might even add to overall power draw.

Purpose

Screen protection Before the advent of LCD screens, most computer screens were based on cathode-ray tube (CRT) technology. When an image is displayed on a CRT screen for a long period, the properties of the exposed areas of the phosphor coating on the inside of the screen gradually and permanently change, eventually leading to a darkened shadow or "ghost" image on the screen, called screen burn-in. Televisions, oscilloscopes and other devices that use a CRT are susceptible to phosphor burn-in, as are plasma displays to some extent. Screensavers were originally designed to help avoid these effects by automatically changing the images on the screen during periods of user inactivity. For CRTs used in public, such as an automated teller machine (ATM) and railway ticketing machine, the risk of burn-in is especially high because a stand-by display is shown whenever the machine is not in use. Older machines designed without burn-in problems taken into consideration often display evidence of screen damage, with images or text such as "Please insert your card" (in the case of ATMs) visible even when the display changes while the machine is in use. Blanking the screen is not a valid option as the machine can be perceived as out of service. In these applications, burn-in can be prevented by shifting the position of the display contents every few seconds, or by having a number of different images that are changed regularly. Later CRTs were much less susceptible to burn-in due to improvements in phosphor coatings, and because modern computer images are generally lower contrast than the stark green-on-black or white-on-black text and graphics of earlier systems. LCD computer monitors, including the display panels used in laptop computers, are not susceptible to burn-in because the image is not directly produced by phosphors although they can suffer from a less extreme and usually non-permanent form of image persistence. While modern screens are not susceptible to burn-in, screensavers are still used for other purposes. They usually feature moving graphics and sometimes sound.

Physical security

As a screensaver usually activates when the user is away, some screensavers ask users for a password before relinquishing control of the screen for normal computer use. This is a basic security measure against another person accessing the machine while the user is away.

Background work Some screensavers activate a background task, such as a virus scan or a volunteer computing application (such as the SETI@home project). This allows applications to use resources only when the computer would be otherwise idle. The Ken Burns panning and zooming effect is sometimes used to bring the image to life.

Entertainment

After Dark was an early screensaver for the Macintosh platform, and later PC/Windows, which prominently featured whimsical designs such as "flying toasters". Perhaps in response to the workplace environment in which they are often viewed, many screensavers continue this legacy of whimsy by populating the idle monitor with animals or fish, video games, and visual expressions of mathematics equations (through the use of fractals, Fourier transforms or other means) as in the Electric Sheep screensaver. At least one screensaver, Johnny Castaway, told a humorous animated story over many months. The ability of screensavers to divert and entertain is used for promotion, especially to build buzz for "event-based" products such as feature films. The screensaver is also a creative outlet for computer programmers. The Unix-based screensaver XScreenSaver collects the display effects of other Unix screensavers, which are termed "display hacks" in the Jargon File tradition of US computer science academics. It also collects forms of computer graphics effects called demo effects, such as were originally produced by the demoscene.

… excerpt ends here. Continue reading the full article.

Illustrations

Screensaver: Einstein@Home interactive screensaver
Einstein@Home interactive screensaver
Screensaver: GNOME Screensaver has an option for password protection.
GNOME Screensaver has an option for password protection.
Screensaver: XScreenSaver displaying a Matrix-style screensaver
XScreenSaver displaying a Matrix-style screensaver

Worked examples

Example 1 — a first encounter with Screensaver

Start with the simplest possible case. Write down what Screensaver claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Screensaver before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Screensaver ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Screensaver

In research
Screensaver appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Screensaver in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Screensaver is common in secondary-school and first-year university syllabi. It links to neighbouring topics 1970s neologisms, Computer-related introductions in the 1970s, Display technology, so understanding it makes those chapters shorter.
In everyday life
Look for Screensaver outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Screensaver in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Screensaver means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Screensaver out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Screensaver in simple terms?

A screensaver (or screen saver) is software that controls a monitor of the host computer with the intent of preventing screen burn-in for a screen susceptible to it. Generally, a screensaver starts controlling a monitor when the computer has been idle for a designated period of time and fills the s…

Why does Screensaver matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Screensaver?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Screensaver.

Tags

  • 1970s neologisms
  • Computer-related introductions in the 1970s
  • Display technology
  • Screensavers
  • Utility software types
  • Volunteer computing

Keep exploring