martes, 12 de abril de 2016

ENTREPRENEURSHIP- Work ethic 12/04/16

  • "My producer is a bully and hiring like-minded people. Ethics is becoming a question in my organization.”i would talk with him about his negative attitude that is affecting the work environment. It is really important that he understands the importance of becoming an essential part of the company, giving ideas, and also leaving others do it. Attitude define who you are so its necessary to work on it.
  • “I find few employees of my organization, disclosing confidential client data to our competitors.” i would make a meeting to discuss the importance of having a sense of belonging because its really disturbing that they are harming the company in that way. Those actions are unacceptable, they should ensure the welfare of the enterprise.
  • “Should the performance feedback session follow a corrective or punitive approach?”The performance feedback session should follow a corrective approach, usually, managers and employees share a common disgust for corrective action, because they don't always contain the positive aspect that motivate them. Nevertheless, its important to discuss about the attitudes that are affecting the efficient growth of the company, because this would help to improve this situations.
  • How do you train your employees to be ethical to one and all, whether in the professional realm or personal?
  • Mainly, they have to be loyal to the company, responsible and effective with his daily work and humbles with their 
  • Ethics that the organiation has to maintain: honesty, integrity, transparency, confidentiality, objectivity and respectfulness
  • New hires, are really important, the company has to train their newest team members. But also, employees need to cause a good impression. Without this terms, there is going to be disagreements, that are going to decrese the productivity of the enterprise.
  • Ethics depends on situation? No, ethics is part of who you are, you have it or you dont. For that reason i think, that being an ethical person depends of education and the values that families inculcate to their children. The situations only give you the capacity of handle things in our lifes.

ENTREPRENEURSHIP- Work ethic 12/04/16






lunes, 4 de abril de 2016

ENTREPRENEURSHIP- Work ethic 04/04/16


TECHNOLOGY- Radio trasmission 04/04/16

 1) Trasmitter: some examples are TV sound, telecomnunications, vocal cords (vibrate)
 2) Modulation
 3) Antennas
 4) Transported from one antenna to another
 5) Demodulation: to interpret waves to be understood by the receiver
 6) Receptor

- AM: Amplitude Modulation = Transmit information- KHZ
- FM: Frecuency Modulation= Transmit information- MHZ- This one has more capacity to store information.

Types of antennas

- Elevated: it has interference when it rains, when it snows, but they are much better trasmitting information.
- Underground: it has interference with the walls or dense materials.


Line of sight

Finding the point where the signal can be received or trasmitted without any attenuation.

Types of waves

- Electric: requires electricity
- Electromagnetic: infrared signals.

Polarity

One goes horizontal, and the other one should go vertical.

TECHNOLOGY- Radio waves 04/04/16


lunes, 14 de marzo de 2016

EXAMEN- TECNOLOGIA 14/03/16



// Example program
#include <iostream>
#include <string>
using namespace std;
int main()
{
  int n1,n2,n3;
  cout<<"what is the first number?";
  cin>>n1;
  cout<<"what is the second number?";
  cin>>n2;
  cout<<"what is the third number?";
  cin>>n3;
 
  if((n1>n2)&&(n2>n3)){
  cout<<n1<<endl;
  cout<<n2<<endl;
  cout<<n3<<endl;
  }
 
else
if((n1>n2)&&(n2<n3)&&(n1>n3)){
cout<<n1<<endl;
cout<<n3<<endl;
cout<<n2<<endl;
}

else
if((n1<n2)&&(n2>n3)&&(n1>n3)){
cout<<n2<<endl;
cout<<n1<<endl;
cout<<n3<<endl;
}
else
if((n1>n2)&&(n2>n3)&&(n1<n3)){
cout<<n3<<endl;
cout<<n1<<endl;
cout<<n2<<endl;
}

else
if((n1>n2)&&(n2<n3)&&(n1<n3)){
cout<<n3<<endl;
cout<<n1<<endl;
cout<<n2<<endl;
}

else
if((n1<n2)&&(n2<n3)&&(n1<n3)){
cout<<n3<<endl;
cout<<n2<<endl;
cout<<n1<<endl;
}
}




·         what is the first number?100
·         what is the second number?80
·         what is the third number?10
100
80
10

lunes, 7 de marzo de 2016

GLOBALIZATION- 07/03/16

GLOBALIZATION

It is a process in which the countries get together and work to improve some aspects, like the cultural, economical and cultural ones.

What causes it?

The desire of:
1) Expand the national economy
2) Improve the transportation
3) Improve comunication
4) Create MNC´S (Multinationals Companies)
5) Free trade

Economic Impact...

1) Countries sell their products in the third countries in the world.
2) It create a competitive market.
3) It create relationes between the countries.