Question
Find the number of employees remain in company A at the
end of November is how much more or less than the number of employees in company B at the end of September. Read the following information carefully and answer the given questions: The pie chart given below shows the percentage distribution of the number of employees joined in four different companies in March. The table shows the number of employees till February in each of the company and number of employees left in November in each company. Note: No employee left or joins in any company in any month other than the given data. Number of employee remains at the end of November in company D is 1120.Solution
Let number of employees add in the month of March in Company D be x. => 424 + x β 216 = 1120 => x = 912 Total number of employees in March month = (912/12) x 100 = 7600 Number of employees remain in company A at the end of November = 224 + 1900 β 288 = 1836 Number of employees remain in company B at the end of September = 230 + 2660 = 2890 Required difference = 2890 β 1836 = 1054
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
Which type of polymorphism in Java is achieved through method overloading?
Which of these is a key characteristic of SaaS (Software as a Service)?
In public-private key encryption , which of the following is true regarding the private key ?
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...
Which statement is FALSE regarding DRAM memory?
Which of the following is a property of an admissible heuristic in A* search?
Fill in the correct option for 28 blank space.
In a backtracking algorithm, what happens when a partial solution is found to violate a constraint?
The Naive Pattern Searching algorithm has a worst-case time complexity of O(MN), where 'M' is the length of the pattern and 'N' is the length of the tex...