Continue with your mobile number
ATQ; A = 8C And, A = (4/3) × B So, 8C = (4/3) × B Or, 6C = B Since, A + B + C = 210 So, 8C + 6C + C = 210 Or, 15C = 210 Or, C = 14 A = 14 × 8 = 112 And, B = 6 × 14 = 84 Required value = 9 × 14 – 84 = 42
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]
What is a best practice for securing remote access in Windows and Unix/Linux environments?
Which of the following best describes the function of cache memory in a computer system?
Which is connectionless and unreliable protocol
In a binomial heap, if the root is greater than the left child and less than the right child, which of the following statements is correct?
Which of the following statements accurately describes the characteristics of a primary key in a relational database?
What is the purpose of the CASE statement in SQL?
Which of the following statements accurately describes the use of the SQL CREATE statement?
Is every view serializable schedule also conflict serializable?