click below
click below
Normal Size Small Size show me how
ヾ(@⌒ー⌒@)ノ
i was cookin and i burnt the bacon
| Question | Answer |
|---|---|
| big data | Very large data sets that can be analyzed to better understand systems and show patterns of behavior. |
| citizen scientists | A person from the general public who helps collect data for studies conducted by professional scientists. |
| crowd sourcing | A strategy that takes advantage of large numbers of people connected by computer networks to collect information and get a better understanding of a specific topic or situation. |
| database | A collection of data that is stored permanently on a computer or digital device. A database is organized in a way that allows the programmer to access, update, and remove any data element as needed. |
| design brief | A written plan that identifies a problem, its criteria, and its constraints. The design brief is used to encourage thinking about all aspects of a problem before attempting a solution. |
| dynamic list | A list whose items can change during the runtime of a program. |
| intellectual property | Creations of the mind, such as inventions; literary and artistic works; designs; and symbols, names and images used in commerce. |
| persistent data | Any data that is stored and not lost after the application is terminated or power to the device is shut off. |
| static list | A list that contains data pre-set in the program |
| string | are text or characters that are stored exactly as they are entered (by either a user or a programmer.) |
| traverse | To loop through a list of items, one item at a time. |