Computer Science - Disk Operating System (DOS) - Discussion

Discussion Forum : Disk Operating System (DOS) - Section 1 (Q.No. 29)
29.
While working with MS-DOS, which command is used to specify the colour display, 40 columns and color?
MODE COLOUR
MODE/C
MODE CO40
MODE CHANGE
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Chandrika said:   1 decade ago
Printer port : MODE LPTn[:] [COLS=c] [LINES=l] [RETRY=r]

Serial port : MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s] [RETRY=r]

Device Status : MODE [device] [/STATUS]

Redirect printing : MODE LPTn[:]=COMm[:]

Prepare code page : MODE device CP PREPARE=((yyy[...]) [drive:][path]filename)

Select code page : MODE device CP SELECT=yyy

Refresh code page : MODE device CP REFRESH

Code page status : MODE device CP [/STATUS]

Display mode : MODE [display-adapter][,n]

MODE CON[:] [COLS=c] [LINES=n]

Typematic rate : MODE CON[:] [RATE=r DELAY=d]

Post your comments here:

Your comments will be displayed after verification.