QUIZ ITC
Source code
Also known as cod. Refers to a human-readable code.Set of instructions statements and commands in programming language.
C#
Developed by microsoft use for developing windows applications, games (unity), web applications and cross-platform applications.
PHP
Server side scripting language. Php is used for web development to create dynamic web pages and manage database. Popular choice for building content like wordpress.
Machine language
Consists of binary code each instruction is encoded as a sequence of 0's and 1's.
high-level language
Higher level of abstraction from the computer and focuses more on programming logic rather than underlying hardware components such as memory, addressing and register utilization.
Ruby
Known for is elegant and concise syntax. Often used in the web development.
Python
Known for simplicity and readability. Python is widely used in web development, data analysis, machine learning, scientific computing and automation. Python is also known for beginner friendly.
Java Script
Primarily used for web development. Executed and web browsers and often used in conjunction with html and css.
Also known as coding or software development. It involves writing a series of command, functions and algorithms to perform specific task.
Programming
Formal system of communication that allows human to instruct computers to perform specific task.
Programming Language
Java
Renown for each platform interdependence use at enterprise software, android development, web applications and large scale system. Executed on java virtual machine.
Assembly language
Symbolic language represents of machine language instructions symbolic names for its instructions and memory locations instead of binary code.
low-level language
These languages are closer to the computers hardware and provide less abstraction. Less readable and often uses cryptic variable names, memory addresses and complex syntax.
Shell Scripting
Use for automating task in operating system. Bosch is common on unix based system, while powershell is used in windows environment.
SQL
Used for managing and querying relational databases. Essential for data administration, data analysis data, and driven application.
C++
Versatile language with both high-level and low-level features. Used in game development, system programming, real-time simulation and embedded system. An extension of c.