______ are special characters that allow you to
search for multiple words at the same time.
-Find expressions
-Defined expressions
-Regular expressions
-Search expressions

Answers

Answer 1

Answer:

Defined Expression

Explanation:

This will be your answer


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.    

How does the pay for many Science, Technology, Engineering, and Mathematics workers compare to the overall median for all careers? It is far lower than the overall median. It is far higher than the overall median. It is slightly higher than the overall median. It is about the same as the overall median.

Answers

Answer:

B

Explanation:

It just is

Answer:

B is correct

Explanation:

What is the influence of new technology on society?
Ο Α. .
New technology hardly has any impact on society.
OB.
New technology is only beneficial to society and cannot be detrimental.
OC.
New technology is detrimental, as it makes the existing technology obsolete.
OD. New technology normally utilizes a lot of resources and can adversely affect the economy.
O E.
New technology is beneficial but can also be usedly a detrimental way.

Answers

Answer:

E. New technology is beneficial but can also be used in a detrimental way.

Explanation:

New technology such as cryptocurrency (powered by blockchain technology) can be regarded as a welcome development that has benefited the society in so many good ways. However, cryptocurrency as a new technology also has disadvantages it presents to the society. One of such negative influence cryptocurrency has is that it can be used for illicit activities such as money laundering, funding terrorism and so on.

So, in summary, we can conclude that:

"New technology is beneficial but can also be used in a detrimental way."

Other Questions
Jessica has 3 packages of raisins that she wants to give to 4 friends. If each friend gets the same amount, how much will each friend get? What were the main ideas taught by Socrates? Which queen and king led England through the glorious revolution if bob has 900 apples, and then his fat self ate 800, what is he left with? PLZ HELP IM SO DESPERATE There are 12 inches in 1 foot and 2.54cm in 1 inch. How many feet are in 325 cm? the sum of 9/10 and 5/6 How might poverty blind a person to the goodness and beauty in the world. Why might this happen? Find the slope of each line graphed below. please help me!!! PLEASE!!!!!!!The system of equations (picture shown) has (blank)blank options (shown in pictiure)1. no solution2. infinitely many solutions3. one solution HELP PLZ DUE IN 15 MIN!Given: FGH WAX. Complete the following statements.Segment GH Segment ??W ?? Add me on disc! RaTqUeEn2#8785Metal armor has __________________a.largely influenced the power possessed by nations.b.provided a form of currency for warring nations.c.been created in the past using only two metalworking processes: cutting and welding.d.served as a form of defense and a spiritual connection to the gods.Please select the best answer from the choices providedABCDDon't have to answer WILL GIVE BRAINLIEST!Translate the following verbal expression into a variable expression.Eight divided by the sum of a number and three. where did the scientific revoluton began what does it mean when you cancel out the variables and you have a solution like 5=5? __________ are organisms that consume other organisms. I need help ASAPPPP #2 12. Find mADE.(4x +15)-(13x +7ED what are the answers to these?!?!?!?>>>>> 2(y3)=4 (solve for "y")2x+5y=10 (solve for "x")6x+3y=4y+11 (solve for "y")3(2x+4)=2+6x+10 (solve for "x")y=3x+6 (solve for "x")m=82(pm) (solve for "p") Find an exponential function that passes through (2, 16) and (6, 256) with an asymptotey=0. Determine the acceleration of a car of mass 900 kg, when a net force of 2700 N acts on it.