Please answerrrrr quickkkkkkkk please why is it taking so long for someone to answer is one question
Computer secince question
1.When creating a function in a high level language and compiling it on a 64bit system, why is it important that try to limit the number of arguments we pass to our function to a maximum of 6?.
We know that the computer works on binary language which is 0 and 1 that means 2 possibilities. Now, the 64 bit system actual means that the CPU has a 64 bit address bus which means that in a cycle only 64 bits can be dealt with, i.e., fetching instruction and performing action.
Now we try to limit the arguments to 6 because 6 arguments to be dealt at a time will take bits that is 64, so if there are more than 6 arguments the time of execution will increase. They other arguments will be fetched in another cycle which adds to time
Get Answers For Free
Most questions answered within 1 hours.