a) Foreign Direct Investment, influenced by market size, labor costs, political stability,
infrastructure
b) Federal Development Initiatives, influenced by technology, production costs, corruption,
red tape
c) Foreign Development Index, influenced by education levels, trade barriers, economic
growth, transparency
d) Free Market Development, influenced by geopolitics, trade alliances, corruption,
business incentives
5.
Who is the Chinese philosopher known for his ethical and moral teachings, emphasizing
virtues and social harmony?
a) Sun Tzu
b) Confucius
c) Laozi
d) Zhuangzi
6.
In JavaScript, what is the value of the `result` variable after the following code is
executed?
```javascript
let x = "5";
let y = 2;
let result = x + y;
```
a) "7"
b) 7
c) "52"
d) This code will result in an error.
7. What is the difference between alpha and beta testing of software?
a) Alpha by developers in-house, beta by a limited external user base.
b) Alpha is automated, beta is manual.