Question
Who won the British Academy Book Prize 2025 for “The
Burning Earth: An Environmental History of the Last 500 Years”?Solution
Sunil Amrith, an Indian-origin historian and Professor at Yale University, won the 2025 British Academy Book Prize for “The Burning Earth: An Environmental History of the Last 500 Years.” The £25,000 award honors excellence in non-fiction humanities and social sciences, and Amrith previously received the MacArthur Fellowship (2017) for his work on migration and climate history
Consider the following statement regarding Kelvin Double Bridge.
Statement (1): It is used for measuring resistance in the range of few ohms to s...
Consider the following statement regarding DIAC.
Statement (1): DIAC is unidirectional device.
Statement (2): DIAC can be used for trigger...
Which OOP principle allows a class to acquire the properties and behaviors of another class?
Which operation adds an element to the rear of a queue?
Which of the following is the primary characteristic of serverless computing in cloud platforms?
Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
Consider the following C++ code:
#include
class Base {
public:
virtual void show() = 0;
};
cl...
You are using Python's built-in dict to store custom objects.
class MyObject:
def __init__(self, value):
self.val...
A data analysis pipeline involves buffering incoming data packets before processing. Which operation is used to add a new packet to the end of this buffer?
Which protocol is commonly used for secure data transfer in cloud computing?