Computer Awareness Video - Quiz

  • AStructured clone algorithm
  • BDouble buffer algorithm
  • CChen
  • DRetrieval algorithm
  • AUnsupervised learning algorithm
  • BWeakly supervised learning algorithm
  • CSemi-supervised learning algorithm
  • DSupervised learning algorithm
  • A Designing computer hardware
  • B Communicating with databases only
  • C Creating algorithms for machines to perform specific tasks
  • D Managing network connections directly
  • A To execute the code directly on the hardware
  • B To translate high-level code into machine code
  • C To manage the memory for a program
  • D To assist in writing pseudo-code
  • A High-level languages require more memory
  • B Low-level languages are closer to machine code
  • C High-level languages execute faster than low-level languages
  • D Low-level languages only work on certain devices
  • A Search algorithm
  • B Recursive algorithm
  • C Cooking algorithm
  • D Sorting algorithm
  • A By randomly scanning data
  • B By sequentially or selectively locating data within a set
  • C By sorting data alphabetically
  • D By optimizing data for storage
  • A To increase data size
  • B To arrange data in a specific order
  • C To search for data
  • D To reduce algorithm complexity
  • A An algorithm is a step-by-step guide; a program implements it in code
  • B There is no difference
  • C A program is a set of instructions, while an algorithm is only used in mathematics
  • D Algorithms are executed directly by computers