This topic contains a solution. Click here to go to the answer

Author Question: MC: How many comparisons will a linear search function makes before finding a match if the search ... (Read 168 times)

Caiter2013

  • Hero Member
  • *****
  • Posts: 607
MC: How many comparisons will a linear search function makes before finding a match if the search key has a value of 3 and the array x has the values: x 0  = 0 x 1  = 2 x 2  = 1 x 3  = 4 x 4  = 3 x 5  = 3
 
  (a) 3
  (b) 4
  (c) 5
  (d) 6

Question 2

What would the browser output if the following script is executed?
 
  < SCRIPT LANGUAGE = JavaScript >
  var array =   1, 2, 3 ,  1, 2, 3  ;
  for ( var i in array )
  for ( var j in array i  )
  document.write( array i  j  +   );
  document.writeln(
);
 
  < /SCRIPT >
  a) Nothing, the script would generate an error
  b) 1 2 3
  c) 1 2 3 4 5 6
  d) 1 2 3 1 2 3



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by a Subject Expert

mirabriestensky

  • Sr. Member
  • ****
  • Posts: 325
Answer to Question 1

Ans: (c)

Answer to Question 2

Ans: (d)




Caiter2013

  • Member
  • Posts: 607
Reply 2 on: Jul 7, 2018
Great answer, keep it coming :)


miss_1456@hotmail.com

  • Member
  • Posts: 289
Reply 3 on: Yesterday
Wow, this really help

 

Did you know?

Intradermal injections are somewhat difficult to correctly administer because the skin layers are so thin that it is easy to accidentally punch through to the deeper subcutaneous layer.

Did you know?

Acetaminophen (Tylenol) in overdose can seriously damage the liver. It should never be taken by people who use alcohol heavily; it can result in severe liver damage and even a condition requiring a liver transplant.

Did you know?

Congestive heart failure is a serious disorder that carries a reduced life expectancy. Heart failure is usually a chronic illness, and it may worsen with infection or other physical stressors.

Did you know?

Women are 50% to 75% more likely than men to experience an adverse drug reaction.

Did you know?

The average older adult in the United States takes five prescription drugs per day. Half of these drugs contain a sedative. Alcohol should therefore be avoided by most senior citizens because of the dangerous interactions between alcohol and sedatives.

For a complete list of videos, visit our video library