Answer:
B. Virtual reality
Explanation:
In a virtual reality context, the visual and auditory senses of the user are fed by data (images, sounds) from the computer using a goggle and earphones. That allows the person to be totally cut off her real physical environment and be totally immersed into the world (reality) managed by the computer.
Not to be confused with<u> augmented reality</u>, where the physical reality and perception of it aren't changed... but an additional layer of information is added on top of it. Like pointing your phone camera to a building and getting information about the building displayed on your phone.
A computer uses unallocated space also know as free space to keep a file that has been deleted in its disk until a new file takes it spot and overwrites it.
Answer:
apt-get
Explanation:
apt-get can be used to manually install a package, without need to manually install all the dependencies for the package.
Answer:
c)Banana * daco;
Explanation:
To declare an variable pointer we use * symbol after writing it's type.For example int *.Then we write the name of the variable since the name of the variable is daco.The class is a user defined data type so instead of writing any data type we will write class name then the * then name of the variable.
Banana * daco; which matches the option c Banana* daco;
The number of pixels displayed on the screen is known as screen resolution.
The coding applied to a text document to change it into an HTML is HTTP
Scripting language for webpages is Javascript.
Hypertext markup language is HTML
The address, or the item that specifies where on the Internet a site can be found is the URL.
--
Hope this helped :)