Assume that a disk has 512 tracks, with each track having 128 sectors and each sector is of size 8 M bits. The cluster size in this system can be assumed to be as 8 sectors. A file having the name assignmentofsemester1.txt is of size 512 MB. Assume that disk has 128 free - continuous clusters. How can this file be allotted space on the disk? Also show the content of FAT after the space allocation to this file. You may make suitable assumptions.
III. ADDRESS CALCULATION: Show your solution. No Solution, No points. (5 points each)
Given a one-dimensional array with 520 3-word elements, compute for the address of
Array[411] element. Assume that the starting address of the array is 1015.
I. ONE-DIMENSIONAL ARRAY: Given the declaration statements below, provide what is
being asked in each item.
String prodName[] = {“Nova”, “Ding-Dong”, “Mr. Chips”, “Clover”, “Cheetos”, “Oreo”};
1. What is the name of the array declared? (1 point)
2. What is the data type of the array declared? (1 point)
3. What is the size or length of the array declared? What does that mean? (3 points)
4. What is the subscript of the last element? (1 point)
5. What is the subscript of the first element? (1 point)
6. What is the subscript of the 4th element? (1 point)
7. What is the 3rd element? (1 point)
8. What is the 6th element? (1 point)
9. What is the 5th element? (1point)
10. What is the value of prodName [3]? (1 point)
11. What is the value of prodName[5]? (1 point)
12. What is the value of prodName [1]? (1 point)
13. What is the value of prodName[0]? (1 point)
Can anyone answer these questions?
https://prntscr.com/1xak3ai
https://prntscr.com/1xak3ro
https://prntscr.com/1xak4f8
https://prntscr.com/1xak4nl
Determine the smallest positive root of the following equation: f(x) = x5 – 2x2 – 4x - 16 = 0 The root should be correct up to two decimal places, using (a) Regula-falsi method (b) Newton-Raphson method (c) Bisection method (d) Secant method
Write a program to traverse linked list(1-way)
You are a forensic examiner and your expertise has been solicited by an investigating officer for the retrieval of electronic evidence in a case of Cyberstalking. You accompanied the officer to the suspect’s residence where you found the following
1. A laptop showing an open chat box on a dating site and the inbox content of a Gmail account.
2. A switched-on smartphone requiring pattern for unlocking.
Describe fully all your actions for gathering evidence through every stage of the forensic examination i.e. from collection of evidence till the production of a report about your findings for production in court. 2500 words
How is the most appropriate form of protection applied for in terms of intellectual property?
A 35 N force was applied to a 7-kg toy cart, causing it to accelerate to the right. Compute its acceleration.