Computer Science

    Computer Science Fundamentals
    What is stored in the H & L general-purpose register?
    H and L are 8-bit general-purpose registers. They are used to store the address of memory. Together they can store a 16-bit address.
    Computer Science Fundamentals
    Which of the following is the correct representation of a binary number?
    The binary numbers should comprise only two digits 0 and 1.
    Computer Science Fundamentals
    Abstraction combines the data and functions into a single unit called a class.
    The statement is false. Data abstraction involves hiding the details and giving only the necessary information to the user.
    Computer Science Fundamentals
    The first widely-used high level language developed in 1957.
    Fortran which stands for Formula Translation was the first widely-used high level language. It was developed by IBM for scientific applications. The program was entered as punch cards.
    Computer Science Fundamentals
    Magnetic tape is a type of _________ access device.
    Magnetic tapes are sequential access devices. They are the secondary storage devices and are used to store large amounts of data. In sequential access, data can be retrieved in the same sequence in which it is stored.
    Computer Science Fundamentals
    IN stands for?
    IN stands for Intelligent Network. It is a telephone network that provides technical services.
    Computer Science Fundamentals
    URL stands for?
    WWW specifies the URL of a website and allows the user to access information. URL stands for Uniform Resource Locator.
    Computer Science Fundamentals
    The number of cells in a K-map with n-variables.
    K-map is nothing but Karnaugh map.
    Computer Science Fundamentals
    The ___________ contains the address of the next instruction to be executed.
    PC stands for program counter (It contains the address of the next instruction to be executed).
    Computer Science Fundamentals
    What is the complement of X’Y’Z?
    The complement is obtained by converting the complement terms to normal terms and vice versa. Also, the OR and AND operators are interchanged. Here, X’Y’Z gets converted to X+Y+Z’.