Visual FoxPro Question & Answer MCQ SET 1
1. How many types of commands in Visual FoxPro -
A) 1
B) 5
C) 2
D) 4
ANSWER: OPTION C
2. How many data types in Visual FoxPro -
A) 12
B) 11
C) 10
D) 13
ANSWER: OPTION D
3. Maximum width of character data type in Visual FoxPro 6.0 -
A) 253
B) 250
C) 254
D) 252
ANSWER: OPTION C
4. Width of date type field is -
A) 6 Characters
A) 6 Characters
B) 10 Characters
C) 7 Characters
D) 8 Characters
ANSWER: OPTION D
5. Extension of a label file in FoxPro -
A) .xcs
B) .qpr
C) .lbx
D) .css
ANSWER: OPTION C
6. Extension of database file in FoxPro -
A) .dbc
B) .dba
C) .dbf
D) .idx
ANSWER: OPTION A
7. Extension of form file in FoxPro
A) .scx
B) .frm
C) .cdx
D) .mnx
ANSWER: OPTION A
8. To return the name of the month, we can use?
A) MONTH(DATE())?
B) CMONTH(DATE())?
C) CDATE(DATE())?
D) CDAY(DATE())?
ANSWER: OPTION B
9. To display the current record number,
A) finction in rec()
B) ?recordnumber()
C) ?rec()
D) ?recno()
ANSWER: OPTION D
10.For command helps us to
A) to see the record which are temporarily deleted from table
B) at the last record to the database table
C) to provide condition with command
D) all of the above
ANSWER: OPTION C
11.For sort the data we use
A) sort
B) index and sort
C) index
D) all of the above
ANSWER: OPTION D
12.To insert a blank record
A) Append
B) Insert after
C) Insert blank
D) Append blank
ANSWER: OPTION D
13. In a database fields are stored in
A) Rows
B) Columns
C) Table
D) Both
ANSWER: OPTION B
14. Modify Structure command modifies
A) records
B) fields
C) database
D) both 1 and 3
ANSWER: OPTION B
15. Append command at record in the middle of the database table.
A) True
B) False
C) both of above
D) both B and C
ANSWER: OPTION B
16. Default date format in Visual FoxPro
A) ANSI
B) America
C) Swish
D) British
ANSWER: OPTION B
17. To exit from FoxPro, use the command
A) CLS
B) EXIT
C) QUIT
D) CLOSE
ANSWER: OPTION C
18. Create command creates
A) Table
B) Index
C) Row
D) Column
ANSWER: OPTION A
19.Which command is used after locate command in finding a record?
A) Go on
B) recall
C) Nano
D) continue
ANSWER: OPTION D
20.What is the hot key to save and exit?
A) Ctrl + W
B) Ctrl + A
C) Ctrl + B
D) Ctrl + L
ANSWER: OPTION A
0 Comments