Podcast
Questions and Answers
Which of the following is a feature of C++?
Which of the following is a feature of C++?
- Interpreted execution
- Garbage collection
- Automatic memory management
- Inheritance (correct)
What is the file extension for C++ source files?
What is the file extension for C++ source files?
- .cc
- .c
- .cxx
- .cpp (correct)
Which of the following is true about C++?
Which of the following is true about C++?
- It is interpreted at runtime
- It does not support pointers
- It supports object-oriented programming (correct)
- It is a purely functional language
What is a data structure in computer science?
What is a data structure in computer science?
What do data structures provide a means for?
What do data structures provide a means for?
What do relational databases commonly use for data retrieval?
What do relational databases commonly use for data retrieval?
What do some formal design methods and programming languages emphasize?
What do some formal design methods and programming languages emphasize?
Where can data structures be used to organize information?
Where can data structures be used to organize information?