Important Announcement
PubHTML5 Scheduled Server Maintenance on (GMT) Sunday, June 26th, 2:00 am - 8:00 am.
PubHTML5 site will be inoperative during the times indicated!

Home Explore Ada lovelace

Ada lovelace

Published by fduran, 2022-10-21 22:56:51

Description: Ada lovelace

Search

Read the Text Version

Kevin Quesada Arias FABIOLA DURAN 7A ADA LOVELACE

PAGE 02 Biography Table of Contents QR Contributions 3 Infographic 4 Hello world 5 6 7

PAGE 03 Biography Augusta Ada King, Countess of Lovelace was an English mathematician and writer, chiefly known for her work on Charles Babbage's proposed mechanical general-purpose computer, the Analytical Engine. She was the first to recognise that the machine had applications beyond pure calculation, and to have published the first algorithm intended to be carried out by such a machine. As a result, she is often regarded as the first computer programmer. Ada Byron was the only legitimate child of poet Lord Byron and mathematician Lady Byron. All of Byron's other children were born out of wedlock to other women. Byron separated from his wife a month after Ada was born and left England forever. Four months later, he commemorated the parting in a poem that begins, \"Is thy face like thy mother's my fair child! ADA! sole daughter of my house and heart?\". He died in Greece when Ada was eight. Her mother remained bitter and promoted Ada's interest in mathematics and logic in an effort to prevent her from developing her father's perceived insanity. Despite this, Ada remained interested in him, naming her two sons Byron and Gordon. Upon her death, she was buried next to him at her request. Although often ill in her childhood, Ada pursued her studies assiduously. Character

PAGE 04 QR

PAGE 05

INFOGRAPHIC C# C++ C# is another one of the best C++ se caracteriza por ser extremadamente programming languages. It rápido y estable, lo que lo sitúa como uno de los mejores lenguajes de programación y, was created by Microsoft and por tanto, también uno de los lenguajes de programación más usados. Además, is present in business proporciona STL (biblioteca de plantillas estándar), es decir, un conjunto de environments, such as bibliotecas listas para usar para diferentes estructuras de datos, operaciones government institutions, banking or medical entities, among others. aritméticas y algoritmos. Although beyond this type of El soporte de estas bibliotecas y la velocidad applications, it also has very del lenguaje lo convierten en una opción versatile uses such as IoT, muy popular entre la comunidad comercial video game development, web de HFT (High Frecuency Trading). or mobile applications... Python Java Python is one of the most widely Java is a general-purpose, object- used programming languages ​today oriented language designed to have and its use continues to grow. It has as few implementation dependencies very powerful features: it is open as possible. With Java you can create source, has a simple syntax and is applications and processes on easy to understand, thus saving time multiple devices, so it is a very good and resources. option if you are wondering what programming language to learn in Python is a versatile language that 2022. can have multiple applications. One of them is Artificial Intelligence, Its scope of application is very broad, thanks to libraries such as Keras or so it allows you to create software for TensorFlow. mobile devices, sales terminals, IoT, as well as web pages.

PAGE 06 1. Bash echo \"Hola Mundo\" 2. Basic PRINT \"Hello, world!\"​ 3. C #include <stdio.h> int main(void) { puts (\"Hola Mundo!\"); } 4. C++ #include <iostream> using namespace std; int main() { std::cout << \"Hola Mundo!\"; return 0; } 5. C# using System; class Programa{ public static void Main(string[] args) { Console.WriteLine(\"Hola Mundo!\"); } } 6. Clipper ? \"Hola Mundo\" 7. CoffeeScript console.log 'Hola Mundo!' 8. Delphi program HolaMundo; begin Writeln('Hola Mundo!'); end. 9. HTML Hola Mundo! 10. Icon procedure main () write ( \"Hola Mundo\" ); end 11. Java public class Programa { public static void main(String[] args) { System.out.println(\"Hola mundo!\"); } } 12. JavaScript document.write('Hola Mundo!');

F DF A B I O L A D U R A N PROFESIONAL CLIKKIE & KILLJOY Fabiola Duran


Like this book? You can publish your book online for free in a few minutes!
Create your own flipbook