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

  • 1
    What is the decimal equivalent of the binary number 110101?
    תְשׁוּבָה
    (A)
    53
  • 2
    What is the role of a Digital-to-Analog Converter (DAC) in audio systems?
    תְשׁוּבָה
    (A)
    To convert digital audio signals to analog audio signals.
  • 3
    Which of the following is the most common way to represent the color blue in an HTML code?
    תְשׁוּבָה
    (C)
    #0000FF
  • 4
    What is the binary equivalent of the hexadecimal number 'C'?
    תְשׁוּבָה
    (B)
    1100
  • 5
    What is the main purpose of data compression?
    תְשׁוּבָה
    (B)
    To reduce file size.
  • 6
    What is the effect of a higher color depth on an image?
    תְשׁוּבָה
    (C)
    More colors and detail.
  • 7
    What is the key objective of data compression?
    תְשׁוּבָה
    (B)
    To reduce file size.
  • 8
    Which of the following statements accurately describes the use of hexadecimal numbers in relation to binary?
    תְשׁוּבָה
    (B)
    Hexadecimal is a more compact way of representing binary values.
  • 9
    What is the binary representation of the hexadecimal number 'C'?
    תְשׁוּבָה
    (A)
    1100
  • 10
    What are the general goals of data compression?
    תְשׁוּבָה
    A
    B
  • 11
    What is the binary equivalent of the decimal number 50?
    תְשׁוּבָה
    (A)
    110010
  • 12
    What is a key characteristic of lossy compression?
    תְשׁוּבָה
    (B)
    It typically results in smaller file sizes.
  • 13
    What is the advantage of using hexadecimal over binary for representing numbers?
    תְשׁוּבָה
    A
    B
  • 14
    If a hexadecimal number has the value "A", what is its decimal equivalent?
    תְשׁוּבָה
    (B)
    10
  • 15
    What is the decimal equivalent of the binary number 11011?
    תְשׁוּבָה
    (C)
    27
  • 16
    Which of the following is NOT a disadvantage of the ASCII character set?
    תְשׁוּבָה
    (C)
    It is not supported by modern computers.
  • 17
    What is the binary equivalent of the decimal number 20?
    תְשׁוּבָה
    (A)
    10100
  • 18
    What is the benefit of using hexadecimal in the context of memory addresses?
    תְשׁוּבָה
    A
    B
  • 19
    In an 8-bit two's complement system, what is the value of the binary number 10000000?
    תְשׁוּבָה
    (B)
    -128
  • 20
    In Run-Length Encoding (RLE), what does a 'flag' represent?
    תְשׁוּבָה
    (D)
    An indicator that a sequence is encoded
  • 21
    In the context of image resolution, what does a higher resolution generally mean?
    תְשׁוּבָה
    (C)
    The image has more detail and clarity.
  • 22
    Which of the following statements accurately describes the relationship between frequency and the pitch of sound?
    תְשׁוּבָה
    (D)
    Higher frequency corresponds to a higher pitch.
  • 23
    Which process is used to convert an analog sound wave into a digital representation?
    תְשׁוּבָה
    (C)
    Sampling
  • 24
    In computer science, what is a common use of hexadecimal color codes?
    תְשׁוּבָה
    (B)
    Defining the red, green, and blue color values of a pixel
  • 25
    What is a key reason for using hexadecimal in low-level programming or hardware control?
    תְשׁוּבָה
    (B)
    Because it simplifies the representation of a group of binary bits.
  • 26
    What happens to the file size of an image if both the image resolution and colour depth are increased?
    תְשׁוּבָה
    (C)
    The file size will increase.
  • 27
    What is the purpose of two's complement in representing integers?
    תְשׁוּבָה
    (B)
    To allow subtraction using addition.
  • 28
    What is generally sacrificed in lossy compression to achieve smaller file sizes?
    תְשׁוּבָה
    (A)
    The original data quality.
  • 29
    In a binary number represented in two's complement, what does the most significant bit (MSB) indicate?
    תְשׁוּבָה
    (B)
    The sign of the number
  • 30
    Which of the following is a key advantage of lossless compression?
    תְשׁוּבָה
    (B)
    Exact replication of the original data.
  • 31
    What is the primary purpose of a MAC address?
    תְשׁוּבָה
    (A)
    To uniquely identify a network interface.
  • 32
    What does the hexadecimal value 'FF' represent in terms of color in a typical computer system?
    תְשׁוּבָה
    (B)
    White
  • 33
    What is the two's complement of the binary number 1111?
    תְשׁוּבָה
    (A)
    0001
  • 34
    What is the primary purpose of compression algorithms in digital media?
    תְשׁוּבָה
    (B)
    To reduce the file size.
  • 35
    What are the two main stages involved in representing sound digitally?
    תְשׁוּבָה
    (B)
    Sampling and quantization.
  • 36
    What are some examples of lossy compression?
    תְשׁוּבָה
    A
    C
  • 37
    In the context of computer science, what does the term 'binary' refer to?
    תְשׁוּבָה
    (B)
    A system representing data using only two digits (0 and 1).
  • 38
    What aspect of sound is measured in Hertz (Hz)?
    תְשׁוּבָה
    (B)
    Frequency
  • 39
    Which of the following factors contribute to the size of a digital video file?
    תְשׁוּבָה
    A
    B
    C
    D
  • 40
    Which type of image is made up of pixels arranged in a grid?
    תְשׁוּבָה
    (B)
    Bitmap Image
  • 41
    In the context of an 8-bit register, what does '11111111' represent if it's interpreted as an unsigned integer?
    תְשׁוּבָה
    (B)
    255
  • 42
    What is the purpose of logical binary shifts?
    תְשׁוּבָה
    (D)
    All of the above
  • 43
    Which of the following terms is related to the number of pixels per unit area in an image?
    תְשׁוּבָה
    (B)
    Resolution
  • 44
    How many bytes are used to represent one character in ASCII?
    תְשׁוּבָה
    (A)
    1
  • 45
    What is the purpose of a MAC address?
    תְשׁוּבָה
    (B)
    To identify a network interface card.
  • 46
    What happens when you perform a left logical shift on the binary number 00001010?
    תְשׁוּבָה
    (A)
    00010100
  • 47
    Which of the following are benefits of using hexadecimal?
    תְשׁוּבָה
    A
    B
    D
  • 48
    What is the relationship between image resolution and file size?
    תְשׁוּבָה
    (C)
    As resolution increases, file size increases.
  • 49
    Which number system provides the foundation for digital computer operations?
    תְשׁוּבָה
    (B)
    Binary
  • 50
    Which of these is *not* a valid hexadecimal digit?
    תְשׁוּבָה
    (C)
    G