Answer:
i like ghost and modern 3
Explanation:
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

Answer: Following is a python code
def solveEquation(x,y,z):
res=z-y+(2*x) #stores expression's value
return res
solveEquation(2,1,4) #calls function
OUTPUT :
7
Explanation:
In the above code solveEquation is the function which takes three arguments x,y and z and their type is decided while calling the function and passing the values to these arguments. After the values are passed, an equation is written which is solved and the result is stored in variable res and then that variable's value is returned.
Answer:
A good identifier for a variable that will be used to hold an employee’s phone number is:
a. EmployeePhoneNumber
Explanation:
An identifier is a string that uniquely identifies or names the entity or an object. The object or entity may be a constant, variable, structure, function, etc. Identifiers can be formed from uppercase and lowercase letters, digits, and underscores. Meaningful identifiers mostly favor the use of long descriptive names like EmployeePhoneNumber. However, the other options can still be used.
Answer:There are 5 types of computers.
Explanation:(1)Super computer: are the fastest and expensive computer.super computer can do trillion calculations in every second.
(2)Mainframe: are similar to the super computers all use raw power focus on few tasks.
(3)Server computer: is a central computer that contain of collection data and program.
(4)Personal computer: is also known as a microcomputer.personal computer is all around can be used as productivity tool.
(5)Work station: are expensive computers and more complex and are intended one user at a time.