Computer Science

    Computer Science Fundamentals
    A guideline for the OSS licenses other than the GPL.
    OSS is the open source software. In 1997, OSI or the open source initiative was founded and it developed the OSD (Open Source Definition). OSD is a guideline for OSS licenses other than the GPL.
    Computer Science Fundamentals
    Which of the following divides the input domain into classes containing data?
    Equivalent partitioning divides the input domain into classes containing data. They basically exercise on a specific functionality of a software.
    Computer Science Fundamentals
    The technology that has the ability to interact with the world.
    AI which is artificial intelligence is the ability to interact with the world. It is the ability to model the world and to learn and adapt.
    Computer Science Fundamentals
    DBMS manages the interaction between __________ and database.
    DBMS manages the interaction between the end users and the database. End users are the final users that interact with the database.
    Computer Science Fundamentals
    A standard for unit testing.
    IEEE 1008 is a standard defined for unit testing. Rest all the other standards mentioned are invalid. There are certain standards defined for Quality assurance.
    Computer Science Fundamentals
    Logical Address space can be larger than physical address space.
    The statement is true. Since, a part of the program needs to be in memory for the process of execution, the logical space can therefore be much larger than the physical address space.
    Computer Science Fundamentals
    The transfer between CPU and Cache is ______________
    The transfer is a word transfer. In the memory subsystem, word is transferred over the memory data bus and it typically has a width of a word or half-word.
    Computer Science Fundamentals
    Which of the following is not a point-and-draw device?
    All except the keypad are point-and-draw devices. They are used to rapidly point to and select a graphic icon or menu item from multiple options displayed on the GUI of a screen.
    Computer Science Fundamentals
    The subtraction using 1’s complement of 110 – 100 will give the result ___________
    To subtract using 1’s complement: Take the 1’s complement of the 2nd number (here, 011) and add it to the first number. (110+011=1,001).
    Computer Science Fundamentals
    A ________ is tested to ensure that information properly flows into and out of the system.
    A module interface is tested to ensure that information properly flows into and out of the system.