Computer Science Quiz

Reviewed by Godwin Iheuwa
Godwin Iheuwa, MS, Computer Science |
Computer Expert
Review Board Member
Godwin is a proficient Database Administrator currently employed at MTN Nigeria. He holds as MS in Computer Science from the University of Bedfordshire, where he specialized in Agile Methodologies and Database Administration. He also earned a Bachelor's degree in Computer Science from the University of Port Harcourt. With expertise in SQL Server Integration Services (SSIS) and SQL Server Management Studio, Godwin's knowledge and experience enhance the authority of our quizzes, ensuring accuracy and relevance in the realm of computer science.
, MS, Computer Science
Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Michellee
M
Michellee
Community Contributor
Quizzes Created: 5 | Total Attempts: 141,777
Questions: 10 | Attempts: 24,891

SettingsSettingsSettings
Computer Science Quiz - Quiz

The device on which you’re viewing this quiz – do you know how it works? There is a vast amount of processes going on under the hood of whatever phone, laptop, or tablet you use on a daily basis, an endless array of ones and zeroes all working together to display these words. How does it all work? Test your knowledge on that and all the other facets of computer science in this quiz!


Questions and Answers
  • 1. 

    Which of the following is the binary representation of 4 5/8?

    • A.

      110.101

    • B.

      100.101

    • C.

      10.011

    • D.

      100.11

    Correct Answer
    B. 100.101
    Explanation
    The binary representation of a number includes both the whole number part and the fractional part. In this case, 4 is the whole number part, which is represented as 100 in binary. The fractional part, 5/8, can be converted to binary by multiplying it by 2 repeatedly until the fractional part becomes 0. This gives us 0.101 in binary. Therefore, the binary representation of 4 5/8 is 100.101.

    Rate this question:

  • 2. 

    A segment of a track in a mass storage system

    • A.

      Pixel

    • B.

      Address

    • C.

      Sector

    • D.

      Flip-flop

    Correct Answer
    C. Sector
    Explanation
    A sector refers to a specific portion or segment of a track in a mass storage system. It is a standardized unit of data storage that typically contains a fixed number of bytes. Sectors are used to organize and store data on storage devices such as hard drives and solid-state drives. Each sector is assigned a unique address, allowing the system to locate and retrieve data efficiently.

    Rate this question:

  • 3. 

    A numeric value used to identify a memory cell

    • A.

      Hexadecimal notation

    • B.

      Boolean operation

    • C.

      Bit

    • D.

      Address

    Correct Answer
    D. Address
    Explanation
    An address is a numeric value used to identify a memory cell. It serves as a unique identifier for each memory location. In computer systems, memory is organized into cells, and each cell has an address associated with it. This address allows the computer to locate and access specific memory locations for reading or writing data. Therefore, the correct answer in this case is "address."

    Rate this question:

  • 4. 

    A means of encoding text in which each symbol is represented by 16 bits

    • A.

      ISO

    • B.

      ASCII

    • C.

      Unicode

    • D.

      LZW

    Correct Answer
    C. Unicode
    Explanation
    Unicode is the correct answer because it is a means of encoding text in which each symbol is represented by 16 bits. Unicode is a universal character encoding standard that can represent characters from all major languages and scripts around the world. It allows for the representation of a wide range of characters, including those from different writing systems, symbols, emojis, and special characters. The use of 16 bits ensures that a large number of characters can be encoded, making it suitable for multilingual and international applications.

    Rate this question:

  • 5. 

    Which of the following storage systems is best suited for storing and retrieving long strings of data that are processed in their sequential order?

    • A.

      Magnetic disk

    • B.

      Main memory

    • C.

      Optical CDs and DVDs

    Correct Answer
    A. Magnetic disk
    Explanation
    Magnetic disks, such as hard drives, are well-suited for storing and retrieving long strings of data that are processed in their sequential order. This is because they allow for both sequential and direct access, making them versatile for various data operations. Please note that while main memory and optical CDs/DVDs can also store and retrieve data, they may not be as efficient as magnetic disks for handling long strings of data in sequential order.

    Rate this question:

  • 6. 

    Which of the following bit patterns (represented in hexadecimal notation) represents a negative number in two’s complement notation?

    • A.

      55

    • B.

      7F

    • C.

      A6

    • D.

      08

    Correct Answer
    C. A6
    Explanation
    In two's complement notation, the most significant bit (MSB) represents the sign of the number. If the MSB is 1, it indicates a negative number. In hexadecimal notation, A6 has a binary representation of 10100110. Since the MSB is 1, A6 represents a negative number in two's complement notation.

    Rate this question:

  • 7. 

    A digital circuit capable of holding a single digit

    • A.

      Pixel

    • B.

      Bit

    • C.

      Key field

    • D.

      Flip-flop

    Correct Answer
    D. Flip-flop
    Explanation
    A flip-flop is a digital circuit that can store and hold a single bit of information. It is commonly used in digital systems for memory storage and synchronization purposes. In this context, a flip-flop can be used to represent and hold a single digit, pixel, or key field, making it the correct answer.

    Rate this question:

  • 8. 

    A major standardization organization within the United States

    • A.

      LZW

    • B.

      ISO

    • C.

      ANSI

    • D.

      ASCII

    Correct Answer
    C. ANSI
    Explanation
    ANSI stands for the American National Standards Institute, which is a major standardization organization within the United States. It develops and publishes voluntary consensus standards for a wide range of industries, including technology, manufacturing, and safety. ANSI works to ensure that products, processes, and services are safe, reliable, and of high quality. Therefore, ANSI is the correct answer as it aligns with the given description.

    Rate this question:

  • 9. 

    Which of the following bit patterns represents the value 5 in two’s complement notation?

    • A.

      11111011

    • B.

      00000101

    • C.

      11110011

    • D.

      00011010

    Correct Answer
    B. 00000101
    Explanation
    The bit pattern 00000101 represents the value 5 in two's complement notation. In two's complement, the leftmost bit is the sign bit, indicating whether the number is positive or negative. A 0 in the sign bit represents a positive number, while a 1 represents a negative number. The remaining bits represent the magnitude of the number. In this case, the sign bit is 0, indicating a positive number, and the remaining bits 00000101 represent the magnitude of 5.

    Rate this question:

  • 10. 

    A means of compressing images by blurring the boundaries between different colors while maintaining all brightness information

    • A.

      JPEG

    • B.

      LZW

    • C.

      MIDI

    • D.

      GIF

    Correct Answer
    A. JPEG
    Explanation
    JPEG is a method of compressing images by blurring the boundaries between different colors while preserving the brightness information. It achieves this by using a lossy compression algorithm that discards some of the less important image details. This allows for significant reduction in file size without significant loss in image quality, making JPEG a widely used format for storing and transmitting photographic images on the internet.

    Rate this question:

Godwin Iheuwa |MS, Computer Science |
Computer Expert
Godwin is a proficient Database Administrator currently employed at MTN Nigeria. He holds as MS in Computer Science from the University of Bedfordshire, where he specialized in Agile Methodologies and Database Administration. He also earned a Bachelor's degree in Computer Science from the University of Port Harcourt. With expertise in SQL Server Integration Services (SSIS) and SQL Server Management Studio, Godwin's knowledge and experience enhance the authority of our quizzes, ensuring accuracy and relevance in the realm of computer science.

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Apr 15, 2024
    Quiz Edited by
    ProProfs Editorial Team

    Expert Reviewed by
    Godwin Iheuwa
  • Oct 02, 2008
    Quiz Created by
    Michellee
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.