programming languages Online Quiz - 261
Description: programming languages Online Quiz - 261 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which year the COMTRAN language invented ?
Which year the ALGOL 58 language invented ?
Which year the SQL language invented ?
Which year the Ada language invented ?
Which year the Haskell language invented ?
Which year the Lua language invented ?
What is the value of z? double z = 7 / (3 + 0.5);
A String Class
What is the value of a? int a = 7; int b = 4; a = b; a = a + 1;
What output will the following line produce? System.out.println("The answer is: "+17+3);
What is the value of x? int x = 8 / 3;
What is the value of y? int y = 19 % 4;
It is preferable to write List dogs = new ArrayList(); instead of List dogs = new ArrayList();
Who is the inventor of FORTRAN language ?
Who is the inventor of LISP language ?
Who developed the Oak, the precursor of Java ?
Who developed Turbo Pascal and C# ?
Who is the inventor of Pascal language ?
Who is the inventor of Visual Basic language ?
Who developed the framework for proper programming ?