Question
In India, the official measurement of unemployment
through the Periodic Labour Force Survey (PLFS) uses which key concept for its annual estimates?Solution
The Usual Status approach in PLFS counts a person as employed if they worked for a significant part of the preceding 365 days. It combines principal and subsidiary activities to capture chronic unemployment trends, forming the basis for annual labor-market estimates used by the Ministry of Labour.
Which of the following statements best describes a key difference between virtual machines and containers?Â
SMTP commands
- Which phase of the Software Development Lifecycle (SDLC) focuses on identifying the feasibility and goals of the project?
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
The primary role of an operating system (OS) is to:
In database management systems (DBMS), which normalization form removes partial dependency?
Which search strategy guarantees the optimal solution?
What will be the output of the following code snippet demonstrating abstraction in Python?
from abc import ABC, abstractmethod
class Shape...
Which file structure allows for efficient retrieval of data using a hierarchical model?
Consider the following Java code that implements encapsulation:
class BankAccount {
  private double balance;
  public Bank...