Answer:
Doing associative brainstorming
Allow all members who have an opinion or comment to contribute
You cannot criticize someone or there judgment on a topic
Always encourage someone if they need help with something and give input
Let everyone talk and share there solutions
Explanation:
Overall it’s good to do the things I have listed above because it can help you in planning.
Answer:
import java.io.*;
import java.util.Scanner;
public class CountWordsInFile {
public static void main(String[] args) throws IOException {
Scanner keyboard = new Scanner(System.in);
System.out.print("Enter file name: ");
String fileName = keyboard.next();
File file = new File(fileName);
try {
Scanner scan = new Scanner(file);
int count = 0;
while(scan.hasNext()) {
scan.next();
count += 1;
}
scan.close();
System.out.println("Number of words: "+count);
} catch (FileNotFoundException e) {
System.out.println("File " + file.getName() + " not present ");
System.exit(0);
}
}
}
Answer:
Explanation:
Given
velocity at A is 
For 
velocity is increasing at 
Tangential acceleration is given by





at 


thus 
Velocity in terms of Displacement is given by



When car has traveled
th of distance i.e.




on solving we get 
Thus velocity at 

(b)Acceleration when car has traveled three-fourth the way of track
normal acceleration 

Tangential acceleration 

Net acceleration 

Answer:
It helps ensure the security of client data.
Explanation:
Cloud computing is one of the security features in networking which is being adopted by big corporations and organizations inorder to ensure smooth running of the organization.
Also, due to the sensitivity of data which some organizations deals in, they tried everything possible to protect themselves and their clients' information through use of cloud computing.<em> Data are stored in the clouds, and requires special administrative rights for it to be accessed by some of the staffs working in any given organization.</em>
Answer:
The surface temperature is 921.95°C .
Explanation:
Given:
a=25 cm ,P=350 hp⇒P=260750 W
Power transmitted
W and remaining will lost in the form of heat.This heat transmitted to air by the convection.
h=230
Actually heat will be transmit by the convection.
In convection Q=hA
So 
T=921.95°C
So the surface temperature is 921.95°C .