according to plato she should create relationships between the tables
<u>Answer:</u>
I am writing <em>partial code in</em> <em>c++ to calculate weighted average</em>. The weighted average should be calculated based on multiplying the test score and its <em>respective weight and finally add all the test score.</em>
<u>Explanation:</u>
<em>int arrtestscore[100];</em>
<em>int arrweight[100];</em>
<em>int n;</em>
<em>double weightedavg;</em>
<em>cout<<”Enter the number of test score for which weighted average needs to be calculated”;</em>
<em>cin>>n;</em>
<em>for(int x = 0; x <n;x++)</em>
<em>{</em>
<em> cout<<”Enter test score :” + (x+1) ;</em>
<em> cin>>arrtestscore[x];</em>
<em> count<<”Enter the respective weight:”;</em>
<em> cin>>arrweight[x];</em>
<em>}</em>
<em>for (int i=0; i<n;i++)</em>
<em>{</em>
<em> weightedavg = weightedavg + (arrtestscore[i] * arrweight[i])</em>
<em>}</em>
<em>cout<<”weighted average = “ <<weightedavg; </em>
An Inode number is a number that is related to the file and unique across all file systems in Linux and Unix.
A number that is associated with the file and unique in that particular filesytem.
<u>Explanation:</u>
Whenever any files are created on the system, It is given a file name with a number (inode)is unique. To access this file on the system, the user usually will use the file name. But here, he or she will have to access the file along with an Inode number associated with it.
Where stored as numbers datatype in a table called the Inode table. The Inode table is created only when the file system is created. It shows how many inodes are filled and how many are free. The command “df-i” shows the inode table in Linux
Answer:
Option A is correct
Explanation:
The operations group monitors user experience and responds to user problems.
Other importance or roles of information system department are included below;
They information system department also support the main aspect of organization running for example, in data analysis and so on.
The information system department also help in developing decision making.
The information department involves system analyst, data base administrator , programmer, computer engineer, ICO and so on
Answer:
a. Edit a Profile to "Enable Chatter" for the subset of users.
b. Create a Permission Set with the "Enable Chatter" permission for the subset of users
Explanation:
There are two ways to limit Chatter access during roll-out to a subset of Sales force users
- through user profiles
- through permission sets
"Enable Chatter" permission is added to the user profiles and permission sets during Chatter profile based roll-out.
a.
- The system Administrator has to log in as Sales force administrator to perform this action.
- Then select Profiles from Setup.
- Click on Edit for the custom user profile.
- Tick the Enable Chatter check box in the Administrative Permissions section.
b.
- Search through the Permission Sets in Setup.
- System section appears. Select System Permissions in that section.
- Click on the Edit button
.
- Tick the Enable Chatter check box.