I think it is c a completely blank page but I’m not 100% on it though
Answer:
The satoshi is currently the smallest unit of the bitcoin currency recorded on the block chain. It is a one hundred millionth of a single bitcoin (0.00000001 BTC).
Explanation:
A bitcoin is a type of digital currency in which a record of transactions is kept and new units of currency are generated by the computational solution of mathematical problems. Bitcoins operate independently through a central bank.
Answer:
Program
Explanation:
Program is like a set of instructions that helps hardware process data into information.
Every hardware needs a program to process data into information.
For example take the example of a data processing software like MS Excel.
You open a spreadsheet and enter some data into your sheet. and then ask the program to do some calculations with this data and give you output results. The spreadsheet software does this processing in the background for you and provides you the results.
Without program a hardware doesn't know what to do with the data. Therefore, a program is like a instruction set that guides the hardware what to do with the data.
Note: The terms software and program are usually used together but there is a difference between software and program
A software is a generalized term and program is more like a specific term.
software can be made up of several different programs which performs many different tasks. On the other hand, a program only carry out a specific task or set of instructions.
Answer:
Following code are:
int *temp; //declaration of variable
// perform swapping
temp = xp;
xp = yp;
yp = temp;
Explanation:
we declare an integer data type pointer variable "*temp" then perform swapping between them.
The variables "xp" and "yp" are already declared and these variables are performing swapping among three.
Answer: See explanation
Explanation:
Based on the options given, the positive effects of the internet on business will be:
• He recently bought a second-hand camera online, which he hadn't been able to find in any store.
• His friend sell printed T-shirts online, storing them in his basement and promoting them on social media.
The negative effects of the internet on business will be:
• A bookstore down the road shut down because people preferred the cheaper online bookstores.
• Ravi's sister complains that her boss always knows when she is late, but rarely greets her if their paths cross in office.
• One of his friend's printed T-shirts got wet and stained in the delivery truck and the buyer wrote a nasty review.