1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Level-0 diagram : Project Dictionary entries

Discussion in 'BBS Hangout' started by Luckyazn, Jun 22, 2009.

  1. Luckyazn

    Luckyazn Member

    Joined:
    Jun 23, 2003
    Messages:
    4,375
    Likes Received:
    68
    anybody here that's a CIS or MIS major that can help me with this:

    Is part of a group project and I have did the Level-0 diagram

    and we're surpose to "write project dictionary entries for all the data stores show in the level-0 diagram"

    I wrote an entries and submit it to the prof. along with the diagram and got this response:

    diectory has no field size (in charcters) or data type (numeric, text, etc)

    what are the characters? or data type
     
  2. freemaniam

    freemaniam 我是自由人

    Joined:
    Nov 18, 2005
    Messages:
    3,528
    Likes Received:
    309
    For example if you have a "data store" that keeps demographic information, you'd probably keep data like

    Name,
    Address,
    Phone No. etc

    in your data store, right?

    Then you have to specific in your data dictionary the

    "Field Size" of your data fields, i.e. how many characters are you expected to keep the information, e.g., you want to reserve 50 "Characters" for Name, 5 Lines of Address and each line with 50 "Chararcters". You have to specify the Data Size for each column/field in your data store.

    Along with the Data Size, you have to advise the "Data Type" too, i.e. if the column/field keeps numeric data only (e.g. Phone No., SSN, etc.), or Alphabetics only (e.g. Name), or Alphanumeric (e.g. Address).
     
  3. arkoe

    arkoe (ง'̀-'́)ง

    Joined:
    Dec 13, 2001
    Messages:
    10,387
    Likes Received:
    1,598
    Data type is such a basic concept that it is hard to break down.

    In a database you have to define the attribute of what is being stored. Let's say you have a table describing students with the fields first_name, last_name, birth_date, age, street address. first_name, last_name, and street address would all be text data types because you are storing strings. birth_date would be a date field. If you're storing the age rounded to the nearest year, you can use a data type of integer/number - no decimals. If you're storing the age rounded to the nearest day (i.e. 22 years and 100 days is 22.274) than you can use a double data type.

    For text data types, you have to define how many characters you are going to allow to be stored. So for first_name you may have a field size or length of 20 characters. last_name may be 30. street_address could be 50. Dates and numbers don't have a length, though different number data types will only allow certain ranges of numbers.

    Data types vary depending on the type of database you are using.

    Make sense?
     
  4. Luckyazn

    Luckyazn Member

    Joined:
    Jun 23, 2003
    Messages:
    4,375
    Likes Received:
    68
    thanks guy, but what happen if my "project company" is like an online movie rental like Netflix.

    my Level -0 diagram includes :


    Customer
    Entertinment Tracker
    Employee

    1.0 Process Movie Rental Agreement
    2.0 Process Movie Request
    3.0 Process Movie Return
    4.0 Process Inventory
    5.0 Display Rental Status
    6.0 review Rental Inventory

    those are my level-n


    I mean how would I put that as an Directory? What are the field size?
     
  5. Luckyazn

    Luckyazn Member

    Joined:
    Jun 23, 2003
    Messages:
    4,375
    Likes Received:
    68
    ok I got it thanks guys
     

Share This Page

  • About ClutchFans

    Since 1996, ClutchFans has been loud and proud covering the Houston Rockets, helping set an industry standard for team fan sites. The forums have been a home for Houston sports fans as well as basketball fanatics around the globe.

  • Support ClutchFans!

    If you find that ClutchFans is a valuable resource for you, please consider becoming a Supporting Member. Supporting Members can upload photos and attachments directly to their posts, customize their user title and more. Gold Supporters see zero ads!


    Upgrade Now