Computer Science |
---|
Java
What is the name of the popular programming language named after the Indonesian island known for producing coffee?
|
Structured Query Language
What does SQL stand for?
|
a = 2
b = 1
Provide the values for variables a and b:
int x = 1, y = 1; int a = ++x; int b = y++; |
Bjarne Stroustrup
Who invented the C++ programming language?
|
George Boole
After which English mathematician is the Boolean data type named?
|