answersLogoWhite

0

Cursor Positioning commands mainly used in CLI and Display Adjusting commands mainly used in GUI..

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the difference gwbasic commands and statements?

difference between command and statement


Difference between file and folder in dos commands?

what is the differences between a file and a folder


What is the difference between the commands you would have to execute to write a character to the display if you did not have BIOS?

wat


What is the difference between an internal and external command?

Internal commands are commands that are already loaded in the system, It can be executed at any time and are independent. external commands are loaded when the user requests them. Internal commands don't require a separate process to execute them.


What is the difference between assimilated and orthodox Jews?

Orthodox Jews abide by the commands of the Torah and the Oral Torah (Talmud).


What is the difference between command driven software and menu driven softwares?

People use menus and computers use commands.


What are the difference between ddl and dml commands?

The basic difference between DDL and DML is the commands they provide . The dml (data manipulation language) provides statements to enter, update, delete and perform complex queries on these tables while the ddl(data description language) provides statement for the creation and deletion of tables, indexes, views etc.


What is the difference between DOS and the DOS prompt?

DOS is an operating system. The DOS prompt is the command line where DOS commands can be run/executed.


When correcting a document explain the difference between the commands redo and undo.?

redo means do something over again and undo means to do it back


What is the difference between apodictic law and casuistic law?

Apodictic-Commands that begin with "do" or "do not" - direct commands telling them what to do to fulfill their covenant w/ God. Casuistic- case by case (elements are conditional-ex of what may be the case or what may happen


What is the difference between the ls and ls -al commands?

ls --> will list the files and directories but ls -a --> will list the hidden files too, by Dhanush M


What is the Difference between while and do while?

Both are programming commands. A do/while loop will execute at least once. A while loop may not execute at all.