Answer:
The answer is "Option B".
Explanation:
The information is also known as an organized and unorganized data, it record data in file or fixed field file. In this process, the data is not organized by a predetermined data model, and some other choices, that could be explained as follows were wrong:
- Option A and Option C are wrong because it can't collect, and process the data.
- In option D, It can't provide diversity, that's why it is wrong.
- In option E, It doesn't depend upon the speed, that's why it is wrong.
Answer:
#include <iostream>
#include <time.h>
#include <string>
using namespace std;
int main(){
srand(time(NULL));
cout<<"Throw dice"<<endl;
int b =0;
int a=0;
a=rand()%6;
b=rand()%6;
for (int i =0;i<1;i++)
{cout<<"dice one: "<<a<<endl;}
for (int i =0;i<1;i++)
{cout<<"dice two: "<<b<<endl;}
if(a>b)
{cout<<"first dice won"<<endl;}
if(b>a)
{cout<<"second dice won"<<endl;}
else{cout<<"they are same"<<endl;
return main();
}
return 0;
}
Explanation:
/*best dice roll game just for you change it as you want but all necessary things are there/*
It's the 'charge coupled device' (CCD) that captures the image in a digital camera.
Answer:
1 1
2
3
5
8
13
21
34
55
Explanation:
i guess this is the answer
Well Here Are Some Advantages To Clip Art,
There Is A Large Variety Of Clip Art To Choose From.
You Don't Need To Buy Any Special Equipment Like A Scanner.
It Takes No Artistic Skills To Produce.
Most Clip Art Is Royalty And Copyright Free.
It Doesn't Have To Be Developed From Scratch.
Hope I Helped