........................ allows you to press a key or code for insertion of long phrases that you may require using repeatedly which saves time. *

Answers

Answer 1

Answer:

text expander

Explanation:

Answer 2

Answer:

The answer to this is a text expander!

Hope this helps you! Have a nice day!


Related Questions

CH4 has how many of each type of atom?

Answers

Its easy that moderators that see this answer can think that my answer isn't without explanation.

• Type of atom C (Carbon)

C = 1

• Type of atom H (Hydrogen)

H = 4

You dont understand? JUST SEE THE FORMULA C MEANS ONLY HAVE 1 CARBON ATOM AND H4 MEANS 4 ATOM OF HYDROGEN

oK. have a nice day hope you understands

Write a program that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary. For an integer x, the algorithm is:
As long as x is greater than 0
Output x % 2 (remainder is either 0 or 1)
x = x // 2
Note: The above algorithm outputs the 0's and 1's in reverse order. You will need to write a second function to reverse the string.
Ex: If the input is:
6
the output is:
110
Your program must define and call the following two functions. The function integer_to_reverse_binary() should return a string of 1's and 0's representing the integer in binary (in reverse). The function reverse_string() should return a string representing the input string in reverse.
def integer_to_reverse_binary(integer_value)
def reverse_string(input_string)
Note: This is a lab from a previous chapter that now requires the use of a function.

Answers

Answer:

#include <iostream>//header file

#include <string>//header file

using namespace std;

string integer_to_reverse_binary(int integer_value)//defining a method integer_to_reverse_binary  

{

   string ret = "";//defining string variable

   while (integer_value > 0) //using while loop to check integer_value value is greater than 0

   {

       ret += '0' + (integer_value % 2);//adding zeros in remainder value

       integer_value /= 2;//holding quotient value

   }

   return ret;//return string value

}

string reverse_string(string input_string)//defining a method reverse_string that holds a parameter user_String  

{

   string result;//defining a string variable  

   for (int i = 0; i < input_string.length(); ++i)//use for loop to calculate value  

   {

       result += input_string[input_string.length()-i-1];//add value in result variable

   }

   return result;//result result variable value

}

int main()//defining main method  

{

   int num;//defining integer variable

   string str;//defining string variable

   cin >> num;//input num value

   str = integer_to_reverse_binary(num);//use str variable to call the integer_to_reverse_binary method

   cout << reverse_string(str) << endl;//printing the reverse_string method value

   return 0;

}

Output:

6

110

Explanation:

In this code two string method "integer_to_reverse_binary and reverse_string" is defined that holds one parameter "integer_value and input_string".

In the first method a string variable is defined, that use the while loop to check integer value is greater than 0 and add zeros in the value and return its value as a string.

In the second it reverse the string value and store into the result variable, and in the main method the "num and str" variable is defined, and in the num it takes integer value and pass into the above method and print its return value.    

Other Questions
Rina is including text from a website in her paper. What information does she need to cite this resource correctly?Select four options.titleauthorweb addresspublisherthesis statement Dante is writing an argumentative essay on how the Columbian Exchange helped indigenous peoples.Which claim is the most effective and should be included in his essay?The Columbian Exchange was a big event that brought new ideas to indigenous peoples.The Columbian Exchange brought horses and cows, which changed life for indigenous peoples.The Columbian Exchange brought big changes for indigenous peoples, such as new ideas and religious beliefs.The Columbian Exchange was beneficial for indigenous peoples because it brought horses, which improved transportation. the judicial branch has the responsibility to: Help me please or Im going to fail what can I draw PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!PLSSSSSSS HELPPPPPPP I WILL GIVE BRAINLIESTTTTTTTTTT!!!!!!!!!!!!!!!!!!!!!In 2-3 sentences, describe Sacagaweas early life, from before she met the Lewis and Clarks Corps of Discovery. please help PLEASE HELP!!!!!!!!!!!!!!! I AM SUPER DESPARATE I NEED MUCH MUCH MUCH HELP What year was the modern baseball error when no blacks were allowed to play? A disk with radius R and uniform positive charge density s lies horizontally on a tabletop. A small plastic sphere with mass M and positive charge Q hovers motionless above the center of the disk, suspended by the Coulomb repulsion due to the charged disk. Required:a. What is the magnitude of the net upward force on the sphere as a function of the height z above the disk?b. At what height h does the sphere hover? hey i need help!!!!!! Can someone tell me why is nobody helping me with my question I be POSTING 4 TIMES PLEASE YALL Help me please HELPPPP PLZZZZZZZZZWILL MARK BRAINLIEST helpppppppppppppppppppppppppppp you drive a car 45 miles at spd r (mph). on return trip, spd is 3/4 r. the round trip took 1 hr 45 min. find avg speed F. Use the verbs from the word bank to write complete sentences that describe what you and your friends did last night.estudiar trabajar hablar por telfonobailar cantar cocinarescuchar msica esquiarlavar la ropa levantar pesaslimpiar el bao F-1) Anoche yo F-2) Yo no F-3) Anoche mis amigos F-4) Nosotros no what part of the electromagnetic spectrum can our skin detect? What is the value of the expression 3n + 7 when n= 8?O 24O 270 31O 35 what are facts about cross-sections (math)? I need help with this questions, someone please help PLEASE HELP ASAP I'LL MARK BRAINLIESTThank you :) 8. A meteor moving 468 km per minute traveling in a south-to-north direction passed near Earth in 2013. Does this statement describe the meteors speed or velocity? 1pt9. Why did you choose the answer above (explain why)? 1pt Most state governmentshave what kind of systemwithin the state itself?A. unicameral governmentB. bicameral governmentC. communist government