Start learning 50% faster. Sign in now
Ratio of number of girls to the number of boys = 2:7 Sum of the terms of the ratio = 2 + 7= 9 The number of girls in the school =
x 990 = 220 and the number of boys in the school =
x 990 = 770 Let the number of new girls admitted be x, then the number of girls become (220 + x) After 20 boys leave the school, the number of boys become (770 -20) i.e. 750 According to given,
220 + x = 3
150
220 + x = 450
x = 230
Predict the program output
void main ()
{
int x = 128;
printf ("n%d", 1 + x++);
}
1. Predict the output of the code
public class Animal {
public static void main(String args[])
...
In data analytics, which algorithm is commonly used for predictive modeling when the target variable is categorical?
In I/O scheduling, which of the following algorithms minimizes seek time but may lead to starvation of requests at the ends of the disk?
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?
Graph Traversal algorithms
In which scenario would para virtualization be preferred over full virtualization?