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

  • 1
    Which methods can be applied to efficiently compress text files?
    Válasz
    A
    B
  • 2
    What is the decimal equivalent of the hexadecimal value '1A'?
    Válasz
    (C)
    26
  • 3
    What does the HTML color code #008000 represent?
    Válasz
    (B)
    Green
  • 4
    When converting from binary to hexadecimal, how many bits are typically grouped together?
    Válasz
    (C)
    4 bits
  • 5
    If the 8-bit register is 11111111, what will be the result of shifting this register to the right one bit?
    Válasz
    (A)
    1111111
  • 6
    Which compression type aims to reduce file size by permanently removing data?
    Válasz
    (C)
    Lossy
  • 7
    What is a common use case for error codes in software development?
    Válasz
    (C)
    To indicate the presence of a problem and its type
  • 8
    What are some common applications where hexadecimal notation is used?
    Válasz
    A
    B
    C
  • 9
    What does a single hexadecimal digit represent in terms of the number of bits?
    Válasz
    (C)
    4 bits
  • 10
    Which base number system is used by humans in everyday life?
    Válasz
    (C)
    Decimal
  • 11
    In the context of two's complement, what is the MSB (most significant bit) used for?
    Válasz
    (B)
    Indicating the sign of the number
  • 12
    Convert the decimal number 27 to binary.
    Válasz
    (A)
    11011
  • 13
    What type of file format is used to store images?
    Válasz
    B
    C
  • 14
    What is the key characteristic of the hexadecimal number system that makes it useful in computer science?
    Válasz
    (C)
    It provides a more compact representation of binary numbers.
  • 15
    What is the result of the binary addition 1100 + 0110?
    Válasz
    (A)
    10010
  • 16
    What is the binary equivalent of the decimal number 7?
    Válasz
    (C)
    111
  • 17
    What does a higher frame rate in a video generally result in?
    Válasz
    (B)
    Smoother motion
  • 18
    How are the on and off states of an electronic switch represented in the binary system?
    Válasz
    (C)
    By the numbers 0 and 1
  • 19
    What is the primary function of a bit in digital data representation?
    Válasz
    (C)
    To represent the smallest unit of data.
  • 20
    Which hexadecimal color code represents the color black?
    Válasz
    (A)
    #000000
  • 21
    What does the hexadecimal value 'A' represent in decimal?
    Válasz
    (B)
    10
  • 22
    What is the term for a group of four bits?
    Válasz
    (B)
    Nibble
  • 23
    How is an error code useful?
    Válasz
    A
    B
    C
  • 24
    In two's complement, how is a negative value identified?
    Válasz
    (B)
    If the most significant bit is 1
  • 25
    Which of the following scenarios would best demonstrate the application of binary representation?
    Válasz
    A
    B
    C
  • 26
    In the RLE process, what is the role of the repeating character?
    Válasz
    (B)
    It represents the pixel value being compressed.
  • 27
    Which factors affect the file size of an image?
    Válasz
    A
    B
    C
  • 28
    What is the main benefit of using hexadecimal when working with memory addresses?
    Válasz
    (B)
    It provides a more concise and readable representation of long binary strings.
  • 29
    What is a MAC address used for?
    Válasz
    (A)
    Identifying a device on a network.
  • 30
    In an 8-bit two's complement system, what is the binary representation of -1?
    Válasz
    (B)
    11111111
  • 31
    What is the main advantage of using binary representation in computers?
    Válasz
    (D)
    It provides efficient hardware implementation.
  • 32
    How is data represented within a computer's memory?
    Válasz
    (B)
    As combinations of 0s and 1s.
  • 33
    Which of the following are considered benefits of data compression?
    Válasz
    A
    B
    D
  • 34
    Which of the following accurately describes the relationship between binary and hexadecimal?
    Válasz
    (C)
    Hexadecimal is a more concise representation of binary.
  • 35
    In the context of binary representation, what is the difference between a 'bit' and a 'byte'?
    Válasz
    (B)
    A bit is a single binary digit, while a byte is a group of bits.
  • 36
    What does the term 'channel' mean in the context of sound recording?
    Válasz
    (B)
    A stream of audio information.
  • 37
    Which is a characteristic of a two's complement binary number representation?
    Válasz
    (C)
    Addition and subtraction can be performed directly.
  • 38
    What is the hexadecimal representation of the decimal number 60?
    Válasz
    (A)
    3C
  • 39
    What do the colours red, green, and blue represent?
    Válasz
    (D)
    All of the above
  • 40
    When converting from binary to hexadecimal, what does each group of 4 bits represent?
    Válasz
    (B)
    A hexadecimal digit.
  • 41
    Which systems can hexadecimal be utilized in?
    Válasz
    A
    B
    C
  • 42
    Which number system is most commonly used by human beings in everyday life?
    Válasz
    (C)
    Denary
  • 43
    What is the decimal equivalent of the binary number 10011?
    Válasz
    (C)
    19
  • 44
    In the context of digital sound, what does bit depth represent?
    Válasz
    (B)
    The number of bits used to represent the amplitude of each sample.
  • 45
    What does the hexadecimal value 'FF' represent in HTML color codes?
    Válasz
    (D)
    White
  • 46
    What is the decimal value of the hexadecimal number '10'?
    Válasz
    (B)
    16
  • 47
    What are error codes used for in the context of a software or hardware system?
    Válasz
    A
    B
  • 48
    What happens during a right logical shift operation?
    Válasz
    (B)
    Zeros are added on the left.
  • 49
    What is the role of the MSB in a two's complement representation?
    Válasz
    (A)
    To define the sign of the number
  • 50
    What are the advantages of having a large number of samples (sampling rate) when converting sound into a digital format?
    Válasz
    A
    B
    D