Computer Science

    Computer Science Fundamentals
    A filename without path information.
    The answer is Relative filename. A relative filename is a name without path information. It appears in the directory listings, folders.
    Computer Science Fundamentals
    ______________ are used for solving complex application such as Global Weather Forecasting.
    Super computers are used with complex applications like Global Weather Forecasting, Creating graphic images, engineering design and testing, space exploration, etc.
    Computer Science Fundamentals
    A program that copies itself.
    A worm copies itself from one system to another over a network without the assistance of human.
    Computer Science Fundamentals
    In compiled language, the translation to machine-language is performed incrementally at run-time.
    The statement is false. The translation is performed once, then executable file is run as frequently as needed without further translation.
    Computer Science Fundamentals
    The ability for programmers to use the same written and debugged existing class.
    The programmer can add features to the existing class. The programmer on further developing the application, and allowing users to achieve increased performance.
    Computer Science Fundamentals
    Semicolon is used after :
    Semicolon is used after function call otherwise it leads to compile-time errors. It shouldn’t be used after definitions. It should also not be used after loops.
    Computer Science Fundamentals
    What does CHS stand for?
    CHS stands for cylinder-head-sector. The scheme is called CHS addressing. The same is also referred to as disk geometry.
    Computer Science Fundamentals
    Which of the following is a type of microprocessor?
    They are of three types:
    Computer Science Fundamentals
    This describes the objectives of a product and set out the constraints.
    Software development plan describes the objectives of the project and sets the constraints. It comprises risk analysis, work breakdown, monitoring and reporting mechanisms, etc.
    Computer Science Fundamentals
    ___________ is an emerging branch in computer science, which interprets means and method of making computers think like human beings.
    AI is an emerging branch in computer science, which interprets means and method of making computers think like human beings.