Answer:
A disruptive technology sweeps away the systems or habits it replaces because it has attributes that are recognizably superior. Recent disruptive technology examples include e-commerce, online news sites, ride-sharing apps, and GPS systems.
Answer:
Total amount of calories = 325
Explanation:
Given:
Amount of carbohydrate = 58 gram
Amount of protein = 12 gram
Amount of fat = 5 gram
Find:
Total amount of calories
Computation:
1 gram protein = 4 calories
1 gram carbohydrate = 4 calories
1 gram fat = 9 calories
Total amount of calories = (58)(4) + (12)(4) + (5)(9)
Total amount of calories = 232 +48 + 45
Total amount of calories = 325
Answer:
Option b outFile.open("outputData.out");
Explanation:
In C++, there are several classes given to handle output and input of characters to or from files. They are:
- ofstream that write on files
- ifstream that read from files
We can use an object of ofstream to hold the contents that we wish to output to an external file. The general syntax is as follows:
ofstream_obj.open(file_name)
This will create a file with a specific file name and it possesses all the contents from the obstream_obj.
Answer:
The "a" tag or <a></a> and its "h<u>r</u>ef" attribute <a href="#"></a>
Explanation:
In html there is only one way to create a link to an external source or a bookmark. The tag is created using the element <a>.
The attribute "href" is then added to describe the link of where it is to point to.
Example:
<a href="google.com">Go to Google</a>
While the text in between the tag describes what the link is about.
An example would be a: motorized vehicle aka a car or a bike etc.