Answer:
Control unit and Arthemitic logic unit
plz mark me as brainlist
The presentation Layer manages data encryption.
Answer:
#include <iostream>
using namespace std;
int main() {
int num, check=0;
for(int num = 1; num<=100;num++){
for(int i = 2; i <= num/2; i++) {
if(num % i == 0)
{
check=1;
break; } }
if (check==0) { cout <<num<<" "; }
check = 0;
}
return 0;
}
Explanation:
This line declares num as integer which represents digits 1 to 100.
A check variable is declared as integer and initialized to 0
<em> int num, m=0, check=0;
</em>
This for loop iterates from 1 to 100
for(int num = 1; num<=100;num++){
This iterates from 2 to half of current digit
for(int i = 2; i <= num/2; i++) {
This checks for possible divisors
if(num % i == 0)
{
If found, the check variable is updated to 1
check=1;
And the loop is terminated
break; } }
The following if statement prints the prime numbers
if (check==0) { cout <<num<<" "; }
check = 0;
}
Answer:
I have a few ideas although most are simple and for nothing too useful
1. ghost simulator (you can like haunt people and mess with all their stuff and the more u f with them tge more points and the higher level u get you get more power and more ability to mess with things like eventually you'll be able to possess things and ig the goal wou.d be to either kill the person living in your house or scare them until they run away and there can be little side missions for like extra points and accessories n stuff)
2. my forest (you have workers that make money and the more money you get the more stuff u can buy for your forest and you can customize it and it's pretty much like a therapeutical thing where you can make a pretty forest w mystical creatures and stuff
3. egg (its literally just an egg on the screen that's it there is just an egg)
Explanation:
first things that came to mind I just like brainstorming at these kinda things lmk if u plan on using any aspect of my ideas I'd love to see your app
Answer: It is made up of several records.
Explanation: I just got it right in Ape x