English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

10 answers

The Scroll Lock key has appeared on the keyboards of IBM personal computers since the original 83-key PC/XT and the 84-key AT layouts, and remains on the 101-key and greater "enhanced" keyboards currently in use. The Scroll Lock key wasn't on the original Macintosh keyboards but appears on the Mac's "enhanced" keyboard.

The main intent of the Scroll Lock key was to allow scrolling of screen text up, down and presumably sideways using the arrow keys in the days before large displays and graphical scroll bars. You can see where this might have been handy in the DOS era, when screen output typically was limited to 80 characters wide by 25 rows deep. For some types of programs, spreadsheets being the obvious example, it's still handy now. In Microsoft Excel, Scroll Lock allows you to scroll a spreadsheet with the arrow keys without moving the active cell pointer from the currently highlighted cell. In Quattro Pro, another spreadsheet program, Scroll Lock works in a similar manner, although in contrast to Excel it's not possible to scroll the active cell pointer completely off the screen.

Other programs use Scroll Lock for special functions. It's said (although I haven't personally verified this) that the Linux operating system as well as some early mainframe and minicomputer terminals employed Scroll Lock to stop text from scrolling on your screen in command-line sessions – pausing the scrolling, in effect. The ancient DOS adventure game “Rogue” (one of my all-time favorites) used Scroll Lock to scroll your character’s movement through the ASCII dungeons on the display. I'm told some computers in the late 1980s used the Scroll Lock key to halt the scrolling of the boot-up messages that appeared when you started the computer. This last use may be apocryphal, as I could find no examples of computers that displayed this behavior. The point is, Scroll Lock sometimes does something besides make that little light light up.

Other odd keys worthy of note on your keyboard include the SysRq key (sometimes appearing as SysReq), which shares the same key as the “Print Screen” key. (Historical sidelight – SysRq was the “84th key” added when the 83-key PC/XT keyboard became the 84-key AT keyboard.) Unless programmed by a particular application, the SysRq key does nothing in most operating systems, including DOS, Windows, and OS/2. The SysRq key has different "hooks" into the system BIOS (basic input/output system, the interface between the software and the low-level functions of the computer) from the other keys on the keyboard. IBM evidently included this key to facilitate task switching in future operating systems – that is, to allow either switching from one task to another (as on a mainframe computer), or interrupting all tasks and returning control to the keyboard. Advanced MS-DOS Programming, second edition, Microsoft Press, states:

A multitasking program manager would be expected to capture INT 15H so that it can be notified when the user strikes the SysReq key.

In layman's terms that means, "You can make a multitasking program manager monitor a specific location in your computer's hardware so it can do something cool, such as letting the user switch tasks, when the SysReq key is pressed." As it turned out, the developers of Windows didn't use SysReq when implementing task switching. Some new keyboards no longer feature this key, and its days seem numbered.

The Pause/Break key was used in the DOS command line environment to pause scrolling of text on the screen, which could, depending on the program and its method of text output to the screen, have the effect of pausing program execution. I have several old DOS power plant analysis programs that run under OS/2, Windows NT, and Windows XP, and I can attest that the Pause key effectively pauses execution of all of these programs by halting display of their screen output. Other programs may be unaffected by the Pause key, though, depending on how they are written and whether or not they output text to the screen. The Break key, when combined with the Ctrl key, is used to terminate DOS applications – and still does today, even in the DOS window of Windows XP. Some DOS communication programs used the Break key as a shortcut to terminate a modem connection, but that was really a function of the program, not the operating system.

