Question
Number of male employees who are married is how much
percent more/less than number of female employees who are unmarried? Study the following information carefully and answer the given questions: There are total 840 employees (male + female) in company ‘XYZ’. There are two types of categories married and unmarried employees. 120 male employees are married which is 30% of total male (married + unmarried) employees. Difference between number of male and female employees who are unmarried is 180.Solution
Total number of male employees who are married = 120 Total number of male employees (married + unmarried) = (120/30) × 100 = 400 Number of male employees who are unmarried = 400 − 120 = 280 Total number of female employees = 840 − 400 = 440 Total number of female employees who are unmarried = 280 − 180 = 100 Number of female employees who are married = 440 − 100 = 340 Required % = [(120 – 100)/100] × 100 = 20%
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following code snippets correctly implements a singly linked list in Java, including the ability to insert a new node at the beginning?
Command to change the priority in LINUX
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Graph Traversal algorithms
Abstract Class in Java
 Which all is/are Ransomware
In a binary tree, how is the height of the tree defined?
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â