Answer:
IBM Automatic Sequence Controlled Calculator (ASCC)
 
        
             
        
        
        
When you change the size of an individual shape in a SmartArt graphic, the remaining shapes may adjust their sizes and positions, depending upon the layout of your SmartArt graphic and the amount of available space. In some cases, only the individual shape that you resize will change. In others cases, corresponding shapes will change their size as well.
        
             
        
        
        
Answer:
8
12
Explanation:
I made the code a bit easier to understand then worked out how it would go. Here's what I did.
number = 4
repeat until number = 8:
    write 2 * number
    number = number + 2
Following this itenary, we have, the system first writes "8" as it multipled 4 by 2. Number is now equal to 6.
Next repetition, the system writes "12" as it multipled 6 by 2. Now, number = 8. The proccess now stops as number is now equal to 8.
 
        
             
        
        
        
Customize ribbon, and the customize button.
        
             
        
        
        
Answer:
The correct answer to the following question will be "Telnet provides a piece of login information in simple text, while this type of information is encrypted by SSH".
Explanation:
If you're using a distribution of Linux for a long period and maybe you're no longer a newbie on Linux, you might also have come through words such as telnet or SSH.
- Today SSH is just the main application for Access to the internet between connected devices and repositories.
- Telnet was the shared abbreviation of networking and communications and is the most well-known networking application for the UNIX framework.
So, it's the right answer.