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.
The Memory Address Register
In a computer, the memory address register (MAR) is the CPU register that either stores the memory address from which data will be fetched to the CPU registers, or the address to which data will be sent and stored via system bus.
In a computer, the memory address register (MAR) is the CPU register that either stores the memory address from which data will be fetched to the CPU registers, or the address to which data will be sent and stored via system bus.
See lessFragmentation of the file system
File fragmentation occurs when a file is stored in non-contiguous sectors on a hard drive, causing it to take longer to open and decrease overall performance. It can occur when a file is saved, deleted, and re-saved over time, as well as if there is insufficient free space on the hard drive.
File fragmentation occurs when a file is stored in non-contiguous sectors on a hard drive, causing it to take longer to open and decrease overall performance. It can occur when a file is saved, deleted, and re-saved over time, as well as if there is insufficient free space on the hard drive.
See lessIn analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with
In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with recognition of basic elements and creation of uniform symbols.
In analyzing the compilation of PL/I program, the term “Lexical analysis” is associated with recognition of basic elements and creation of uniform symbols.
See lessIn virtual memory systems, Dynamic address translation
Dynamic address translation, or DAT, is the process of translating a virtual address during a storage reference into the corresponding real address. If the virtual address is already in central storage, the DAT process may be accelerated through the use of a translation lookaside buffer.
Dynamic address translation, or DAT, is the process of translating a virtual address during a storage reference into the corresponding real address. If the virtual address is already in central storage, the DAT process may be accelerated through the use of a translation lookaside buffer.
See lessAssembly code data base is associated with
Assembly code data base is associated with the assembly language version of the program which is created by the code generation phase and is input to the assembly phase.
Assembly code data base is associated with the assembly language version of the program which is created by the code generation phase and is input to the assembly phase.
See lessThrashing can be avoided if
Thrashing can be avoided if the pages, belonging to the working set of the programs, are in the main memory. Eliminating one or more running apps is a temporary fix for thrashing. Increased main memory space is one of the suggested solutions to stop thrashing.
Thrashing can be avoided if the pages, belonging to the working set of the programs, are in the main memory. Eliminating one or more running apps is a temporary fix for thrashing. Increased main memory space is one of the suggested solutions to stop thrashing.
See lessSystem generation:
The generation of an operating system refers to its evolutionary stage or version. Each generation typically represents advancements in technology, features, and functionality, leading to improved performance and user experience.
The generation of an operating system refers to its evolutionary stage or version. Each generation typically represents advancements in technology, features, and functionality, leading to improved performance and user experience.
See lessResolution of externally defined symbols is performed by
Linker: A Linker is a computer program that takes object files which is generated by compiler and combines all these object files into a single executable file or another object file, so resolution of externally defined symbols is performed by linker.
Linker: A Linker is a computer program that takes object files which is generated by compiler and combines all these object files into a single executable file or another object file, so resolution of externally defined symbols is performed by linker.
See lessThe principle of locality of reference justifies the use of
The principle of locality of reference justifies the use of DMA. virtual memory.
The principle of locality of reference justifies the use of DMA. virtual memory.
See lessA system program that sets up an executable program in main memory ready for execution is
Loader is a system program that sets up an executable program in main memory ready for execution.
Loader is a system program that sets up an executable program in main memory ready for execution.
See less