Informatics 9. Билингвальный учебник - страница 9

стр.

Числа - Примерами типа чисел являются возраст, количество и вес.

Дата / время - Используется для хранения даты или времени. Примерами этого типа данных являются дата выпуска и дата рождения.

Валюта - Используется для представления валютной (денежной) стоимости. Например, цена продажи и сумма кредита.

Гиперссылки - Вы можете предоставить ссылку из вашего документа в файл на своем компьютере или на веб-страницу в Интернете.


Keep in mind

A database system is a computer program for managing electronic databases. A very simple example of a database system would be an electronic address book.


Activity 1

Давайте создадим базу данных для библиотеки, которая будет хранить информацию о каждой книге.

1. Прежде всего возьмите лист бумаги и попробуйте спланировать поля для своей новой таблицы.

2. Запишите следующие поля на бумаге: ID, название книги, автор, жанр, дата публикации, количество, популярность.

3. Теперь попробуйте определить, какие типы полей необходимы для полей, которые вы написали.


Activity 2

Choose one of the options below and try to make a database design. Discuss database designs with your classmates. Think about what fields can be used.

1. Student registration form

2. Computer Lab inventory

3. Music and movie store

4. Social network users’ database


Make at least 10 fields with different data types and apply them into your database.


Uses for database systems include:

- They store data

- They store special information used to manage the data. This information is called metadata and it is not shown to all the people looking at the data.

- They can solve cases where many users want to access (and possibly change) the same entries of data.

- They manage access rights (who is allowed to see the data, who can change it)

- When there are many users asking questions to the database, the questions must be answered faster. So, the last person to ask a question can get an answer in a reasonable time.

- Certain attributes are more important than others, they can be used to find other data. This is called indexing. An index contains all the important data and can be used to find the other data.

- They ensure that the data always has context (makes sense). There are a lot of different rules that can be added to tell the database system if the data makes sense. One of the rules might say November has 30 days. This means if someone wants to enter November 31 as a date, this change will be rejected.


Fact

A database administrator could...

Design a digital database of medical records that can be instantly transferred between clinics, unlike paper patient records.

Protect bank accounts from hackers by adding security features to a bank’s financial database.

Make an inventory database for a chain of candy stores to help them keep the most popular candies in stock.

Create a database of DNA from people with multiple sclerosis to help researchers pinpoint the genes involved in the disease.


Literacy

1. How do we build a new database?

2. Where do we use a table in daily life?


Terminology

immediate - тез арада - немедленный

to-do list - жұмыстар тізімі - список дел

to combine - біріктіру - объединить

to resize - өлшемін өзгерту - изменить размер

to scroll - айналдыру - прокручивать

field - алаң - поле

edge - шеті - край

area - аудан - область

to break - бөлу - разделить

to customize - баптау - настроить


2.3 BUILDING A DATABASE

You will:

Create forms;

Create tables.


How to build a database system to find books in the library faster?

Creatingform

Для того, чтобы начать создавать базу данных, необходимо создать форму, которая добавит новую информацию о книгах в нашу библиотеку.

- Откройте Google диск

- Нажмите «Создать» и выберите «Google Forms»

- Нажмите «Новая форма» и введите имя новой формы. Например: «Добавить новую книгу»

- Нажмите «Вопрос без заголовка», чтобы ввести вопрос. Пример: «Название книги».

- Выберите тип ответа для своего вопроса. Пример: «Короткий ответ».

- Нажмите «+» справа и добавьте новые вопросы:

«Жанр» с типом «Раскрывающийся список»

«Опубликованные данные» с типом «Дата»

«Количество» с типом «Текст(строка)»