Answer:
5 Procesadores de textos
Explanation:
Google Docs.
Textilus - Edición Microsoft Word.
TextEdit.
Kingsoft Office Writer.
Páginas.
Answer:
The correct option are:-
a) The socket type that will be used
d) The socket family that will be used
Explanation:
The socket() method generates the unbound socket in a networking domain and returns a descriptor of the register, which can be used in subsequent socket function calls.
The socket() method takes three arguments:
Domain:- The domain for which a socket is to be built is defined.
Type:- The socket type to be generated is defined.
Protocol:- It specifies a common socket protocol to use. The protocol setting of 0 causes socket() to use a default uninstalled protocol that is suitable for the socket type requested.
Answer: share information and collaborate with a select group of outside organizations or individuals.
Explanation:
When a company uses an intranet, it is for the purpose of sharing information within the company so in the same vein, an extranet is done to share information with entities outside the company be it people or organizations.
For information to be shared, the other companies and organizations need to have the means and authorization to join the extranet. Extranets are very useful as they enable collaboration across vast distances thereby increasing productivity.
Answer:
The correct answer to the following question will be Group Box.
Explanation:
Group Box:
- A type container that contains many types of controls that are usually related to each other in the form.
- It usually provides the identified grouping for other controls.
- used for the subdivision of the forms.
- Separation of the controls can be done with the help of grouping by group box.