Question
The ratio of age of βBβ after 5 years from now and
age of βCβ 4 years ago from now is 7:4, respectively. The present age of βCβ is 40% of the present age of βAβ. If present age of βAβ is 50 years then find the present age of βBβ.Solution
Present age of βCβ = 0.4 Γ 50 = 20 years 4 years ago from now, age of βCβ = 20 β 4 = 16 years 5 years hence from now, age of βBβ = 16 Γ (7/4) = 28 years Present age of βBβ = 28 β 5 = 23 years
A good hash function aims to achieve which of the following characteristics?
Which of the following statements best describes a "trap door" in the context of computer security?
Which statement is FALSE for analog input module for PLCs?Β
What was the term "Monitor" used to describe in the context of early operating systems?
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Consider the following C code:
#include
#include
int main() {
Β Β char* text = "The quick brown fox j...
Which of the following problems is a classic example solved using backtracking?
Method overriding is an example of which type of polymorphism?
What is the phenomenon where a process spends more time paging (swapping pages between main memory and disk) than executing instructions?
Which operation adds an element to the rear of a queue?