Answer:
5) These ERP systems have no optional modules.
Explanation:
ERP II is a solution that comprises of the conventional materials planning, the distribution, and order-entry functionality reinforced by capabilities like consumer relationship management (CRM), the human resources management (HRM). A type of system like that can quickly, consistently and accurately operate the whole organization.
Some of the Examples of ERP system modules include: supply chain management (for example the manufacturing, purchasing and distribution of goods), product lifecycle management, warehouse management, customer relationship management (CRM), online sales, sales order processing, financials, human resources, and decision support scheme.
#include <iostream>
#include <vector>
std::vector<int> v;
int main(int argc, char* argv[]) {
while(1) {
int temp;
std::cout << "\nEnter a number: ";std::cin>>temp;
if(temp<0) {
std::cout << "\nEven number(s) is/are:\n---------------------\n";
for(int i=0;i<v.size();i++) {
if(v.at(i)%2==0) std::cout << v[i] << " ";
else continue;
}
std::cout << std::endl;
break;
}else {
v.push_back(temp);
}
}
return 0;
}
Answer:
name and address of web visitors.
Explanation:
A website refers to the collective name used to describe series of web pages linked together with the same domain name.
Web analytical packages are software features that are typically used for tracking the identity of a computer system by placing or adding cookies to the computer when it's used to visit a particular website. Thus, it's only used for tracking the identity of a computer but not the computer users.
This ultimately implies that, web analytical packages can obtain the geographic location, Internet connection type, and navigation source information when someone visits a website, but it cannot obtain the name and address of web visitors or users.
Https://www.toptal.com/bitcoin/blockchain-technology-powering-bitcoin
i dont have the time to read it right now, but i was able to find you this link that should hopefully help- you out!
False, absolute references have two dollar signs