Exam 7: Array-Oriented Programming With Num
Exam 1: Introduction to Computers and Python 28 Questions
Exam 2: Introduction to Python Programming 32 Questions
Exam 3: Control Statements and Program Development 20 Questions
Exam 4: Functions 18 Questions
Exam 5: Sequences: Lists and Tuples 25 Questions
Exam 6: Dictionaries and Sets 27 Questions
Exam 7: Array-Oriented Programming With Num 18 Questions
Exam 8: Strings: a Deeper Look 20 Questions
Exam 9: Files and Exceptions 30 Questions
Exam 10: Object-Oriented Programming 42 Questions
Exam 11: Computer Science Thinking: Recursion, Searching, Sorting and Big O18 Questions
Exam 12: Natural Language Processing 22 Questions
Exam 13: Data Mining Twitter 15 Questions
Exam 14: Ibm Watson and Cognitive Computing 31 Questions
Exam 15: Machine Learning: Classification, Regression and Clustering 66 Questions
Exam 16: Deep Learning 76 Questions
Exam 17: Big Data: Hadoop, Spark, Nosql and Iot 79 Questions
Select questions type
Which of the following statements is true with respect to displaying an array of 1000 items or more?
Free
(Multiple Choice)
4.8/5
(42)
Correct Answer:
D
Which of the following statements a), b) or c) is false?
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
D
Which of the following statements a), b) or c) is false?
Free
(Multiple Choice)
4.7/5
(41)
Correct Answer:
D
The NumPy array function receives as an argument an array or other collection of elements and returns a new array containing the argument's elements. Based on the statement: import numpy as np
Numbers = np.array([2, 3, 5, 7, 11])
What type will be output by the following statement?
Type(numbers)
(Multiple Choice)
4.8/5
(39)
Which of the following statements about NumPy's linspace function is false?
(Multiple Choice)
4.8/5
(32)
Assume the following array definitions: import numpy as np
Integers = np.array([[1, 2, 3], [4, 5, 6]])
Floats = np.array([0.0, 0.1, 0.2, 0.3, 0.4])
Which of the following statements a), b) or c) is false?
(Multiple Choice)
4.8/5
(40)
The attribute ________ contains an array's number of dimensions and the attribute ________ contains a ________ specifying an array's dimensions:
(Multiple Choice)
4.7/5
(40)
Assume the array numbers contains the values 10, 20, 30, 40, 50, 60. Which of the following statements is false?
(Multiple Choice)
4.9/5
(30)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)