dimarts, 3 d’octubre del 2017

Les apps mes utils per a mi


  • WhatsApp
WhatsApp es una aplicació de mensatgeria gratis, disponible per a android y altres teléfons inteligents.
Amb esta aplicaio pots enviar mensatges o cridar als yeus amics.

Resultado de imagen de whatsapp

  • Instagram
Instagram es una forma sencilla de capturar y compartir los mejores momentos del mundo. Sigue a tus amigos y familiares para ver qué están haciendo y descubre cuentas de todo el mundo que comparten cosas que te gustan.

Resultado de imagen de instagram







  • Pokemon Go
Únete a Entrenadores de todas partes que están descubriendo Pokémon mientras exploran el mundo a su alrededor. La actualización más reciente de Pokémon GO, la sensación mundial que ha sido descargada 750 millones de veces y nombrada "Mejor Juego Móvil" por The Game Developers Choice Awards y "Mejor Aplicación del Año" por TechCrunch
Resultado de imagen de pokemon go







  • Wallapop
Wallapop es un mercadillo (Flea market) virtual y móvil en forma de app GRATIS para Android (4.0+) que te permite comprar y vender productos de segunda mano. WALLA!


VENDE LO QUE YA NO USAS
ENCUENTRA OPORTUNIDADES CERCA DE TI

Resultado de imagen de wallapop














  • TV3 a la carta
Esta aplicación es muy útil, ya que dicen la realidad de lo que pasa en Cataluña y sobre todo puedo ver la serie que mas me gusta Merli.





Resultado de imagen de tv3



dimecres, 27 de setembre del 2017

El meu grup/cantant favorit


 EL meu cantant favorit es Ramón, es un cantautor español que ha venut mes de 3.500.000 de discs al llarc de la seua carrera, Les seues especialitats son el rock,el pop i en els seus origens la rumba, es considerat un dels millors cantautors de espanyols i a sigut en 2015, 2016 i 2017 el cantant que mes discs ha venut. Aixi Ramon, mes conegut com a Melendi es un dels meus cantants preferits.


dimecres, 13 de setembre del 2017

La meua primera entrada en batxiller



Este any, per fi, tindrem en el nostre blog, entrades en valencià, deixarem a banda el angles per a fer-ho en el nostre idioma, serà un any difícil i llarg però estic segur que al fi i al cap serà un bon curs junt a la nostra professora MªJesús i ens apollarem en el seu blog

Com utilitzar drive
Resultado de imagen de fotos de informatica

dijous, 25 de maig del 2017

LION-BEACH


  1. First I open the file platja jpg, 
  2. After we save the file in GIMP like lleo-platja-Eduard Gimenez.
  3. Open the file line, as layer: File, Open ... and layers lleó.jpg
  4. Leave only visible lleó.jpg: it must be the only layer with an eye before the name (warning: it must be the active layer, click the layer name).
  5. Selection with scissors smart intro for selection into.
  6. Copy and apega selection: Right click on the selection, editing, copying and then pasting.
  7. Convert copy a new layer: Layers dialogue on floating layer, right click, new layer ...
  8. Rename the layer lion double click on layer name.
  9. Move to another position lion: view background, Move Tool and drag.
  10. Returning to work lleó1 layer: select the space between the legs with color selection and Edit, Delete or Clean.
  11. Resize: upon layer, right, Layers, Layer Scale ...
  12. Adjust the color of the lion background color: Right, Color, Brightness-Contrast (and others ...).
  13. Blurs the outline for a real discretion: Hardware stain with your finger (and others ...)
  14. Create more lions: Right on lion layer, Duplicate Layer ...
  15. Adjust the size and position of other lions. Rename layers.
  16. Create other effects on the bottom: Filters, Lights and Shadows.
  17. You can insert a new one, to effect artificial lights and shadows, Supernova .... Also try other effects.
  18. Enter your name and date: Text Tool in new layer.
  19. Make a blog post Title: [Lion-beach, step by step], copy your translation and inserts the lion-beach.jpg you've done. Care labels !.
  20. To deliver the activity, send an email to the professor, Subject [LION-BEACH-STEPS] with the link to the blog post.



dilluns, 15 de maig del 2017

Statue poster


We work in xcf. First I practise a little to contol all the tools, when I now how to use all the tools I begin an other time doun the things good.

dijous, 16 de febrer del 2017

COMPUTER NETWORK


COMPUTER NETWORK


  • What a computer network is?

A computer network or data network is a telecommunications network which allows nodes to share resources. In computer networks, networked computing devices exchange data with each other using a data link. The connections between nodes are established using either cable media or wireless media. The best-known computer network is the Internet.

  • What a LAN is?

local-area network (LAN) is a computer network that spans a relatively small area. Most often, a LAN is confined to a single room, building or group of buildings, however, one LAN can be connected to other LANs over any distance via telephone lines and radio waves.


  • What an IP number is?    
An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication. An IP address serves two principal functions: host or network interface identification and location addressing.


  • How to find computer IP number?
For any version of Linux system, simply by typing ''ipconfig'' at the prompt, you will see all of the information about my IP Address.


  • How to find the router in your net?

Tired of being the only wireless network in your apartment building without a clever name like “Wu-tang LAN,” or “Bill Wi the Science Fi?” Looking to finally add a password to your network that prevents your neighbors from mooching off your internet connection? Most routers come with a default IP address and login credentials, which vary from one manufacturer to the next. 

dilluns, 13 de febrer del 2017

OPERATING SYSTEMS 4/4


OPERATING SYSTEMS 4/4



File System

A file system is the methods and data structures that an operating system uses to keep track of files on a disk or partition; That is, it is the way in which files are organized on the disk. The term is also used to refer to a partition or disk being used for storage, or the type of file system it uses. So one can say "I have two file systems" referring to having two partitions in which to store files, or one that uses the "extended files" system, referring to the type of the file system.

File system type
Disk File Systems
Network File Systems
Special Purpose File Systems
File System by Operating System
File Systems in Windows ............... .FAT:
File System on Linux ......................-EXT:
MacOS File System ..................-HFS:


Example of 'path' on a Unix system
So, for example, in a Unix-like system like GNU / Linux, the path for the song called "The song.ogg" of the user "So-and-so" would look something like:
/ Home / Fulano / My music / The song.ogg
where:
/ Represents the root directory where the entire file system is mounted.
Home / Fulano / My music / is the file path.
The .ogg song is the name of the file that is set to unique.
.ogg is the File Extension.
Example of 'path' in a Windows system
An analogous example in a Windows file system (specifically in Windows 8) would look like:
C: \ Users \ John \ Music \ song.mp3
where:
C: is the storage drive in which the file is located.
\ Users \ Socket \ Music \ is the path of the file.
Song is the name of the file.

.mp3 is the file extension, this element (part of the name) is especially relevant in Microsoft Windows systems, because it serves to identify what type of file it is and the application that is associated with the file in question, ie with what Program can be opened and read, edited or played back. For most modern operating systems file extension is a bureaucratic complement only useful for user observation, since the various file and application management environments analyze the information contained in the beginning of the file (MIME headers ) To determine its function or association, which is usually cataloged in the MIME Content-Type table in the system. The Windows system allows hiding the extension of the files if the user wishes, otherwise the extension appears in the names of all files. In the Windows XP operating system, if the user changes the file extension, the file may become unusable if the new extension associates it with a program that does not have the ability to edit or play that file type. Some users also enable the display of extensions on Windows systems as a precaution to avoid viruses that use icons or names similar to the user's personal files, since the extension allows to identify the .EXE files (executable in Windows).