This company created the "C" coding Language
Bell-Labs
Language for managing databases.
SQL
The variable name for true/false values
Boolean
print("Hello, World!")
Displays "Hello, World!"
Step-by-step procedures for solving problems or accomplishing tasks
Algorithms
He created binary
Gottfried Wilhelm Leibniz
The coding language that is the basis of many operating systems, like windows and Linux.
C
A named storage location in a program's memory that holds a value
Variable
int x;
Creates the integer variable "x"
Removes some data permanently to achieve higher compression ratios
Lossy compression
The first computer programming language that was widely used
FORTRAN
C++
A collection of pre-written code, such as functions, classes, or procedures, that can be used by other programs
library
function name (parameters) {
// code
}
making a funtion
the foundation of digital data
Binary
This was when the world's first general purpose electronic computer was introduced to the world.
1946
Currently the most popular coding language
Python
A set of rules and protocols that allows different software applications to communicate and interact with each other
API
import pandas
imports the library "pandas"
Identifying and fixing errors in code
Debugging
He coined the term "artificial intelligence"
John McCarthy
Language used for IOS
Swift
A data structure that stores data as key-value pairs
hashmaps
public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
creates the main class then displays "Hello World" on the console screen.
The unique address of the device that is intended to receive an internet traffic packet.
dstip