0

programming languages Online Quiz - 261

Description: programming languages Online Quiz - 261
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

Which year the ALGOL 58 language invented ?

  1. 1958

  2. 1968

  3. 1948

  4. 1978


Correct Option: A

Which year the Ada language invented ?

  1. 1972

  2. 1971

  3. 1983

  4. 1974


Correct Option: C

What is the value of z? double z = 7 / (3 + 0.5);

  1. 0.5

  2. 2

  3. 2.83333333

  4. 3


Correct Option: B

A String Class

  1. is final

  2. is public

  3. is serializable

  4. has a constructor which takes a StingBuffer Object as an Argument


Correct Option: A

What is the value of x? int x = 8 / 3;

  1. 1

  2. 2

  3. 2.66666667

  4. 3


Correct Option: B

It is preferable to write List dogs = new ArrayList(); instead of List dogs = new ArrayList();

  1. True

  2. False


Correct Option: B
  1. John Backus

  2. John McCarthy

  3. Alan Cooper

  4. Edsger W. Dijkstra


Correct Option: A

Who is the inventor of LISP language ?

  1. John McCarthy

  2. John Backus

  3. Alan Cooper

  4. Edsger W. Dijkstra


Correct Option: A

Who developed the Oak, the precursor of Java ?

  1. James Gosling

  2. Edsger W. Dijkstra

  3. John McCarthy

  4. Alan Cooper


Correct Option: A

Who developed Turbo Pascal and C# ?

  1. Bill Joy

  2. Dennis Ritchie

  3. Anders Hejlsberg

  4. Ken Thompson


Correct Option: C

Who is the inventor of Pascal language ?

  1. Edsger W. Dijkstra

  2. John McCarthy

  3. Niklaus Wirth

  4. John von Neumann


Correct Option: C

Who is the inventor of Visual Basic language ?

  1. Alan Cooper

  2. Edsger W. Dijkstra

  3. John McCarthy

  4. John Backus


Correct Option: A
  1. Edsger W. Dijkstra

  2. John McCarthy

  3. Alan Cooper

  4. James Gosling


Correct Option: A
- Hide questions