Google News
logo
NumPy - Quiz(MCQ)
Which of the following sets the size of the buffer used in ufuncs?
A)
setsize(size)
B)
bufsize(size)
C)
setbufsize(size)
D)
All of the mentioned

Correct Answer : Option (C) :   setbufsize(size)


Explanation : Adjusting the size of the buffer may therefore alter the speed at which ufunc calculations of various sorts are completed.

Advertisement