Monday, June 3, 2019
The Entity Relationship Diagram
The Entity kin DiagramDesign the selective informationbase system for P etc.re. Petc ar is a medium sized veterinary surgery with sextette branches across London. They want a database system developed to handle the immortalizes of the animals they care for, prescriptions and appointments.Entity-relationship diagramAn entity-relationship diagram (ERD) is a data modeling technique that creates a lifelike representation of the entities, and the relationships between entities, within an in leapation system. This diagram is often hired as a way to visualize a relational database individually(prenominal) entity represents a database get across, and the relationship lines represent the observes in one table that point to specific records in connect tables. ERDs may as well be more abstract, non needfully capturing every table needed within a database, but serving to diagram the major concepts and relationships. commentary of relationshipA relationship is some connection betwee n entities. Relationship is shown by line between entities. Relationship lines indicate that each illustrate of an entity may have a relationship with instances of the connected entity, or vice versa.Definition of entity attributeAn entity is characterized by a be of properties or attributes. Values assigned to attributes are used to distinguish one entity from an other.Definition of Optionality and CardinalitySymbols at the ends of the relationship lines indicate the optionality and the cardinality of each relationship. Optionality expresses whether the relationship is optional or mandatory. Cardinality expresses the maximum number of relationships.Before analyzing the entities, let have a look the definition of entity.An entity tramp define as a thing which an organization recognizes as being capable of an independent existence and which terminate be uniquely identified. In addition, an entity is an induction from the complexities of some domain. Each entity is shown in box w ithin the ERD.In this case study, the entities of the Veterinary Surgery are identified as followedOwner is correspond possessors of animals which implicate name, address, home telephone number and mobile telephone numberAnimal is represented randomness of an animal which included sex, age and ownerBreed is represented information of breed for each animal fictitious characterAnimalType is represented type of animal (dog, cat, rab number, etc) involution Petcare keep the following information the animal the appointment is for, the owner of the animal who requested the appointment, which veterinary doctor the appointment is with, the time and construe of the appointment, the diagnosis made and the charge made for the appointmentPrescription is represented record shows the period, in days, that the drug mustiness be taken for. The cost of the medication is in addition recordedDrug contains the name of the drugDrugType contains the name of the drug type (Anti-biotic, Painkiller, Behaviour modification, Ear medication, Skin medication)Vet is represented the following information kept about them name, address, home telephone number, and mobile telephone number wooden leg is kept for each branch of Petcare. This records the name of the branch (Enfield, Islington, Hackney, Holloway, Chingford or Leyton), address of the branch, telephone number, opening hours and emergency contact telephone number.Identifying the relationships for the modelRelationships mean that in a relational database, all entities have bonds between them, expressed as relationships. The relationship is a link between to entities, and it tells us something about which relationships exists between our entities. In the ER approach, more than one relationship can exist between any two entities.What is one-to-many and many-to-many Entity RelationshipOne-to-Many Entity Relationship is by far the most everyday relationship type. It consists of either a one through many or a zero through many nota tions on one side of a relationship and a one and only one or zero or one notation on the other.However, we can summarize all the entities to the Entity Relationship Data Model.Diagram for Entity Relationship Data Model which describes the content and structure of the data held by Petcare.OwnerBreedAnimalPrescriptionDrugDrugTypeAnimalTypeAppointmentVetAnimalTypeVetBranchFig 1 entity relationship diagram for the Petcare. standardized TablesTable is a data ( take to be), which is the model of the vertical columns (which identifies the name) and the horizontal lines. A specified number of columns in the table, but may be any number of rows. Each row to identify the sub clan of the values in the column, which has been identified as a expectation keystone.Table in another term relationship, although there is the difference that a table is usually a multi-set (bag) as a series, and does not allow copies. In addition, the material data rows, the panels are generally associated with some other meta-data, such as restrictions on the table or the values in columns.Primary keyPrimary key is a field or combination of fields that uniquely identify a record in the table, so each trail can be placed without confusion.Primary key is the field (s) (primary key can be made up of more than one field) that uniquely identifies each record, ie the primary key is unique to each record and the value impart never be duplicated in the comparable table. A constraint is a rule that defines what data are valid for the area. So the primary key constraint is the rule which says that the primary key field can not be empty and can not contain duplicate data.Database systems usually have more than one table, and these are usually related in any way. For example, a customer table and an Order table relate to each other on a unique customer number. The customer table go out constantly be a record for each customer, and the Order table has a record for each order that the customer has.For eign keysA unconnected key (sometimes referred to as the reference key) is a key used to link two tables together. Typically, you will have a primary key field from one table and paste it into another table, which becomes the foreign key (the primary key in the original table).A foreign key constraint that the data in the foreign keys must be consistent with the primary key of the table is linked. This is called reference integrity is to ensure that data entered is correct and is not uniqueDefinition of standardisationDatabase conventionalismization is a technique to reduce to the minimum duplication of information for designing relational database tables and in doing so to maintain the database for certain types of structural and limpid problems, that is to say data anomalies. For example, when a given piece of information has multiple instances to be found in a table, this possible happen that these instances will not be kept consistent during the data in the table is updated, leading to a loss of data integrity. The such kind of problems are less under attack(predicate) to a sufficiently saneized table, because its structure reflects the basic assumptions of the multiple instances of the same information should be used when a single instance of only.There are rules for UNF, 1NF, 2NF, 3NF, BCNF, 4NF, 5NF and domain-Key NF. approximately textbooks mention 5NF and DKNF only in passing and note that they are not particularly applicable to be design process. Normalization is really about the affectation of simple ideas. All too often, the simplicity is lost in esoteric terminology and papers are often excessively concerned with the formalism and generate very practical insight.In this project, why need a blueprintization the database, it is because normalization is about designing a good database i.e. a set of related tales with a minimum of redundant data and no update, delete or insert anomalies.Normalization is a bottom up approach to database desig n, The designer interviews exploiters and collects documents reports etc. The data on a report can be listed and then normalized to produce the required tables and attributes.First normal form to second normal formTo move form first normal form to second normal form I remove part-key dependencies. A relation is in second normal form if and only if it is first normal form every non key attributes is fully functionally dependent on the primary keyTake for instance the table named Animal here I have a tow compound key BreedID and AppointmentID. BreedID and AppointmentID have influence on the Animal. Hence I pasture brake out the determinant and dependent data items into their own table.Second normal form to third normal formTo move form second normal forms to tired normal form I remove inter-data dependences (non-key dependences).A relation is in third normal form if and only if it its in second normal form and every non-key attribute is non-transitively dependent on the primary key A use full mnemonic for remembering the relation for normalization is the twisting of the legal Oath presented belowNo repeating groupThe data items depended upon the key.The while key And nothing but the keySo help me code.Boyce-Codd Normal Form (BCNF)A relation is in Boyce-Codd normal form (BCNF) if and only if every one of its important functional dependencies is a panorama key. The definition of BCNF is treatment certain situations which 3NF does not deal with. To distinguish the characteristics of a relation between 3NF and BCNF are given below. Since it is such a relationship is unlikely to have these properties, in the real life design the most case of the relations in 3NF are also in BCNF. Therefore many authors propose a vaguely distinction between 3NF and BCNF when it involves about giving advice to normalize a design for long term. As the relations in 3NF and BCNF are slightly difference, it is a bit difficult to bring up with significantly examples. To be strictly con forming to the definition of 3NF does not handle a relation that1. Has multiple candidate keys, which2. Those candidate keys are composite, and3. The candidate key oerlap. For example, the candidate keys have at least one jet attribute.Here is all tables after normalizationOwnerIDName sendHomePhoneNumberMobileTable 2.11 VetAnimalTypeUsing a Database Management System (database management system) set-up all of the above normalised tablesA Database Management System (DBMS) is a set of computer software program programs. It controls the creation, maintenance, and the use of the database with computer as a platform or of an organization and its end users. It allows the organizations to place control of organization-wide database development in the hands of database administrators and other specialists. A DBMS is a set of system software. It helps the use of integrated collection of data records and files known as databases. It allows the programs of different user application to acce ss the same database easily.A DBMS is a set of software programs that controls the organization, storage, management, and retrieval of data in a database. DBMSs are categorized according to their data structures or types. The DBMS accepts requests for data from an application program and instructs the operating system to transfer the appropriate data. The queries and responses must be submitted and received according to a format that conforms to one or more applicable protocols. When a DBMS is used, information systems can be changed much more easily as the organizations information requirements change. New categories of data can be added to the database without disruption to the existing system.A DBMS includes four main parts data structure, modeling language, database query language, and transaction mechanismsComponents of DBMSData Definition Subsystem helps user to create and maintain the data dictionary and define the structure of the files in a database.DBMS Engine accepts logi cal request from the various other DBMS subsystems, converts them into physical equivalent, and actually accesses the database and data dictionary as they exist on a storage device.Data Manipulation Subsystem helps user to add, change, and delete information in a database and query it for valuable information. Software tools within the data manipulation subsystem are most often the primary interface between user and the information contained in a database. It allows user to specify its logical information requirements.Data Administration Subsystem helps users to manage the overall database environment by providing facilities for backup and recovery, tribute management, query optimization, concurrency control, and change management.Application Generation Subsystem contains facilities to help users to develop transactions-intensive applications. It usually requires that user perform a detailed series of tasks to process a transaction. It facilities easy-to-use data entry screens, pro gramming languages, and interfaces.Microsoft Access 2003 to setup normalized tables and designed test data.Set-up and test all of the following queries apply Structured motion Language (SQL).Structured Query Language (SQL) is a computer language which is designed for managing data in a relational database management system. It lets users to access and manipulate the database. The following task is to viewing how the Structured Query Language helps users to managing data in the Academic Human resources department system. An SQL query manifests itself as a series of commands or statements. Queries may include arithmetic calculations and can use query elements or procedures stored in the system. SQL databases are designed from using SQL queriesThe SQL language is used to ask database questions for the data stored inside the database what is the value of the element stored in Name index?, or what is the relationship between the data name and salary?. Manipulative commands, like inser t data or update record are also issued using SQL queries. A Data Definition Language allows SQL queries to create or administer the data structures, the tables of data, which constitute the database. The actual syntax used is a little more strict and regimented than these natural language phrases suggest, but in effect this is the type of communication that will take place between a relational database and the person or device querying it using SQL.Provide printouts of SQL code for each query and the output produced when you break the query in the database you have developedDisplay the names and addresses of the branches of Petcare and the names of all the veterinary doctors working at each of the branches. Any specialism(s) of the veterinary doctors should also be shown.Below is the SQL code for create the table.SELECT Branch.BranchName, Branch.Address, VET.VetName, AnimalType.AnimalTypeNameFROM (AnimalType INNER JOIN VetAnimalType ON AnimalType.AnimalTypeID = VetAnimalType.Anima lTypeID) INNER JOIN (Branch INNER JOIN VET ON Branch.BranchID = VET.BranchID) ON VetAnimalType.VetAnimalTypeID = VET.VetAnimalTypeIDDisplay all the appointments for the whole of the Petcare organisation. This should be ordered by date. The result should display the branch the appointment is at, the name of the veterinary doctor the appointment is with, the date and time of the appointment, the name of the animal the appointment is for, the type of animal and the breed of the animal.Below is the SQL code for create the table.SELECT Branch.BranchName, Vet.VetName, Appointment.Date, Appointment.Time, Animal.AnimalName, AnimalType.AnimalTypeName, Breed.BreedNameFROM (Branch INNER JOIN Vet ON Branch.BranchID = Vet.BranchID) INNER JOIN ((AnimalType INNER JOIN Breed ON AnimalType.AnimalTypeID = Breed.AnimalTypeID) INNER JOIN (Animal INNER JOIN Appointment ON Animal.AnimalID = Appointment.AnimalID) ON Breed.BreedID = Animal.BreedID) ON Vet.VetID = Appointment.VetID proletariat 5 assumptions and ImprovementsAssumptionFor the design the Petcare database system, we have made some assumptions before the implementation of the database. The entity relationship diagramming is created to identify each entity, relationship and attributes. The assumptions are the followsWe must need to assign vet to any new appointment.Since each doctor only can work at one Branch at a time and they can specialize more than one type of animal. This mean all branch can for any type of animal to make appointment.set all the primary keys and foreign keys in all of the tables, each table have their unique ID. Each table should have a primary key, and each table can have only one primary key.In the task 3, we are using DBMS, Microsoft Access 2003, to setup normalized tables and designed test data.In the task 4, we are using SQL statements base on Microsoft Access 2003 to query our database to investigate the database system can be fulfills the requirements or not.Base on using the Entity relationshi p data model that describes the content and structure of the data help by the department. At the real environment, we can consider the database on three levels of generalisation external, conceptual, and internal.The external level also has the users views of the database. This is depending on their needs, different users access different parts of the database.ImprovementsObject-orientation and databasesBoth object-oriented programming and relational database management systems (RDBMSs) are extremely common in software today. Since relational databases do not store objects directly (though some RDBMSs have object-oriented features to approximate this), there is a general need to duet the two worlds.The core of object-relational thinking is the great power to incorporate greater levels of abstraction into data models. This idea represents a major shift in the way that data modeling is done. Current relational databases are usually highly normalized but with little abstraction. Eac h thing of interest is instantiated as a relational table. As a result, systems frequently require numerous database tables and an equal number of screen modules and reports. The program modules are usually based directly on these tables with user work flow only instantiated through the way that the hundreds of screen modules interact. The object-oriented (OO) approach to data modeling will be something of a change for people familiar with entity relationship modeling. in time though we still end up with tables and relationships at the end of the process, the way to think about the modeling process has to change. Object-relational data models have several advantages over traditional data models They require fewer entities (or classes in object-oriented terminology) They are more robust, in that they will support not only the specific user requirements garner during the analysis phase, but will also usually support a broader class of requirements They are more stable in that, as ne w requirements arise, the models will require fewer changes than traditional modelsData is not information unless it is valued. Information value provides profit or gain only when accessible or used. availableness and use, through organized systems, provides competitive advantage. Speed determines the degree of competitive advantage. Computerized database systems are thus, the ultimate method of high-speed information retrieval. It is not difficult to build an organized database system. The difficulty lies in the laborious, mundane task of collecting, categorizing and maintaining the massive amounts of data.Information is not valued unless it is legitimate. It must be valid and true to be worthy of use in decision-making. So, it is critical that all aspects of our system provide quality. To quote statistics based on erroneous data is considered foolish or criminal. The core of object-relational thinking is the ability to incorporate greater levels of abstraction into data models. T his idea represents a major shift in the way that data modeling is done. Current relational databases are usually highly normalized but with little abstraction.The database systems have become so important to organizations that the activity is devoted to planning for, monitoring and administering the systems. We can focus on the planning and managerial activities relevant to database. It is defined the concept of data administration, the scope of the data administration function, relate the costs and benefits of having a data administration functions. It also defines the concept of a data dictionary and considers the issue of database security. The data control is primary function for the database administrator (DBA). The DBA needs to be able to do three main thingsPrevent would-be users from logging-on to the databaseAllocate access to specific parts of the database to specific usersAllocate access to specific operations to specific usersFor the DBMS toolkit to follow-up the datab ase, the interface is essential function of most ICT systems it to interact with users. The three aspects are the content, control and format. The interface can be seen as collection of dialogues between the user and the ICT systems.
Sunday, June 2, 2019
Civil Unions Should Have the Same Status as Marriage Essay -- Gay Marr
Gay people hear the government talk about courteous unions and domestic partnerships everyday being rival to union, and that is estimable completely observed. The brave community is being feed lies. As far as Im concerned marriage doesnt exist in the gay community. Unfortunately marriage is only recognized between a man and a women. In fact there ar states that try recognize same(p) sex relationships, just now we do not enjoy the same rights as a hereto married couple at the state level. We be not aloud to cave in decisions for our partners in life threatening events. We dont even have the right to be by a partners side in the hospital because were not classified as married. Gay couples cant even leave things to their partner because we are quote UN quote not married. If all people are created equal then marriage should be for the people. We call America a free place but we dont all have the same rights as other American people. If civil union is equal to mar riage why dont straight people have a civil union? Because its not real its fabricated We want our marriages to be treated the same way as any other marriage No more, no less. We want to take care of our families & ensure that they are taken care of/ desex whatever benefits we are entitled to should we become sick or die. I dont understand why some marriages are honored and others are not. People should be able to wed when someone truly loves someone regardless of their sexual orientation. As far as I know gay marriage is not recognized because of religion. We are all American people and we are being shorted out of love and happiness. Gay people pay tax dollars just interchangeable straight people. So why are we being treated differently. It seems like our rights ... ... have come a long way over the last some years. Civil unions are still considered new so not everyone recognizes them as marriage. I was also very surprised to find out that when a gay couple says they are in a civil union they are seen as being single. Another thing that was brought to my attention was the act of a civil union in one state dont count in another where as marriage does. Religion and government is the main reason civil unions are not passed in other states. Some states dont even recognized that a civil union would exist between two people because they dont count. If you are in a gay relationship the best place to live is Vermont because everything is equal. I was right about civil unions they are the same as marriage and they are seen as almost as a subtute to marriage. Civil unions need to be the same as marriages in order to make everyone happy.
Saturday, June 1, 2019
Another Voice In Frankenstein :: essays research papers
There ar many varied interpretations of bloody shame Shelleys Frankenstein in the study of literature. In fact, most critics have, if non opposing, somewhat contrasted views on the novel. However, a popular perception of the novel seems to be one in which Shelley is said to be representing her own views finished the voice of the monster created by Victor Frankenstein. But what exactly are Shelleys views? So many have taken apart this novel, analyzing it beyond each(prenominal) bounds, and yet it still remains a puzzle to most, as to what message Shelley tries to give to the reader. Perhaps this quandary is the direct result of this over-analysis. What if we are looking excessively carefully? If we were to take a step back, we should see that bloody shame Shelleys Frankenstein is nothing more than the not uncommon story of the average teenager. This isnt to differentiate that the novel is not a work of art, rather, it is quite possibly the best prose ever written by an eighteen year-old. But the fact of the matter remains. Mary Shelley was eighteen going on nineteen when she wrote Frankenstein. Taking this into account, it becomes more apparent that Shelley was not commenting on social aspects of her time or the feminist movement that her render helped create, rather, she was simply expressing her feelings as a teenager, as so many of us need to do. These feelings of isolation, separation, and being misunderstood, all of which are not uncommon to many teens, are in fact the same as those bewilderd by the monster in Frankenstein. In this way, the monster most likely is a representation of Mary Shelley. Almost all of us can relate to a time in our lives when we were young, and misunderstood by our parents. Almost all of us have had an experience where we had done something wrong and during the process of being berated by our parents, tried to convince them that they were wrong, instead. This point is universal to all teenagers and apparently it was to Mar y Shelley as well, when we observe the followers passageBe calm I entreat you to hear me, before you give vent to your hatred on my devoted head. Have I not suffered enough, that you seek to increase my misery? Life, although it may only be an accumulation of anguish, is dear to me, and I will defend it.
Friday, May 31, 2019
My True Goal â⬠The Study of Medicine :: Medicine College Admissions Essays
My True Goal The Study of Medicine I firmly believe in the powerful message of Ecclesiastes 31, which states that every elbow grease man can undertake has its own time and meaning. Looking back on my own life, I see these different seasons as stages of growth that puddle helped me to understand my own potential and the path that I appetite to take in life. I feel that I have lived deeply and fully, and now wish to apply the valuable life lessons I have gained to what I feel is my true calling. Now is the season to explore the fascinating world of medicine, and to finally coiffure that dream a reality. As a child, I never believed that I could succeed. Growing up in one foster home after another, I lacked the stability that a youth needs in order to excel in classes and build a proper foundation for the future. I was pregnant by the age of eighteen, and dropped out of school to try to forge a future for my children. Life was difficult but fulfilling, and I found much joy in being the mother of two lovely children. The day my second child was diagnosed with Krabbes disease, however, all of my happiness seemed to vanish before my very eyes. Krabbes disease is both lowest and debilitating, and the doctors gave my daughter a life expectancy of eighteen months. Swallowing my shock and sorrow, I devoted myself to making the most of the precious time I had left with my child. I researched intensively on Krabbes disease, learning as much as I could about its mechanisms and the course it would run. I applied these lessons to caring for my daughter, and provided her with the twenty-four hour a day care that she required. Because I was afraid she would die at any moment, I never left her side, even to go to work. In order to gestate the bills, I took in outside sewing and odd jobs. But no sacrifice was too great for my daughter. She lived to the age of four, long past her expectancy, which the doctors attributed to my constant care. organism such an intimat e witness to the struggle of life and death left me with a deep sense of human fragility. I realized that the human automobile trunk is so very intricate and beautiful in its complex delicacy.
Thursday, May 30, 2019
nature In Huckleberry Finn :: essays research papers
In his novel Adventures of Huckleberry Finn, Mark Twain conveys his high regard for spirit through the purpose of several rhetorical devices such as personification and tone. Twain changes his tone when describing the Mississippi River from cynical and sarcastic to flowing and daydreaming. This change in tone illustrates his own appreciation for the beauty and importance of nature.Throughout the passage on page 88, Twain uses personification to show the beauty of nature in ancestry to the immaturity and repugnant mentality of society. Huck would sometimes wake up to "see a steamboat coughing along upstream" that "now and then would flare a whole world of sparks up out of her chimbleys" which acts like a child without manners. Twain shows how disgusted he is with society by the use of the rowing coughing and belch. Both words have a negative connotation that lead a reader to think of illness with the use of coughing, and immaturity with the use of belch. "The nice breeze springs up and comes fanning you from over there as a servant to a king in his court, and everything (smiles) in the sun." Twain chooses the word "springs" to set forth the action of the breeze because it makes the breeze seem to be present only to comfort. Twain does this to show that nature is for humans to enjoy.The passage on page 88 flows like thoughts during a daydream rather than being written in the short sarcastic style of the rest of the book. "Two or three geezerhood...swim by like a fish through the river they slid along so smooth and lovely." Twain shows the dream like quality of this scene by saying the days "swim by". The word swim adds to the mood of the passage by showing how the days flowed by rather than just went by. Jim and Huck "put in the day, layzying around, listening to the stillness".
Wednesday, May 29, 2019
Comparing the Play versus the Film of William Shakespeares Much Ado Ab
Comparing the Play versus the Film of William Shakespeares Much Ado About zero?Much Ado About Nothing is a postwar love story. Its principal subject is that of romance that may settle over the land after soldiers move up home. I noticed that Much Ado is actually two love stories. One concerns sweetly innocent lovers who are driven apart by the plotting of enemies. The new(prenominal) involves very sarcastic lovers who are swept into each others arms by the benign machinations of friends. I had a lot of trouble understanding the dialect, I grew up a country boy and we didn?t do much of this in my 14 persons graduating class. None the less I didn?t think it was a uncivilised of time either. It was of very good quality as far as a plot is concerned. It had evil, jealousy, lust, love, romance, comedy and of course tragedy. If I were to do it over once more I would go see the movie first, the play second. I was able to understand more from the movie than I did the play. I think that i f I had do this I might have got more from the play.As the good prince of Arragon, Denzel Washington did a superb job, and as Claudio, the love-struck innocent, Robert Sean Leonard performed great just as he has make in any other theatrical movies that I have seen him in. But in the lesser role of the princes evil half brother, Keanu Reeves didn?t appear to be all that special, at times he did look evil but I have never been a big fan of Keanu?s acting. He always sounds like a baboon when he opens his mouth. Maybe I am just remembering too much of Bill and Ted?s Excellent dangerous undertaking?Beatrice and Bene*censored* are adversaries united only in their contempt for marriage. Once the two finally let down their guard and allow their true feelings to blossom... ...and some(prenominal) more keeps you and your emotions on a roller coaster ride. Which is brilliant because we all know that as humans we adhere to stimulation and that is what it does, it stimulates us by incorpora ting all these emotions and jump around with them. With the movie it also adds a score and soundtrack as well as camera shots and things that appeals to our senses that much more. At least it does for me.Branaghs interpretation of Shakespeares play leaves the smasher with the impression of a fairy tale in which everyone (except the villain) will live happily ever after. The film is good, but even as I am partial to the movie I do believe to properly appreciate Shakespeares work it is necessary to take the time to peruse the play in a leisurely and contemplative manner, and if anything to get the WHOLE play in which the movie did not give.
ICT and You :: ICT Essays
For this work, I am going to write about how I intent ICT in my everydaylife. I will be looking at how I aim ICT at Home and at School.I will also identify how I office ICT for - My own personal use (this is when I use it just for me) Social use (this is when I use the ICT with other people)PC Technology-------------I use Microsoft Excel a lot, which helps me to do graphs in sciencefor coursework and I also use it at home for sorting my pocket moneyand spending so I am nonionic with my money and dont overspend. Itis very easy to use and your work is always very neat and presentablewhich is important for my coursework. I also use Microsoft Word formany things in school, these include writing out coursework,completing homework and English essays. Microsoft word offers a greateasy program, which is easy to use and also you can put text, picturesand photographs onto a word document.I like using MS FrontPage to design and make web pages and websitesthis can be do personally for me o r socially for a group of people.Designing website can be relaxing and stress free or can be forbid and stressing, all depending on what type of web site itis.InternetThe internet is very helpful to me in school because I can search upuseful and useless information an instant using search engines likegoogle the downsides to sites like these is, you have to be specificotherwise you could end up having thousands of pages of dispose forexample if your searching for the official Manchester join site andonly type in Manchester United you will get any pages appearingcontaining the words Manchester and United you can get roughlyabout 3,460,000 results, when the words Official Manchester UnitedFootball Club Website only pages containing them words are found,there are around about 69,400 results just by being a bit morespecific. I use this at home, personally to keep up-to-date withbreaking word of my favorite football club and in school personallyfor my business coursework.At home I enj oy being on MSN messenger to emit to friends and Familyworldwide, msn is good because its faster than email and cheaper thanphone calls, the disadvantage is that my internet connection dependingwhere I am and what time of the day it is could be slow I have a 576kADSL modem so theres no worries for me but slower internetconnections like a 23.3k modem could have a delay or even a bad
Subscribe to:
Posts (Atom)