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

Virtual Private Network - extends a private network across a public network, and enables users to

send and receive data across shared or public networks as if their computing devices were directly
connected to the private network. Applications running on a computing device, e.g., a laptop,
desktop, smartphone, across a VPN may therefore benefit from the functionality, security, and
management of the private network. Encryption is a common, though not an inherent, part of a VPN
connection.

A VPN, or Virtual Private Network, allows you to create a secure connection to


another network over the Internet. VPNs can be used to access region-restricted websites,
shield your browsing activity from prying eyes on public Wi-Fi, and more

A virtual private network (VPN) is programming that creates a safe, encrypted connection


over a less secure network, such as the public internet. A VPN uses tunneling protocols to
encrypt data at the sending end and decrypt it at the receiving end.

GUI - is a form of user interface that allows users to interact with electronic devices through


graphical icons and visual indicators such as secondary notation, instead of text-based user
interfaces, typed command labels or text navigation. GUIs were introduced in reaction to the
perceived steep learning curve of command-line interfaces (CLIs),[2][3][4] which require commands to
be typed on a computer keyboard.

A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to


interact with computers) that uses windows, icons and menus and which can be manipulated by
a mouse (and often to a limited extent by a keyboard as well). ... Icons are used both on the
desktop and within application programs

Apache - Apache is an open-source and free web server software that powers around 46% of
websites around the world. The official name is Apache HTTP Server, and it's maintained and
developed by the Apache Software Foundation. It allows website owners to serve content on
the web — hence the name “web server”.

PHP - PHP is a server side scripting language. that is used to develop Static websites or
Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier
stood for Personal Home Pages. PHP scripts can only be interpreted on a server that
has PHP installed.Sep 11, 2019

PHP is a script language and interpreter that is freely available and used primarily on Linux Web
servers. PHP, originally derived from Personal Home Page Tools, now stands for PHP:
Hypertext Preprocessor, which the PHP FAQ describes as a "recursive acronym." ... PHP is
free and offered under an open source license.

PHP is a general-purpose scripting language that is especially suited to server-side web


development, in which case PHP generally runs on a web server. Any PHP code in a requested
file is executed by the PHP runtime, usually to create dynamic web page content or dynamic
images used on websites or elsewhere.
HTML Short for HyperText Markup Language, the authoring language used to create
documents on the World Wide Web. HTML is similar to SGML, although it is not a strict
subset. HTML defines the structure and layout of a Web document by using a variety of tags
and attributes.

JavaScript

JavaScript is a client scripting language which is used for creating web pages. It is a
standalone language developed in Netscape. It is used when a webpage is to be made
dynamic and add special effects on pages like rollover, roll out and many types of
graphics.

What Does JavaScript Do? JavaScript is one of the world's most popular


programming languages, primarily used to add automation, animations and interactivity
to Web pages. Web developers use JavaScript for anything from automating simple
tasks to creating complex Web pages that behave like desktop software applications.

Javascript (JS) is a scripting languages, primarily used on the Web. It is used to enhance


HTML pages and is commonly found embedded in HTML code. JavaScript is an interpreted
language. Thus, it doesn't need to be compiled. JavaScript renders web pages in an interactive
and dynamic fashion.

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, and "SQL", the
abbreviation for Structured Query Language.

 is a relational database management system based on SQL – Structured Query Language. The
application is used for a wide range of purposes, including data warehousing, e-commerce, and
logging applications. The most common use for mySQL however, is for the purpose of a web
database.

PHP, MySQL, JavaScript & HTML5 All-in-One For Dummies


The MySQL server is the manager of the database system. It handles all your database
instructions. ... In the same manner, to add data to that database, you send a message
to the MySQL server, giving it the data and telling it where you want the data to be
added.

optimal timetable

A timetable is a kind of schedule that sets out times at which specific events are intended to
occur. It may also refer to: School timetable, a table for coordinating students, teachers, rooms,
and other resources.
Non-dominated Sorting Genetic Algorithm II (NSGA-II)

he Non-dominated Sorting Genetic Algorithm is a Multiple Objective Optimization


(MOO) algorithm and is an instance of an Evolutionary Algorithm from the field
of Evolutionary Computation. ... There are two versions of the algorithm, the classical NSGA
and the updated and currently canonical form NSGA-II.

NSGA-II is a well known, fast sorting and elite multi objective genetic algorithm. Process
parameters such as cutting speed, feed rate, rotational speed etc. are the considerable
conditions in order to optimize the machining operations in minimizing or maximizing the
machining performances.

VB.Net - Visual Basic .NET (VB.NET) is a multi-paradigm, object-oriented programming language,


implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its
original Visual Basic language. Although the ".NET" portion of the name was dropped in 2005, this
article uses "Visual Basic [.NET]" to refer to all Visual Basic languages released since 2002, in order
to distinguish between them and the classic Visual Basic. Along with Visual C#, it is one of the two
main languages targeting the .NET framework.

Visual basic programming language allows programmers to create software interface


and codes in an easy to use graphical environment. VB is the combination of different
components that are used on forms having specific attributes and actions with the help
of those components.

MS SQL - MS SQL is short for Microsoft SQL Server. It is a relational web


hosting database that is used to store web site information like blog posts or user
information. MS SQL is the most popular type of database on Windows servers.

The core component of Microsoft SQL Server is the SQL Server Database Engine, which
controls data storage, processing and security. It includes a relational engine that processes
commands and queries and a storage engine that manages database files, tables, pages,
indexes, data buffers and transactions.

You might also like