Searching for "NO"

Q:

How many lines can you draw using 3 non collinear (not in a single line) points A, B and C on a plane?

A) 3 B) 6
C) 2 D) 4
 
Answer & Explanation Answer: A) 3

Explanation:

You need two points to draw a line. The order is not important. Line AB is the same as line BA. The problem is to select 2 points out of 3 to draw different lines. If we proceed as we did with permutations, we get the following pairs of points to draw lines.

 

AB , AC

 

BA , BC

 

CA , CB

 

There is a problem: line AB is the same as line BA, same for lines AC and CA and BC and CB.

 

The lines are: AB, BC and AC ; 3 lines only.

 

So in fact we can draw 3 lines and not 6 and that's because in this problem the order of the points A, B and C is not important.

Report Error

View Answer Report Error Discuss

Q:

In how many ways can the letters of the word "PROBLEM" be rearranged to make 7 letter words such that none of the letters repeat?

A) 49 B) 7!
C) 7^7 D) 7^3
 
Answer & Explanation Answer: B) 7!

Explanation:

There are seven positions to be filled.

 

The first position can be filled using any of the 7 letters contained in PROBLEM.

 

The second position can be filled by the remaining 6 letters as the letters should not repeat.

 

The third position can be filled by the remaining 5 letters only and so on.

 

Therefore, the total number of ways of rearranging the 7 letter word = 7*6*5*4*3*2*1 = 7! ways.

Report Error

View Answer Report Error Discuss

Q:

The no of entities participating in a relation is called

A) Relation B) Degree of relationship
C) Recursive relationship D) None of the above
 
Answer & Explanation Answer: B) Degree of relationship

Explanation:

The no of entities participating in relation is called Degree of relationship

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Database Administration

Q:

The capacity to change the conceptual schema without having to change external schemas or application programs is called

A) Physical Data Independence B) Logical Data Independence
C) Both A and B D) None
 
Answer & Explanation Answer: B) Logical Data Independence

Explanation:

LDI is the capacity to change the conceptual schema without having to change external schemas or application programs.

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Database Administration

Q:

How many different four letter words can be formed (the words need not be meaningful using the letters of the word "MEDITERRANEAN" such that the first letter is E and the last letter is R?

A) 59 B) 56
C) 64 D) 55
 
Answer & Explanation Answer: A) 59

Explanation:

The first letter is E and the last one is R.

 

Therefore, one has to find two more letters from the remaining 11 letters.

 

Of the 11 letters, there are 2 Ns, 2Es and 2As and one each of the remaining 5 letters.

 

The second and third positions can either have two different letters or have both the letters to be the same.

 

Case 1: When the two letters are different. One has to choose two different letters from the 8 available different choices. This can be done in 8 * 7 = 56 ways.

 

Case 2: When the two letters are same. There are 3 options - the three can be either Ns or Es or As. Therefore, 3 ways.

 

Total number of possibilities = 56 + 3 = 59

Report Error

View Answer Report Error Discuss

Q:

Find the number of ways to draw a straight, (suit does not matter) beginning with a 4 and ending with a 8?

A) 1024 B) 1296
C) 1094 D) 1200
 
Answer & Explanation Answer: A) 1024

Explanation:

There are 5 slots.

 

                   __ __ __ __ __

 

The first slot must be a four. There are 4 ways to put a four in the first slot.

 

There are 4 ways to put a five in the second slot, and there are 4 ways to put a six in the third slot. etc.

 

(4)(4)(4)(4)(4) = 1024

 

Therefore there are 1024 different ways to produce the desired hand of cards.

Report Error

View Answer Report Error Discuss

Q:

Find the number of ways to take 20 objects and arrange them in groups of 5 at a time where order does not matter.?

A) 57090 B) 15540
C) 15504 D) 23670
 
Answer & Explanation Answer: C) 15504

Explanation:

C520 = 15504

Report Error

View Answer Report Error Discuss

Q:

Find the number of ways to take 4 people and place them in groups of 3 at a time where order does not matter?

A) 4 B) 12
C) 36 D) 16
 
Answer & Explanation Answer: A) 4

Explanation:

Since order does not matter, use the combination formula 

C34 = 24/6 = 4

Report Error

View Answer Report Error Discuss