The <`> key is called many names. According to the "Hacker's Jargon FAQ," these include:

backquote, left quote, left single quote, open quote, (grave accent), grave. Rare: backprime, [backspark], unapostrophe, birk, blugle, back tick, back glitch, push, (opening single quotation mark), quasiquote.

That's nice, but what is the symbol used for? It has no operating system function in DOS or Windows (although it does find use in the UNIX operating system), and in most type fonts doesn't match the appearance of an ordinary single quote (apostrophe), so it can't really be used as an open quote mark. However, programmers, being loath to let extraneous keys sit unused on a keyboard, have found use for it as an operator in the LISP and Python programming languages.

The pipe key <|>, also known as the bar key or vertical bar, is found above the backslash key <\>. It sees frequent use in C, C++, C# and other programming languages where it serves as the "OR" symbol. A single pipe indicates "bitwise OR," and two pipes together (||) signify "logical OR." For example:

C = (A | B)

means "apply bit operations to A and B and put the result in C." That is, if A is 0000 0110, and B is 1111 0000, then the result is:

A 0000 0110
B 1111 0000
--------------
C 1111 0110

which is bit-level arithmetic. If you're not a programmer, don't worry about it. The use of double pipes, such as:

if(A > 0 || B >0)

is a logical statement that means, "If variable A is greater than 0, or variable B is greater than 0, then do something."

In command-line environments such as DOS, the pipe symbol can add functionality to a DOS command. The way I most frequently use it is when doing a directory listing (DIR) on a large directory with hundreds of files. Say I type “DIR” at the command prompt like so:

C:\Una\Lesbian ****>DIR

. . . then the 22,000 files in that directory scroll past so fast I can't see their names. However, if I apply the pipe function at the command prompt like this:

C:\Una\Lesbian ****>DIR | more

. . . then the display will show me one screen of files at a time, with a "More" at the bottom. To display the next screen of files, I hit any key to continue, until all of the files in the directory have been listed (or I break, by pressing Ctrl-C). What's happening is that the pipe symbol causes the output of the DIR command to be "piped" to the "More" (paging) command. You get pretty much the same result by using the "/p" modifier, such as "DIR /p," to display directory information a page at a time.

One suspects that some oddball keys were put on the PC keyboard (or to be more precise, included in the ASCII character set, most of which found its way onto the PC keyboard) because the developers figured they'd come in handy for something. On the whole that has turned out to be the case--programmers and developers have found a use for nearly every key on the keyboard, even if that use isn't obvious to the general computing public. Witness the tilde <~>, which, whatever use it may have as a diacritical mark, now can mean "home directory" or "text omitted," among other things. Given the pace of change in information technology, there's a lot to be said for designing your user interface for maximum flexibility.

2006-12-04 05:11:05 · answer #1 · answered by jelly-bean 4 · 0 2

The scroll lock key is intended to temporarily stop the scrolling of text or halt the operation of a program. Today, many programs commonly do not utilize or function properly with this key.

An example of a program that this key may still commonly be used in is Microsoft Excel. Users can press the scroll lock key to move the window without moving the selected cell or visa versa.

Once upon a time there were no scroll bars which u could see at the right side or bottom of ur window. At that time scroll lock are used very much. For eg. if u have 100 lines of output for a program, you could see only the last 25 lines. To see the lines above you have to go up again. To avoid this scroll lock are used.

But when scroll bars are brought, scroll lock lost their familiarity since we can easily see any no. of lines when there is a scroll bar.

**********
Vasu M
**********

2006-12-05 06:43:33 · answer #2 · answered by V@su Maniram 3 · 0 0

One of real purpose of Scroll lock which I have used and many people is : for few legal softwares we have to use hardware lock connected to serial port and have to turn on the Scroll lock key to Run the software.

2006-12-04 13:21:21 · answer #3 · answered by Ganapathy 2 · 0 0

It's a bit archaic and pre-dates the days of the mouse somewhat. In a DOS application like a wordprocessor you used to use it to move the screen up and down with the arrow keys, instead of using the arrow to move the cursor. Now you hand scroll wheels and stuff that means you don't really need it anymore.

2006-12-04 13:09:12 · answer #4 · answered by rchlbsxy2 5 · 0 1

the meaning of the scroll lock key is how you will manage your computing experiments. It allows you to make your scroll more useable for your time of need.

2006-12-04 13:13:00 · answer #5 · answered by tammuzjune 2 · 0 1

to scroll the page the scroll button is used it is a easy way to sroll up and down and without the mouse.

2006-12-04 16:10:30 · answer #6 · answered by Anonymous · 0 0

I think that it stops you from accidently scrolling up or down.

2006-12-04 13:11:21 · answer #7 · answered by Anonymous · 0 0

No idea. I would love to know myself, probably useless

2006-12-04 13:09:42 · answer #8 · answered by Crash 4 · 0 0

It is like our Testicles..!! Totally useless..but can't remove it!! LOL

2006-12-04 13:31:30 · answer #9 · answered by Anonymous · 0 0

no idea, but I have always wondered that myself.

2006-12-04 13:08:39 · answer #10 · answered by Grand Master Flex 3 · 0 0

fedest.com, questions and answers