Answer:
Option d) B is 1.33 times faster than A
Given:
Clock time, 
 
No. of cycles per instructions,  

Solution:
Let I be the no. of instructions for the program.
CPU clock cycle, 
 = 2.0 I
CPU clock cycle, 
 = 1.0 I
Now, 
CPU time for each can be calculated as:
CPU time, T = 


Thus B is faster than A
Now,


Performance of B is 1.33 times that of A
 
        
                    
             
        
        
        
Answer:
Following is the algorithm to interchange the value of two variable x and y.
step 1:Read the two integer x and y.
step 2 :t=x
Step 3: x=y  
step 4: y=t
The minimum number of assignment to do this is 3
Explanation:
After reading two integer x & y, create a variable "t" of integer type.
with the help of variable "t", we can swap the value of variable x and y.
It requires 3 assignment to interchange the value.
 
        
             
        
        
        
Answer:
JavaScript can be implemented using JavaScript statements that are placed within the ...  HTML tag
Explanation:
 
        
                    
             
        
        
        
A callback function is code that's called, or run, when a specific event such as a click of the mouse, happens.Callback is another name for a callback function. Thank you for posting your question here at brainly. I hope the answer will help you. Feel free to ask more questions.