Answer:
do{
cout<<"Introduce number \n"; //print the message
cin>>num; //set the value of the number given
}while(num<1 || num>10); //repeat while the number is out of the range
cout<<"Number: "<<num; //print the number
Explanation:
The idea behind this code is to create a loop in which I can compare the number given (between 1 and 10) and then print the number or get back and ask the number again.
#include <iostream>
using namespace std;
int main()
{
int num; //create num variable
do
{
cout<<"Introduce number \n"; //print the message
cin>>num; //set the value of the number given
}while(num<1 || num>10); //repeat while the number is out of the range
cout<<"Number: "<<num; //print the number
}
A keyword set to <u>Algorithm's</u> match type will display your ad if the search term contains the same order of the words, but it can also contain additional words. Negative phrase broad specific
<h3>
What is Algorithms?</h3>
Algorithms, which are sequences of actions linked together to accomplish a task, operate in this direction – their goal is to give internet users this very specific information.
With this information, we can conclude which algorithm is the tool used to obtain specific information and make it available to the user.
Learn more about Internet in brainly.com/question/18543195
Answer:
B. False.
Explanation:
Troubleshooting strategy is a technique used to discover the cause of defeat in a system. The technician must learn to improvise with these strategies to solve a system problems.
Module replacement is a type of troubleshooting strategy that replaces a component with unknown status with another component with good status to determine the cause of the problem.
Removing a component from a system to get back to its basic configuration helps to eliminate factors that may make a computer problem difficult to solve.
Answer:
i. 32 Megabits is equal to 4 MB.
ii. It will take 10 seconds to transfer a 40 MB file.
Explanation:
i. 1 MB = 8 Megabits
32 Megabits = 32/8
= 4 MB
(1 MB is equal to 8 Megabits, so to know 32 Megabits is equal to how many MB you need to divide 32 with 8, so you will get 4. Like this we get the answer, that is 4 MB.)
ii. Data Transfer in 1 Second = 4 MB
= Time to transfer 40 MB file = 40/4
= 10
(4 MB file will be shared in 1 Second, so to know how much time will it take to transfer a 40 MB file, we have to divide 40 with 4, which is 10. Now we have got the answer that is, 10 Second.