Chapter 1: Operating Systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define the DOS command: ipconfig

A

The ipconfig command will show you the basic network information of your computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define the DOS command: title

A

The title command is used to set the command prompt window title.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define the DOS command: cls

A

The click command clears the screen of all the previously entered commands and other text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define the DOS command: dir

A

The dir command will display all the directories available in that drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define the DOS command: cd [dir name]-

A

The md command is used to change the drive or directory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define the DOS command: rmdir

A

The rmdir command is used to delete an existing or completely empty folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define the DOS command: md [dir name]-

A

The md command is used to create a new folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define the DOS command: cd .

A

The cd . command is used to return the command prompt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define the DOS command: date

A

The date command is used to display or change the current date.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define the DOS command: time

A

The time command is used to display or change the current time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define the DOS command: echo

A

The echo command is used to display a message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define the DOS command: exit

A

The exit command is used to quit the command prompt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the need for an operating system?

A

• 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Give 5 functions performed by the operating system-

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are advantages of GUI over CUI?

A

• 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain the type of operating systems-

A

There are 3 types of operating systems-

1) Single-user, Single-task:
• This type of operating system manages the computer to let the user do one task at a time.
• The Palm Operating System used in Palm handheld devices is an example of this type of operating system.

2) Single-user, Multi-task:
• This type of operating system is the most widely used.
• Windows and Mac OS are examples of this type of operating system.
• They enable a single user to do several tasks at the same time.

3) Multi-user, Multi-task:
• This type of operating system allows many users to take advantage of a single computer’s resources.
• Linux, Unix and Windows are examples of this type of operating system.