yeah i was just listing :P so like case tools can generate test data automatically and do things like load testing automatically, improving the productivity of the programmer. They can also automatically make documentation such as DFDs and Structure Diagrams, saving time. They also can write...
So my understanding is that there's 4 stages: Fetch, decode, execute and store. Fetch gets the instruction from the program counter? and adds 1 to the instruction counter. Decode means that the CPU can understand what the instruction does. Execute means that the CPU will execute the instruction...
Haaha, I can't believe I wasted such a good time to study! REGRET D: Now i have to juggle conceptual frameworks and art theory with like software development approaches D:
Someone plz help? I know you guys are having fun...but I'm gonna fail. How do you calculate RAM as goldy said? I don't want to lose marks coz of RAM... D: D: D:
1. Urghh. You can't generated 1337 unique random numbers in the range 0..1000? So it'll be a runtime error due to infinite loop
2. Doesn't the question ask what potential problems are? It doesn't ask to propose any solutions.
1. The FOR loop from i = 0 to i = n loops n + 1 times, so instead of creating 1337 random numbers, you get 1338 random numbers
2. The memory requirement would be really huge, so you'll need to upgrade the RAM.
3.
BEGIN GenerateRandoms(n)
nums = array of size 1000
FOR i = 1 TO...
Wait...Do we actually need to know that?? Omg, notsureifsrs. I don't know anything about that! My teacher never mentioned that omg D: Someone plz tell me!