answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What process does the operating system perform I. Order to confirm your logon information?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What process does the operating system perform in order to confirm your logon information?

authorization


What is process control block in operating system?

All of the information needed to keep track of a process when switching is kept in a data package called process control block.s A PCB is a data structure in the operating system kernel containing the information needed to manage a particular process. The PCB is the manifestation of a process in an operating system,


What is the function of process control block?

A process in an operating system is represented by a data structure known as a process control block (PCB) or process descriptor. The PCB contains important information about the specific process includingThe current state of the process i.e., whether it is ready, running, waiting, or whatever.Unique identification of the process in order to track "which is which" information.A pointer to parent process.Similarly, a pointer to child process (if it exists).The priority of process (a part of CPU scheduling information).Pointers to locate memory of processes.A register save area.The processor it is running on.The PCB is a certain store that allows the operating systems to locate key information about a process. Thus, the PCB is the data structure that defines a process to the operating systems.


Which process develops a detailed description of the functions that a new information system must perform?

Systems design


What information is contained in a process table within an operating system?

Different data is contained in the process table:Priority of the processProcess is ready or waitingThe user ID of the user running the process


What is process management in terms of computing?

Process management in terms of computing is allocating resources in the operating system so that processes such as information exchange and sharing can be completed.


What is the process called to confirm a judge?

confirmation


How can you explain process hierarchy in connection with operating systems?

what are hierachies are used for process in operating systems


What process do plats perform that animals do not?

One process that plants perform that animals do not is photosynthesis.


Where can someone find information on colon detoxification?

The Mayo Clinic and WebMD have the most complete information on colon detoxification. Clinics that perform this process will have information as well, but be aware that it may be biased.


Give you five major achievement of operating system?

The five major achievements of operating system are in the areas of Process Memmory Management Information protection and security Scheduling and Resource management System Structure


What is a page table base register?

Each process running on a processor needs its own logical address space. This can only be realized if each process has its own page table. To support this, a processor that supports virtual memory must have a page table base register that is accessible by the operating system. For operating system security, this register is only accessible when the processor is in system mode. The operating system maintains information about each process in a process control block. The page table base address for the process is stored there. The operating system loads this address into the PTBR whenever a process is dispatched.