Computer Science

    Computer Science Fundamentals
    What is the correct syntax of for statement?
    The correct syntax is : for(initialization;condition;update)
    Computer Science Fundamentals
    LRU stands for?
    LRU stands for Least Recently used. LRU is least recently used. It replaces page with the smallest count.
    Computer Science Fundamentals
    Which of the following is not a downside of OSS?
    An OSS is nothing but an open source software. It has restricted choices, i.e., there are fewer choices available for open source. Also, speed of change is an important downside, since the software keeps on updating itself, we cannot ensure if it is compatible with other applications.
    Computer Science Fundamentals
    What do you call a technical person who is capable of understanding the basic requirements?
    The person is called an analyst. An analyst is a software engineering who is responsible for requirements gathering.
    Computer Science Fundamentals
    Which of the following is not an advantage of a flowchart?
    Flowcharts provide a proper documentation. It also provides systematic debugging.
    Computer Science Fundamentals
    Producing graphical representations for scientific, engineering, and medical data sets.
    Scientific visualization is the term used for doing the same. It is used in various science related fields.
    Computer Science Fundamentals
    A __________ is a noted set of activities that are executed on the software in order to confirm its behavior to certain set of inputs.
    A test case is basically a documented set of activities that are carried out on the software in order to confirm its functionality to certain given inputs. Each test case would in turn have steps to address how we can check a particular test condition is satisfied or not.
    Computer Science Fundamentals
    A graphics method in which one object is transformed into another.
    Morphing is a graphics method in which one object is transformed into another.
    Computer Science Fundamentals
    The _____________ in a document and the order in which it is presented is referred to as the document’s logical structure.
    The information in a document and the order in which it is presented is referred to as the document’s logical structure. Information and the order are two most important things in a document.
    Computer Science Fundamentals
    The signed magnitude for -3 will be ___________
    Signed Magnitude of a number is a representation to determine if the number is positive or negative.