By going on sites that are not secure or dowloding thigs
Answer:
subroutines
Explanation:
subroutines is used in access to locate and retrieve data
Following are the program to calculate the power of two:
Program Explanation:
- Defining an integer variable "i" that hold an integer value.
- Defining a for loop that checks "i" value in between 20, inside this it calculates power of two.
- At the last use print method to print its value.
Program:
i=1#holding integer value in i
for i in range(20):#defining a for that starts 1 to 20
i = 2 ** i#calculate power of 2 in i variable
print(i)#print value
Output:
Please find the attached file.
Learn more:
brainly.com/question/23170807
The following are seven basic internal computer components which can be found inside a computer tower;
1. The CPU or Central Processing Unit, it the "brain" of the computer and manages all of the processing tasks.2. RAM or Random Access Memory.3. The Motherboard, which allows all the internal components to communicate with each other. 4. The PSU or Power Supply Unit.5. The HDD or Hard Disk Drive.6. The GPU or Graphical Processing Unit or Graphics card as it commonly known as.7. The Optical Drive