A(n) ________ is a type of file that organizes data in rows and columns.
Fill in the blank(s) with the appropriate word(s).
spreadsheet
Computer Science & Information Technology
You might also like to view...
Given the following definition for a map, which code fragment will correctly iterate through the map and output each item?
A. for (std::map
Computer Science & Information Technology
Here is a list of file names with extensions. Pick at least one that could properly be the implementation file and at least one that can properly serve as interface file.
a) File.cxx b) File.hxx c) File.cc d) File.h e) File.cpp f) File.hpp
Computer Science & Information Technology