CMC Company Verbal Ability Antonyms

crack the puzzle..
A man got killed in his office.The suspects
are Edison, Maxis, Jason, Jenny, Sofia,
Patrick.
A calendar found near the man has blood,
written 6, 4, 9, 10, 11.
Guess the killer
Solve this with reasons..

Read Solution (Total 3)

CMC Other Question

If 222 = 6
333 = 12
444 = 20
Then, 555 = ??
1) Which of the following is true?
A O(1) < O(n) < O(log n) < O(n log n) < O(n2 )
B O(1) < O(log n) < O(n) < O(n2) < O(n log n)
C O(1) < O(n) < O(n log n) < O(log n) < O(n2 )
D O(1) < O(log n) < O(n log n) < O(n2)



2) if c1 then statement1
else if c2 then statement2
else {
statement3;
if c3 then statement4;
statement5;
}
C1, c2, c3 are conditional tests yielding Boolean values:
c1 will be true with 40% of probability
c2 will be true with 50% of probability
c3 will be true with 10% of probability