Question
If Ashish has 3 types of pens in a ratio 4 : 6 : 5 such
that their LCM is 360, then find the sum of the highest and lowest number of pens that he has?Solution
Let the number of pens be 4a, 6a and 5a Then, we have LCM of (4a, 6a, 5a) = a times; LCM(4, 6, 5) = 60a rArr; 60a = 360 rArr; a = 6 rArr; No. of pens are 24, 36, 30 there4; The sum is 36 + 24 = 60
A queue follows which principle for data access?
Which of the following is the main objective of the 3rd Normal Form (3NF) in database normalization?
Which data structure uses FIFO (First In, First Out)?
What is the fundamental role of the Domain Name System (DNS) in computer networks?
Which of the following is a non-linear data structure?
Which of the following is a key characteristic of an effective Management Information System (MIS)?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Consider the following Python code for calculating the length of the LCS:
def lcs_length(text1, text2):
  m = len(text1)
  ...
In network architecture, what is the primary advantage of a mesh topology over a star topology?
- Computer Architecture
Which architectural feature is crucial for improving the performance of modern multi-core processors?