Scrum and XP from the Trenches

Product Stack

Explain with the brevity and clarity enough for us and the client distinguish what characteristics do you ask, are defined as stories or elements of the stack.

These require:

  • ID: unique identifier
  • Name: a short description of what makes (2 to 10 words).
  • Importance: ratio of importance that clients give the product, the higher the more important. For example, 10 or 150. It means that if A = 5 and B = 50 B is 10 times more important, only that B is more important than A even though
...

See on Student Notes »

La Ingeniería del Software

La Ingeniería del Software es una disciplina que integra métodos, herramientas y procedimientos para el desarrollo del software, de manera que se produzcan programas de calidad, desarrollados a tiempo, documentados y dentro de un presupuesto.

Gestión de la calidad del Software

Los elementos que forman parte de la calidad del software son:

  • Las metodologías que controlan todo el proceso y permiten analizarlo y mejorarlo
  • Herramientas y técnicas, como casos de uso o diagramas UML
  • Las personas, son
...

See on Wikiteka »

Software Engineering

Software Engineering ist eine Disziplin, integriert Methoden, Werkzeuge und Verfahren für die Software-Entwicklung, so hochwertige Programme zu produzieren, in der Zeit entwickelt, dokumentiert und in einem Haushalt.

Qualitätsmanagement-Software

Die Elemente, die Teil der Software-Qualität sind:

  • Die Methoden zur Steuerung des gesamten Prozesses zu analysieren und zu verbessern und
  • Tools und Techniken wie Use Cases oder UML-Diagramme
  • Die Menschen sind die Hauptelemente, wie Entwickler und
...

See on Wikiteka »

Software Engineering

Software Engineering is a discipline that integrates methods, tools and procedures for software development, so as to produce quality programs, developed in time, documented, and within a budget.

Quality Management Software

The elements that are part of software quality are:

  • The methodologies that control the whole process and to analyze and improve
  • Tools and techniques such as use cases or UML diagrams
  • People are the key elements as creators and implementers of Software
  • The measures that
...

See on Student Notes »

Ingeniería del Software: Los Casos de Uso, tipos y descripción

En ingeniería del software, un caso de uso es una técnica para la captura de requisitos potenciales de un nuevo sistema o una actualización de software. Cada caso de uso proporciona uno o más escenarios que indican cómo debería interactuar el sistema con el usuario o con otro sistema para conseguir un objetivo específico.


Tipos de casos de uso

Breves

Unos párrafos en prosa que normalmente sólo incluyen el escenario principal de éxito.

Informal

Varios párrafos que recogen varios escenarios,

...

See on Wikiteka »

Software Engineering: The Use Case, type and description

In software engineering, a use case is a technique for catching potential requirements of a new system or a software update. Each use case provides one or more scenarios that show how the system should interact with the user or another system to achieve a specific goal.


Types of use cases

Brief

A few paragraphs of prose that usually only include the main stage for success.

Casual

Several paragraphs that contained several scenarios, but by no means all in detail.

  • Name
  • Main Stage, written in
...

See on Student Notes »

Arquitecturas Distribuidas

1. Explique qué es un URL, cuál es su utilidad, qué partes lo forman e indique qué defectos son achacables a un URL. Dé algún ejemplo de URL.

Los URL (Localizador Uniforme de Recursos) son un subconjunto de los URI. Se utilizan para nombrar recursos para su utilización. Una URL está dividida en tres partes, las cuales vemos en este ejemplo:

9k=

Inconvenientes: cuando tenemos varias copias (réplicas) diferentes, los URL no ofrecen ningún mecanismo para referirse a una página sin decir simultáneamente...

See on Wikiteka »

Distributed Architectures

1. Explain what is a URL, which is useful, which parts are what and indicate what defects are attributable to a URL. Give some example URL.

The URL (Uniform Resource Locator) is a subset of URIs. They are used to name resources for use. A URL is divided into three parts, which we see in this example:

9k =

Disadvantages: When you have multiple copies (replicas) different URLs offer no mechanism to refer to a page without saying where it simultaneously.

2. Explain how the mechanism of CSS property

...

See on Student Notes »

Teoría Sistemas Electrónicos Digitales

Modos de funcionamiento del PIC

Hay cuatro modos, según el tipo de oscilador externo que utilice:

  • RC: Es de bajo coste. Tiene una estabilidad mediocre y está formado por una resistencia y un condensador. Depende de los valores de R y C.
  • HS: Alta velocidad (4 – 10 Mhz.). Su base es un cristal de cuarzo o un resonador cerámico.
  • XT: Alcanza menores frecuencias de resonancia que HS (ambos son de la misma resonancia), proporcionando mayor exactitud en la duración de sus periodos.
  • LP: Es de cuarzo
...

See on Wikiteka »