Hi!
Well, this isn't exactly a question - but rather just a request. However, I'm going to attempt to try and <em>describe </em>to you how to approach this problem, instead of just writing the code for you and sending you on your way.
So, what's our general base goal here? We want to take a string into a function, and then print it out backwards. Seems simple enough!
Right away, we already have an idea how to set this code up. We need a main method which will call <em>PrintBackwards(), </em>which will have to take a parameter of type string.
This would look something like <em>PrintBackwards(string baseString). </em>Inside this method, we'd have to do something so we can see each character in this string and then store it in a new string.
I encourage you to try and tackle this on your own, but I can give you an idea. We can have a new valueless variable called reversedString, which will store our baseString but backwards.
We could try looping through the baseString for each character it possesses, and then keep adding onto our reversedString by doing something like +=. What I mean, is we'd access the very last index of baseString, and then keep appending characters into it.
So our loop would look something like <em>for(int i = baseString.length; i > 0; i--) {}.
</em>I haven't used C++ in awhile, so you'll have to find the specific syntax requirements. But with that loop, i represents the index of each character in baseString. It starts with the last index, and keeps going down in reverse.
<em>
</em>Inside our loop, we could do something like reverseString += baseString.index(i); Again, I don't remember the specific syntax - so you'll have to do this on your own.
<em>
</em>Hopefully, this helps! =)<em>
</em>
Answer:
The answer is "Title page".
Explanation:
Don uses the title page to create it's designed because this page contains basic information like names, dates, titles, and the names of the author. On this heading tab, it does not have a paper summary, and wrong choices can be described as follows:
- The Blank Page is the wrong choice because it doesn't contain any layout.
- The Bibliography is also a wrong choice because it describes the source of the information.
- The Cover Page is also a wrong choice because it is also known as the main page it describes the name, the title of the document but it can't contain the date.
Answer:
Decision Support System (DSS)
Explanation:
- Decision Support System is an interactive information system that intends to help the people in an organization in business decision making.
- These software based systems obtain large volumes of knowledge produced from the various related information systems included in corporate business processes.
- DSS comprises of three main components that are, software system, database and user interface.
- DSS gathers, manages and assesses business data to enable better business decision making and planning.
- This aids organizations to detect and solve various semi-structured and unstructured problems and make decisions.
- It helps to make the decision making process quick and efficient.
- It helps to automate and simplify organizational processes and makes interpersonal interaction easier. DSS is flexible and adaptive to support the changes in decision making process of a user.
- DSS enables decision makers to collect a range of data from various sources like raw data, records, management, business models, administrators etc.
- DSS are used in medical diagnosis (clinical decision support systems),business management, forest management, railway systems, agricultural production etc.
Answer:
sending email and low set up cost
Explanation:
The options are:
sending email
blocking multiple people to use the same file
low security
low set up cost
limited access to files
And generally, the universities look for sending mail option, and the low set up cost. They never look for blocking multiple people, low security, or limited access to the files. And hence, the correct options are as mentioned in the answer section.
Answer:
B) shared workspace
Explanation:
There are various terms which are shown below:
Blogging: Blogging is the site in which the person shares its views and opinions about a certain topic. So that it can spread their knowledge throughout the world
Shared workspace: As the name suggests it is a document that is shared with the team members so that they can track any change made by the other team members so that it avoids the duplicate of files. It also reduced the cost and time.
Instant messaging: It is an online chat in which the receiver and the sender communicate with each other in a real-time
Cross-linking: The cross-linking is the technique which links one site to another with a motive to access another site.
So, according to the given scenario, the most appropriate option is b.