Question
नीचे दिए गए शब्द –
युग्मों में से अर्थ की दृष्टि से बेमेल युग्म चुनिये:Solution
The correct answer is C
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: