Computer Science

    Computer Science Fundamentals
    The wait fraction is represented by __________
    Wait fraction of a processor is represented by w. It is also known as the processor wait ratio.
    Computer Science Fundamentals
    Category of software that comprises word processing, graphics, databases etc.
    Application software comprises of all these things like graphics, database, word processing softwares, etc. There are mainly two categories of softwares- System and application.
    Computer Science Fundamentals
    In HTML, the tags that tell the browser how to display the page.
    Markup is a general term used to refer the types of tags in HTML. The markup tags tell the browser how to display the page.
    Computer Science Fundamentals
    ____________ storage is a system where a robotic arm will connect or disconnect off-line mass storage media according to the computer operating system demands.
    The tertiary storage is the correct option. It is used in the realms of enterprise storage and scientific computing on large computer systems and business computer networks and is something a typical personal computer never sees firsthand.
    Computer Science Fundamentals
    What is the vectored address of RST-5?
    Vectored address of RST-n is calculated by the formula n × 8. So, vectored address of RST-5 is (40)10. (40)10 in hexadecimal is (28)16 = 0028 H.
    Computer Science Fundamentals
    What do you call a program in execution?
    Option Process is correct. A program is a set of instructions. A program in execution is called a process.
    Computer Science Fundamentals
    As per idempotent law, X + X will always be equal to ________
    It will always return the same value X. Since, boolean deals with only two numbers 0 and 1, if we add 0+0, the answer is 0. Similarly, if we add 1+1 the answer is 1.
    Computer Science Fundamentals
    A point not considered in system evaluation.
    Points considered for evaluating a system are:
    Computer Science Fundamentals
    A digitizer converts __________ input into digital input.
    A digitizer converts analog signals to digital images. Due to this, it is compatible with both scanners and mice.
    Computer Science Fundamentals
    Which of the following is not a function of the Input Unit?
    The input unit converts the data into computer understandable format i.e. binary format and not the user understandable format. It is the duty of the output unit to make the data into user understandable format.