Start learning 50% faster. Sign in now
Ratio of Deepa and Deepak = (11/8) : (11/6) = (11/8) x 24 : (11/6) x 24 = 33 : 44 Sum of ratio terms = 33 + 44 = 77 Share of Deepa = (33/77) x 2541 = 1089 Share of Deepak = (44/77) x 2541 = 1452
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?