It said that each module operated correctly, but when the system operated as a whole, there was a problem. By elimination of the possibilties, since if there's no problem with the modules itself then the problem must be the interface between the modulesMaximus said:.... Why isn't 4 B?
14 is not A the key is in the wording.. the first row is the year.. year 1, 2, 3 the second row is the ages 10,11 etc and the 3rd roow is how many people in that year are that age... so in year 1 there are 12 people of age 10 and in year 2 there are 9 people of age 10 so the answer is (0,2) + (2,2)Hypoviax said:14 is A i think because the array starts at 0 for both so it goes 0,1 and 2,1 in order to get the 10. You guys would be right if the array started at 1 but it starts at 0.
Hypoviax
question 10 can't be d, since reverse engineering is the analysis of program by examing the source code and structure to identify the components and interrelationships within the program, true that it uses decompilation, but it is focused on analysing the programtoken girl said:1. c
2. a
3. c
4. d
5. d
6. a
7. d
8. d
9. a
10. d
11. c
12. a
13. c
14. b
15. b
16. b
17. b
18. d
19. c
20. b
I seem to agree with most people. Q10, anyone agree that its d? Its ambiguous I know, and probably splitting hairs but it does depend on what they mean by source code. Decompilation translatesexecutable code into assembler code. Reverse engineering uses decompilation to create a similar/identical program (i.e the source code) from the assembler code. hmm...now I'm not sure. I think they should take both.
I said 10 D too... I googled it and I'm getting some conflicting info, one website says:token girl said:I seem to agree with most people. Q10, anyone agree that its d? Its ambiguous I know, and probably splitting hairs but it does depend on what they mean by source code. Decompilation translatesexecutable code into assembler code. Reverse engineering uses decompilation to create a similar/identical program (i.e the source code) from the assembler code. hmm...now I'm not sure. I think they should take both.