Normally, wrist straps like this are used to prevent static electric discharge, which can ruin electric components.<span />
Answer:
see description
Explanation:
clicking in new script, we type the following:
%inputs and variables
N = input('Enter N : ');
values = input('Enter values : ');
positive=0;
negatives=0;
zero=0;
%for loop
for c = 1:N
if values(c) > 0
positive = positive + 1;
elseif values(c) < 0
negatives = negatives + 1;
else
zero = zero + 1;
end
end
positive
negatives
zero
so we basically loop the array and add one to counters each time we read an element from the input, for example if we enter:
Example input
Enter N : 5
Enter values : [1,-1,0,2,352]
positive = 3
negatives = 1
zero = 1
Answer:
It will either convert the file automatically into the program so you can edit it on the different platform or it will not be able to open the document at all.
Explanation:
I have personally done this before. Usually I use Word documents, which are .doc and .docx files.
I also run a Linux based OS sometimes (dual boot) and I don't have Microsoft Office products on it. However, Linux does have their own set of products that are similar to it.
I opened a .docx file on the Linux version of Word and it did convert the file into a separate one and I was able to edit it.
However, when I then tried opening the new Linux file type on Word, it was not able to open the document at all.
Therefore, it really depends on what programs have what capabilities. Word can open .doc and .docx. Linux could open their own types as well as .doc and .docx by conversion.
A rule of thumb is just not to change the file format at all. Just stick with the original so you don't lose your file. If you cannot do so, then use a online file converter to change the file type.
Answer:
B. report
Explanation:
Report is used to show the result of data base quires or stored data contain useful data use in decision making and analysis.
It is also called a report generator, it is a part of database management system that is used to extract information from one or more files and present it in specific format.
Answer:
C. They can be accessed quickly and cheaply.
Explanation:
An internal database is information that can be obtained inside the company through internal networks. This information can be easy to get as it is in the network of the company and you have access to it and it also have a low cost as you don't have pay money to get it. According to this, the answer is that an advantage to using internal databases for information is that they can be accessed quickly and cheaply.
The other options are not right because internal information can be outdated and incomplete if it is not updated by people in the company and it can be found in different forms and it is not always easy to manage as this depends on the applications used and how the company decides to visualize it.