Question
Find the greatest 3-digit number
which when divided by 11 or 14 leaves a remainder of 3.Solution
ATQ,
LCM Calculation: LCM of 11 and 14 = 154 Find Largest 3-Digit Number Divisible by LCM: Largest 3-digit number is 999. Divide 999 by [999/154]=6 (Closest integer less than or equal to quotient) So, largest multiple of 154 within the 3-digit range is 154×6 = 924. Add the Remainder: 924+3 = 927
Which of the following best describes the nature of TCP (Transmission Control Protocol) as a connection-oriented protocol?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
What is the main goal of cloud load balancing?
Which query retrieves all records from TableA that have no corresponding records in TableB?
Which of these is a feature of cloud elasticity?
Which logic is used to handle uncertain or imprecise knowledge?
Which component in Hadoop is responsible for managing cluster resources and scheduling tasks?
Which of the following statements is true regarding the reliability requirements of the Spiral Model in software development?
What does the term "code optimization" refer to in the context of software development?
What is the primary purpose of Continuous Integration (CI) in software development?Â