Answered step by step
Verified Expert Solution
Question
1 Approved Answer
what arguments can you make for the idea of a single language for all programming domains? 1. it would simplify programmer recruiting and justify the
what arguments can you make for the idea of a single language for all programming domains? 1. it would simplify programmer recruiting and justify the development of numerous language dependent software development aids. 2. It would dramatically cut the costs of programming training and compiler purchase and maintenance 3. It would improve the quality of computers since they will use a simple set of assembler instructions 4. It would increase the quality of software products, like application servers, databases, big data, since they will be build upon simple programming constructs. QUESTION 9 What are the most relevant methods of implementing programming languages Translate high-level instructions into an intermediate form, which it then executes Virtualization Translate high-level program (source language) into machine code (machine language) Produce code from abstract, human-elaborated modelling diagrams QUESTION 10 What arguments can you make against the idea of a single langague for all programming domains? 1. Compilers would be expensive and costly to maintain 2. It would not be easy to use, because regardless of the application area, the language would include many unnecessary and confusing features and constructs (those meant for other application areas). 3. The language would probably not be very good for any programming domain, either in compiler efficiency or in the efficiency of the code it generated. 4. The language would necessarily be huge and complex
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started