Sail E0 Webinar

MCQs

Total Questions : 54 | Page 6 of 6 pages
Question 51. Which Python is used by client to opens a TCP connection to hostname?
  1.    s.accept()
  2.    All of the mentioned
  3.    s.connect()
  4.    s.bind()
 Discuss Question
Answer: Option C. -> s.connect()
Question 52. Methods provided by Python for receiving and sending TCP messages.
  1.    s.recv(), s.send()
  2.    None of the mentioned
  3.    s.recvfrom(),s.sendto()
  4.    Both (A) and (B)
 Discuss Question
Answer: Option A. -> s.recv(), s.send()
Question 53. Which of following Python Network/Internet modules supports HTTP protocol?
  1.    httplib
  2.    All of the mentioned
  3.    xmlrpclib
  4.    urllib
 Discuss Question
Answer: Option B. -> All of the mentioned
Question 54. Python MRO concept is
  1.    Method Resolution Order
  2.    Method Resetting Order
  3.    Method Recursion Order
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> Method Resolution Order

Latest Videos

Latest Test Papers