Computer Science

    Computer Science Fundamentals
    Which of the following is used for binary multiplication?
    The Booth’s Algorithm is used for the multiplication of binary numbers. It is basically used for the multiplication of 2 signed numbers. This is a very important algorithm in binary arithmetic.
    Computer Science Fundamentals
    A program is an active entity.
    The statement is false. A program is not an active entity. It is completely passive.
    Computer Science Fundamentals
    Any set of digits or alphabets are generally referred as ______________
    We refer to the digits and alphabets generally as characters. A character is generally a unit of information in computers.
    Computer Science Fundamentals
    NE stands for __________ element.
    The answer is network. NE is the network element. It is any logical entity.
    Computer Science Fundamentals
    The binary number obtained after applying RSC on 11010 will be ___________
    RSC stands for Right-Shift Circulant. So, whenever the numbers are shifted to the right an extra 0 bit is added to the left. Here, after the right shift of 11010, the number obtained will be 01101.
    Computer Science Fundamentals
    Which of the following Printers have a speed in the range of 40-300 characters per second?
    The inkjet printers are non-impact printers. Hence, they cannot produce multiple copies of a document in a single printing. Can be both monochrome and color.
    Computer Science Fundamentals
    A collection of related data.
    Database is the collection of related data and its metadata organized in a structured format. It is designed for optimized information management.
    Computer Science Fundamentals
    The time that depends on the input: an already sorted sequence that is easier to sort.
    The running time depends on the input: an already sorted sequence is easier to sort. The running time is given by the size of the input, since short sequences are easier to sort than the longer ones. Generally, we seek upper bounds on the running time, because it is reliable.
    Computer Science Fundamentals
    Word length of a personal computer ___________
    The word length which is the size of a word is generally 8 bits in a personal computer. Word Size is generally the number of bits that can be processed in one go by the CPU.
    Computer Science Fundamentals
    Which of the following isn’t a phase of digitization?
    There is no phase called analog conversion. Discretization means the reading of an analog signal. Quantization is the rounding of samples to numbers.