Answer:
Maybe
Explanation:
If you are unsure if a website is safe look for signs. If its asking you to allow advertisement then no. I suggest you download a VPN before going to the website just to be safe
Answer:
hee hee 4 you are correct
Explanation:
The environmental and energy problem Kenya faces as far computer installations are concerned can be avoided by
- Knowing and finding out the key aspect of ICT strength.
- Create an holistic judgements in the assessment of ICT capability. Promote the use of solar power.
<h3>How can we overcome ICT challenges?</h3>
There are a lot of Energy Challenges in terms of ICT in Kenyan and it is good the government and the people work towards energy in terms of sustainable ICT.
Therefore, The environmental and energy problem Kenya faces as far computer installations are concerned can be avoided by
- Knowing and finding out the key aspect of ICT strength.
- Create an holistic judgements in the assessment of ICT capability. Promote the use of solar power.
Learn more about computer installations from
brainly.com/question/11430725
#SPJ1
Answer:
See Explaination
Explanation:
class MagicSquare():
def __init__(self,side):
self.side=side
self.two_dimension=[]
for row in range(1,side+1):
row_line=[]
for col in range(1,side+1):
row_line.append(0)
self.two_dimension.append(row_line)
def display(self):
row=0
col=int((self.side-1)/2)
for i in range(1,self.side**2+1):
self.two_dimension[row][col]=i
row-=1
col+=1
if row==-1:
row=self.side-1
if col==self.side:
col=0
if self.two_dimension[row][col]==0:
continue
else:
row+=1
if row==self.side:
row==0
for line in self.two_dimension:
for num in line:
print("{0:>3}".format(num),end=" ")
print()
def main():
for i in range(1,14,2):
square=MagicSquare(i)
square.display()
print("----------------------------------------------------")
if __name__ == '__main__':
main()
Windows OS and Mac OS are examples of single user, multi tasking Operating Systems.