Question
निम्नलिखित में
'पृथ्वी' का पर्यायवाची शब्द नहीं है -Solution
पृथ्वी — धरा, धरती, भू, इला, उर्वी, धरित्री,धरणी, मेदिनी, क्षिति, मही, वसुंधरा, वसुधा, जमीन, भूमि, अचला, अवनि
What is the output of the following pseudo-code?
```
count = 0
for i from 1 to 3:
for j from 1 t...
Deadlock occurs when:
What will be the value of `x` after the following pseudo-code execution?
```
x = 0
data = [10, 20, 30]
f...
Which SQL isolation level allows phantom reads but prevents dirty reads and non-repeatable reads?
The command to test reachability of a host in Linux is:
A relation is in 2NF if:
Which normal form eliminates transitive dependency?
What will re.findall(r'\d+', 'abc123def45ghi') return?
In a program that manages a collection of `Employee` objects, each with a `salary` attribute, which control flow mechanism would be most efficient to fi...
Which of the following schedules is serializable?