Data Structure and Algorithms (DSA) MCQs with answers Page - 4

Dear candidates you will find MCQ questions of Data Structure and Algorithms (DSA) here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question

A

Admin • 617.67K Points
Coach

Q. The time factor when determining the efficiency of algorithm is measured by

  • (A) counting microseconds
  • (B) counting the number of key operations
  • (C) counting the number of statements
  • (D) counting the kilobytes of algorithm

A

Admin • 617.67K Points
Coach

Q. Computers are used for processing numerical data called _______ data.

  • (A) float
  • (B) local
  • (C) character
  • (D) non-local

A

Admin • 617.67K Points
Coach

Q. Each programming language contains a ______ set that is used to communicate with the computer.

  • (A) character
  • (B) integer
  • (C) float
  • (D) numeric

A

Admin • 617.67K Points
Coach

Q. Finite sequence S of zero or more characters is called _______.

  • (A) array
  • (B) list
  • (C) string
  • (D) block

A

Admin • 617.67K Points
Coach

Q. String with zero characters is called ________ string.

  • (A) null
  • (B) binary
  • (C) totalled
  • (D) list

A

Admin • 617.67K Points
Coach

Q. A computer which can access an individual byte is called a ________ machine.

  • (A) memory addressable
  • (B) byte addressable
  • (C) bit
  • (D) byte

A

Admin • 617.67K Points
Coach

Q. Groups of consecutive elements in a string, such as words, phrases and sentences are called ________.

  • (A) main strings
  • (B) substring
  • (C) index
  • (D) block

A

Admin • 617.67K Points
Coach

Q. The number of characters in a string is called its ______.

  • (A) length
  • (B) breath
  • (C) width
  • (D) none

A

Admin • 617.67K Points
Coach

Q. _________ operation of word processing involves replacing one string in the text by another.

  • (A) insertion
  • (B) deletion
  • (C) searching
  • (D) replacement

A

Admin • 617.67K Points
Coach

Q. ________ is the problem of deciding whether or not a given String pattern P appears in a text T.

  • (A) pattern matching
  • (B) searching
  • (C) sorting
  • (D) deletion