Programming Languages and Their Developers

A quiz about the history and developers of various programming languages, along with some Java programming questions.

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Erlang Programming Language Developed by?

  1. Motorola
  2. Ericsson
  3. Samsung
  4. Qualacomm
Question 2 Multiple Choice (Single Answer)

R++ programming language developed by?

  1. HP Labs
  2. Looney Labs
  3. Bell Labs
  4. Google Labs
Question 3 Multiple Choice (Single Answer)

OPAL developed by?

  1. Technical University of Berlin
  2. Technical University of Munich
  3. Technical University of Madrid
  4. Technical University of Denmark
Question 4 Multiple Choice (Single Answer)

NewtonScript developed by ______?

  1. Yahoo
  2. Microsoft Inc
  3. Google Inc
  4. Apple Computer Inc
Question 5 Multiple Choice (Single Answer)

Magma developed by ?

  1. University of Australia
  2. University of Sydney
  3. University of Austria
  4. University of Capetown
Question 6 Multiple Choice (Single Answer)

X++ Developed by____________?

  1. Yahoo
  2. Microsoft Corp. Inc
  3. Nokia
  4. Apple Corp.
Question 7 Multiple Choice (Single Answer)

BLISS developed by _________?

  1. Carnegie Mellon University
  2. MIT
  3. Ruggters University
  4. IOWA State University
Question 8 Multiple Choice (Single Answer)

ColdFusion developed by________?

  1. Mozilla
  2. AT & T
  3. Adobe system Inc
  4. Microsoft Corp. Inc
Question 9 Multiple Choice (Single Answer)

ATS (Applied Type System) programming language developed by__?

  1. Boston University
  2. Arizona State University
  3. University of Munich
  4. London University
Question 10 Multiple Choice (Single Answer)

Scheme developed by ________?

  1. MIT
  2. University of London
  3. University of Berlin
  4. Univversity of Birmingham
Question 11 Multiple Choice (Multiple Answers)

Which of the following are Java keywords.

  1. extern
  2. volatile
  3. transient
  4. this
Question 12 Multiple Choice (Single Answer)

What is the number of bytes used by Java primitive long.

  1. The number of bytes is compiler dependent.
  2. 4
  3. 8
  4. 64
Question 13 Multiple Choice (Single Answer)

What is the result of evaluating the expression 14 ^ 23.

  1. 25
  2. 37
  3. 6
  4. 31