Question
Who is the grandmother of
Z? Answer the questions based on the information given below There are seven members A, D, K, L, M, P and Z in a family which consists of three generations. D is the only son of A, who is son of K. P is the brother-in-law of K, who has no siblings. L has three grandchildren. Gender of L and Z is different.Solution

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]