subject

Nesta atividade Mapa você realizará a análise sobre a reformulação da função de matrícula de novos acadêmicos. Leia o contexto atentamente e, em seguida desenvolva o documento solicitado. A Unicesumar necessita reformular a função de matrícula do seu sistema acadêmico e você, um dos gestores da equipe de desenvolvimento de software, foi incumbido de realizar essa tarefa com a sua equipe. Desse modo, você precisa desenvolver algumas atividades, sendo elas:

A) Definição do processo de software para o desenvolvimento do sistema reformulado.

B) Entrevista com os usuários.

C) Backlog das funções do atual sistema.

D) Descrição dos requisitos.

Sabendo das atividades acima, estabeleça:

1- O processo de software a ser utilizado. Tenha em mente que você precisa justificar o processo escolhido.

2- Um protocolo de entrevista com os usuários, que deve conter: função dos usuários, ou seja, quais funcionários; 6 questões a serem perguntadas ao usuário.

3- Você precisa identificar as funções do atual sistema e montar uma backlog (uma tabela) com essas funções.
Dica: pesquise na internet o que deve ter um sistema de matrícula ou tente se lembrar e mapear o seu processo de matrícula na EAD da Unicesumar.

4- Por fim, descreva os requisitos. Elabore um texto que descreva como a reformulação do sistema deve funcionar. Lembre-se de versionar o requisito. Use o formulário abaixo com exemplo de documento de requisito.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:00
We as humans write math expression in infix notation, e.g. 5 + 2 (the operators are written in-between the operands). in a computer’s language, however, it is preferred to have the operators on the right side of the operands, i.e. 5 2 +. for more complex expressions that include parenthesis and multiple operators, a compiler has to convert the expression into postfix first and then evaluate the resulting postfix.write a program that takes an “infix” expression as input, uses stacks to convert it into postfix expression, and finally evaluates it. it must support the following operations: + - / * ^ % (example infix expression: (7 - 3) / (2 + 2)postfix expression: 7 3 - 2 2 + /result: 1guidelines: 1. you will need to use stacks in three placesa. one for the parenthesis check [char stack]b. one during infix to postfix [char stack]c. one during evaluation [int stack]for a and b above, you can use same array and same push, pop method as both ofthem are char. but for evaluation you have int stack and you might consider to createanother push pop method to handle it. maybe push_int, pop_int, etc. or find otherstrategy to utilize existing push pop method2. you can create a function for obtaining operator priority. that function should take anoperator as input and return its priority as an integer. this function will you a lot andreduce repeated code3. during evaluation you will need to convert char into integer. example for single digit: char c = '5'; int x = c - '0';
Answers: 2
question
Computers and Technology, 22.06.2019 22:00
Competent nonverbal communication involves interacting with others in a manner that is appropriate for which of the following? select all that apply. situation task individuals
Answers: 3
question
Computers and Technology, 23.06.2019 15:30
Brian wants to conduct an online search with a certain phrase. he intends to use the words books that belong to the 1800s in his search. how should he use the word that in his search?
Answers: 1
question
Computers and Technology, 24.06.2019 02:10
Which sentences describe the things you need to ensure while creating a sketch and a drawing? while an artistic or creative drawing is a creative expression, a technical drawing is an informative expression. you need to create accurate and neat drawings to convey accurate information. a technical drawing clearly conveys its meaning or information, and does not leave room for interpretation maintain a good speed while creating drawings
Answers: 1
You know the right answer?
Nesta atividade Mapa você realizará a análise sobre a reformulação da função de matrícula de novos a...
Questions
question
Chemistry, 28.07.2019 00:30
question
History, 28.07.2019 00:30
Questions on the website: 13722367