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 164 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 :)


Jsherida

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

 

Did you know?

Your heart beats over 36 million times a year.

Did you know?

Adolescents often feel clumsy during puberty because during this time of development, their hands and feet grow faster than their arms and legs do. The body is therefore out of proportion. One out of five adolescents actually experiences growing pains during this period.

Did you know?

Human stomach acid is strong enough to dissolve small pieces of metal such as razor blades or staples.

Did you know?

Chronic marijuana use can damage the white blood cells and reduce the immune system's ability to respond to disease by as much as 40%. Without a strong immune system, the body is vulnerable to all kinds of degenerative and infectious diseases.

Did you know?

Aspirin may benefit 11 different cancers, including those of the colon, pancreas, lungs, prostate, breasts, and leukemia.

For a complete list of videos, visit our video library