Computer Basics

Link to Hands On! 11 - Hands On!: Intro

Link to Home - Jan's Illustrated Computer Literacy 101



Now that you've inspected the computer front side, back side, and inside, you're ready to actually start using one! If everything is plugged in properly, what do you do to start the computer?

hand pushing buttonTurn it on!

Turn on the computer's main power using the Power button or switch.
Simple isn't it? Well, it can be a little bit more complex. The auxiliary devices may need to be turned on as well: monitor, printer, speakers, modem, scanner, etc.
 
User TipHere's where one of those console-style surge protectors that fit under the monitor come in handy. All the switches are right in front of you. By leaving everything you usually need plugged into the console and switched on, the Master switch will start everything up with one little action. Just be sure that the computer is shut down first!

Run a Program

At the end of the boot process, discussed under System Software, the operating system is in place and ready for work. So how do you start a program? That depends on your particular operating system. This is not a course on any particular operating system, but we'll just look at how to run a program under

Dos iconDOS and win95 iconWindows  (various versions)


I will talk about the versions I am most familiar with (and for which I have images Smiley face ).

 


Where you are:
JegsWorks > Lessons > Computer Basics


  1. Computer TypesArrow: Subtopics
  2. ApplicationsArrow: Subtopics   
  3. InputArrow: Subtopics
  4. ProcessingArrow: Subtopics  
  5. OutputArrow: Subtopics
  6. StorageArrow: Subtopics
  7. Computer to ComputerArrow: Subtopics
  8. System SoftwareArrow: Subtopics
  9. ProgrammingArrow: Subtopics

  10. What You SeeArrow: Subtopics
Link to Hands On! 11. Hands On! Arrow: Subtopics list open
    Get Started
    Files
    Directories/Folders
    Printing
    Networked
    Help!
    Info?
    Quiz
  12. On Your OwnArrow: Subtopics

Search

Glossary

Appendix



Dos iconRun in DOS

[Yes, you need to read this! No matter what operating system you are using now.]

C:\>d:\games\chess\chess.exe
If you are in a non-graphical operating system like DOS, you will see a command line prompt, which looks like the icon we're using for DOS above. It sits there waiting for you to type in a command. So you'll need to know what command you want. In most cases you'll need to type in the full path to the file that executes the program. Then press the Enter key.
 
You may wonder why we need to discuss the old-fashioned DOS commands. Unfortunately when things go wrong, it is often true that the fix requires running a utility program from DOS or using a DOS-type command. For a list of useful commands, see DOS Commands.
 
