Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Definition of term

Operational Term

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,
as well as for use as a scripting or glue language to connect existing components
together.

PHP - PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open
source general-purpose scripting language that is especially suited for web
development and can be embedded into HTML.

JAVA - Java is a general-purpose, class-based, object-oriented programming language


designed for having lesser implementation dependencies. It is a computing platform for
application development. Java is fast, secure, and reliable, therefore. It is widely used
for developing Java applications in laptops, data centers, game consoles, scientific
supercomputers, cell phones, etc.

HTML - HTML stands for HyperText Markup Language. It is a standard markup


language for web page creation. It allows the creation and structure of sections,
paragraphs, and links using HTML elements (the building blocks of a web page) such
as tags and attributes.

CSS - Cascading Style Sheets (CSS) is a style sheet language used for describing the
presentation of a document written in a markup language such as HTML or XML
(including XML dialects such as SVG, MathML or XHTML) CSS is a cornerstone
technology of the World Wide Web, alongside HTML and JavaScript.

MySQL - is an open-source relational database management system (RDBMS). Its


name is a combination of "My", the name of co-founder Michael Widenius's daughter
My, and "SQL", the abbreviation for Structured Query Language. A relational database
organizes data into one or more data tables in which data may be related to each other;
these relations help structure the data. SQL is a language programmers use to create,
modify and extract data from the relational database, as well as control user access to
the database.
SUBLIME TEXT - Sublime Text is a shareware cross-platform source code editor. It
natively supports many programming languages and markup languages. Users can
expand its functionality with plugins, typically community-built and maintained under
free-software licenses. To facilitate plugins, Sublime Text features a Python API.

Visual Studio Code - Visual Studio Code, also commonly referred to as VS Code, is a
source-code editor made by Microsoft with the Electron Framework, for Windows, Linux
and macOS. Features include support for debugging, syntax highlighting, intelligent
code completion, snippets, code refactoring, and embedded Git. Users can change the
theme, keyboard shortcuts, preferences, and install extensions that add additional
functionality.

Computer System - A computer system is a "complete" computer that includes the


hardware, operating system (main software), and peripheral equipment needed and
used for "full" operation. This term may also refer to a group of computers that are
linked and function together, such as a computer network or computer cluster.

Technical Term

Requirements - In product development and process optimization, a requirement is a


singular documented physical or functional need that a particular design, product or
process aims to satisfy. It is commonly used in a formal sense in engineering design,
including for example in systems engineering, software engineering, or enterprise
engineering.

Design - In product development and process optimization, a requirement is a singular


documented physical or functional need that a particular design, product or process
aims to satisfy. It is commonly used in a formal sense in engineering design, including
for example in systems engineering, software engineering, or enterprise engineering.

Develop - To become larger, fuller, better, etc.; grow or evolve, esp. by natural
processes.
Test – A test is a collection of questions, tasks, or problems that are designed to see if a
person understands a subject or to measure their ability to do something.

Deploy - Deployment in software and web development means pushing changes or


updates from one deployment environment to another. When setting up a website you
will always have your live website, which is called the live environment or production
environment.

You might also like