Question
Determine the sum of all two-digit numbers that, when
divided by both 6 and 8, leave a remainder of 4.Solution
LCM (6, 8) = 24So, smallest 2-digit number that leaves 4 as remainder when divided by both 6 and 8:= 24 + 4 = 28And, next numbers:(24 X 2) + 4 = 52(24 X 3) + 4 = 76So, required sum = 28 + 52 + 76 = 156
The boolean function f(x, y, z) = (x AND y) OR (x AND NOT(z)) is equivalent to which of the following boolean expressions?
What is a "page fault" in the context of virtual memory?
In dynamic programming, what is the purpose of the "bottom-up" approach?
Real World Machine learn using?
CDMA is a communication technique that allows multiple users to share the same frequency band simultaneously by using unique codes to differentiate the...
Which of the following is NOT a common application of IoT?
Which of the following is a component of a combined cycle power plant?
Which optimization algorithm is commonly used for updating the weights of neural networks and helps prevent getting stuck in local minima?
 FAT stands for?
What is the purpose of the subnet mask in IP addressing?