Im not sure but i know Pascal is a compiled language but am confused about if the following are correct, if anyone can correct me please do.....]
Java- Interpreted??
COBOL-Interpreted
C++- Compiled???
What would the computer display as the answer tothe following calculation:
6+8/2*4-5???
i got the following...4.2 but feel im wrong.
Also assuming the variables A,B,C and D hold the values shown would the following codes be executed or ignored?
1. if(A>10)and(B=6)then....?
2. if(C=10)or(B=6)then...?
3. if(A=10)and(B>=5)or(D=-5)then...?
4. if NOT(A=10)and(C<22)then...?
(im confuised with the above for real!)
* How cud i use Pascal to perform a conditional branch to make it repeat a block of code 8 times ?
* I dont know what Pascal variable data-type would be used to hold the following values:
1)3.123878?
2)10?
* Where could i go in terms of a website where i could find out about 'Von Neumann Architecture'based CPU and they can explain what the function of each section is?????
PLEASE ALL REPLIES WOUDL BE GRATEFUL!X