p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; min-height: 14.0px} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Arial} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 6.0px Arial} p.p4...

1 answer below »

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; min-height: 14.0px} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Arial} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 6.0px Arial} p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 17.0px Arial} p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Arial} p.p6 {margin: 0.0px 0.0px 10.6px 0.0px; font: 11.0px Arial} p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Arial; min-height: 12.0px} p.p8 {margin: 0.0px 0.0px 13.2px 0.0px; font: 11.0px Arial} p.p9 {margin: 0.0px 0.0px 12.5px 0.0px; font: 11.0px Arial} p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.5px Arial} p.p11 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Times New Roman'} p.p12 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Times New Roman'; min-height: 12.0px} p.p13 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial} span.s1 {font: 12.0px Arial} span.s2 {font: 8.0px Arial} span.s3 {font: 10.0px Arial} span.s4 {font: 11.0px 'Times New Roman'} table.t1 {border-collapse: collapse} td.td1 {padding: 0.0px 5.0px 0.0px 5.0px}









School of Science, Engineering and Information Technology










CRICOS Provider No. 00103D Page 1 of 3











ITECH5403 - Assignment 1 - Language Design Essay



Due Date: 5pm, Friday of Week 7


This assignment will test your knowledge of programming language design features, and is worth 20% of your non-invigilated (type A) marks for this course.



Topic Overview


Since the development of Plankalkül back in the 1940s, a large number of programming languages have been designed and implemented - each for its own specific problem domains and made with its own set of design decisions and compromises. For example there are languages which:


 Are strongly typed and loosely typed,


 Provide support for object orientation / abstraction of data types,


 Use static or dynamic scoping rules,


 Provide memory management (i.e. garbage collection) or allow the developer fine-grained control over heap-allocation and recycling,


 Provide closures to allow functions to be passed around like variables,


 Allow easy access to array slices and those which do not,


 Perform internal correctness checking of data and those which do not,


 Provide diverse and comprehensive suites of built-in functionality and those with a more limited set of features,


 Use pre-processors and macros to selectively expand or substitute source code, etc.






Each of these decisions can have a profound effect on the usefulness of a programming language in terms of factors such as its speed, robustness and general suitability to create programs of a certain type, such as for operating systems, or in the areas of business, scientific computation, artificial intelligence or video games.


The topic of your essay is to design a language for the problem domain of
Banking.


Banking encompasses a number of areas including aspects of business, finance, and customer relations. It is worth thinking about the aspects of a banking system in terms of a number of features, including:


 Performance;


 Use and precision of data types and structures;


 Maintenance of code;


 Flexibility of design and implementation; and


 Robustness requirements in such a critical domain.


School of Science, Engineering and Information Technology


CRICOS Provider No. 00103D Page 2 of 3






Even though security aspects are worth considering, the features of the language are the primary concern in this essay.


With this in mind your task is to
theoretically
design a language suitable for the use within the banking domain.


The actual implementation of the language and tool set is obviously outside the scope of this course, but you must express and justify the design decisions behind your programming language in terms of:


 The features and functionality that will allow your language to be suitable and useful within the banking domain (including what differentiates it from existing languages),


 The programming paradigms, such as procedural, object oriented, logic and functional programming.






You are free to design your language to be either interpreted, compiled or to work in a hybrid manner, but you must thoroughly justify your decision.


All language design choices must be sound, rational decisions which are backed up by robust discussion of the subject area. In addition, your document should include numerous references to back up any and all specific claims that you make. All references should be made in the APA referencing style.



Submission and Marking Process


Your essay should be between 3,000 and 4,000 words inclusive and may contain diagrams or images as you see fit. All diagrams, charts, images or other externally created materials incorporated into your essay must be appropriately referenced.


You may supply your completed essay in either Word or LibreOffice/OpenOffice format in which the document can be edited – no proprietary Mac specific formats, please.


Assignments will be marked on the basis of fulfilment of the requirements and the quality of the work.


In addition to the marking criteria, marks may be deducted for failure to comply with the assignment requirements, including (but not limited to):


 Incomplete language feature coverage,


 Incomplete submissions (e.g. missing subject areas – see the marking guide),


 Poor spelling and grammar, and


 Incorrect adherence to the APA referencing style.






Submit your document to the Assignment 1 Upload location on Moodle before the deadline of Friday of week 7 at 5pm.


The mark distribution for this assignment is outlined in the provided marking sheet on the following page. School of Science, Engineering and Information Technology


CRICOS Provider No. 00103D Page 3 of 3







ITECH5403 – Comparative Programming Languages



Assignment 1 – Language Design Essay
















































Student name: Student ID: Requirement




Weight




Mark







- Introduction and explanation of language purpose.







10







- Choice and justification of interpretation/compilation method(s) to be used.







10







- Discussion of memory management and scoping features.







10







- Specification and rationale for major language features in terms of:


- Simplicity,


- Orthogonality,


- Data types,


- Syntax design,


- Support for abstraction,


- Expressivity,


- Type checking


- Exception handling, and


- Restricted aliasing.







45







- Discussion of the readability, writability and reliability of the language based on the language characteristics as chosen.


-







15







- References and APA referencing style.


-







5







- Spelling and grammar.


-







5




Assignment mark total



/ 100




Contribution to unit mark (out of 20%)



%


Answered Same DayAug 22, 2020ITECH5403

Answer To: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial; min-height: 14.0px} p.p2 {margin: 0.0px...

Meenakshi answered on Aug 28 2020
134 Votes
8/27/2018
A BANKING SECTOR LANGUAGE FINLAN
In this paper we are proposing a language that is Finlanguage and discuss the feature of the language. As in present decade there are lots of software that is relate to banking sector that are developed and design using language feature and number of supporting tools so there is need to design a language that is only for banking sector. In this paper we evaluate a banking sector needs and application and then we propose a language that is totally support to banking field..
Need of language
The bank sector have their separate requirement as basic requirement of any bank is to store the informa
tion according to timestamp and unique transaction id and they need lots of reports like daily transaction report, customer transaction report .The bank software require data base feature, sql ,C,C++ . When we design the banking sector software development we need to know all language according to requirement. In today scenario there is no language that is fulfill the bank sector requirement. So we need to design a language that is for bank software. In this paper we discuss about the need of propose language and feature of the language .As this is a financial purpose language so we propose the name of the language is FINLAN. The FINLAN is financial purpose language that support to all type of financial problem solution. The FINLAN is having all the feature of object oriented language like object, encapsulation, abstraction, inheritance. This language is support the robust feature .This language is platform independent.
The propose language compiler is fin compiler and for execution is fin virtual machine .
Basic requirement for language
The banking software main requirement is multi-tier functionality and that software need to support number of concurrent user sessions.
1. The bank software is a combine package and it is a large-scale Integration like Bill Pay utility and Trading Accounts
2. The bank application must be a Real-Time and Batch processing
3. The bank software would be secure and speedy transaction.
4. Another requirement is robust reporting that is store day to day transaction.
5. The bank software requirement would be auditing tools for customer problem
6. The bank software requirement is big data storage system and a strong disaster recovery management.
7. The bank sector having various type of requirement as bank day by day provide the add more facility to customer. The customer wants easily operate and secure system. The bank sector needs to secure transaction system that will work big data storage system .
Propose language
As we discuss the need and requirement for the banking sector we propose the language is Finlanguage and our propose language assists business data analytics and provides gui supporting language that language helps to design a gui interface so user or customer operate bank software.
Simple
This language is simple and syntax is easy.Our proposed language Finlanguage has Relational Database Management feature.Our propose language having the all feature that is for relational model that model rules design by E.F.Codd..
1. Our language proposed the information has stored in table.
2. Our propose language store information in table that has been support to relations among the tables
3. The main feature of language is for maintain the information facility primary key, to uniquely identify the rows
4. The language has support to faster data retrieval with the help indexes.
5. This language having the to a virtual table creation feature that is for sensitive storage and simplified query can be applied.
6. This language support to multi user accessibility
7. This financial language having all the feature of C and C++ programming language.
8. This language support to develop program on UNIX Operating System (OS) or window based .
9. Finlanguage is internet programming language.
10. Our propose language is support to for design and develop centralized level MIS report.
11. Finlanguage facilitates anywhere banking problem
12. This language is support to add new feature according to requirement .
13. Finlanguage provides multi-language support
14. Finlanguage provides security on operation, database and application level security that is known as multilevel security.
15. Seamless multichannel banking
16. The propose language is object oriented feature
17. Our propose language is distributed functionality
18. The language support to multi threaded functionality
19. Our propose language is portable
20. Our propose design language not support to design the virus
21. Finlang language is supported to provide gui interface and it is help for working in table for creating, deleting, modification .
22. Our design language is supporting feature for interconnected SQL Engine.
23. Finlang support to SQL queries types command.
24. Users: the group of people who uses the database.
25. The language working is fast and accurate.
26. In our proposed language having data security level is very high so no one can easily hack the system.
27. Our propose language having the feature is design to gui interface
Namespaces:
In our propose language we provide the namespace feature it function such as a visual basic namespace function.
Adding references: in our proposed language if we want to use the current application than we require adding a reference to external object.
Attributes:
In our proposed language we used the tags that is provide the extra information .These facility similar to visual basic and .NET .
Expressivity
Our propose programming language is the ability to define new methods over existing types without typecasting and this propose language is support to object oriented .
Restricted aliasing
Our propose language support this feature from C,C++,Java
Inheritance:
In our propose language we create a class that from taken by other class these classes known as base classes. Inheritance provides the benefit of explaining a class only once. We could reuse this functionality class by the new classes
Windows Forms:
In our proposed language we use new windows forms these package give the permission to developers to a new window form, visual basic .NET inherit from to existing form so that is simple and easy to use..
42.    Structured exception handling: in our proposed language we create a efficient and robust error handlers which provide the...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here