Answer:
Advantages of Oral Communication
- Use of visual aids like PowerPoint presentation while explaining his ideas and working protocols would help his team to understand him better.
- There is a spontaneous response from the staff which is more genuine than written response.
Disadvantages of Oral Communication
- It could prove to be a problem if Sushant has stage fright or is not an effective communicator, which could form an impression of him by the staff.
- Staff may forget some of Sushant's words as no memory is as reliable as written information.
Advantages of Written Communication
- A well written memo explains the ideas and working protocols that Sushant wants to relay to the staff.
- There could be a questionnaire for the staff to give feedback.
- Aims, objectives are clearly stated.
Disadvantages of Written Communication
- If the written material is too lengthy, it could be a problem to learn or memorise.
It is recommended that Sushant should use written form of communication to convey his ideas and working protocols as it is more effective.
Answer:
The answer is "Home cells Or Home Tab".
Explanation:
The Excel Home Tab is also known as the home cell, it also is used to execute the standard commands like bold, highlight, copy/paste. It also uses templates in a worksheet for cells, which is used to Insert and Delete Cells, and the wrong cell can be defined as follows:
- In choice Formulas cell or Tab it is used to add the formula, that's why it is wrong.
- On the choice page cell or Tab is used to view the data, that's why it is wrong.
Answer:
The program in C++ is as follows:
#include <iostream>
#include <vector>
using namespace std;
int main(){
vector<int> nums;
int num;
cin>>num;
while(num != -1){
nums.push_back(num);
cin>>num; }
for (auto i = nums.begin(); i != nums.end(); ++i){
cout << *i <<endl; }
return 0;
}
Explanation:
This declares the vector
vector<int> nums;
This declares an integer variable for each input
int num;
This gets the first input
cin>>num;
This loop is repeated until user enters -1
while(num != -1){
Saves user input into the vector
nums.push_back(num);
Get another input from the user
cin>>num; }
The following iteration print the vector elements
<em> for (auto i = nums.begin(); i != nums.end(); ++i){
</em>
<em> cout << *i <<endl; }
</em>
<span>Dispute who should be the leader of the Muslims after the death of Mohammed.<span> </span></span>