Chapter 1: Operating Systems Flashcards
Define the DOS command: ipconfig
The ipconfig command will show you the basic network information of your computer.
Define the DOS command: title
The title command is used to set the command prompt window title.
Define the DOS command: cls
The click command clears the screen of all the previously entered commands and other text.
Define the DOS command: dir
The dir command will display all the directories available in that drive.
Define the DOS command: cd [dir name]-
The md command is used to change the drive or directory.
Define the DOS command: rmdir
The rmdir command is used to delete an existing or completely empty folder.
Define the DOS command: md [dir name]-
The md command is used to create a new folder.
Define the DOS command: cd .
The cd . command is used to return the command prompt.
Define the DOS command: date
The date command is used to display or change the current date.
Define the DOS command: time
The time command is used to display or change the current time.
Define the DOS command: echo
The echo command is used to display a message.
Define the DOS command: exit
The exit command is used to quit the command prompt.
What is the need for an operating system?
• An operating system bridges the gap between the user and hardware of a computer.
• The user uses an application software to send instructions.
• An operating system receives all the instructions and accordingly passes the control to hardware devices.
Give 5 functions performed by the operating system-
1) Starting a computer:
• When you turn on a computer, its operating system is loaded onto its memory.
• This process is called booting.
2) Memory Management:
• The operating system allocates memory space to a task.
• It keeps track of data loaded onto the memory and its usage.
3) Resource Management:
• The operating system keeps track of processes that have hardware or software requirements.
• It has a priority system that maintains the order in which a resource is to be allocated to a process.
4) Process Management:
• A process is a task in execution.
• An operating system assigns a task given by the user to the CPU and controls the order of its execution.
• It allocates the resource in sequence.
5) Managing Files and Folders:
• The operating system allocates memory to store files and folders.
• It helps to store files under folders or sub-folders.
What are advantages of GUI over CUI?
• A GUI is visually appealing and attractive.
• It is easier to work on.
• It enables its users to view, control, and switch between different applications.
• It provides a lot of options.
• It provides the facility to access the computer from a far-off location by using remote access.
• It enables its users to carry out multiple tasks at the same time.