Answer:
D
Explanation:
Not much of a tech person, but protocol then firewall seems the most reasonable.
I believe in this case you would be using Clip Art.
Smart Art is used on words to make graphics usually.
Graphs are not pictures
Shapes are completely different
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:
#include<iostream>
using namespace std;
int main (){
int n1, n2;
cout<<"Enter 1st number";
cin>>n1;
cout<<"Enter 2nd number";
cin>>n2;
if(n1<n2){
cout<<"The 1st number is the smallest"<<endl<<" is= "<<n1;
}
else{
cout<<"The 2nd number is the smallest"<<endl<<" is= "<<n2;
}
}
return 0;
A doorknob is an example of a:
D. Wheel and Axle.
I hope this helped ^_^