0% found this document useful (0 votes)
59 views5 pages

Examen 1 Parcial

This document proposes developing a system to record fines and fees for third-year software development students. It will use an object-oriented methodology and the Microsoft Solution Framework process. The system will be created using Visual Basic in Visual Studio, with data stored in a MySQL database. It aims to generate a program that can record student fines and fees as well as the reasons they were issued.

Uploaded by

Mr. Kevin KR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views5 pages

Examen 1 Parcial

This document proposes developing a system to record fines and fees for third-year software development students. It will use an object-oriented methodology and the Microsoft Solution Framework process. The system will be created using Visual Basic in Visual Studio, with data stored in a MySQL database. It aims to generate a program that can record student fines and fees as well as the reasons they were issued.

Uploaded by

Mr. Kevin KR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

REPÚBLICA DEL ECUADOR

GENERATE A SYSTEM THAT CAN BE USED TO RECORD FINES


AND FEES FOR THIRD-YEAR SOFTWARE DEVELOPMENT
STUDENTS

AUTHORS: Kevin Joel Paucay Urvina


Marco Leonardo Quispe Diaz
María Cecilia Toapanta Lema

PROFESSOR: Lcda. Gissela Solórzano

Tena - Ecuador
2023
INTRODUCCION:

Microsoft Visual Studio is an integrated development environment (IDE) for


Windows and macOS. It supports multiple programming languages, such as C++, C#, Visual
Basic .NET, F#, Java, Python, Ruby, and PHP, as well as web development environments,
such as ASP.NET MVC, Django, etc., which must be added the new online capabilities under
Windows Azure in the form of the Monaco editor.

Visual Studio enables developers to build web sites, web applications, and web
services in any environment that supports the .NET platform (starting with the .NET 2002
release). Thus, applications can be created that communicate among workstations, web
pages, mobile devices, embedded devices and game consoles, and others.

WHAT IS MYSQL AND WHAT IS IT FOR?

MySQL is an open-source relational database management system (RDBMS)


backed by Oracle and based on the Structured Query Language (SQL). MySQL works on
virtually all platforms, including Linux, UNIX, and Windows. Although it can be used in a
wide range of applications, MySQL is most often associated with web applications and online
publishing.

MySQL is a major component of an open-source enterprise stack called


LAMP. LAMP is a web development platform that uses Linux as the operating system,
Apache as the web server, MySQL as the relational database management system, and PHP
as the object-oriented scripting language (Perl or Python is sometimes used instead of PHP).
).
Originally conceived by the Swedish company MySQL AB, MySQL was acquired
by Sun Microsystems in 2008 and then by Oracle when it bought Sun in 2010. Developers
can use MySQL under the GNU General Public License (GPL), but companies must obtain
a commercial license. from Oracle.

Today, MySQL is the RDBMS behind many of the world's top websites and
countless web-based consumer and corporate applications such as Facebook, Twitter, and
YouTube.

HOW MYSQL WORKS

MySQL is based on a client-server model. The core of MySQL is the MySQL


server, which handles all the statements (or commands) from the database. MySQL Server
is available as a standalone program for use in a client-server network environment and as a
library that can be embedded (or linked to) in standalone applications.

MySQL works in conjunction with various utility programs that support the
administration of MySQL databases. Commands are sent to MySQL Server through the
MySQL client, which is installed on a computer.

MySQL was originally developed to quickly handle large databases. Although


MySQL is typically installed on a single machine, it is capable of shipping the database to
multiple locations, as users can access it through different MySQL client interfaces. These
interfaces send SQL statements to the server and then display the results.

GENERAL OBJECTIVES

Generate a system that can be used to record fines and fees for third-year software
development students
PROCESS

• METHODOLOGY USED:
The object-oriented methodology will be used for the development of the
application; to define the different classes with their operations and attributes collected
in the process that is followed in the process of collecting fines and fees; and based on
which it will be possible to create the data model that will serve as the basis for modeling
the product. An Object-Oriented Data model (OODM). it is a semantically closed
abstraction of a system; and this in turn can be written by one or more models, possibly
from different points of view. Modeling is nothing more than the construction of a model
from a specification, it is an abstraction of something, which is elaborated to understand
that something before building it. For the development of the project, the MSF (Microsoft
Solution Framework) methodology will be used, since it is a flexible and interrelated
methodology with a series of concepts, models and practices of use, which control the
planning, development and management of technological projects. MSF focuses on
process and team models leaving technological choices in the background.
MSF has the following characteristics:
• Adaptable: it is similar to a compass, used anywhere like a map, of which its use is
limited to a specific place.
• Scalable: You can organize teams as small as 3 or 4 people, as well as projects that
require 50 people or more.
• Flexible: it is used in the development environment of any client.
• Agnostic Technology: because it can be used to develop solutions based on any
technology.

METHODOLOGY MSF (MICROSOFT SOLUTION FRAMEWORK)

The MICROSOFT SOLUTION FRAMEWORK (MSF) team model describes the


Microsoft approach to organizing both people and their activities to enable project success.
The model defines the role groups, functional areas, responsibilities, and directions for team
members to lead in such a way that they can achieve their unique goals throughout the project
life cycle. To maximize the success of Information Technology (IT) projects and operations
throughout the IT lifecycle, the MICROSOFT SOLUTION FRAMEWORK and the
Microsoft Operations Framework (MOF) provide guidance and proven practices for
planning, building, implement and manage solutions effectively. This information is derived
from experience gained during the Microsoft large-scale software development and service
operation projects, the experience of Microsoft consultants, and common IT industry
practices worldwide. It is delivered in the form of reports, guides, tools, templates, case
studies, and educational courses. The guidance and practices are organized into two
complementary and well-integrated knowledge sets.

PROGRAMMING LANGUAGE

In this system the programming language Visual Basic implemented in the IDE
(Integrated Development Environment) Visual Studio and with the MySQL database
manager will be used to store the data entered in our system.

RESULT

The system records student fines and fees as well as the reason why they were
generated

You might also like