Question
Find the GCD of 1.08, 0.36 and
0.9.Solution
Greatest common Divisor (GCD) = (highest common factor)HCF 1.08 = 108/100 0.36 =36/100 0.9 = 90/100 As we know, HCF of fractions = HCF of all numerators/LCM of all denominators So, HCF of 108, 36 and 90 = 18 LCM of 100, 100 and 100 = 100 GCD of 108/100, 36/100 and 90/100 = 18/100 = 0.18
Which of the following HTTP methods is idempotent and is primarily used to update a specific resource's data on a server?
What is the primary purpose of the ALOHA protocol in networking?
In public key cryptography ___
key is used for encryption and ____ key is used for decryption.
...What is the shortcut for 'Undo' in most software?
A Decision Support System (DSS) is best described as:
What is the primary purpose of the UNION ALL operator in SQL?
Is every view serializable schedule also conflict serializable?
Which of the following scheduling algorithms minimizes average seek time?
Which SQL command is primarily used to retrieve records from a database table?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]