Question
If x : y : z = 6 : 7 : 11, and (2x + 3z) = 180, then
find the value of y.Solution
Let x = ‘6a’ So, y = 6a × (7/6) = ‘7a’ And z = 6a × (11/6) = ‘11a’ ATQ; 6a × 2 + 11a × 3 = 180 Or, 12a + 33a = 180 So, 45a = 180 So, a = 4 So, required value = 7a = 28
- Which firewall type inspects packets at all layers of the OSI model to ensure complete protection?
State True/False
With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ...
What will be the output of the following code snippet implementing the Least Recently Used (LRU) page replacement algorithm?
def lru(pages, capac...
Size of MD5 message digest
- Which attack type specifically targets application-layer protocols like HTTP, DNS, and SMTP?
Data Analytics uses ___ to get insights from data.
What is the purpose of the with statement when working with files?
Which of the following algorithm design techniques is characterized by breaking a problem into smaller sub-problems and solving each recursively?   �...
Which of the following data structures is best suited for implementing a priority queue?  Â
Which file structure allows for efficient retrieval of data using a hierarchical model?