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.
Which of the following capabilities is required for a system program to execute more than one program at a time?
Multitasking refers to the ability to execute more than one task (or program) at the same time.
Multitasking refers to the ability to execute more than one task (or program) at the same time.
See lessCapacity planning
Capacity planning is the process of determining the production capacity needed by an organization to meet changing demands for its products. In the context of capacity planning, design capacity is the maximum amount of work that an organization or individual is capable of completing in a given perioRead more
Capacity planning is the process of determining the production capacity needed by an organization to meet changing demands for its products. In the context of capacity planning, design capacity is the maximum amount of work that an organization or individual is capable of completing in a given period.
See lessThe principles of structured programming forbid the use of
This led to the development of structured programming paradigms that disallowed the use of goto statements; only allowing the use of more structured programming constructs.
This led to the development of structured programming paradigms that disallowed the use of goto statements; only allowing the use of more structured programming constructs.
See lessWhich of the following is true about pseudocode
Pseudo code is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations. It is used for creating an outline or a rough draft of a program. Pseudo code summarizes a program's flow, but excludes underlying details.
Pseudo code is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations. It is used for creating an outline or a rough draft of a program. Pseudo code summarizes a program’s flow, but excludes underlying details.
See lessThe primary purpose of an operating system is to:
It manages the computer's memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer's language. Without an operating system, a computer is useless.
It manages the computer’s memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer’s language. Without an operating system, a computer is useless.
See lessBlock caches or buffer caches are used
Block caches or buffer caches are used to improve disk performance to handle interrupts to increase the capacity of the main memory to speed up the main memory. Reading from a disk is very slow compared to accessing (real) memory.
Block caches or buffer caches are used to improve disk performance to handle interrupts to increase the capacity of the main memory to speed up the main memory. Reading from a disk is very slow compared to accessing (real) memory.
See lessThe action of parsing the source program into the proper syntactic classes is known as
The action of parsing the source program into the proper syntactic classes is known as syntax analysis. A syntax analyzer or parser takes the input from a lexical analyzer in the form of token streams. The parser analyzes the source code (token stream) against the production rules to detect any erroRead more
The action of parsing the source program into the proper syntactic classes is known as syntax analysis. A syntax analyzer or parser takes the input from a lexical analyzer in the form of token streams. The parser analyzes the source code (token stream) against the production rules to detect any errors in the code.
See lessThe process of transferring data intended for a peripheral device into a disk (or intermediate store) so that it can be transferred to peripheral at a more convenient time or in bulk, is known as
The process of transferring data intended for a peripheral device into a disk (or intermediate store) so that it can be transferred to peripheral at a more convenient time or in bulk, is known as 'spooling'.
The process of transferring data intended for a peripheral device into a disk (or intermediate store) so that it can be transferred to peripheral at a more convenient time or in bulk, is known as ‘spooling’.
See lessAn algorithm is best described as
An algorithm is a set of commands that must be followed for a computer to perform calculations or other problem-solving operations.According to its formal definition, an algorithm is a finite set of instructions carried out in a specific order to perform a particular task.
An algorithm is a set of commands that must be followed for a computer to perform calculations or other problem-solving operations.According to its formal definition, an algorithm is a finite set of instructions carried out in a specific order to perform a particular task.
See lessPage stealing
Page stealing Is taking page frames from other working sets. When pure demand paging is used, pages are loaded only when they are referenced. ..
Page stealing Is taking page frames from other working sets. When pure demand paging is used, pages are loaded only when they are referenced. ..
See less