QUESTION 1

A)

 

 

B) NO ERRORS

 

 

 

 

 

 

 

 

 

 

 

 

Question 1 C)

 

 

Above is question 1 D)

 

ABOVE is question 2

Above is Question 2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Question 3

 

document.writeln("French word:"+french[i]); this is the decision making part of the program.

The loop for the program are : for(i=0;i<english.length;i++){

3 D) #9; The mysteries of this program is the simplicity of results with the complexity of program itself.

3 E) The magic of the program is its transfer of learning. The fact that it can translate an English word to a French word.

 

 

Question 4

C) ASCII - American Standard Code for Information Interchange, a code standard for characters on the keyboard.

ASCII code for B is 66 and b is 98.

ASCII code for space is 32 and ASCII code for 0 is 48

 

 

 

 

 

 

Question 5