chapter 1 Flashcards

1
Q

what is the difference between information and data

A
  • -> data is the raw or unprocessed material
  • -> Information is knowledge, intelligence, a particular piece of data with a special meaning or function
  • -> It is the result of combining, comparing, analysing, or performing calculations on data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a database

A
  • -> A database is a centralized and structured set of data stored on a computer system
  • -> provides facilities for retrieving, adding, modifying, and deleting data when required
  • -> provides facilities for transforming retrieved data into useful information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

who manages a database

A

database administrator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

when the raw data is queried it is transformed into ________________

A

more useful information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the steps in the database design process

A

analyze
design
build

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the first step in database development process

A

data modelling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what happens in the data modelling process

A
  • -> collecting and analyzing the data a business needs to track
  • -> followed by diagramming the organization of that data in an entity-relationship diagram (ERD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

data modelling begins by ______________________________

A

researching the information requirements of a business

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

an entity relationship diagram should completely ___________________________

A

capture and accurately model the organization’s information needs and functions of the business

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is step 2 of database development process

A

database design phase

–> translates the information modelled on the entity-relationship diagram to a table instance chart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what components does a table instance chart contain

A

table names
column names
keys
Nulls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

2 types of keys

A

primary keys

foreign keys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a primary key

A

it is a unique identifier for each row of the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is a foreign key

A

links the data in 1 table to the data in a second table by referring to the primary key column in the second table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is nulls

A

indicates if a column must contain a value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is unique

A

value contained within a column is unique within the table

17
Q

what is data type

A

identifies the definition and format of the data stored in each column

18
Q

what is used to build the physical structure of the database

A

SQL commands

19
Q

what is sql used for

A

populate, access ,and manipulate the data within the relational db

20
Q

what is software

A

programs which tell the hardware what to do

21
Q

what is OS

A

a software program that directly controls and manages the hardware

22
Q

what is application

A

program which carries out specific tasks on behalf of the user

23
Q

what is a server and client

A

–> server is a powerful computer that accepts work requests from clients, executes the request and sends the response back to the client

  • -> client is a workstation or computer including a screen, keyboard and mouse
  • -> human users interact directly with clients
24
Q

what is a grid computing model

A

–> all of an organization’s computers in different locations can be utilized just like a pool of computing resources

–> builds a software infrastructure that can run on a large number of networked servers `

25
Q

what happens when a user makes a request in grid computing model

A

the request will be processed in the grid, in the most efficient way possible

26
Q

grid computing is computing as a _________-

A

utility

–> user is charged for what they uses

27
Q

what is cloud computing

A

allows businesses to access software and hardware from a cloud provider

located remotely

delivered to users using web technology `

28
Q

personal computers became widely available in which year

A

1980s

29
Q

what was the problem with isolated non integrated systems

A

if an upgrade is made to a software application, each and every server plus every client must be upgraded.

30
Q

what are dumb terminals

A

these are smaller computers that were used to access the mainframe.

31
Q

_________ is a colleciton of data arranged for speed of ease and speed of search for retrieval

A

database

32
Q

what is dbms

A

A software used for storing and retrieving users’ data while
considering appropriate security measures.

It consists of a group of programs which manipulate the database.

The DBMS accepts the request for data from an application and instructs the operating system to provide the specific data.

In large systems, a DBMS helps users and other third-party software to store and
retrieve data.

33
Q

what is the definition of sql

A

According to ANSI (American National Standards Institute), it is the standard
language for relational database management systems.

SQL statements are used to perform tasks such as update data on a
database, or retrieve data from a database.

Some common relational database management systems that use SQL are:
Oracle, Sybase, Microsoft SQL Server, Access, Ingres, etc.