Preview

Software: Conceptual Framework, and Testing and Development Tools

Good Essays
Open Document
Open Document
499 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Software: Conceptual Framework, and Testing and Development Tools
Additional Information

Chapter 2

1. How many Related Literatures and Studies? References?

Based on our guidelines, there should be three literatures (articles from magazines, journals, internet, books) and three studies (previous theses). You should consider both local and foreign authors for both literatures and studies. Proper summarization should be applied. Synthesize the literatures & study separately.

2. What is Conceptual Framework? – IPO. To standardize, pattern yours to the narrative and diagram below:

Conceptual Framework On the basis of the foregoing concepts, theories and findings of related literature, studies presented and insights taken from them, a conceptual model is developed as shown below. INPUT PROCESS OUTPUT

Chapter 3

1. Type of Research - the introductory paragraph for chapter 3. They have to classify their study under what type of research it is and describe it so as to justify its classification. Refer to the Research type article posted before. You may also try to consider the following research type: descriptive, experimental, and others.

2. Are we required to include Context and DFDs in our game proposal?

For those who venture in systems development, those with clients, context diagram and levels 1 and 2 of DFD are required.

For CS topics like game development, UML is required instead of context and DFD. But both should present program/system flowchart in chapter 3.

3. Software Development Tool - software model ex. Waterfall, SCRUM, or any model of SDLC that will best suit your way of developing your system.

4. What are contained in Software Evaluation Tool? - who are the respondents, criteria for software evaluation, ratings, sampling technique (below):

Sampling Technique - if the number of respondents will come from a population of more than a hundred, you must compute the sample size and choose appropriate sampling technique. If the number of respondents is small

You May Also Find These Documents Helpful

  • Good Essays

    There are many ways to accomplish this project. Before it can be started, we must determine what type of project plan we are going to utilize. In this area, there are many choices. Choices range from the Waterfall process to Incremental processes to Open-source. Each process has risks as well as things that make them stand out.…

    • 1239 Words
    • 5 Pages
    Good Essays
  • Good Essays

    · Apply the tools of systems analysis to describe a work-related information system’s architecture in terms of data, processes, interfaces, and networks. Draw the physical and data flow and any other necessary diagrams.Include an explanation of eachdiagram. You may need to talk to your systems department for some help.…

    • 547 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Expand on this. This is a start for your final project. Use the SDLC cycle to project manage the…

    • 319 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    The process of information-gathering is crucial to the success of this project. A plan must be followed and executed flawlessly to make sure the requirements and specifications have been defined. “Without a formalized, organized approach to developing information systems software [we] might see a project fail due to premature development of the software before all the functional requirements are clearly defined and agreed upon.” (Shelley 2004) The IT Team will use the Systems Development Cycle or SDLC with the waterfall methodology. Through this method, the team will be able to understand the user requirements and efficiency of the current system in comparison to related industry technological standards. The SDLC method is a tried and true approach for developing applications for companies that want to upgrade their systems.…

    • 1264 Words
    • 6 Pages
    Better Essays
  • Powerful Essays

    Because the system involves employee information and data concerning the company, the Human Resources department will be asked to work alongside the IT department. Executives in Human Resources will approve the final changes, but only after the employees of the department have tested and provided input throughout the system development life cycle. The system will go through seven steps before the design specifications will be turned into a functioning system. The steps include:…

    • 957 Words
    • 4 Pages
    Powerful Essays
  • Satisfactory Essays

    BSA 375 Syllabus

    • 3768 Words
    • 25 Pages

    combination of theory and application. The Systems Development Life Cycle will be fundamental to the course.…

    • 3768 Words
    • 25 Pages
    Satisfactory Essays
  • Good Essays

    Research Unit5

    • 1090 Words
    • 5 Pages

    Does the framework identify, define, and describe relationships among the concepts of interest? Provide examples and rationale for your response. (1)…

    • 1090 Words
    • 5 Pages
    Good Essays
  • Better Essays

    Sdlc Value

    • 1412 Words
    • 6 Pages

    Big Corporations and Health care organization are always looking to improve their information systems to save time, money, and people lives. One most used information system would be the System Development Lifecycle (SDLC). A system development can sometimes run over budget or the corporation and organizations will never receive full satisfaction if their goals are not accomplish.…

    • 1412 Words
    • 6 Pages
    Better Essays
  • Powerful Essays

    Survey Method p.14: research method that involves collecting information from a selected group of people who are representative of a larger group.…

    • 4430 Words
    • 18 Pages
    Powerful Essays
  • Good Essays

    System Analytics

    • 694 Words
    • 3 Pages

    This week, we learn how systems analysts collect material about information system requirements. Next, we will be introduced to process modeling and logic modeling. Although there are several methods and techniques available for process modeling, this week focuses on data-flow diagrams (DFDs). Please review the assignment tab and course project tab to understand the deliverables for this week.…

    • 694 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    software methodology will be one of your own choosing provided that it is notthe Agile…

    • 341 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    my paper

    • 285 Words
    • 2 Pages

    Carefully review the Grading Rubric for the criteria that will be used to evaluate your assignment.…

    • 285 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    capstone project proposal4 2

    • 2577 Words
    • 14 Pages

    (Half a page to a page on how your Project is to be evaluated. Is your work going to evaluate it? How? Community evaluation? What specifically will make your project a success, both to you and to others?)…

    • 2577 Words
    • 14 Pages
    Powerful Essays
  • Powerful Essays

    Data Flow Diagram

    • 1436 Words
    • 6 Pages

    Pg 305 2. What is a data flow diagram? Why do systems analysts use data flow diagrams? Answers:  A picture of the movement of data between external entities and the processes and data stores within a system.  Systems analysts use DFDs to help in the analysis phase by accomplishing the following three things: 1. Requirements Determination 2. Requirements Structuring 3. Alternative Generation and Selection 3. Explain the rules for drawing good data flow diagrams. Answers: Process: A. No process can have only outputs. It is making data from nothing (a miracle). If an object has only outputs, then it must be a source. B. No process can have only inputs (a black hole). If an object has only inputs, then it must be a sink. C. A process has a verb phrase label. Data Store: D. Data cannot move directly from one data store to another data store. Data must be moved by a process. E. Data cannot move directly from an outside source to a data store. Data must be moved by a process which receives data from the source and places the data into the data store. F. Data cannot move directly to an outside sink from a data store. Data must be moved by a process. G. A data store has a noun phrase label. Source/Sink: H. Data cannot move directly from a source to a sink. It must be moved by a process if the data are of any concern to our system. Otherwise, the data is not shown in the DFD. I. A source/sink has a noun phrase label.…

    • 1436 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    Research Paper

    • 555 Words
    • 3 Pages

    start with a brief introductory paragraph concerning the researcher’s exploration of related literature and studies on the research problem;…

    • 555 Words
    • 3 Pages
    Satisfactory Essays