Answer: Arun is 15 years old and Anu is 10 year old
Explanation:
Multiple 5 by 3, Multiple 5 by 2 there goes you answer please give 5 stars and Thanks
<span>So if some access your computer and erased some data without your permission or knowing then this threat is called as security threat. So you should have these stand alone systems with username and password concept that would protect your sensitive and private data and have the control over your computer.</span>
Answer:
There are several applications of the computer; some of these applications are:
- Word processors
- Graphics applications
- Web browsers
- Gaming
- Media players
- Alarms and tasks schedulers
- Etc...
Explanation:
The computer system can be applied in various fields (such as medicine, gaming, governments, education, etc.) for various purposes.
Each of these fields require computer software products and/or applications to carry out their activities. I've listed some applications, but there are several other applications.
<em>My explanation could not be submitted; so, I added it as an attachment.</em>
Answer:
The answer is "Always true
"
Explanation:
Following are the program to this question:
#include <iostream>//header file
using namespace std;
int main()//main method
{
bool x=true;//defining bool variable x and assign value
bool y=false;//defining bool variable y and assign value
if(!(x || y) || (x || y))//use given condition with if block
{
cout<<"True";//print true message
}
else//defining else block
{
cout<<"false";//print false message
}
return 0;
}
In the above code two bool variable is declared, that hold ture and false, and used in the given expression with the condition statement, that checks the given value. In the code the logical gate OR gate that always print the true value.
The most common type of database is a <u>relational </u>database.
<h3>What is relational database?</h3>
A relational database is seen as a set up of information that is known to be put together data in a way that is predefined in its relationships and it is one where data is saved in one or more tables.
Note that it is one that do makes it easy to see and know how different data structures links to each other. Hence, The most common type of database is a <u>relational </u>database.
Learn more about database from
brainly.com/question/518894
#SPJ1