subject

Using the information below, complete a function point analysis in order to use the basic COCOMO model to estimate the duration and number of people needed to develop an application using Javascript language. Please provide as much detail as possible (including formulas) to show how you calculated these estimations. Assume that the difficulty level of this project is average or medium. Complexity
Low Average High
Internal logical files (ILF) 2 7 4
External interface files (EIF) 0 6 3
External input (EI) 1 8 4
External output (EO) 3 7 5
External inquiry (EQ) 3 6 3

Low Average High Total
Internal logical files (ILF) ___ Ã 7 = ___ ___ Ã 10 = ___ ___ Ã 15 = ___
External interface files (EIF) ___ Ã 5 = ___ ___ Ã 7 = ___ ___ Ã 10 = ___
External input (EI) ___ Ã 3 = ___ ___ Ã 4 = ___ ___ Ã 6 = ___
External output (EO) ___ Ã 4 = ___ ___ Ã 5 = ___ ___ Ã 7 = ___
External inquiry (EQ) ___ Ã 3 = ___ ___ Ã 4 = ___ ___ Ã 6 = ___

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
Matlab question: use switch and anythe lottery game matches three different integer numbers between 1 and 10. winning depends on how many matching numbers are provided by a player. the player provides three different integers between 1 and 10.if there is a match of all 3 numbers, the winning $ 1000.if there is a match with 2 numbers, the winning $ 10.if there is a match of all with 1 numbers, the winning $ 1.with no match, the winning is $0.write a function lottery3 that checks three numbers provided by a player and determine the winning amount. if the user mistakenly enters same number twice/thrice and if that number matches one of the winning numbers, the code should count that number only once and display correct result. the player doesn’t have to guess the order of numbers.the input to the function lottery3 can have up to two input arguments. the first input argument is a row array numbers with 3 numbers. if the second argument input testcode is present, and is a row vector of 3 values, the function lottery3 uses the code in testcode as the three winning numbers (the test must be three different integer numbers between 1 and 10), else three different numbers will be automatically generated by testcode.the ouput should return the variable winnings and the three winning numbers in the row array winnumbers.hint: make use of the internal function any.restriction: the function must use switch-case statements to determine the winning.example #1: winning = lottery3( [1,2,1],[1,2,3])produceswinning =10example #2: [winning,winnumbers] = lottery3( [1,2,3])produceswinning =3winnumbers =8 5 3
Answers: 1
question
Computers and Technology, 23.06.2019 08:30
Helen's credit card has an apr of 15.32% and a grace period of 17 days and helen pays her balance in the full every month. if her last billing cycle ended on september 26, 2009, and she made her payment on october 11, 2009, did she owe any interest on her last statement's balance?
Answers: 3
question
Computers and Technology, 23.06.2019 19:30
Amitha writes up a one-page summary of a novel during her summer internship at a publishing company. when she reads over the page, she realizes she used the word “foreshadow” seven times, and she would like to reduce the repetition. which tool would best amitha solve this problem?
Answers: 3
question
Computers and Technology, 24.06.2019 01:10
Create a program that will take in a single x and y coordinate as the origin. after the input is provided, the output should be all of the coordinates (all 26 coordinates read from the “coordinates.json” file), in order of closest-to-farthest from the origin.
Answers: 1
You know the right answer?
Using the information below, complete a function point analysis in order to use the basic COCOMO mod...
Questions
question
Biology, 01.09.2019 16:30
question
Computers and Technology, 01.09.2019 16:30
question
Social Studies, 01.09.2019 16:30
question
Advanced Placement (AP), 01.09.2019 16:30
Questions on the website: 13722363