Python Methods provided by Python for receiving and sending TCP messages. None of the mentioned s.recv(), s.send() Both (A) and (B) s.recvfrom(),s.sendto() None of the mentioned s.recv(), s.send() Both (A) and (B) s.recvfrom(),s.sendto() ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Function Define Def Fun Function Define Def ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Dictionary Lists Class Tuples Dictionary Lists Class Tuples ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown All raised standard exceptions must be handled in Python If any exception is thrown in try block, else block is executed The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown All raised standard exceptions must be handled in Python If any exception is thrown in try block, else block is executed ANSWER DOWNLOAD EXAMIANS APP