Answer:
Yes
Explanation:
For example, We need to write down the names of student in a school for survey purposes, rather than tell everyone to write their names on a sheet of paper and submit, we can instruct that names be written according to their classes and then written on the class sheets alphabetically.
Logically names will be written according to the classes from Class 1 - 10, then on the class sheet alphabetically from A - Z. its better represented that way for easy understanding and better collation and interpretation of data.
Answer:
here is the answer
Explanation:
1) accurate
2) fast
3) can accomplish tasks more effencily
Answer:
False
Explanation:
for loop is used to run the statement again and again until the condition put inside the for loop is false.
syntax:
for(initialization;condition;increment/decrement)
{
statement;
}
the initialization scope is valid only within the curly braces of the for loop. it is not valid outside the body of the for loop.
because initialization is the part of the for loop.
Answer:
Cloud architecture are basically depend upon the storage replication system and it keeps synchronize the primary cloud data in the duplication storage.
And the redundant data is used when the logical unit number are migrated from one place to another. Then, it creates a copy of logical unit number.
Whenever, the primary device fail the storage path diverts the request of cloud user in secondary logical unit number and it automatically redirect to new cloud device storage.