
- •Software of ibm pc.
- •Software. File, Directory, ms-dos
- •Windows operating system
- •Merits and demerits of the windows
- •Base operations in windows operations With the mouse
- •The window of windows
- •Appearance of the window
- •Work with window
- •Item Неlр or "?"
- •Windows inquiry
- •The list
- •Installation of new programs.
- •Installation of new equipment.
МІНІСТЕРСТВО ОСВІТИ І НАУКИ УКРАЇНИ
ПРИДНІПРОВСЬКА ДЕРЖАВНА АКАДЕМІЯ
БУДІВНИЦТВА ТА АРХІТЕКТУРИ
КАФЕДРА ПРИКЛАДНОЇ МЕХАНІКИ
МЕТОДИЧНІ ВКАЗІВКИ
(англійською мовою)
„Програмне забезпечення. Загальні положення.
Операційна система Windows.”
(Software. Basic concepts. Operating system Windows)
ДО КУРСУ „ІНФОРМАТИКА І КОМПЬЮТЕРНА ТЕХНІКА”
ДЛЯ АНГЛОМОВНИХ СТУДЕНТІВ СПЕЦІАЛЬНОСТЕЙ
6.092100, 6.050100, 6.090100, 12.0100
Дніпропетровськ 2007
Методичні вказівки „Програмне забезпечення. Загальні положення. Операційна система Windows.” (Software. Basic concepts. Operating system Windows) до курсу „Інформатика і комп’ютерна техніка” для англомовних студентів спеціальностей 6.092100, 6.050100, 6.090100, 12.0100/ Укладач: І.В.Рижков.– Дніпропетровськ: ПДАБА, 2007.– 19 с. (англійською мовою).
В методичних вказівках викладено загальну інформацію щодо програмного забезпечення для ПЄОМ IBM PC та використання операційної системи Microsoft Windows. Інформація подається на англійській мові для використання студентами англо-українського та франко-українського проекту спеціальностей 6.092100, 6.050100, 6.090100, 12.0100
Укладач: І.В.Рижков, кандидат технічних наук, доцент кафедри прикладної механіки, проректор з науково-педагогічної роботи та інформаційних технологій ПДАБА.
Відповідальний за випуск: І.В.Рижков, кандидат технічних наук, доцент кафедри прикладної механіки, проректор з науково-педагогічної роботи та інформаційних технологій ПДАБА.
Рецензент: Г.М.Ковшов, доктор технічних наук, професор кафедри прикладної механіки ПДАБА.
Затверджено на засіданні кафедри прикладної механіки
Протокол № 8 від 2 лютого 2007
Затверджено на засіданні
Президії методичної ради ПДАБА
Протокол №4(45) від 30.03.2007
Software of ibm pc.
Keywords.
Software |
Программное обеспечение. Представляет собой набор программ написанных на каком-либо языке программирования и предназначенных для выполнения на данном компьютере. |
System software |
Системное программное обеспечение. Предназначено для обеспечения нормального и стабильного функционирования компьютера. |
Applications software |
Прикладное программное обеспечение. Предназначено для решения конкретных (прикладных) задач пользователя. |
Programming languages |
Языки программирования. Предназначены для создания новых программ. |
Driver |
Драйвер. Предназначен для управления работой устройств, входящих в состав ПК. |
Operating system |
Операционная система. Относится к системному ПО и предназначена для выполнения основных операций на ПК. |
File manager |
Программа для управления файловой системой ПК. |
Utilities |
Программы для тестирования и обслуживания ПК и программного обеспечения. |
Magnetic disk |
Магнитный диск. |
Logical disk |
Логический диск. |
File name |
Имя файла. |
Extension |
Расширение файла. |
Folder |
Папка (каталог) то же, что и директория. |
Directorie |
Директория (каталог) то же, что и папка. |
Subdirectorie |
Подкаталог. (каталог, находящийся в другом каталоге). |
Pointing |
Указание (команда «мышки»). |
Clicking |
Щелчок (нажатие кнопки «мышки»). |
Right-clicking |
Правый щелчок (нажатие правой кнопки «мышки»). |
Double-clicking |
Двойное нажатие кнопки «мышки». |
Dragging |
Перетаскивание (действие при помощи «мышки»). |
Software. File, Directory, ms-dos
The information is saved in the computer on a magnetic disk (HDD or FDD).
It allows saving the information when your computer is off.
This disk should be divided on logical disks.
The operating system works only with logical disks.
All logical disks have special names. A removable floppy disk has name only A: or B:.
A Hard Disk Drive can use name from C: to Z:.
Before first using of HDD you need to divide it on logical disks. You can do it with special command
FDISK.EXE.
After that you should format all logical disks with
FORMAT.EXE.
This program creates on the disk tracks and clusters, where you can write digital data.
All information in PC is saved in files.
File is the local block of the information, which has name and extension.
Operating system makes specific rules for naming files. For example, in MS-DOS you can use files with not more then 8 symbols in the name and not more then 3 symbols in the extension.
You can not use some specific names as a file name. Because it is name of the unit of PC.
There are:
PRN – Printer
CON – Console (keyboard/monitor)
LPT1…4 – Parallel Ports
COM1…4 – Serial Ports
AUX – Serial Port No.1 (COM1)
NUL – Nothing (Unit, which does not exist)
You can not use this name as file name, but you can use it as extension.
For example,
CON.TXT – Wrong name of file.
Text.CON – Good name for file.
You can use in file’s name some special symbols _ - + ! & ; = etc.
But you can not use some symbols. There are:
\ / * : ? “ < > |
You can use BIG and small letters in the MS-DOS, but MS-DOS does not distinguish one from the other. For example,
Text.Doc , TEXT.DOC, text.doc are the names of the one file.
And you can use Russian letters in the name of file. But in this case, sometime you can have problems with other computer, which can not understand Russian symbols and with Internet.
All files in PC layouts in the Directories. All directories have name and extension.
The rule of naming of Directories is same rule for files. But in one directory you can not have Directory and File with same names. All directories and files in PC layouts on the logical disk like twigs and leaves. One directory can have other directories. In this case those directories are called SubDirectories.
The main Directory on the logical disk is ROOT ( \ ).
All logical disk has a ROOT directory.
All files have FULL and SHORT name. SHORT name consists only of NAME and EXTENSION.
The FULL name consists of PATH and SHORT NAME. The PATH includes NAME of LOGICAL DISK and DIRECTORIES (the way - How can you find file from ROOT directory?), which are separated with backslash ( \ ).
For example,
C:\UTIL\TOOLS\TEST\check.exe – FULL FILE NAME
check.exe – LOCAL(SHORT) FILE NAME
You can use different name and extension for files as you want. But for comfortable work you should use extension in depending on Programs, which you use with this file.
For example,
.DOC – Document of The WORD.
.PAS – The program in PASCAL.
.TXT – The text file.
.COM – Command file
.EXE – Executable file
.SYS – System file
.BAT – File which has commands of MS-DOS.
etc.
C:\Windows\Program Files\ … …\Temp\mouse.exe
Tree – «Дерево» – The structure
of layout of files and directories
on the Disk.
Root ( \ ) – «Корневой каталог»
– The main directory of the Disk.
Subdirectory – «Подкаталог».
Sometimes you can use FILTER for selecting file or group of files. In FILTER you can use specific symbols * and ?. You can use ? as a one any symbol in file names. You can use * as one or more any symbols in file names. For example,
? – One any symbol * – One or more any symbols
Filter Selected files
text?2.d? texts2.dd, text12.ds, text-2.d4, text!2.d_ , etc.
text*.d* text.d, text_34r.doc, textwwww.dot, text-033.ddd, etc.
In MS-DOS you can run some files for fulfilling. There are .BAT, .COM and .EXE files.
Other files as a rule consist only of data for executable files (texts, images, sounds, data etc.).
The .BAT files include MS-DOS commands in the text mode. MS-DOS fulfills them step-by-step. If you want you can check and edit these commands.
The .COM and .EXE files include CPU and OS commands in the digital mode. It is impossible even for specialist to understand these commands in this mode. Other files have only data for executable files.
For running executable file in MS-DOS you should type its name. If you type only File Name, DOS will look for file with same name only in CURRENT directory.
If you want to run your file from other directory on PC, you should type FULL File Name (with Path)!
If you type file name without extension, DOS will try to run file with .BAT extension. If this file does not exist, DOS will try to run file with .COM extension. If this file does not exist too, DOS will try to run file with .EXE extension. If this file does not exist too, DOS will write message about error.
For example,
C:> prog Will be run file PROG.BAT, PROG.COM or PROG.EXE from the root directory of the logical disk C:
C:> E:\TOOLS\prog1.exe Will be run file PROG1.EXE from the directory TOOLS of the logical disk E: