Question
Which term was selected as the Collins Dictionary’s
“Word of the Year 2025”?ÂSolution
“Vibe Coding” was named the Collins Dictionary Word of the Year 2025, reflecting a shift toward using natural language to instruct AI systems for coding tasks. Coined by Andrej Karpathy, it symbolizes the rise of conversational AI in software creation.Â
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?