Zxcy
31.08.2020 04:38

A collection of servers connected to the

World Wide Web where you can store your files and in some cases to install the

application:

A) Software.

B) Cloud.

C) Server.

D) Computer.

E) Mobil.

$$$ 177

Data

centers include:

A)

Self-service on demand

B) Resource

pooling

C)

Elasticity

D) Highly

reliable server hardware

E)

Universal access network

$$$ 178

Multimedia is:

A) Only video

and text information.

B) Engineering

circuits, utilities.

C) Text,

graphics, and electronic information.

D) Effects and

special programs.

E) Video and

text.

F) Combination

of sound and graphics.

G) Animation.

H) Operating

system software.

$$$ 179

Every computer

connected to the Internet is called:

A) Node.

B) Servers.

C) Protocol.

D) Clients.

E) Data center.

F) Domain Name

System.

$$$ 180

Some nodes which

provide to other nodes programs and data:

A) Node.

B) Servers.

C) Protocol.

D) Clients.

E) Data center.

F) Domain Name System.

$$$ 181

Other computers

which use the information provided by the server:

A) Node.

B) Servers.

C) Protocol.

D) Clients.

E) Data center.

F) Domain Name

System.

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
Fogles12
07.06.2023 03:59
uses crt; var s:string;     c:char;     m:set of char;     n,i,k,p:byte; begin writeln('Введите текст из строчных латинских букв, окончаание ввода Enter'); s:=''; repeat c:=readkey; if c in ['a'..'z'] then  begin   write(c);   s:=s+c;  end; if c=#13 then writeln until c=#13; n:=length(s); m:=[]; for c:='a' to 'z' do  begin   k:=0;   for i:=1 to n do   if s[i]=c then k:=k+1;   if k>1 then m:=m+[c];  end; if m=[] then write('Нет букв, встречающихся более 1 раза') else  for c:='a' to 'z' do  if c in m then write(c) end.
0,0(0 оценок)
Ответ:
Mafiy12
18.06.2021 15:39
Var   a: array[1..20,1..20] of integer;   n,m,i,j,min,jm,x: integer; begin   randomize;   write('Введите размеры массива: ');   readln(n,m);   writeln('Исходный массив:');   for i:=1 to n do   begin     for j:=1 to m do     begin       a[i,j]:=random(19)-9;       write(a[i,j]:4);     end;     writeln;   end;   min:=0;   for i:=1 to n do min:=min+a[i,1];   writeln('Сумма элементов 1-го столбца = ',min);   jm:=1;   for j:=2 to m do   begin     x:=0;     for i:=1 to n do       x:=x+a[i,j];     writeln('Сумма элементов ',j,'-го столбца = ',x);     if x<min then     begin       min:=x;       jm:=j;     end;   end;   writeln('Минимальная сумма в ',jm,'-м столбце');   writeln('Полученный массив:');   for i:=1 to n do   begin     for j:=1 to m do     begin       if j<>jm then a[i,j]:=a[i,jm];     write(a[i,j]:4);     end;     writeln;   end;   readln; end.
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота