Since the total or average age of all the family members are not given, the given data is inadequate. So, the age of second eldest child cannot be determined.
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Which of the following statements about normalization in relational databases is correct?
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
What is the output of the following recursive function call func(3) ?
int func ( int n) {
if (n == 0 ) return 1 ; <...
In a data warehouse, which of the following best describes the concept of "data granularity"?
Which of the following is NOT among the OWASP Top 10 Web Security Risks?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?