User TipFor many programs, the file you need will have a name similar to the name of the program, as in the example above. Other programs use file names like start.bat or kq5.exe (for the game King's Quest 5). If you don't know the exact name and path of the file, you'll have to look it up in the program's documentation or else use the dir command to see the listing of files onscreen, discussed under Directories/Folders, and make your best guess. (Guessing has a serious drawback. If you guess wrong, there may be unhappy consequences!)
 
User TipIf you type in the command and it doesn't work, carefully check your typing. Extra spaces or any spelling mistakes will keep your command from being executed as you planned.

Win95 iconRun in Windows

Your system is probably set up to boot directly to the Windows Desktop.

Method 1: Shortcut 

  • Icon: Word wo1o (win7)Icon: Word 2003 on the DesktopShortcut on the Desktop itself:
    When you install a program, the process usually offers to create a shortcut on the Desktop and also in the menu for Programs. An icon for a shortcut usually has a small arrow on the bottom left of the graphic.
     
  • Shortcut in the list of Programs:
    Click on the Start Menu button at the bottom left of the desktop.
     
    Icon: WinXPWin XP: Let the mouse hover over the Programs item to expand the cascading list of program shortcuts. (A shortcut is a file that points to the actual executable file that starts the program.) Move the mouse without getting off the list to highlight the program you want and click. If you slip off the list, the list will vanish. You might have to work down through several levels of the cascade to find your program.

    Icon: VistaIcon: Win7 Windows Vista/Win7: Click the Start button at the bottom left, then click theeAlllPrograms link at the bottom. The menu changes to show the list ofPrograms link at the bottom. The menu changes to show the list of programm shortcuts. Instead of cascading as a new menu to the side, these menus open up underneath, like folder in a folder tree in a Computer window.

Start Menu > All Programs > Microsoft Office > Word 2003 (WinXP)  Win 7 Desktop - Start Menu, WordPad

Start Menu: Win XP and Windows 7

Dialog: Run - mspaint (Win7)Dialog: Run - blank (WinXP)Method 2:  Run Dialog.

  • Icon: WinXPWinXP: Click on the Start Menu and select Run on the right. The Run dialog appears.

    Icon: VistaIcon: Win7Vista/Win7: Click on the Start button. A menu appears above the button. In the search box right above the Start button, type run. The menu above changes. Click on Run. Start > run in Search box> Run (Win7) The Run dialog appears.

  • Type in the full path to the file that starts the program, like c:\Windows\notepad.exe.

  • Click on OK. Your program should start. 

For programs that are part of Windows like Paint and Notepad, you can just type the name of the file that starts the program - mspaint or notepad. But typing paint, which is the name of the program, won't work in the Run dialog. It will work in Method 5 below.
 

Computer window with executable selected (Win7)Method 3:  Browse from the Run Dialog
The Run dialog has a Browse button that opens a Windows Explorer dialog box where you can select the drive, folder, and then the file that starts your program. We'll be seeing more about how things are arranged shortly in the lesson Directories/Folders. (You have to know where the file is that starts the program that you want!)

Method 4: File name
From Computer or Windows Explorer window, select the drive, then the folder, then double-click on the file or shortcut that starts the program. (You have to know where the file is that starts the program that you want!)

Menu: Start - Search for "wo" (Windows 7)Method 5: Search using the Program's Name
Icon: VistaIcon: Win7Vista/Win7: Click the Start button. In the Search box just above the button, start typing  part of the name of the program. It does not have to be the beginning of the name. You don't have to know the filename! The list above the box starts changing as you type, listing programs and files whose names contain your typing.

The illustration shows that typing just two characters, 'wo', brought up shortcuts to two programs, Microsoft Office Word 2007 and WordPad, plus other types of files that had those characters in the name. This is a user-friendly method!


Turning it off!

Before we go on, let's be sure we can quit a program and then closeedownnthe computer properly. When computers are not shut down in proper sequence, sometimes files get corrupted which can cause all kinds ofthe computer properly. When computers are not shut down in proper sequence, sometimes files get corrupted which can cause all kinds of trouble..

Basically, you want to shut down your open program with the program's own Exit command. Then close down the computer with the appropriate steps, depending on your operating system.


Dos iconClose in DOS

Exit Program - In a modern DOS program you would choose the Exit command, usually on the File menu.

Games often have graphical menus, rather than the menu bar across the top. The command you want might be a little different, like "Save Game and Exit to DOS" or "Quit".

If the program doesn't display a menu, some combination of keys will be the Exit command. Again, different programs use different keys. You'll have to read the program directions to see what to use.

Some old DOS programs assumed that the program was being run from a floppy disk. These were written before the days of hard drives. To get out of such a program you had to remove the floppy from the drive and turn the computer off and then back on! You probably won't see such a program. Still, it pays to be aware of such oddities!

Power Switch in DOS - Once you see the command line prompt again, like the icon for this DOS section, you can turn off the computer with the power switch. Simple.


Win95 iconClose in Windows

Exit Program -

Ways to close Paint (WinXP) Word 2010 - methods to close document or program

Paint in WinXP; Word 2010 in Windows 7

  • File > Exit command:
    Exit is usually at the bottom of the File menu. Some programs name this command Close instead.
     
  • Menu: Program Title bar icon (Word 2010)Control icon: Click the program's icon on the left end of the Title Bar. Select Close to close the window.
     
  • Close Button: Click the X button on the far right of the Title Bar. The window closes.
    Be careful with newer programs that have a tab for each document instead of separate windows. The X button closes the whole window and all documents that have tabs in this window.
     
  • Key combo: Some programs have a keystroke combination also as shown at the bottom right of the menu in the illustration. ALT + F4 usually works to close any window.

Many programs will shut down the program when you close the last open document for that program. But some will remain open with no document showing so you can start a new one. 

Windows excels in offering multiple ways to accomplish most tasks. As you work with your programs you will learn what methods work best you. But do try out all the choices. As you gain skills and work with your programs, you may find that different methods are more efficient now.
 

Exit Windows- You shut down Windows by clicking on the Start Menu > Turn Off Computer or Shut Down.
(It is usually a good idea to close all of your open applications first. Windows will usually close the programs for you andwarnnyou if something hasn't been saved yet.)you if something hasn't been saved yet.)

Icon: WinXPWinXP: A dialog opens for you to choose what kind of shut down you want: Stand By, Turn Off, or Restart. If there are multiple logon accounts on the computer, you will see Switch User.

Start Menu > Shut Off Computer (WinXP) Dialog: Shut Down choices for WinXP

Menu: Start > Shut Down (Win7)Icon: VistaIcon: Win7Vista/Win7: The arrow beside the Shut down button opens a list of other options. Different versions on different hardware may have somewhat different choices. Laptops in particular can have several different levels for low energy use instead of just Sleep.
 

What the Choices Mean:

Shut Down Closes up all the background and open programs and then either shuts off the computer or shows a screen that tells you that it is OK to turn off the computer, depending on your operating system.
Restart Does a warm boot by closing everything down and then immediately starting the computer up again. This method avoids the wait for the hard drive to stop spinning before you could reboot manually.
Logoff and then Logon as a different user
or
Log off
If you are using a computer which is on a network and you have permission to do stuff that the normal user for that computer doesn't, you'll have to logon as yourself to do those things. This choice works faster than closing everything down and physically restarting the computer. (The LogOff choice is moved to the Start Menu itself in some versions.)
When you logoff, all of your programs are closed and a logon screen appears.
Switch user Opens a logon screen where you can choose to logon as a different user. You are NOT logged off from the original account. You can leave applications open under both accounts and switch between them.

User Warning Don't just turn off the computer while you are still in Windows. You might corrupt the Registry, which stores lots of information about your computer and software. A messed up Registry might even keep the computer from running at all.

If the computer has locked up so that nothing works any more and you have been patient for several minutes, you'll have no choice but to do a reboot. This is a much rarer event with current operating systems than before.


Lessons Computer Basics Previous Page Next Page




Teachers: Request permission to use this site with your class

Copyright © 1997-2011 Jan Smith   <jegs1@jegsworks.com>
All Rights Reserved

Icon: DownloadIcon: CDWant a local copy with no ads? - Download/CD
Want to help?


~~  1 Cor. 10:31 ...whatever you do, do it all for the glory of God.  ~~


Last updated: 03 Oct 2011