CODING Ethan Symes EXTRA-CLASE Kevin Quesada 7A
Table de Contenidos
Historia de Mark Zukerburg Mark Elliot Zuckerberg (/ˈzʌkərbɜːrɡ/; born May 14, 1984) is an American business magnate, internet entrepreneur, and philanthropist. He is known for co-founding the social media website Facebook and its parent company Meta Platforms (formerly Facebook, Inc.), of which he is the chairman, chief executive officer, and controlling shareholder.[1][2] Zuckerberg attended Harvard University, where he launched Facebook in February 2004 with his roommates Eduardo Saverin, Andrew McCollum, Dustin Moskovitz, and Chris Hughes. Originally launched to select college campuses, the site expanded rapidly and eventually beyond colleges, reaching one billion users by 2012. Zuckerberg took the company public in May 2012 with majority shares. In 2007, at age 23, he became the world's youngest self-made billionaire. As of October 2022, Zuckerberg's net worth was $47.3 billion according to the Forbes' Real Time Billionaires making him the 25th richest person in the world. Since 2008, Time magazine has named Zuckerberg among the 100 most influential people in the world as a part of its Person of the Year award, which he was recognized with in 2010.[3][4][5] In December 2016, Zuckerberg was ranked tenth on Forbes list of The World's Most Powerful People. [6] In the Forbes 400 list of wealthiest Americans in 2022 he was ranked 11th with a wealth of $57.7 billion down from his status as the third richest American in 2021 with a net worth of $134.5 billion. On April 10 and 11, 2018, Zuckerberg testified before the United States Senate Committee on Commerce, Science, and Transportation regarding the usage of personal data by Facebook in relation to the Facebook–Cambridge Analytica data breach.[7]
Ecanar el codigo de qr para mas informacion
Lenguajes Differentes Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. Java is a set of computer software and specifications developed by James Gosling at Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment.
C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. C++ is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or \"C with Classes\".
HELLO WORLD! 1.c int main() { printf(\"Hello World\"); return 0; 2.c++ int main() { std::cout << \"Hello World\"; return 0; 3.Cobol IDENTIFICATION DIVISION. PROGRAM-ID. Hello-world. PROCEDURE DIVISION. DISPLAY \"Hello World\". . 4.Scala object HelloWorld extends App { printIn(\"Hello World\") } 5.MatLab disp('Hello World'); 6.c# namespace HelloWorld { class Hello { static void Main(string[] args) { System.Console.WriteLine(\"Hello World\"); } } } 7.CoffeeScript console.lof 'Hello World' 8.Delphi program HelloWorld; begin WriteLn('Hello World'); end. 9.Dart main(){ print('Hello World'); } 10.Haskell module Main where main :: IO () main = putStrLn \"Hello World\" 11.Pascal program Hello; begin writeln ('Hello, world.'); end. 12.Ruby puts 'Hello World'
Ethan
Search
Read the Text Version
- 1 - 9
Pages: