NWS 241
NWS 241
COURSE
CODE
NWS 241
COURSE
TITLE
Physics and Computer Science iv
Basic Definitions
Data : data is defined as raw facts (unprocessed
fact) which can be recorded such as name of a
person, death of birth of a person, name of a
place, audio, images or video.
The recording of this fact can be on a given
storage media.
Information: information is defined as processed
fact which gives data some meaning and can lead
to objective decision making or give clear
description of a state. Example of information
can be derived from the data given pieces of
data as
Given the data level 1, Williams
Note :
01 William may be an instance of a students
02 level1 may be an instance of levels
We processed data of different structure to
produce information such as
“ Williams is a student of level 1”
Database
a database is a logical collection of related data
for the some specific purpose.
1) Relation
Relation_Name Number_of_column
2) columns
Column_Name Data_type Belong_to_Relation
DBMS software must work equally with
any number of database application. In
traditional database the description of
the database was through the database
programs themselves.
Data sharing and multi-user transaction
processing.
DBMs provides concurrency control to enable
multiple users to access the database at the
same time .
This prevents multiple users from being able to
access and edit the same data at the same time.
DBMS must enforce several transaction property
such as
isolation: change can not be made
concurrently on a single piece of data by
multiple users.
Atomicity: a transaction is executed completely
or none at all.
Support of multiple views of data :
A database has any number of users each of
whom may require a different perspective or
views of the database.
A view is a subset of the database made up of
data derived from the database.
Database Designers
End Users:
Tool developer