Question
What is a primary focus of the Viksit Krishi Sankalp
Abhiyan campaign?Solution
The campaign focuses on reaching farmers across 700 districts to promote modern technologies and climate-resilient agricultural practices during the kharif season.
Which command is used to delete a file in a Unix/Linux system?
- What is a public cloud?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
An object that represents a useful model of a problem domain is which type of abstraction?
Which hazard occurs when there is a conflict in accessing a shared resource, such as a register file or an ALU, in an instruction pipeline?
Which component of an ER diagram represents an attribute?
In public key cryptography, which key is used for encryption?
What is the purpose of the "self" parameter in a Python class method?
In a B+ tree, the leaf nodes are typically connected in a linked list to facilitate: