maxborod
?>

Is the brain of computer.cpu rommemory control unitram2what are the differences between 5th generation computer and other generation computers? technological advancementscientific codeobject oriented programmingall of the abovenone of the above3which computer language is used for artificial intelligence? prolog fortranc/c++cobolnone of the above4which of the following is the output device? loud speaker joystickscannermousekeyboard is a common boundary between two systemsinterfaceinterdictionsurfacenone of the abovevisual pathway is the fastest, most powerful computer and the most expensive.supercomputersdigital camerapersonal computertablet pcsnotebook computers7which language was developed by professor niklaus wirth in 1970-1971? pascalapllogofortrannone of the above8ascii stands foramerican standard code for information interchangeall purpose scientific code for information interchangeamerican security code for information interchangeamerican scientific code for information interchangenone of the above9a program that is employed in the development, repair or enhancement of other programs is known as …software tool system softwareapplications programutility programnone of the above 9which output device is used for translating information from a computer into pictorial form on paper.plotter mousetouch panelcard punchnone of the above involves having a current knowledge and understanding of computers and their uses.computer literacyvisual pathwaysystem softwaresurfaceinterdiction are the technologies used in the conveying, manipulation and storage of data by electronic meansinformation and communication technologies (icts)multimedia technologies (mt)fundamentals of technologiesdynamic technologiesindustry technologies12which language was devised by dr. seymour aubrey papert? logoaplpascalfortrannone of the above is a device that performs signal conversionmodulator plottermodemkeyboardplotter14what is communication? communication is simply the act of transferring information from one place to anothercommunication is set of processing methodscommunication is an organized system for the collection, organization, storage of informationcommunication 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.communication is the physical part of a computer15which of these programs is an archive software? winrarwinpadwindowswordwizard16which of the program we use for prevent computer viruses? antivirus softwarecontrollersauditorsword processorviruses17what is software? 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.software is simply the act of transferring information from one place to anothersoftware is set of processing methodssoftware is an organized system for the collection, organization, storage of informationsoftware is the physical part of a computer18specify the file extension c: \ user \ docs \ informatics.txttxtc: \docsinformaticsuser19what are the two parts of the file name? file name and extensionthe name of the disk and file namepath and file namedisk name and extensionpath and extension20how many digits in the binary system? twoonethreefivefour

Информатика

Ответы

andreich97

Объяснение:

При обращении к ячейке можно использовать описанные ранее ВЗ, А1:G9 и т. д. Такая адресация называется относительной. При ее использовании в формулахExcelзапоминает расположение относительно текущей ячейки. Так, например, когда вы вводите формулу =B1+B2 в ячейку В4, тоExcelинтерпретирует формулу как "прибавить содержимое ячейки, расположенной тремя рядами выше, к содержимому ячейки, расположенной двумя рядами выше".

Если вы скопировали формулу =В1+В2 из ячейки В4 в С4, Excelтакже интер­претирует формулу как «прибавить содержимое ячейки, расположенной тремя ряда­ми выше, к содержимому ячейки двумя рядами выше». Таким образом, формула в ячейке С 4 примет вид =С1+С2.

Если при копировании формул вы пожелаете сохранить ссылку на конкретную ячейку или область, то вам необходимо воспользоваться абсолютной адресацией. Для ее задания необходимо перед именем столбца и перед номером строки ввести символ $. Например: $В$4 или $C$2:$F$48 и т. д.

Смешанная адресация. Символ $ ставится только там, где он необходим. Например: В$4 или $С2. Тогда при копировании один параметр адреса изменяется. а другой — нет.

Taurus59707

Задание 1.

for i := 19 to 29 do s := s+7;

Цикл от 19 до 29 включительно, то есть он будет выполнять команду       "s := s+7" (то есть увеличивать s на 7) 11 раз (именно 11 целых чисел принадлежат множеству [19;29]). После выполнения цикла s будет равно: s[изначальная] + 7*11 = s[изначальная] + 77.

Нет команды вывода => Ничего не будет выведено.

Задание 2.

for i := 0 to 8 do s := s+4;

Цикл от 0 до 8 включительно, то есть он будет выполнять команду       "s := s+4" (то есть увеличивать s на 4) 9 раз (именно 9 целых чисел принадлежат множеству [0;8]). После выполнения цикла s будет равно: s[изначальная] + 4*9 = s[изначальная] + 77.

Нет команды вывода => Ничего не будет выведено.

Задание 3.

for i := 0 to 8 do s := s+4;

Цикл от 0 до 8 включительно, то есть он будет выполнять команду       "s := s+4" (то есть увеличивать s на 4) 9 раз (именно 9 целых чисел принадлежат множеству [0;8]). После выполнения цикла s будет равно: s[изначальная] + 4*9 = 0 + 4*9 = 77.

Задание 4.

for i := 5 to 15 do write('*');

В цикле s не меняется, после выполнения она будет равна 4.

Задание 5.

4 раза выводим на экран '#', получаем в итоге "####".

for i := 1 to 4 do write('#');

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Is the brain of computer.cpu rommemory control unitram2what are the differences between 5th generation computer and other generation computers? technological advancementscientific codeobject oriented programmingall of the abovenone of the above3which computer language is used for artificial intelligence? prolog fortranc/c++cobolnone of the above4which of the following is the output device? loud speaker joystickscannermousekeyboard is a common boundary between two systemsinterfaceinterdictionsurfacenone of the abovevisual pathway is the fastest, most powerful computer and the most expensive.supercomputersdigital camerapersonal computertablet pcsnotebook computers7which language was developed by professor niklaus wirth in 1970-1971? pascalapllogofortrannone of the above8ascii stands foramerican standard code for information interchangeall purpose scientific code for information interchangeamerican security code for information interchangeamerican scientific code for information interchangenone of the above9a program that is employed in the development, repair or enhancement of other programs is known as …software tool system softwareapplications programutility programnone of the above 9which output device is used for translating information from a computer into pictorial form on paper.plotter mousetouch panelcard punchnone of the above involves having a current knowledge and understanding of computers and their uses.computer literacyvisual pathwaysystem softwaresurfaceinterdiction are the technologies used in the conveying, manipulation and storage of data by electronic meansinformation and communication technologies (icts)multimedia technologies (mt)fundamentals of technologiesdynamic technologiesindustry technologies12which language was devised by dr. seymour aubrey papert? logoaplpascalfortrannone of the above is a device that performs signal conversionmodulator plottermodemkeyboardplotter14what is communication? communication is simply the act of transferring information from one place to anothercommunication is set of processing methodscommunication is an organized system for the collection, organization, storage of informationcommunication 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.communication is the physical part of a computer15which of these programs is an archive software? winrarwinpadwindowswordwizard16which of the program we use for prevent computer viruses? antivirus softwarecontrollersauditorsword processorviruses17what is software? 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.software is simply the act of transferring information from one place to anothersoftware is set of processing methodssoftware is an organized system for the collection, organization, storage of informationsoftware is the physical part of a computer18specify the file extension c: \ user \ docs \ informatics.txttxtc: \docsinformaticsuser19what are the two parts of the file name? file name and extensionthe name of the disk and file namepath and file namedisk name and extensionpath and extension20how many digits in the binary system? twoonethreefivefour
Ваше имя (никнейм)*
Email*
Комментарий*