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 169 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
Excellent


aruss1303

  • Member
  • Posts: 314
Reply 3 on: Yesterday
YES! Correct, THANKS for helping me on my review

 

Did you know?

The most dangerous mercury compound, dimethyl mercury, is so toxic that even a few microliters spilled on the skin can cause death. Mercury has been shown to accumulate in higher amounts in the following types of fish than other types: swordfish, shark, mackerel, tilefish, crab, and tuna.

Did you know?

Many medications that are used to treat infertility are injected subcutaneously. This is easy to do using the anterior abdomen as the site of injection but avoiding the area directly around the belly button.

Did you know?

The top 10 most important tips that will help you grow old gracefully include (1) quit smoking, (2) keep your weight down, (3) take supplements, (4) skip a meal each day or fast 1 day per week, (5) get a pet, (6) get medical help for chronic pain, (7) walk regularly, (8) reduce arguments, (9) put live plants in your living space, and (10) do some weight training.

Did you know?

The first-known contraceptive was crocodile dung, used in Egypt in 2000 BC. Condoms were also reportedly used, made of animal bladders or intestines.

Did you know?

Your heart beats over 36 million times a year.

For a complete list of videos, visit our video library