Untitled Document

GRADE 10 PRE IB (Home Room)

Pastoral Care - Sermon/Testimonial
* Heroes (Jos)
* Preparing Yourself (Wahyu)
* Give Thanks in every situation (Wahyu)
* Help one another (Wahyu)
* Blessings on Past, Present and Future (Jos)
* Happiness and Joy (Jos)
* Believe something that beyond our sight (Wahyu)
* Prayer - Daddy's Empty Chair (Wahyu)

Database Design & Implementation

~ Getting Started
Introduction
Sitting Position
1. What is a Database?
2. Database Management Systems
3. About Database Tables
4. Querying a Database
5. Database Driven Website
~ HTML
# Assessment


GRADE 11 IPA & IPS

WEB DESIGN
~ Getting Started
1. Material Outline
2. Sitting Position
3. Labcom Rules
4. Assessment
5. Last Semester's Project
6. Pre-Test
~ Quanta
Basic HTML Tag Part 1
Basic HTML Tag Part 2
CSS: Cascade Style Sheet
Table
# Assessment
Links
Form
Form Processing


GRADE 11 IB

ITGS
~ Getting Started
Knowing ITGS
Sitting Position

Labcom Rules
Assessment
Internal Assessment: Portfolio (HL)
- Making Proposal for Portfolio
- Portfolio Sample by Brian
- First Portfolio Topic
Internal Assessment: Project (SL)
External Assessment
~ Lessons
Computer Hardware: Introduction (.ppt)
Business & Employment: e-Commerce (.ppt)
Computer Networking (.ppt)
System Vulnerabilities 1, 2, 3 (.ppt)
Education : Telelearning (.ppt)
~ Discussions
Hackers - Outlaws and Angels (.mpg)
The eBay Effect (.mpg)
Surveillance (.mpg)
Movie Piracy (.mpg)
(Thanks to Ghazali ITGS Teacher)
S.1.M.0.N.E - Virtual Actress (.mov)
Social Bookmarking (.mov)
~ Assessment
1st Assessment
~ Assignment
1st Assignment


GRADE 12 IPA & IPS

Apple Mac
~ Getting Started

Sitting Position
Knowing Mac
~ Apple Program
SubEthaEdit
iChat
iPhoto
Comic Life
Screen Flow
iMovie


GRADE 12 IB

ITGS
~ Getting Started
Knowing ITGS
Labcom Rules
Assessment
Paper 1a
Paper 1b
Paper 2a
~ System Fundamental
Key Terms
Analogue and Digital Data
Operating System
Responsible Computer Use
~ Database / Spreadsheet
Key Terms
RDBMS (.ppt)
~ Word Processor & Desktop Publishing
~ Images, Sounds & Presentations
~ Modelling & Simulations
Virtual Reality (.ppt)
~ The Internet
~ Communications
~ Robotic
~ AI & Expert System


Return to Course Schedule
Go to Beltsazar's Home Page

What is a database?


A database is a collection of data. That may sound overly simplistic but it pretty much sums up what any database is.

A database could be as simple as a text file with a list of names. Or it could be as complex as a large, relational database management system, complete with in-built tools to help you maintain the data.

Before we get into dedicated database management systems, let's start with the basics - let's look at a simple text file example.

Text File

Imagine we have a text file called "Individual.txt", and that the contents look like this:



We could use this information to do things such as send an email to everyone on our list. We could do this because, due to the way we designed the list, we know that each row contains a different individual, and the information on that row is related to that individual. Also, the items in each row are separated by commas. Therefore, we know that the email address next to "Homer" is his email address. We could also call each row a record . Therefore, we currently have 4 records in our database.

With a small list like this, a text file may serve our purposes perfectly.

Spreadsheet

Another option would be to store it in a spreadsheet using spreadsheet software (for example, Microsoft Excel). That way, we could do some extra things with our list (such as format it, or sort by first name/surname etc).

A spreadsheet program like Excel makes these tasks relatively easy to do. Also, programs like Excel organize the data into rows and columns , making your data easier to comprehend. Something like this:

Database Software

A better option would be to store the data in a database table using specialized database software, such as Microsoft Access. Something like this:




 
2007-2008 Copyright wahyukurniawan.info.