e. (i) and (ii)
The correct answer is:
(i) and (ii)
Question 38
Complete
Mark 1.00 out of 1.00
Flag question
Let f,g,h: R → R such that f(x) = 2x + 3, g(x) = x²,h(x) = x3.How many bijective functions are there?
a. 0
b. 1
c. 2
d. 3
The correct answer is:
2
Question 39
Let's consider the following algorithm:
procedure binary search (x: integer, a1, a2, ,an: increasing integers)
/:= 1{/ is left endpoint of search interval}