Team EasyExamNotes
There are five bags each containing identical sets of ten distinct chocolates. One chocolate is picked from each bag.The probability that at least two chocolates are identical is ______
A) 0.3024B) 0.4235C) 0.6976D) 0.8125 Answer: (C) 0.6976 Solution: To find the probability that no two chocolate are identical = P(Y) To find the probability that … Read more
_____is to surgery as writer is to_____.Which one of the following options maintains a similar logical relation in the above sentence?
A) Plan, outlineB) Hospital, libraryC) Doctor, bookD) Medicine, grammar Answer: (C) Doctor, book Solution: Doctor is to surgery as writer is to book
Which of the following is the CORRECT observation about the above two sentences?
Consider the following sentences:(i) Everybody in the class is prepared for the exam.(ii) Babu invited Danish to his home because he enjoys playing chess. A) … Read more
A polygon is convex if, for every pair of points, P and Q belonging to the polygon, the line segment PQ lies completely inside or on the polygon. Which one of the following is NOT a convex polygon?
Answer: (A) Solution: In image (A) the angle Ө is more than 180 degree , so it is not a convex polygon.
The ratio of boys to girls in a class is 7 to 3. Among the options below, an acceptable value for the total number of students in the class is:
A) 21B) 37C) 50D) 73 Answer: C) 50 Solution: The Ratio of boys to girls is 7:3Number of boys = 7xNumber of girls = 3xTotal … Read more
Inheritance in Object Oriented Programming
What is Inheritance ? Inheritance allows a class to acquire properties and characteristics of another class. In above example class Beta inherit class Papa. And … Read more
Features of Object Oriented Paradigm
Inheritance Encapsulation Abstraction Polymorphism Method Overriding Method Overloading Objects Classes Constructors and Destructors Inheritance Inheritance is a feature to reuse the existing class without makin … Read more
Differences between Procedural and Object Oriented Programming
Procedural Programming Object Oriented Programming Examples: C, Algol, FORTRAN, Pascal, Basic, etc Examples: Java, C++, C#, Python, PHP, JavaScript Overloading not possible Overloaind possible No … Read more