Answer:
4. Wallpaper
Explanation:
The background image for your computer is called a wallpaper
<em>Expanding the virtual width of a game makes it possible to _______________;</em>
C. Scroll layers horizontally
Answer:
This is a Phishing email
Explanation:
Pierre has received a phishing email from a certain scammer. These kinds of emails are an attempt from the scammer to fool the receivers like in this case Pierre and get the personal and financial information that they can use to steal the money from their account. It's hence, a fraudulent attempt to steal the money from the account of a certain person like here it is Pierre.
Answer:
An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.
Explanation:
integer userInput
integer i
integer mid
integer array(20) number
userInput = 1
for i = 0; userInput >= 0; i = i + 1
if number[i] > -1
userInput = Get next input
number[i] = userInput
i = i - 1
mid = i / 2
if i > 9
Put "Too many inputs" to output
elseif i % 2 == 0
Put number[mid - 1] to output
else
Put number[mid] to output