A) A time-out state.
B) A sleeping state.
C) A blocking state.
D) A wait state.
Correct Answer
verified
Multiple Choice
A) The source IP address the information will be coming from.
B) The destination port you will receive information on.
C) The maximum size in bytes of the data to be read from the socket.
D) The address family used by the network socket.
Correct Answer
verified
Multiple Choice
A) spawning
B) forking
C) cloning
D) generating
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) The IP address to be used.
B) The socket family that will be used.
C) The socket type that will be used.
D) The socket port that will be used.
Correct Answer
verified
Multiple Choice
A) It returns the IP number of the computer whose IP name is passed to the function.
B) It returns the IP address of the host computer running the Python interpreter.
C) It returns the name of the host computer running the Python interpreter.
D) It returns the name of the IP address passed to it.
Correct Answer
verified
Multiple Choice
A) The calling of the start method.
B) The calling of the ready method.
C) The instantiation of the thread, followed by the use of the "begin" function.
D) The creation of the thread itself places it in a "ready" state.
Correct Answer
verified
Multiple Choice
A) notify()
B) release()
C) notifyAll()
D) wait()
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) It binds the socket to a IP address.
B) It binds the socket to a port.
C) It binds the socket to a listening pipe.
D) It binds the socket to the localhost.
Correct Answer
verified
Multiple Choice
A) A running process is automatically moved to the rear of the ready queue after a few milliseconds of run time.
B) A process is put to sleep as a result of the sleep method, and moves to the rear of the ready queue.
C) A process is waiting for input from a user and is moved to the rear of the ready queue.
D) A process is waiting for a condition to become true, and is moved to the rear of the ready queue.
Correct Answer
verified
Multiple Choice
A) processing handling
B) context switching
C) state cycling
D) priority slicing
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Showing 1 - 20 of 50
Related Exams