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 170 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
Thanks for the timely response, appreciate it


blakcmamba

  • Member
  • Posts: 335
Reply 3 on: Yesterday
Great answer, keep it coming :)

 

Did you know?

Alcohol acts as a diuretic. Eight ounces of water is needed to metabolize just 1 ounce of alcohol.

Did you know?

Colchicine is a highly poisonous alkaloid originally extracted from a type of saffron plant that is used mainly to treat gout.

Did you know?

Only one in 10 cancer deaths is caused by the primary tumor. The vast majority of cancer mortality is caused by cells breaking away from the main tumor and metastasizing to other parts of the body, such as the brain, bones, or liver.

Did you know?

Nearly all drugs pass into human breast milk. How often a drug is taken influences the amount of drug that will pass into the milk. Medications taken 30 to 60 minutes before breastfeeding are likely to be at peak blood levels when the baby is nursing.

Did you know?

Pope Sylvester II tried to introduce Arabic numbers into Europe between the years 999 and 1003, but their use did not catch on for a few more centuries, and Roman numerals continued to be the primary number system.

For a complete list of videos, visit our video library