cursor

Christmas Pikachu
RSS
Container Icon


LO6
Develop simple web applications for managing information
                and other resources using available tools

Internet and Web
   Internet: It is the largest network in the world that connects people or organization all over the world.
Web: It is the application or is a service of the internet.
Internet and Web are not similar.




Web Apps

Web application refer to any application, services in internet.
Web browsers are software applications that allow users to retrieve data and interact with content located on web pages within a website.
Web applications commonly use a combination of Script, Client and Server.


Types Of Web

1.   Static web: Allows people to search for information and read it, but cannot edit it.
Example: Web 1.0
2. Dynamic web (active web): Web interactions between people, software. It allows people search, read and edit.
               Example: web 2.0 and 3.0


Categories Of Web 2.0 sites.


Online social networking
















Aggregator = collects thing together


Program language: Divided into two types:

Low-level Language


High-level Language






That’s all for my reflection ^_^
Thanks For Your Watching

Have A Nice Day To You
See You J









  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS



LO5
Discuss The Importance of The Internet and World Wide Web
What is internet?
It’s about network.
Sometimes it is called global system interconnected networks that uses the standard internet protocol to serve billions of users.






Using the internet
      Find general information /Access Information.
      Send (upload) or receive (down load) files between computers.
      Share resources.
      To Correspond/meet with people.
      Shop for product and services.



Internet services:
Communication (Email), World Wide Web, Protocol, Chat Room, Instant Messaging, IR.


1.      Email (electronic mail): 1.    Allowed messages to be exchanged from computer to computer. Used to create, send, receive, forward, store, print and delete email.
       Example: Yahoo, gmail, MSN.


2.      World Wide Web (WWW): 1.      Created by Tim Berners Lee. Contains hypertext links, or highlighted keywords and images that lead to related information.
Example: Website, Webpage.





Hypertext Markup Language (HTML): Markup language for displaying web pages and other information.
                  How to access the web: Internet connection, Internet Service Provide (Celcom, Microsoft network, Digi), Web Browsers (Chorme, Firefox, Opera, Internet Explorer).



Server Structure Of The Web:
·        Web servers: are computers that deliver web pages. It has IP address and possibly domain name.
·        Web client: Our computer.







3.      Transfer Protocol: 1.      - Is the set of rules that the computer use to move files from one computer to another on the internet.
-         Used on the internet is the Hypertext Transfer Protocol (HTTP).





4.     Chat Room: Channel/medium/location on Internet that allow people to chat with each other.



5.      VOIP (voice over internet protocol):




6.      Forum: -Electronic bulletin board.
                       -Includes: Newsreader.

















  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS




LO4
Apply relational database design approach and implement it using Microsoft Access or other DBMS

What is database??
Database:
  •     Is an organized collection of data.
  •   It is a collection of information arranged and presented in alphabetical order.
  •     Mechanism for storing, managing and retrieving information.

Database management system is a software system for manipulating databases.











Database Application
 









 




Database Components
Data item is a field in data processing and it is a piece of information.
Relationships: It represents a correspondence between various data elements.
Constraints: These are the predicates that define correct database states.
Schema: It describes the organization of data and relationship within the database. The conceptual schema defines the stored data structure. The external schema defines a view of the database for particular users.

Fundamentals of database
Field: A specific piece or category of data such as a first name, last name, city, state, subject, birthdate. (column)
Record: Related fields that describes a person, place, thing or transaction (customer, student, etc.). (row)
Key field: A field that contains unique information for each record, such as ID for student.
Table: A collection of records for a single subject such as students, products or sales.
Relational databse: Multiple tables that are linked together to address a business process, like managing timetable, courses and students.
Object: The parts of an Access database that help you view, edit, manage and analyze.


Database management system
Database Management System
= a software package for manipulating databases.
= “database program”

Features Of DBMS
Allow users to create new databases: The DBMS establishes the logical relationships among different data elements in a database and also defines schemas using the DDL (data definition language).
Give users the ability to query and modify the data using appropriate language (query language or data manipulation DML).
It provides information to the decision makers that they need to make important decisions. This information is provided by querying the database using SQL.

Examples of DBMS
My SQL, Microsoft Access, Postgre SQL, SQL Server, File Maker, Oracle, RDBMS, etc,.


Types of Database Language
·        DDL (data definition language)
·        DML (data manipulation language)
·        DCL (data control language)

 
Database Models
Structure 
Characteristic                     Definition
Description                             
Organization


Data models basic building block
The basic building block for all data models.
Entity: Represent a particular object in the real world, represent on table.
Attributes: Characteristic of an entity, help to identify the entity, represent by column in table.
Relationship:
·         Describes the relationship among entity.
·         Can be shown in the form of diagram.
·         Entity relationship diagram (ERD).
·         Three types of relationship
One to one (1:1)
One to many (1:M)
Many to many (M:M)


Building Database Using Microsoft Access
Access is the database-management program, part of the Microsoft Office suite, that enables you to maintain  databases.  
 Under the title bar, Microsoft Access displays an object named the Ribbon. The Ribbon starts on the left side with the word File, which is selected by default. Under File appears a menu with items such as Save and Open.


 


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS