Answer:
loop
Explanation:
Loop is the one which is used to execute the specific statement again and again until the condition is true.
In the programming, there are 3 basic loop used.
1. for loop
<u>Syntax:</u>
for(initialization, condition, increment/decrement)
{
statement;
}
the above statement execute until the condition in the for loop true when it goes to false, the loop will terminate.
2. while loop
<u>Syntax:</u>
initialization;
while(condition)
{
statement;
increment/decrement;
}
it is work same as for loop and the increment/decrement can be write after or before the statement.
3. do while
syntax:
initialization;
do
{
statement;
increment/decrement;
}while(condition);
here, the statement execute first then, it check the condition is true or not.
so, if the condition is false it execute the statement one time. this is different with other loops.
Answer:
The answer to this question is "none of these"
Explanation:
Transduction is also known as a virus, that moves in the genetic information through each type of bacteria to another, and in the computer science it is used in the machine learning, that provides testing, and other options were wrong, that can be explained as follows:
- Option a, It can't use in a rocket ship for breaking.
- Option b, It can't utilize glide along the water.
- Option c, It provides hack and test systems, and not for communication.
- Option d, It uses a programming language to test virus, that's why it is wrong.
The Community Portal Provider refers to the internet business model, which involves a business merchant creating an online digital environment that enables people with like interests to share information.
Community provider
<u>Explanation:</u>
They provide a portal, in other words, a platform for the people who have similar interests to share information, discuss the topics of mutual interests and create more powerful content about the topics they like.
It helps in uniting all the people who have an interest in the common field and helps them in expanding their knowledge and other's as well by encouraging the sharing and discussion of the information.