FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An assembly program written for one type of processor will not work on a different type of processor
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

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.

There is 1 question to complete.