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.
Job Control Language (JCL) statements are used to
Job control language (JCL) is a set of statements that you code to tell the z/OS® operating system about the work you want it to perform.
Job control language (JCL) is a set of statements that you code to tell the z/OS® operating system about the work you want it to perform.
See lessAdvantage(s) of using assembly language rather than machine language is (are):
One key benefit of using assembly language is that it allows programmers to write highly optimized code for the specific hardware a program will run on. This is because assembly language instructions map directly to the machine language instructions that the CPU can execute.
One key benefit of using assembly language is that it allows programmers to write highly optimized code for the specific hardware a program will run on. This is because assembly language instructions map directly to the machine language instructions that the CPU can execute.
See lessWhich of the following software types is used to simplify using systems software?
compiler A compiler translates a program written in a high-level language into Machine language or that transforms computer code written in one programming language into another programming language.
compiler
See lessA compiler translates a program written in a high-level language into Machine language or that transforms computer code written in one programming language into another programming language.
If you want to execute more than one program at a time, the systems software you are using must be capable of:
If you want to execute more than one program at a time, the systems software you are using must be capable of multitasking.
If you want to execute more than one program at a time, the systems software you are using must be capable of multitasking.
See lessA relocate program form is one which
A relocatable program form is one which consists of a program and relevant information for its relocation. Using this information it is possible to relocate the program to execute from a storage area then the one designated for it at the time of its coding or translation.
A relocatable program form is one which consists of a program and relevant information for its relocation. Using this information it is possible to relocate the program to execute from a storage area then the one designated for it at the time of its coding or translation.
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 lessScissoring enables
A part of data to be displayed
A part of data to be displayed
See lessIn analyzing the compilation of PL/I program, the description "resolving symbolic address (labels) and generating machine language" is associated with
generating machine language" is associated with assembly and output
generating machine language” is associated with assembly and output
See lessWhich of the following is not applications software?
The correct answer is Operating systems. Operating systems is not an application software. It is system software that manages computer hardware and software resources and provides common services for computer programs.
The correct answer is Operating systems. Operating systems is not an application software. It is system software that manages computer hardware and software resources and provides common services for computer programs.
See lessWhich of the following is true for machine language.
the language which communicates with the computer using only the binary digits 1 and 0.
the language which communicates with the computer using only the binary digits 1 and 0.
See less