You are browsing glossary terms with label software

GUI Created Sep 13, 2018 (10:38) by Victor Cheung | In glossary Glossary | In space Otaku's Home

No Language

Definition

Stands for "Graphical User Interface" and is pronounced "gooey." It is a user interface that includes graphical elements, such as windows, icons and buttons. The term was created in the 1970s to distinguish graphical interfaces from text-based ones, such as command line interfaces. However, today nearly all digital interfaces are GUIs.

Synonym(s)

Abbreviation(s)

Label(s)

IDE Created Sep 13, 2018 (10:36) by Victor Cheung | In glossary Glossary | In space Otaku's Home

No Language

Definition

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools, and a debugger. Most modern IDEs have intelligent code completion. Some IDEs, such as NetBeans and Eclipse, contain a compiler, interpreter, or both; others, such as SharpDevelop and Lazarus, do not.

Source: https://en.wikipedia.org/wiki/Integrated_development_environment

Synonym(s)

Abbreviation(s)

JAVA Created Sep 13, 2018 (10:50) by Victor Cheung | In glossary Glossary | In space Otaku's Home

No Language

Definition

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented,[15] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[17] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2016, Java is one of the most popular programming languages in use,[18][19][20][21] particularly for client-server web applications, with a reported 9 million developers.[22] Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

Synonym(s)

Abbreviation(s)