Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
. In MS-DOS, relocatable object files and load modules have extensions
In MS-DOS relocatable object files and local modules have extensions ? . COM and -OBJ, respectively. .
In MS-DOS relocatable object files and local modules have extensions ? . COM and -OBJ, respectively. .
See lessA program that converts a high-level language program to a set of instructions that can run on a computer is called a
A program that converts a high-level language source file into a machine-language file is called a compiler.
A program that converts a high-level language source file into a machine-language file is called a compiler.
See lessWhen a computer is first turned on or restarted, a special type of absolute loader is executed, called a
When a computer is first turned on or restarted a special type of absolute loader is executed called a bootstrap loader. A bootstrap loader is a program that resides in the computer's EPROM, ROM, or other non-volatile memory. It is automatically executed by the processor when turning on the computer
When a computer is first turned on or restarted a special type of absolute loader is executed called a bootstrap loader. A bootstrap loader is a program that resides in the computer’s EPROM, ROM, or other non-volatile memory. It is automatically executed by the processor when turning on the computer
See lessPage-map table is
A page table is a data structure used by a virtual memory system in a computer to store mappings between virtual addresses and physical addresses.
A page table is a data structure used by a virtual memory system in a computer to store mappings between virtual addresses and physical addresses.
See lessFour necessary conditions for deadlock to exist are: mutual exclusion, no-preemption, circular wait and
The four necessary conditions for a deadlock situation are mutual exclusion, no preemption, hold and wait and circular set. There are four methods of handling deadlocks - deadlock avoidance, deadlock prevention, deadline detection and recovery and deadlock ignorance.
The four necessary conditions for a deadlock situation are mutual exclusion, no preemption, hold and wait and circular set. There are four methods of handling deadlocks – deadlock avoidance, deadlock prevention, deadline detection and recovery and deadlock ignorance.
See lessA partitioned data set is most used for
Partitioned data sets are often called libraries. Programs are stored as members of partitioned data sets. Generally, the operating system loads the members of a PDS into storage sequentially, but it can access members directly when selecting a program for execution.
Partitioned data sets are often called libraries. Programs are stored as members of partitioned data sets. Generally, the operating system loads the members of a PDS into storage sequentially, but it can access members directly when selecting a program for execution.
See lessIf you do not know which version of MS-DOS you are working with, which command will you use after having booted your operating system?
In computing, ver (short for version) is a command in various command-line interpreters (shells) such as COMMAND.COM , cmd.exe and 4DOS/4NT. It prints the name and version of the operating system, the command shell, or in some implementations the version of other commands.
In computing, ver (short for version) is a command in various command-line interpreters (shells) such as COMMAND.COM , cmd.exe and 4DOS/4NT. It prints the name and version of the operating system, the command shell, or in some implementations the version of other commands.
See lessWhat is the name of the system which deals with the running of the actual computer and not with the programming problems?
An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.
An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.
See lessWhat is the initial value of the semaphore to allow only one of the many processes to enter their critical section?
So, in order to allow only one process to enter the critical section, binary semaphore is initialized to 1. Because after entering critical section, semaphore values become 0.
So, in order to allow only one process to enter the critical section, binary semaphore is initialized to 1. Because after entering critical section, semaphore values become 0.
See lessRound-robin scheduling
Round-robin scheduling (Figure 7.151) allocates each task an equal share of the CPU time. In its simplest form, tasks are in a circular queue and when a task's allocated CPU time expires, the task is put to the end of the queue and the new task is taken from the front of the queue.
Round-robin scheduling (Figure 7.151) allocates each task an equal share of the CPU time. In its simplest form, tasks are in a circular queue and when a task’s allocated CPU time expires, the task is put to the end of the queue and the new task is taken from the front of the queue.
See less