Answer:
The answer is "5.5 and 90.90%"
Explanation:
For point 1: 
To calculate the speed from fast mode, its run time without enhancement should be worked out. Designers are aware of which two selves are implicated throughout the accelerated project planning: the empty ( ) and the increased stages (
) and the increased stages ( ).
).
Although not enhanced, this would take almost as long ( ) and for the combine to give phase; even so, the increased phase would've been 10 times longer, as well as
) and for the combine to give phase; even so, the increased phase would've been 10 times longer, as well as  . Thus the corresponding total speed without enhancement is
. Thus the corresponding total speed without enhancement is 
Its overall speed is:

For point 2:
We re-connect these figures in Amdahl's Law throughout order to identify how long it would take for both the initial implementation:

                               
 
        
             
        
        
        
Answer:
Explanation:
First a header is needed indicating which bash will be used (sh, zsh, bash, etc.), then it is necessary to change the file extension so that the system recognizes it as an executable file and no longer as text
 
        
             
        
        
        
Answer:
def str_analysis(s):
    if s.isdigit():
        s = int(s)
        if s > 99:
            message = str(s) + " is a pretty big number"
        else:
            message = str(s) + " is a smaller number than expected"
        
    elif s.isalpha():
        message = s + " is all alphabetical characters!"
    else:
            message = "There are multiple character types"
    
    return message;
    
s = input("enter word or integer: ")
while s != "":
    print(str_analysis(s))
    s = input("enter word or integer: ")
Explanation:
- Check if the string is digit, alphabetical, or mixed inside the function
- Ask the user for the input
- Call and print the result of the <em>str_analysis</em> function inside the while loop
- Keep asking for the input until the given string is empty
 
        
             
        
        
        
                                                                                                                                                                                                                   .                             
 
        
             
        
        
        
The average speed of an 8 bit computer is 0.50 MIPS or million instructions per second. There are three  thousand instructions per digit of the number in <span>π, the thousandth place needs 4 x 3 = 12 thousand instructions. The time it takes to do this is 12000 / (0.5 x 1000) = 24 seconds.
</span>