COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Though assembly offers a great deal of flexibility and control, programs written in it cannot easily be transported to a different processor architecture. Also, in most high-level languages, each command can correspond to many processor instructions, allowing a programmer to write a program with fewer lines of code.
Detailed explanation-2: -Because assembly depends on the machine code instructions, each assembly language is specific to a particular computer architecture.
Detailed explanation-3: -Which of the following is true about Assembly language? a)It is an Object Oriented Programming Languageb)It is a High-level programming languagec)It is a low-level programming languaged)It is a language for assembling computerse)It is latest flash memory languageCorrect answer is option āCā.
Detailed explanation-4: -Systems may also differ in other details, such as memory arrangement, operating systems, or peripheral devices. Because a program normally relies on such factors, different systems will typically not run the same machine code, even when the same type of processor is used.