Computer Science: Programming with a Purpose Week 10 Quiz Answer

Computer Science Programming with a Purpose Week 10 Quiz Answer

Computer Science: Programming with a Purpose Week 10 Quiz Answer


In this article i am gone to share Coursera Course Computer Science: Programming with a Purpose Week 10 | Programming Languages Quiz Answer with you..


Programming Languages


Question 1)
Which of the following Java features are not found in C? Mark all that apply.
  • Objects
  • Garbage collection
  • Compile-time type checking
  • Safe pointer manipulation



Question 2)
Which of the following Java features are not found in C++? Mark all that apply.
  • Objects
  • Garbage collection
  • Compile-time type checking
  • Safe pointer manipulation



Question 3)
Which of the following Java features are not found in Python? Mark all of that apply.
  • Objects
  • Garbage collection
  • Compile-time type checking
  • Safe pointer manipulation



Question 4)
Using the definition of the Python function plus0 that was given in lecture, which is the value of reduce(plus, [1]*100)?

  • 100









Post a Comment

0 Comments