BSA/375
Week 4 Assignment
What Is Internet Systems Development?
, Individual: Internet Systems Technology 2
Internet systems development is a field in which you can help streamline Web coding and
promote website security. Internet systems development, also known as Web development,
involves the creation, planning, maintenance and modeling of Internet-based computer systems.
Working in this field, you will develop efficient systems, create and implement easy-to-use Web
content, construct database infrastructures and increase system security. Another important
aspect of programming Internet systems is developing a graphical user interface. Three
languages to compare and contrast are JavaScript, C++, and Python. Each language has traits,
functions and expressions. You will need to take some things into consideration before you
choose which to use such as support, performance, project size and timeframe.
JavaScript - is a lightweight, interpreted, object-oriented language with first-class functions,
most known as the scripting language for Web pages, but also used in many non-browser
environments. JavaScript was formalized in the ECMAScript language standard
(AlternativeTO, 2017).
C++ - is a statically typed, free-form, multi-paradigm, compiled, general-purpose, powerful
programming language. It is regarded as an intermediate-level language, as it comprises a
combination of both high-level and low-level language features. C++ is one of the most popular
programming languages and is implemented on a wide variety of hardware and operating system
platforms (AlternativeTO, 2017).