Computer Science

    Computer Science Fundamentals
    The magnetic tape is generally a plastic ribbon coated with ______
    Plastic ribbon is coated with a magnetizable recording material. Iron oxide and chromium dioxide is generally used in magnetic tapes. Data are recorded on the tape in the form of tiny invisible dots.
    Computer Science Fundamentals
    What does MAR stand for?
    MAR is a type of register which is responsible for the fetch operation. MAR is connected to the address bus and it specifies the address for the read and write operations.
    Computer Science Fundamentals
    Which of the following is the correct sequence of operations in a microprocessor?
    Initially, the opcode is fetched from memory, then memory read and write operations are performed followed by I/O read and I/O write operations.
    Computer Science Fundamentals
    A Fortran is not ___________
    Fortran is not a case sensitive language. For e.g. PROGRAM xyz also works. Also, multiple consecutive blank spaces are ignored.
    Computer Science Fundamentals
    Most of the cloud architectures are built on this type of architecture.
    Most of the cloud architectures are built on Grid architecture. Grid is a type of distributed computing architecture where organizations owning data centers collaborate with each other to have common benefits.
    Computer Science Fundamentals
    D in COBOL stands for _________
    It stands for debugging lines. Compiler fills in with the sequence numbers. There are certain coding rules that must be followed in COBOL.
    Computer Science Fundamentals
    BOOM stands for?
    BOOM stands for Binocular Omni-Orientation Monitor. It is a type of Stereoscopic display. Guidance of the box by the users.
    Computer Science Fundamentals
    Assembly Language requires less memory and execution time.
    The statement is true.
    Computer Science Fundamentals
    Which operator has the highest precedence?
    The NOT operator has the highest precedence. It is denoted by ! or – sign. Further, AND (.) operations are performed and then the OR terms are evaluated.
    Computer Science Fundamentals
    Which of the following is not a part of the usage information?
    Owner is a part of the access control information. Other options are a part of usage information of a file.