速報APP / 教育 / AntonyMichaelTutor

AntonyMichaelTutor

價格:免費

更新日期:2018-09-25

檔案大小:8.2M

目前版本:1.1

版本需求:Android 4.0.3 以上版本

官方網站:http://makeiton.co.in

Email:makeiton3@gmail.com

聯絡地址:隱私權政策

AntonyMichaelTutor(圖1)-速報App

A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms

Programming in C

A general-purpose, imperative programming language developed in the early '70s, C is the oldest and most widely used language, providing the building blocks for other popular languages, such as C#, Java, JavaScript and Python. C is mostly used for implementing operating systems and embedded applications. Because it provides the foundation for many other languages, it is advisable to learn C (and C++) before moving on to others.

Programming in CPP

AntonyMichaelTutor(圖2)-速報App

C++ is an intermediate-level language with object-oriented programming features, originally designed to enhance the C language. C++ powers major software like Firefox, Winamp and Adobe programs. It's used to develop systems software, application software, high-performance server and client applications and video games.

Programming in JAVA

Java is a class-based, object-oriented programming language developed by Sun Microsystems in the 1990s. It's one of the most in-demand programming languages, a standard for enterprise software, web-based content, games and mobile apps, as well as the Android operating system.

HTML

AntonyMichaelTutor(圖3)-速報App

HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ), within the web page content. HTML tags most commonly come in pairs like

and

, although some tags represent empty elements and so are unpaired, for example .

CSS

CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts.

PHP

AntonyMichaelTutor(圖4)-速報App

PHP (Hypertext Processor) is a free, server-side scripting language designed for dynamic websites and app development. It can be directly embedded into an HTML source document rather than an external file, which has made it a popular programming language for web developers.

JAVA SCRIPT

JavaScript started life as LiveScript, but Netscape changed the name, possibly because of the excitement being generated by Java.to JavaScript. JavaScript made its first appearance in Netscape 2.0 in 1995 with a name LiveScript.

RUBY

AntonyMichaelTutor(圖5)-速報App

Ruby is a scripting language designed by Yukihiro Matsumoto, also known as Matz. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.

PYTHON

Python is a high-level, interpreted, interactive and object-oriented scripting language.

ANDROID

AntonyMichaelTutor(圖6)-速報App

Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet computers.

ASSEMBLY

Each personal computer has a microprocessor that manages the computer's arithmetical, logical and control activities.

AJAX

AntonyMichaelTutor(圖7)-速報App

AJAX stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the XMLHttpRequest object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including JSON, XML, HTML, and even text files.

SQL

SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.

COBOL

AntonyMichaelTutor(圖8)-速報App

COBOL stands for Common Business Oriented Language.The US Department of Defense, in a conference, formed CODASYL (Conference on Data Systems Language) to develop a language for business data processing needs which is now known as COBOL. COBOL is used for writing application programs and we cannot use it to write system software.