Game Preview

Computer science

  •  Uzbek    17     Public
    ict
  •   Study   Slideshow
  • What is the smallest unit of data in a digital device?
    bit
  •  15
  • What is a bit short for?
    Binary digit
  •  15
  • What values can a binary digit have?
    0 or 1
  •  15
  • What is the role of a transistor in storing binary data?
    It acts as a switch; ON represents 1 and OFF represents 0
  •  15
  • How many bits are there in a byte?
    8
  •  15
  • How many bits are in a nibble?
    4
  •  15
  • What is a byte typically used to represent in computers?
    A single character
  •  15
  • How many bytes are in a kilobyte (Kb)?
    1000
  •  15
  • What is the correct order of storage units from smallest to largest?
    Bit, Nibble, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte
  •  25
  • What process is used to change kilobytes into megabytes?
    Divide by 1000
  •  15
  • What process is used to convert gigabytes to bytes?
    Multiply by 1000 three times
  •  15
  • What does the binary number 01000001 represent in text?
    A
  •  15
  • What does it mean to process data in a digital device?
    To carry out an operation like a calculation or database query
  •  15
  • What is the purpose of a backup?
    To copy files to another location in case the original is lost or damaged
  •  15
  • What does the term "storage units" refer to?
    The number of bits used to store a data item
  •  15
  • Why is it important to convert storage units?
    To check if there is enough space to store a file
  •  15