Answer:
The answer is "In the given pseudo-code there are three errors".
Explanation:
The description of the errors can be defined as follows:
b. Use moist paper towels to wipe up particles
c. Use your shirt sleeve to make them disappear
d. Use a vacuum cleaner equipped with a HEPA filter while wearing your PPE
Answer: D) Use a vacuum cleaner equipped with a HEPA filter while wearing your PPE
Explanation:
Laser tone particle takes approximately 15 minutes for settle down as it is finely grounded particle. To avoid the inhaling of laser tone particles try to keep the air stable and leave the printer sometime after cleaning its area.
HEPA filter is the high efficiency filter which basically particulate air and improve the quality of air. It made up of variety of materials like glass filters, vegetable fiber etc.
The main application of HEPA filter that it is using as vacuum cleaner equipment and must wear personal protective equipment (PPE) while using this types of equipment.
Answer:
the ejedjrjr eenekrr
eueeue
Explanation:
u4rururirw
hey hi Mark hi mark
the console output is:
hey 1
hi 2
Mark 1
hi 2
mark 1
Answer:
JavaScript code is given below
Explanation:
function calcWordFrequencies() {
var words = prompt("Enter the sentence below").split(" ");
var unique_words = [], freqencies = [], count = 0;
for (var i = 0; i < words.length; i++) {
var found = false;
for (var j = 0; j < count; j++) {
if (words[i] === unique_words[j]) {
freqencies[j] = freqencies[j] + 1;
found = true;
}
}
if (!found) {
unique_words[count] = words[i];
freqencies[count] = 1;
count++;
}
}
for (var i = 0; i < words.length; i++) {
var result = 0;
for (var j = 0; j < count; j++) {
if (words[i] === unique_words[j]) {
result = freqencies[j];
break;
}
}
console.log(words[i] + " " + result);
}
}
Vertical integration
JIT
VMI
Answer:
Vertical Integration
Explanation:
Vertical Integration is a business strategy in which a company purchases its upstream suppliers to ensure that its essential supplies are available as soon as the company needs them. This enables the business to exercise higher control over supply related uncertainties and to optimize supplies based on changing demand or business priorities.
An example can be a textile manufacturer purchasing a dye manufacturing unit.
{
Private String empID;
Private boolean hourly;
) . .
_______
{
Hourly = isHourly;
}
}
A) public void setHourly(String isHourly)
B) public void getHourly()
C) public boolean getHourly()
D) public boolean setHourly(boolean isHourly)
Answer:
A)
Explanation:
In this code example the missing piece of code would be...
public void setHourly(String isHourly)
This piece of code is creating a function called setHourly which takes in one String variable as it's parameter. Based on the rest of the code, the function takes that parameter variable and places it into an instance variable called Hourly which can be used when the function is called.
a)To document an antivirus pattern that continues to be sent to your mailbox
b)To insert as a Signature for all outgoing emails
c) To save your emails so that you can restore your mailbox if necessary
d)To create a file that deleted emails will be sent to for deletion
The purpose of creating a PST file is to
c) To save your emails so that you can restore your mailbox if necessary
Explanation: