Answer:
a) 
b) 
c) 10000 programs.
Explanation:
a) We know that the frequency is the inverse of the period, so:

1μs is equal to 
so 
b) If in a second there are 2.5*10^9 cycles:

c) we have to make a conversion, we know that a program takes 100*10^(-3) milliseconds, that is, 1*10^(-4) seconds so in 1 second we can execute:

10000 programs.
Answer:
IDLE is a language-specific IDE, while Eclipse is a multi-language IDE.
Explanation:
IDE or integrated development environment, are programs developed to allow programmers to Code, IDLE is specific software to code in python, has tools to make it easier and to personalize it to your python needs. Eclipse is software with open source that can be used with multiple languages basically Eclipse is a kind of IDE, while IDLE is a specific IDE for python.
Answer:
tracks which physical block contains only valid pages.
Explanation:
Flash translation layer or FTL is a system made up of software and hardware that manages solid-state drive or SSD operations. It implements data concurrency techniques like striping, interleaving, and pipelining to generate a high throughput. It also performs logical to physical addressing amongst other functionalities.
The FTL also tracks which physical block in the memory that contains only valid pages by performing a bad block management process, isolating and discarding the blocks with no valid pages