Computer Science for IGCSE & O level - Data Representation (Section 6)

  • 1
    What is the relationship between frequency and wavelength in sound waves?
    Antwoord
    (C)
    They are inversely proportional.
  • 2
    Which of the following is NOT a purpose of the hexadecimal system in computer science?
    Antwoord
    (D)
    Performing arithmetic calculations directly
  • 3
    What are the advantages of using a higher sampling rate when digitizing sound?
    Antwoord
    B
    C
  • 4
    What is the result of the hexadecimal addition: A + 2?
    Antwoord
    (A)
    C
  • 5
    What is the decimal equivalent of the binary number 1101 (assuming a 4-bit unsigned binary representation)?
    Antwoord
    (D)
    13
  • 6
    Which are the primary factors that determine image file size?
    Antwoord
    A
    B
    C
  • 7
    Which compression methods are usually suitable for text files?
    Antwoord
    B
    C
  • 8
    Which kind of compression generally results in the smallest file size?
    Antwoord
    (C)
    Lossy
  • 9
    What is the purpose of the Extended ASCII character set?
    Antwoord
    (A)
    To add more characters to the original ASCII set.
  • 10
    What is the range of possible decimal values that can be represented by an 8-bit unsigned integer?
    Antwoord
    (B)
    0 to 255
  • 11
    In data representation, what does the term 'color depth' mean?
    Antwoord
    (B)
    The number of colors that can be displayed in an image.
  • 12
    In binary addition, when does a carry occur?
    Antwoord
    (D)
    When adding 1 + 1
  • 13
    How many hexadecimal digits are needed to represent a single byte (8 bits)?
    Antwoord
    (B)
    2
  • 14
    Which file format is most commonly associated with the use of lossy compression for images?
    Antwoord
    (D)
    JPEG
  • 15
    What does the 'sample rate' refer to in audio recording?
    Antwoord
    (B)
    The number of samples taken per second.
  • 16
    Which of the following is true about logical bit shifts?
    Antwoord
    B
    D
  • 17
    What happens to the quality of an image when lossy compression is used?
    Antwoord
    (C)
    There might be a reduction in image details.
  • 18
    What happens when you divide a decimal number by 2 repeatedly during a decimal-to-binary conversion?
    Antwoord
    (A)
    You obtain the binary digits in reverse order as the remainders.
  • 19
    How does a computer's CPU interpret a sequence of binary digits?
    Antwoord
    (B)
    As instructions or data, depending on the context.
  • 20
    What is the purpose of a bit in computer science?
    Antwoord
    (B)
    To store a single binary digit.
  • 21
    Which of the following are commonly used for lossless compression?
    Antwoord
    A
    C
  • 22
    How many bits are typically contained within one byte?
    Antwoord
    (B)
    8
  • 23
    What does '24-bit color' refer to in an image?
    Antwoord
    (C)
    Each pixel is represented by 24 bits, allowing a wide range of colors.
  • 24
    What is the relationship between image resolution and file size?
    Antwoord
    (C)
    Higher resolution generally leads to a larger file size.
  • 25
    What is the binary equivalent of the decimal number 35?
    Antwoord
    (A)
    100011
  • 26
    What does the acronym BMP stand for in the context of image files?
    Antwoord
    (A)
    Bit Map Picture
  • 27
    How many different values can be represented with two bits?
    Antwoord
    (C)
    4
  • 28
    Which of these is equivalent to the binary number 11111111?
    Antwoord
    (A)
    255
  • 29
    What are the main uses for MAC addresses and IP addresses in a computer network?
    Antwoord
    A
    B
  • 30
    Which of the following is a characteristic of the hexadecimal numbering system?
    Antwoord
    (B)
    Uses digits 0-9 and letters A-F.
  • 31
    What does a left bit shift effectively do to a binary number?
    Antwoord
    (B)
    Multiplies the number by 2
  • 32
    What does the term 'sample rate' mean in audio processing?
    Antwoord
    (A)
    The number of samples taken per second.
  • 33
    If you shift the binary number 11000 right by one position, what is the result?
    Antwoord
    (A)
    01100
  • 34
    In the context of data compression, what is the main goal of 'perceptual music shaping'?
    Antwoord
    (C)
    To remove sounds inaudible to the human ear.
  • 35
    What is the decimal value of the binary number 1110?
    Antwoord
    (D)
    15
  • 36
    Which number system is most efficient for representing the state of a computer's switch?
    Antwoord
    (C)
    Binary
  • 37
    In data compression, what are the main aims?
    Antwoord
    A
    B
    C
  • 38
    What term is used to describe the number of bits used to store each audio sample?
    Antwoord
    (B)
    Bit depth
  • 39
    In a computer, how many bits does a single hexadecimal digit represent?
    Antwoord
    (C)
    4 bits
  • 40
    In binary addition, what is the result when adding 1 + 0?
    Antwoord
    (C)
    1
  • 41
    What does RLE stand for in the context of data compression?
    Antwoord
    (B)
    Run Length Encoding
  • 42
    Which of the following is true about HTML color codes?
    Antwoord
    (B)
    Each color component is represented by two hexadecimal digits.
  • 43
    Which of the following compression methods is most suitable for compressing a photograph?
    Antwoord
    (C)
    JPEG
  • 44
    What is the two's complement of the number 00000000?
    Antwoord
    (A)
    00000000
  • 45
    What decimal value does the hexadecimal number 'B' represent?
    Antwoord
    (C)
    11
  • 46
    What does it mean to shift the number 10110110 one bit to the left?
    Antwoord
    A
    B
    D
  • 47
    What is the significance of a MAC address on a network?
    Antwoord
    (A)
    It is a unique identifier for network interfaces.
  • 48
    Which is an example of a lossless compression technique used for images?
    Antwoord
    (B)
    PNG
  • 49
    What are the benefits of using hexadecimal for representing memory addresses?
    Antwoord
    A
    B
  • 50
    What does the HTML color code #000000 represent?
    Antwoord
    (B)
    Black