Answer:
True is the right answer.
Explanation:
The term net neutrality can be defined as the principle which states that all internet service providers treat all communication channels i.e wired or wireless channels equally.
In net neutrality, there can not be any discrimination on the basis of the website, user, protocol, hardware or application.
In net neutrality, the internet service provider can not charge the user on the basis of some specific content.
Hence the most appropriate answer is true.
A computational instruction with operands is command so computational instructionis just a opcode.
B. opcode
Answer:
Following are the solution to the given points:
Explanation:
The Memory address value = 64 bit
The Size of the word 
In point a:
The offset size
( in 1-word block size)
The Index size
(as block number =512)
Tag size
In point b:
The offset size
The Index size 
Tag size 
In point c:
The Ratio at point a

The Ratio at point b

The program illustrates the concepts of loops and conditional statements.
<h3>The complete program</h3>
The program written in Python, where comments are used to explain each line is as follows:
start = int(input())
end = int(input())
for i in range(start, end+1):
if i%3 == 0 and i % 6 !=0:
print(i,end = " ")
Read more about python programs at:
brainly.com/question/13246781
#SPJ1