Вопрос задан 02.05.2019 в 16:52. Предмет Информатика. Спрашивает Кирилова Екатерина.

Действие проводимое на экране в результате выполнения оператора CLS в программе на языке бейсик и

оператора clrscr в программе на языке паскаль
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Лумпер Давид.
Походе, что: Очищение экрана
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

The Action Performed by the CLS Operator in BASIC and clrscr Operator in Pascal

The CLS operator in BASIC and the clrscr operator in Pascal are used to clear the screen and remove any text or graphics that are currently displayed on the screen. When these operators are executed in a program, they perform the following actions:

1. CLS Operator in BASIC: - The CLS operator in BASIC is used to clear the screen and create a blank screen for displaying new content. - When the CLS operator is executed, it clears the entire screen and moves the cursor to the top-left corner of the screen. - This action effectively erases any text or graphics that were previously displayed on the screen. - After executing the CLS operator, the program can then proceed to display new content on the cleared screen.

2. clrscr Operator in Pascal: - The clrscr operator in Pascal is also used to clear the screen and prepare it for displaying new content. - When the clrscr operator is executed, it clears the entire screen and moves the cursor to the top-left corner of the screen, similar to the CLS operator in BASIC. - This action removes any text or graphics that were previously displayed on the screen. - After executing the clrscr operator, the program can proceed to display new content on the cleared screen.

Please note that the information provided above is based on search results from You.com. Here are the relevant search snippets for your reference:

- Source "Basic, ..." - Source "rezult : rezult := ..."

I hope this explanation clarifies the actions performed by the CLS operator in BASIC and the clrscr operator in Pascal. Let me know if you have any further questions!

0 0

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос