Categories
Computer Science

Which of the following is a DOS Internal Command?

A:  D.ELTREE
B:  ERASE
C:  FORMAT
D:  None of these

Categories
Computer Science

The number of actions with two button mouse are

A:  6
B:  5
C:  4
D:  3

Categories
Computer Science

The number of items present on control panel depends upon

A:  Items install during Setup
B:  Items contained on Windows CD
C:  Items required by your system
D:  Hardware Items attached with the system

Categories
Computer Science

Number of shutdown options on Windows 2000 Professional are

A:  2
B:  3
C:  4
D:  5

Categories
Computer Science

Which of the following command is used to exit form BASIC and to return to DOS?

A:  CLEAR
B:  KILL
C:  SYSTEM
D:  NEW

Categories
Computer Science

Which of the following statements can be used for unlimited looping?

A:  GOTO
B:  FOR…NEXT
C:  IF THEN
D:  ON GOTO

Categories
Computer Science

Which of the following statements can be used for unlimited looping?

A:  GOTO
B:  FOR…NEXT
C:  IF THEN
D:  ON GOTO

Categories
Computer Science

Which of the following statements can be used for multiple branching?

A:  GOTO
B:  IF THEN ELSE
C:  ON GOTO
D:  WHILE…WEND

Categories
Computer Science

The number of elements assigned automatically to a two dimensional arrays in BASIC are

A:  10
B:  100
C:  110
D:  121

Categories
Computer Science

In Basic, LEFT (A$,n) is used to

A:  Leave n spaces before the strung A$
B:  Leave n  spaces  before every character  of the strung A$
C:  Leave n left characters of the strung A$
D:  Select n characters of the strung A$