Question
In a class, the number of students studying English and
Math is in the ratio 3:4. If 12 additional students join the Math group, the ratio of students studying English to those studying Math changes to 3:5. What was the initial number of students in the English group?Solution
Initial ratio of the students studying English and Math = 3: 4 After joining of 12 students of math group ratio becomes = 3: 5 Student of English group remains unchanged, 5x-4x = 12 x = 12 students in English group = 3x = 36
 FAT stands for?
In a database cluster setup, what is the purpose of a "warm standby" server?
Which of the following techniques is used for dimensionality reduction while preserving the data's variance?
What is a resource in the context of deadlocks?
What is the purpose of a "private blockchain"?
Which circuit configuration has a single path for current flow?
In a virtual memory system, what is a "page fault"?
Which relationship type indicates that an entity is associated with exactly one instance of another entity?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
When working with DMA in C, which function is often used to configure DMA channels?