Just programming part i will do the theory

1 answer below »
Answered Same DayJan 20, 2021BN108

Answer To: Just programming part i will do the theory

Neha answered on Jan 20 2021
146 Votes
74740 - python programme/class diagram.png
74740 - python programme/report.docx
Section 1
Task A
The combination of
oops concept for the networking student can allow them to gain more and better opportunities. The concepts of oops can be used in the programming which reduces the maths calculation for the student. If one is familiar with the oops concept, then it increases the opportunities for the student and also makes it easier for them to create a new network or design the network for the whole system. Oops concepts can be implemented like the abstraction, encapsulation or the polymorph is into the network field.
Task B
Number = 250
while(Number<= 1000):
if Number >= 750:
print(Number)
Number = Number +100
else:
print(Number*2)
Number = Number+50
Task C
This code has made us learn about how we can read a whole string and get few selected characters from it. Python is able to read the whole string and we just have to select the index number and the wherever present at the index will be printed on the screen.
Task D
i=100
while(i>10):
print ("i = ", i)
i=i-10
Task E
i=1
while(i<101):
if(i%9!=0):
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here