Computer Science

    Computer Science Fundamentals
    New CPU whose instruction set includes the instruction set of its predecessor CPU is said to be ___________ with its predecessor.
    The CPU is called backward compatible since it contains the instruction set of its predecessor. Manufacturers tend to group their CPUs into families having similar instruction set.
    Computer Science Fundamentals
    A process selects a replacement frame from the set of all frames.
    Global replacement process selects a replacement frame from the set of all frames; one process can take a frame from another.
    Computer Science Fundamentals
    ________________ is a paradigm of distributed computing to provide the customers on-demand, utility based computing service.
    Cloud computing is a paradigm of distributed computing to provide the customers with on-demand, utility based computing services. Cloud users can provide more reliable, available and updated services to their clients in turn.
    Computer Science Fundamentals
    In CAD, objects are displayed in block format.
    The statement is false. In CAD, Objects are displayed in wire frame outline form.
    Computer Science Fundamentals
    A set of activities that ensure that software correctly implements a specific function.
    Verification ensures that software correctly implements a specific function. It is a static practice of verifying documents.
    Computer Science Fundamentals
    JVM stands for?
    JVM stands for Java Virtual Machine. Other related terms are JRE which is java runtime environment and JDK which is java development kit.
    Computer Science Fundamentals
    The process of making digital information work for you is called ___________
    The process of making digitized data or information work for you is called digitalization. The conversion of analog signal to digital signal is called digitization. Digital signals are in the form of 0s and 1s.
    Computer Science Fundamentals
    XML stands for?
    XML stands for Extensible Markup Language. It allows information to be shared among different computer systems on the Internet.
    Computer Science Fundamentals
    Causing the CPU to step through a series of micro operations is called _________
    Sequencing is the process of causing the CPU to step through a series of micro operations. Execution causes the performance of each micro operation.
    Computer Science Fundamentals
    JIT stands for?
    JIT stands for Just in time. JVMs actually compile each bytecode instruction to native code the first time it is used.