Low Level Programming Languages Please DO NOT use Wikipedia
Low Level Programming Languages:
Please DO NOT use Wikipedia source to answer this. Thank you :)
a. What does the machine language program 50 0048 50 0061 00 do? What would this program look like in assembly language?
b. If a person has two computers of the same kind, is it ethical to buy one copy of a software package and install it on both machines? Give an argument for a “yes” answer and also an argument for a “no” answer.
c. What are the two kinds of programming languages simulated by the Pep/8 machine?
Solution
a.
binary equivalent of 50004850006100 is
0010 1101 0111 1010 1010 1001 0101 0010 0101 1000 0101 0100
we try the above sequence in to ascci values
b.
2 13 7 10 10 9 5 2 5 8 5 4
the above program gives the the above character sequence
b.
no case:
If a person has two computers of the same kind, it is not ethical to buy one copy of a software package and install it on both machines.
as per ethical bussiness the vendor intentionally tries to use by one PC of having specific MAC adress,
but we can use it for more than one PC by changing MAC adress of the PC acordin to the software provided for the specific PC which e install first.
yes case :
student can not buy a produt min that situation manage the lisence. and also trial versions will be provided by the vendor.so can use for both PC s for learing and trining use.
c. two kinds of programming languages simulated by the Pep/8 machine are
assembly language and psudo code language
