Question
 A path of width 3 m is made outside and around a
rectangular field of perimeter 210 m. If the length of the field is 50% more than its breadth, then find the cost of paving the path at Rs. 15 per m².Solution
ATQ, Let, breadth of the field be ‘x’ m. So, the length of the field = ‘1.5x’ m. Therefore, 2 × (x + 1.5x) = 210 2.5x = 105 x = 42 Therefore, the breadth of the field = x = 42 metres. Length of the field = 1.5x = 63 metres. So, the area of the path = (69 × 48) – (42 × 63) = 3312 – 2646 = 666 m². Required cost = 666 × 15 = Rs.9990
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?