programming languages Online Quiz - 260

programming languages Online Quiz - 260

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Who developed Flow-Matic, influencing COBOL ?

  1. Dennis Ritchie
  2. Bill Joy
  3. Grace Hopper
  4. Niklaus Wirth
Question 2 Multiple Choice (Single Answer)

Who developed APL ?

  1. Bjarne Stroustrup
  2. Dennis Ritchie
  3. Kenneth E. Iverson
  4. Alan Kay
Question 3 Multiple Choice (Single Answer)

Who is the inventor of Smalltalk?

  1. Alan Cooper
  2. Bill Joy
  3. Alan Kay
  4. Kenneth E. Iverson
Question 4 Multiple Choice (Single Answer)

Who is the inventor of C language ?

  1. Bill Joy
  2. Edsger W. Dijkstra
  3. Dennis Ritchie
  4. Alan Kay
Question 5 Multiple Choice (Single Answer)

Who is the inventor of C++ language ?

  1. Niklaus Wirth
  2. Bill Joy
  3. Bjarne Stroustrup
  4. Alan Kay
Question 6 Multiple Choice (Single Answer)

Who is the inventor of Modula language ?

  1. Edsger W. Dijkstra
  2. Niklaus Wirth
  3. John McCarthy
  4. Alan Cooper
Question 7 Multiple Choice (Single Answer)

What is the maximum size of 01 level in COBOL?

  1. 16277715
  2. 16777215
  3. 16217775
  4. none
Question 8 Multiple Choice (Single Answer)

Which of the following is returned by the operating system if a C++ program completes successfully?

  1. No Value Returned
  2. -1
  3. 1
  4. 0
Question 9 Multiple Choice (Single Answer)

The inserting of the code of a called function at the point where the function gets called is achieved by using

  1. Inline functions
  2. virtual functions
  3. Both A and B
  4. None of the above
Question 10 Multiple Choice (Single Answer)

Which of the following denote types of polymorphism in C++?

  1. Virtual function
  2. Function overloading
  3. Operator Overloading
  4. All the Above
Question 11 Multiple Choice (Single Answer)

The class that in C++ for file input is

  1. a) ifstream
  2. b) ofstream
  3. Both a and b
  4. none of the above
Question 12 Multiple Choice (Single Answer)

How many values can be returned by a C++ function?

  1. 1
  2. 0
  3. infinity
  4. 2
Question 13 Multiple Choice (Single Answer)

Value is given to a variable using

  1. conditional statement
  2. assignment statement
  3. looping statement
  4. None of the Above