Answer:
She got motivated to work harder. She did not want to be less smarter that the other girls.
Explanation:
She was shy in the beginning, but then once she heard out the other girls could do it very well. She then got motivated.
Answer:
string
Explanation:
string holds words while boolean only returns true or false and both binary and float hold numbers
<span>The modf() function will do this for you:
double x, y, d;
x = -14.876;
y = modf(x, &d);
printf("Fractional part = %lf\n", y);
</span>
Answer:
bring your own devices
Explanation:
"bring your own devices" paradigm is getting popular since organizations are increasingly allowing users to perform work tasks <em>on their own</em> personal devices, It is preferred because of the benefits and ease for the user. On the other hand, this paradigm opens several security risks.
For example processing sensitive data on personal devices creates risks in case of data recovery or if the device is stolen or lost.
Additionally, <em>control and monitoring</em> of organizational data is harder when users allowed to work on their personal devices. Thus <em>data leakage</em> and <em>public exposure</em> can happen more easily.