can you please answer the "????" parts , thanks in advance:
I know it will spawn two tasks, the first task uses the file name “xxxxx” and the second task uses the file name “yyyyy” (just used x and y for these instances).
Each task creates a file of size ????M, reads the file back and compares the data. It then does the same thing but with different data over and over again.
The two tasks are started ??? seconds apart at a constant rate of ???? Seconds between each read/write.
I know it will spawn two tasks, the first task uses the file name “xxxxx” and the second task uses the file name “yyyyy” (just used x and y for these instances).
Each task creates a file of size ????M, reads the file back and compares the data. It then does the same thing but with different data over and over again.
The two tasks are started ??? seconds apart at a constant rate of ???? Seconds between each read/write.
Comment