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
    Locating or identifying the bugs is known as ___________
    Testing is conducted by the testers. They locate or identify the bugs. In debugging developer fixes the bug. Coding is done by the developers.
    Computer Science Fundamentals
    Controlling the phase is referred as __________
    It is referred to as phase modulation. When there is a change in amplitude, it is referred to as amplitude modulation.
    Computer Science Fundamentals
    Multiplane camera was introduced by Walt Disney.
    The statement is true. Walt Disney along with his colleagues had a problem with creating realistic animation and how to conserve time while creating it. Therefore, they came up with a great solution which can be considered another innovation in the field of animation called the multiplane camera.
    Computer Science Fundamentals
    The generation based on VLSI microprocessor.
    The 4th gen was VLSI microprocessor based. The period of fourth generation: 1972-1990.
    Computer Science Fundamentals
    The carrier wave is a _________
    The carrier wave is generally a sine wave. Carrier wave is used to transfer the signal from source to destination.
    Computer Science Fundamentals
    Both client and server release _________ connection after a page has been transferred.
    The answer is TCP. TCP stands for Transmission Control Protocol. Servers receive requests from clients.
    Computer Science Fundamentals
    Which of the following is not a part of disk address?
    Disk address represents the physical location of the record on the disk. It is comprised of the sector number, track number, and surface number (when double-sided disks are used).
    Computer Science Fundamentals
    PDU stands for?
    PDU stands for Protocol Data Unit. It is transmitted as a single unit to other units in a computer network.
    Computer Science Fundamentals
    Line Printers that print one line at a time are _________
    The drum printers have a solid cylindrical drum with characters embossed on its surface in the form of circular bands. It can only print a predefined set of characters.
    Computer Science Fundamentals
    A method used to force one thread to wait for another thread to finish.
    The answer is join(). We can use the join() method to force one thread to wait for another thread to finish.