Introduction To Programming
Introduction To Programming
Computer programming
is
the
craft
of
writing
useful,
maintainable, and extensible source
code which can be interpreted or
compiled by a computing system to
perform a meaningful task.
Programming
a computer can be
performed
in
one
of
numerous
languages, ranging from a higherlevel language to writing directly in
low-level machine code
10
Programming
Languages that are
in
demand
by
Employers
This
cross-platform,
object-oriented
programming
language has become one of the most sought-after
programming skills in the developer world. It's been
around since 1995 and is still one of the most popular
languages from a developer and an employer perspective.
Database Management
System
Examples
Microsoft Access developed
by Microsoft
MySQL most widely used in
the web
Oracledeveloped by Oracle
corporation. One of the safest
DBMS.
Microsoft
SQL
Server
developed by Microsoft.
MICROSOFT
ACCESS 2007
MS Access 2007
is a Database Management
System that assists in the
creation of a relational database
to satisfy the diverse datatracking
needs
of
an
organization.
Database
Relational Databases
Example of Relational
Databases
Table Name: tblstudentinformation
STUDENTID
FIRST NAME
NV150001
Lenie
Samson
Virgillio
NV150002
Katherine
Dela Cruz
David
NV150003
Avegail
Guran
Santos
STUDENTID
nvbook0001
NV150003
nvbook0002
NV150001
Hello Kitty
Elements of a Database
TABLE
VALUE
STUDENTID
FIRST NAME
NV150001
Lenie
Samson
Virgillio
NV150002
Katherine
Dela Cruz
DavidRECOR
NV150003
Avegail
Guran
SantosD
PRIMARY
KEY
FIELD
BARROWEDID
STUDENTID
nvbook0001
NV150003
nvbook0002
NV150001
Hello Kitty
FOREIGN
KEY
Recitation
STUDENTID
FIRST NAME
NV150001
Lenie
Samson
Virgillio
NV150002
Katherine
Dela Cruz
David
NV150003
Avegail
Guran
Santos
BARROWEDID
STUDENTID
nvbook0001
NV150003
nvbook0002
NV150001
Hello Kitty
Office Button
Ribbon
Contains
task-specific
commands grouped together
under command tabs. This new
feature of Access 07 is the
replacement for the former
menus and toolbars.
Navigation Pane
Message Bar
DATABASE OBJECTS
Tables
These are the basic building
block of the database. They
contain information for related
items and are broken down into
individual units of information.
Data is STUDENTID
stored in TITLE
rows
and
BARROWEDID
OF THE BOOK
nvbook0001
Dora the explorer
columns. NV150003
nvbook0002
NV150001
Hello Kitty
Queries
Forms
Reports
Tabbed Documents
Datasheet View
Design View
Subdatasheet
A subdatasheet is a datasheet
that is nested within another
datasheet showing related data
items.
Find Command
Wildcard Character
A wildcard is a symbol used in a
search to replace unknown
characters.
Example: *
Table relationships
Types of Relationships
RECITATION