0% found this document useful (0 votes)
4 views

Python MCQ-1

The document presents multiple-choice questions related to NumPy arrays. It covers topics such as indexing, slicing, iterating, and finding the dimensions of arrays. The correct answers to the questions are implied to be 'D' for the first question and 'A' for the second question.

Uploaded by

Alexa Martin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Python MCQ-1

The document presents multiple-choice questions related to NumPy arrays. It covers topics such as indexing, slicing, iterating, and finding the dimensions of arrays. The correct answers to the questions are implied to be 'D' for the first question and 'A' for the second question.

Uploaded by

Alexa Martin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

59. NumPy arrays can be ___.

A. Indexed
B. Sliced
C. Iterated
D. All of the mentioned above

60. Using ndim we can find -

A. We can find the dimension of the array


B. Size of array
C. Operational activities on Matrix
D. None of the mentioned above

You might also like