| Definition | Translation | |
|---|---|---|
| bar chart | a graph with bars whose lengths are proportional to quantities | sloupcový diagram, graf |
| cell | an intersection of a column and a row in a spreadsheet | buňka |
| column | a vertical line of boxes labelled with a letter in a spreadsheet program | sloupec |
| formula | a mathematical equation that is used to calculate and analyse data | vzorec |
| line graph, line chart | a graph consisting of dots linked with lines | spojnicový graf |
| pie chart | a circular chart divided into triangular areas proportional to the percentages of a whole | kruhový, výsečový graf |
| row | a horizontal line of boxes labelled with numbers in a spreadsheet program | řádek |
| spreadsheet | a program which allows the user to analyse information in tabular form by manipulating rows and columns | tabulkový procesor |
| value | a numerical quantity | hodnota |
| database | a file of structured data | databáze |
| DBMS | a database management system - the software used to store, organize and retrieve the data in a database | systém řízení báze dat |
| relational database | a database system that maintains separate , related files, but combines data elements from the files for queries | relační databáze |
| field | a unit of information in a record in a database | pole |
| file | a collection of records in a database | soubor |
| index | a list of records ordered according to a content of certain fields in a database | rejstřík |
| query | a request for data in a database which allows us to extract data according to a certain criteria | dotaz |
| record | a unit of a file consisting of a number of interrelated data elements (fields) | záznam |
| search | to look for specific information | hledat |
| sort | to reorder data into a new sequence | třídit |
| update | to make something more modern or suitable by adding or changing information | aktualizovat |