What is good attributes of Programming language ?
Answer Posted / mahi
attributes of good programming language....
1. clearity,simplicity & unity
2. orthogonality
3. naturalness for the application
4. support for abstraction
5. ease of program verification
6. programming environment
7. portability of programs
8. cost of use
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is programmable BIST in today ic design
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
Find out the roles which gives access to all tables in SAP? Thanks in advance.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
what is the current salary package in India for a lamp programmer
pleasew define carrier scope in abap (sap).
When we use Windows authentication mode
What is test execution and when will we start execution please send me one example for this question
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
How do you pass variables forwrd to future CECI sessions
why not instantiating servet using new operator?