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.
A file organization component of a VSAM file is:
Originally a record-oriented filesystem, VSAM comprises four data set organizations: key-sequenced (KSDS), relative record (RRDS), entry-sequenced (ESDS) and linear (LDS).
Originally a record-oriented filesystem, VSAM comprises four data set organizations: key-sequenced (KSDS), relative record (RRDS), entry-sequenced (ESDS) and linear (LDS).
See lessWhich of the following is a type of systems software used on microcomputers?
The operating system (OS) is the best known example of system software. The OS manages all the other programs in a computer.
The operating system (OS) is the best known example of system software. The OS manages all the other programs in a computer.
See lessIn which way(s) a macro processor for assembly language can be implemented:
Macro processors can be implemented in a number of ways, including as an independent two-pass processor, an independent one-pass processor, or as a processor incorporated into pass 1 of a standard two-pass assembler.
Macro processors can be implemented in a number of ways, including as an independent two-pass processor, an independent one-pass processor, or as a processor incorporated into pass 1 of a standard two-pass assembler.
See lessThe working set theory of programming behaviour of processes running within an operating system involves
The working set model states that a process can be in RAM if and only if all of the pages that it is currently using (often approximated by the most recently used pages) can be in RAM.
The working set model states that a process can be in RAM if and only if all of the pages that it is currently using (often approximated by the most recently used pages) can be in RAM.
See lessWith MS-DOS which command will divide the surface of the blank floppy disk into sectors and assign a unique address to each one?
format command: The format command divides the surface of the blank disk into sectors and assigns a unique address to each one.
format command: The format command divides the surface of the blank disk into sectors and assigns a unique address to each one.
See lessA translator which reads an entire programme written in a high level language and converts it into machine language code is:
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.
The advantage(s) inherent to using high level languages is (are)
Using high-level languages offers several advantages. They are easier to learn and understand, reducing the learning curve for new programmers. High-level languages also provide built-in functions and libraries, increasing productivity.
Using high-level languages offers several advantages. They are easier to learn and understand, reducing the learning curve for new programmers. High-level languages also provide built-in functions and libraries, increasing productivity.
See lessMultiprogramming
Multiprogramming is multiple programs running simultaneously on one CPU; multitasking is multiple tasks (processes) running simultaneously on one CPU, and multithreading is multiple threads (light weight processes) running simultaneously on one CPU.
Multiprogramming is multiple programs running simultaneously on one CPU; multitasking is multiple tasks (processes) running simultaneously on one CPU, and multithreading is multiple threads (light weight processes) running simultaneously on one CPU.
See lessA Processor
The processor, also known as the CPU, provides the instructions and processing power the computer needs to do its work. The more powerful and updated your processor, the faster your computer can complete its tasks. By getting a more powerful processor, you can help your computer think and work fasteRead more
The processor, also known as the CPU, provides the instructions and processing power the computer needs to do its work. The more powerful and updated your processor, the faster your computer can complete its tasks. By getting a more powerful processor, you can help your computer think and work faster.
See lessWhat is the name given to the process of initializing a microcomputer with its operating system?
The process of starting a computer is known as booting. It can be triggered by either hardware, such as a button press, or software, such as a command.
The process of starting a computer is known as booting. It can be triggered by either hardware, such as a button press, or software, such as a command.
See less