Tag: architecture

Questions Related to architecture

Multiple choice technology architecture
  1. print to standard output of all records that contained an occurrence of the string smi

  2. prints to standard output any record that contained a string with the characters smit, followed by one or more h characters, and then ending with the characters ern.

  3. prints to standard output of all records that contain the characters smit, followed by zero or one instance of the h character.

  4. prints to standard output of all records that contained the string smi or smit.

Reveal answer Fill a bubble to check yourself
B Correct answer