A- White. shows all wavelengths of light.
Answer:
special purpose application software
Explanation:
it is a type of software created to execute one specific task.for example a camera application on your phone wul only allow you to take and share pictures.
Other example of special purpose application are web browsers,calculators,media playors,calendar programs e.t.c.
i = 1
while i < 10001:
total = 0
x = 1
while x < i:
if i % x == 0:
total += x
x+=1
if total == i:
print(str(i)+" is a perfect number")
i += 1
When you run this code, you'll see that 6, 28, 496, and 8128 are all perfect numbers.
Answer:
claimmmmmmmmmmmmmmmmmmmmmm
Answer:
Data is stored in tables, where each row is an item in a collection, and each column represents a particular attribute of the items. Well-designed relational databases conventionally follow third normal form (3NF), in which no data is duplicated in the system. ... With a homogenous data set, it is highly space efficient