Question
The ratio between the numbers of girls and boys in a
class is 2:3 respectively. What is the percentage of girls in the class?ΒSolution
Required Percentage = 2/(2+3) Β Γ100 = 40%Β
In Java, which method is called when an object is garbage collected?
In Python, which of the following is used to create an anonymous function?
Which of the following sorting algorithms is stable?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In Java, which keyword is used to prevent a class from being inherited?
Which Python keyword is used to handle exceptions?
Which of the following services is NOT commonly provided by AI/ML platforms?
In Python, which of the following is immutable?
In Java, which method is used to start a thread?
Which C++ feature allows functions or operators to have the same name but behave differently?