Answer:
Answers explained with appropriate comments
Explanation:
1. seekp() //the seekp sets the position where the next character is to be //inserted into the output stream.
2. fstream //fstream is used for input and output for files
//just like iostream for input and output data
3. tellp(); //tellp returns the "put" or write position of the file.
4. ios::ate //ate meaning at the end, sets the file output at the file end
5. binary files //binary files only store 0s and 1s
6. seekg() //seekg is used to move write position of the file
7. put //this is used to "put" or set records or arrays to a single file
8. std::ws
, skips //the std::ws is used to discard leading whitespace from an //input stream
9. peek //this looks at the next character in the input sequence
10. get, peak //get and peek do not skip leading whitespace characters
Answer:
A computer is a Device that can run multiple applications at a time and access the internet where you can find online stores and more also used to make video calls and more.
Answer:
Green computing is also known as green information technology (green IT)
The one among the options that is an example of how cookies are used to customize advertisements based on your history.
<h3>What do cookies do?</h3>
A cookie is known to be a kind of a small text file that is said to be often saved on your computer if a person do visit any kind of websites.
Note also that a cookie is often used to get one to often remember settings that they have their last visit to any website.
For example Amazon is known to often cookies to help to know if or when a person revisit the site.
Hence, The one among the options that is an example of how cookies are used to customize advertisements based on your history.
Learn more about cookies from
brainly.com/question/14102192
#SPJ1
Answer:
Option (d) Software firewall is placed between the normal application and the networking components of the operating system
Explanation:
- Software Firewalls protect the computer from trojans and malicious content which can arise from unsafe applications.
- It also protect the computer from external network.
- It filters the data to and from a software application in the desktop.
- It also filters the data to and from a network.
- It safeguards the computer from not loosing access to the attackers.
- It is customizable software and has to be monitored like installing updates and storage spaces etc.
- Software Firewall in conjunction with the Hardware Firewall must be used for the security of the desktop and the networks.