- 6
- 0
- 约1.27万字
- 约 20页
- 2017-06-05 发布于河南
- 举报
5二级vf考试笔试(国外英文资料)
5二级vf考试笔试
The results in the following four sets of expressions are logical.
this is A string
this IS A STRING
this is a string $ this
this this is a string
The three basic logical structures of structured programming are _____.
A, select structure, loop structure, and nested structure
B, sequence structure, selection structure, and loop structure *
C, select structure, loop structure, and module structure
D, sequence structure, recursive structure, and cyclic structure
In Visual FoxPro, there are several memory variable assignment statements:
X = {^ 2001-07-28 10:15:20 PM}
Y =. T.
M = $123.45
N = 123.45
Z = 123.45
The data types of memory variables X, Y, M, N, and Z are used after the above assignment statement.
A, D, L, Y, N, C
B, D, L, M, N, C
C, T, L, M, N, C
D, T, L, Y, N, C *
To clear the memory variable of the current name of the second character X, use the command ______.
A, RELEASE ALL * X
B, RELEASE ALL LIKE X
C, RELEASE ALL LIKE? X star
D, RELEASE ALL LIKE ? X
The command to modify the table structure in the SQL statement is ______.
A, MODIFY the TABLE
B, the MODIFY STRUCTURE
ALTER TABLE *
D, ALTER the STRUCTURE
The TAB for the query designer has ______.
A, field, filter, sort basis *
B, field, condition, group basis
C, condition, sort basis, group basis
D, conditions, filters, and miscellaneous items
In the statement about the order DO FORM XX NAME YY LINKED, ______ is correct.
A, produces the form object reference variable XX, and automatically closes the form when the variable is released
The form object reference variable, XX, does not close the form when the variable is released
C, generate the form object reference variable YY, which automatically closes the form * when the variable YY is released
D, generate the form object reference variable YY, and do not close the form when the variable YY is released
In Visual FoxPro, the generic field G and the note field M are all ______ in the table.
A, 2 bytes
B, 4 bytes
C, 8 bytes
D, 10 bytes
The main pr
原创力文档

文档评论(0)