Programming Language Project

Question Set #1

Due: November 2, 2004 at start of class

Answers MUST be keyed in before printing

 

Name   Christopher Payne       Programming Language   Object Oriented Turing (OOT)

 

Note:  For each of these question sets, you should look first in the reports you were given.  You should then check the information on the Web or in a book.  If the information is not in the report, you should say so and then find it on the Web or in a book.

 

1.        What is the URL for this language?

  

        http://www.holtsoft.com/turing/

 

       The URL was not in the report.

 

 

2.       What individual or what company developed the language?

 

        Holt Software Associates Inc developed Object Oriented Turing.   

        Answer was found at website above.

 

 

 

3.      What paradigm is it an example of? 

(refer to text for list to make sure you understand this question)

 

   It is an example of the Object Oriented paradigm

           

 

 

4.      What domain is it useful in?

(refer to text for list to make sure you understand this question)

 

    It is used for teaching concepts of computer science.  It can also be used in a wide class of applications.

 

 

5.      Is the language compiled or interpreted?

 

        OOT is a hybrid, which is compiled into P-Code and then interpreted.