- Barajar
ActivarDesactivar
- Alphabetizar
ActivarDesactivar
- Frente Primero
ActivarDesactivar
- Ambos lados
ActivarDesactivar
- Leer
ActivarDesactivar
Leyendo...
Cómo estudiar sus tarjetas
Teclas de Derecha/Izquierda: Navegar entre tarjetas.tecla derechatecla izquierda
Teclas Arriba/Abajo: Colvea la carta entre frente y dorso.tecla abajotecla arriba
Tecla H: Muestra pista (3er lado).tecla h
Tecla N: Lea el texto en voz.tecla n
Boton play
Boton play
15 Cartas en este set
- Frente
- Atrás
Java
|
Is a high-level programming language developed by Sun Microsystems. Example: Java program to check if a number is prime or not.
In this article, you will learn how to check whether a number is prime or not. This is done using a for and while loop in Java |
JavaScript
|
JavaScript is a programming or scripting language that allows you to implement complex functions in web pages, displays timely content updates, interactive maps, 2D / 3D Graphics animation. Example: JavaScript variables
JavaScript variables are containers for storing data values. |
Python
|
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development. Example: Python Program to Find the Factorial of a Number
In this article, you'll learn to find the factorial of a number and display it. |
Diferences between Java, JavaScript and Python
|
Javascript is an eminently web language. But with Python we can develop many projects of a similar nature, in addition to allowing us to build desktop programs and do additional things, such as scripting or big data and Java create applications that run in a virtual machine or browser, while JavaScript code only runs in a browser.
|
HTML
|
Is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies like Cascading Style Sheets (CSS) and scripting languages like JavaScript. Example: HTML paragraphs are defined with the <p> tag
Like :<p>This is a paragraph.</p><p>This is another paragraph.</p> |
FTP
|
File Transfer Protocol (FTP) is a network protocol for transferring copies of files from one computer to another. Example: You can create web pages on your PC and use an FTP client to upload the website to the server where it will be hosted.
|
RSS
|
Is a web source [3] that allows users and applications to access website updates in a standardized computer-readable format. Example:RSS documents use a simple, self-describing syntax.
Here is a simple RSS document: <?xml version="1.0" encoding="UTF-8" ?><rss version="2.0"><channel> <title>W3Schools Home Page</title> <link>https://www.w3schools.com</link> <description>Free web building tutorials</description> <item> |
PHP
|
Is a widely used open source general purpose scripting language that is especially suitable for web development and can be embedded in HTML. Example:It is typically used by websites to dynamically generate web page content.
like: Websites and web applications (server-side scripting |
SSL
|
They are protocols for establishing authenticated and encrypted links between computers on a network. Example:SSLSOCKED
This class extends the Socket class and provides a secure socket. Such outlets are normal power outlets. |
URL
|
A URL incorporates the domain name, along with other detailed information, to create a complete address (or "web address") to direct a browser to a specific page online called a web page. In essence, it is a set of addresses and each web page has a unique one. Example: An example URL is http://www.microsoft.com, which is the link to the Microsoft website.
|
Domain
|
Without a domain name, anyone who wanted to visit your website would have to enter the full IP address. But the problem is that people have a hard time memorizing or including an IP address in advertising materials. Example: http://www.microsoft.com, which is the link to the Microsoft website. Let's say it points to the IP address 100.90.80.70. The IP address points to a server, but does not resolve the website if visitors try to use it.
|
Hosting
|
Web hosting is a service that enables organizations and individuals to publish a website or web page on the Internet. Example: an example is Siteground
|
Plugins, what are they used for?
|
A plugin is a software add-on that is installed on a program, enhancing its capabilities. Example: if you wanted to watch a video on a website, you may need a plugin to do so. If the plugin is not installed, your browser will not understand how to play the video.
|
NET
|
Is a free, cross-platform, open source developer platform for building many different types of applications. Example:if you wanted to watch a video on a website, you may need a plugin to do so. If the plugin is not installed, your browser will not understand how to play the video.
|
CSS
|
It is a style sheet language, that is, it allows you to selectively apply styles to elements in HTML documents. Example: para seleccionar todos los elementos de párrafo en una página HTML y volver el texto dentro de ellos de color rojo, has de escribir este CSS.
|