Computer Science Fundamentals

Computer Science Fundamental MCQs focus on all topics of the Computer Fundamental subject, covering 100+ topics. This will help you to prepare for exams, contests, online tests, quizzes, viva-voce, interviews, and certifications.

    Computer Science Fundamentals
    To locate the exact location of data in memory, we need the starting address of the segment, which is found in the DS register and an offset value. This offset value is also called?
    When operands are specified in memory addressing mode, direct access to main memory, usually to the data segment, is required. This way of addressing results in slower processing of data. To get the exact location of data in memory, we need segment start address, which is found in the DS register and an offset value. This offset value is called an effective address.
    Computer Science Fundamentals
    The process in which a file is partitioned into smaller parts and different parts are stored in different disks is ____________
    Enhanced reliability is achieved by using techniques like mirroring and stripping in case of disk arrays. Stripping is the division of a large file into smaller parts and then storing them on different disks.
    Computer Science Fundamentals
    Which operation is shown in the following expression: (X+Y’).(X+Z).(Z’+Y’)
    The expression comprises of max terms.
    Computer Science Fundamentals
    A data structure that follows the FIFO principle.
    The answer is Queue. A Queue follows the FIFO principle. FIFO stands for First In First Out.
    Computer Science Fundamentals
    Which of the following statements define Computer Graphics?
    Computer Graphics refers to designing or generating images using computers.
    Computer Science Fundamentals
    A decoder is required in case of a ______________
    There are two types of microinstructions: Horizontal and Vertical.
    Computer Science Fundamentals
    A parallelism based on increasing processor word size.
    Bit level parallelism is based on increasing processor word size. It focuses on hardware capabilities for structuring.
    Computer Science Fundamentals
    Which of the following is not a microprocessor?
    Z8000, Motorola 6809, and Zilog Z8 are microprocessors but PIC1x is an 8-bit microcontroller.