1 - CPU
2 - Technological advancement
3 - PROLOG <em>//хотя страшно представить себе, чтоб сейчас кто-то его использовал</em>
4 - Loud speaker
5 - Interface
6 - Supercomputers
7 - Pascal
8 - American standard code for information interchange
9 (1) - Software tool
9 - Plotter
10 - Computer literacy
11 - ICTs
12 - LOGO
13 - Modulator
14 - Communication is sumply the act of transferring information from one place to another
15 - WinRAR
16 - Antivirus software
17 - Software consists of a series of related instructions, organized for a common purpose, that tells the computer what tasks to perform and how to perform them
19 - File name and extension
20 - Two
//1)
#include
using namespace std;
int main() {
int x;
int a=15;
int Y=x*x+a*x;
cin>> x;
cout< return 0;
}
//2)
#include
using namespace std;
int main() {
int x;
int a=5;
int b=1;
int Y=x*x*x-a*x+b;
cin>> x;
cout< return 0;
}
//3)
#include
using namespace std;
int main() {
double x;
int a=3;
int b=1;
double Y = x*x*x-a*x-b;
cin>> x;
if(Y>0 && Y <= 25){
cout<
return 0;
}
#include <iostream>using namespace std;int main(){string s;cin>>s;for(int i=6;i>=0;i--)cout<<s[i];}
Например, такая маска должна удовлетворять первым файлам и не удовлетворять вторым
*t*_*a*s