Question
Number of Automatic Cars sold by TOYOTA is approximately
what percent of the number of Manual cars sold by Hyundai? Read the following information carefully and answer the questions given below. The pie chart given below shows the percentage distribution of total number of (Automatic + Manual) cars sold by five different brands in the month of June 2022. Total number of cars sold by all the five brands together = 2000 The table given below shows the percentage of Automatic Cars sold by five different brands out of the total number of cars sold by that brand.Solution
Number of Automatic Cars sold by TOYOTA = (15/100) x (50/100) x 2000 = 150 Number of Manual Cars sold by Hyundai = (20/100) x (55/100) x 2000 = 220 Required % = (150/220) x 100 = 68% approx.
Huffman Coding uses a greedy approach to achieve what?
In ___ each address field determines two address fields i.e. either a memory word or the processor register.
Ignoring quantization noise and considering only channel noise in pulse coded modulation system, if signal-to-noise ratio is 10 dB, noise power is 2 dB,...
What is the primary purpose of virtual memory in an operating system?Â
Which of the following is a primary reason for using threads instead of multiple processes for concurrent execution within a single application?
Which of one the below options are the two different types of bus topology ?
Consider the following code:
  let data = [1, 2, 3];
  function modifyArray(arr) {
    arr.push(4);
   ...
What does "optimal substructure" mean in the context of Dynamic Programming?
What were the early operating systems commonly known as, and what was their primary function?
Which heuristic function property ensures A* algorithm finds an optimal path?