Continue with your mobile number
Let present age of A, B and C is a, b, and c respectively So a+b+c = 44*3= 132--------(1) And, (b+12) = 3.6*(a-4) 5b+60 = 18(a-4) 18a-5b=132---------(2) And, (c+12) = 1.5*(b-20) 3b-2c=84---------(3) Solving equation 1, 2 and 3 we get a=24, b = 60, and c = 48 Age of A, B 4 years hence now will be 28 and 52 respectively. Required ratio = 28:52 = 7:13
To count total no of argument in shell
When using virtual memory, what happens when a page fault occurs and the operating system cannot find a free frame in physical memory?
Which of the following best describes the main advantage of a Management Information System (MIS)?
Which of the following statements best describes a key difference between virtual machines and containers?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
What will be the output of the following code snippet demonstrating abstraction in Python?
from abc import ABC, abstractmethod
class Shape...
Given the following code snippet implementing a Round Robin CPU scheduling algorithm, what will be the output when the processes are scheduled?
d...
What will be the output of the following JavaScript code when executed?
let xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.examp...