Podcast
Questions and Answers
Which programming languages allow arrays of more than one dimension?
Which programming languages allow arrays of more than one dimension?
- C/C++ (correct)
- Python
- JavaScript
- Java
Why are arrays of more than three dimensions not often used?
Why are arrays of more than three dimensions not often used?
- They are difficult to declare
- They require a lot of memory (correct)
- They are not supported in C/C++
- They are not efficient for calculations
How much memory does an array of doubles with dimensions 10x10x10x10 require?
How much memory does an array of doubles with dimensions 10x10x10x10 require?
- 80,000 bytes (correct)
- 800,000 bytes
- 10,000 bytes
- 1000 bytes
Which programming languages allow arrays of more than one dimension?
Which programming languages allow arrays of more than one dimension?
Why are arrays of more than three dimensions not often used?
Why are arrays of more than three dimensions not often used?
How much memory does an array of doubles with dimensions 10x10x10x10 require?
How much memory does an array of doubles with dimensions 10x10x10x10 require?