《vfp程序设计》模拟试卷六及答案(VFP program design six simulation papers and answers)

上传人:dream****gning 文档编号:69832828 上传时间:2022-04-06 格式:DOC 页数:9 大小:31.50KB
返回 下载 相关 举报
《vfp程序设计》模拟试卷六及答案(VFP program design six simulation papers and answers)_第1页
第1页 / 共9页
《vfp程序设计》模拟试卷六及答案(VFP program design six simulation papers and answers)_第2页
第2页 / 共9页
《vfp程序设计》模拟试卷六及答案(VFP program design six simulation papers and answers)_第3页
第3页 / 共9页
亲,该文档总共9页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
vfp程序设计模拟试卷六及答案(VFP program design six simulation papers and answers)2006 secondary occupation school examinationVISUAL FOXPRO paper BFirst, fill in the blanks (50 points, 2 points each)1, create a report method.2, Visual FoxPro 6 is a database management system.In 3, VFP index is divided into four kinds, and.In 4, Visual in FoxPro, the array subscript is from the beginning.5, the field values are not allowed to repeat, and only one table to create an index index.The program structure of 6 in VFP, 3, respectively,.In 7, Visual FoxPro 6, the data table is divided into two kinds and.8, in VFP, a reference to object references and references two.9, using VFP in absolute and relative mobile command move command can move the pointer in the table.10, Visual FoxPro, to create a database table file should be selected in the designer.11, the object is the object can perform its action or behavior.12, by a number of local data table to create the view, should be called.13, query and update data in a data table.14, the query designer field tab, select control.15, view and query can be operated on the table.16, in SQL, create unique index to use reserved words.The object of Myforml form 17, in the program to show what has been created, should use the command.Two, choice (a total of 30 points, 2 points for each item)(1) no matter whether the force index, positioning to the same record command is ().A GO TOP B) GO) BOTTOM C) GO D) SKIP 6(2) may be accompanied by a table and open automatically open index ().A) single index file (IDX) B) composite index file (CDX)C) structured composite index file D) unstructured composite index file(3) to increase the wages of 100 yuan should use the command for the current table (staff).A +100 CHANGE WITH) pay wagesB +100 REPLACE WITH) pay wagesC +100 CHANGE ALL WITH) pay wagesD +100 REPLACE ALL WITH) pay wages(4) Visual FoxPro referential integrity rules (not included).A) update rule B) query rule C) delete rule D) insertion rules(5) in the database designer, to establish the relation between the two tables is achieved by the following index.()A) a party table of the main index or candidate index, multi table indexB) the main index one table, many table index or candidate indexC) general index one table, from the table of the main index or candidate indexD) a common index table,Many candidate index table or index(6) if you want to see the results directly on the screen, check the whereabouts of should choose ().A) B) C) screen browse temporary table or browse or screen screen D)(7) using the menu operation method to open an already exists in the current directory query file after zgjk.qpr in the command window command is generated ().A OPEN QUERY zgjk.qpr) B MODIEY QUERY zgjk.qpr)C DO QUERY zgjk.qpr) D CREATE QUERY zgjk.qpr)(8) described below about Visual FoxPro array, the error is ().A) with DIMENSION and DECLARE can define an arrayB) only one-dimensional array and two-dimensional array Visual FoxProC) all the array elements in an array must be of the same type of dataD) each array element initial new definition for.F.(9) in the following function, function of numerical value is ().A (AT) people, Peoples Republic of China)(B) CTOD 01/01/96)C (BOF)D (SUBSTR) (DTOC) (DATE), 7)(10) in Visual FoxPro, general field G and M memo fields in the table width is ().A) 2 bytes of B 4 bytes) C) 8 bytes of D 10 bytes)(11) of referential integrity is set in Visual FoxPro, to set a: when changing the parent key field for the primary key field or in the candidate list, automatically change all the values in the corresponding record table. Should choose ().A) (Restrict) B) ignore the limit (Ignore)C (Cascade) D) cascade cascade (Cascade) or Limited (Restrict)(12) in the Visual FoxPro data window, use the SET RELATION command to establish the connection between the two tables, this association is ().A) permanent association B) permanent or temporary Association AssociationC) temporary association D) permanent and temporary Association Association(13) to clear the main window screen command is ().A) CLEAR B) CLEAR ALLC CLEAR SCREEN D CLEAR WINDOWS)(14) in the creation of quick report, basic zone (including).A) title, details and summary B), details page header and page footerC) group header, details and group D) footnote to the report title, details and pages of footnotes(15) save Visual FoxPro report files in.FRX (is).A) print preview B format) to print the report itselfC) report format and data D) define a report format designThree, determine the title (20 points)1, can use the quick report function to add more than one table in the field to the report designer. ()2, report design, undo function can undo several times in front of the operation.()3, open the file, the Visual FoxPro index file will automatically open the table. ()4, report data sources can be a table, but not the view. ()5, all data output statements are stored in the report file. ()6, the array must be defined at first, after the assignment. ()7, use MODIFY COMMAND to create the program file is a text file. ()8, open the table, the current record is the first record. ()9, in the multi branch selection structure provides a choice, and there is only one option is executed. ()10, data information, information and data. ()In 11, the cycle structure of the program, the body of the statement is executed at least once. ()12, the use of DOWITH parameter table is variable parameters can only transfer. ()13, the menu is defined with storage form file. ()Have a value and a data type 14, a memory variable at any one time only. ()15, when the query is run, the system default query results are displayed on the screen. ()16, the query and view can output data in the browse window. ()17, query two tables of data, between the two tables can not establish a connection. ()18, the new query query designer, only to save the query, to run the query. ()19, free table and database cannot be transformed into each other. ()20, a database table can belong to two databases.2006 secondary occupation school examinationVISUAL FOXPRO B the answer papersFirst, fill in the blanks (50 points)1, 32, 323, the main index, candidate index, general index, unique index4, 15, 6, sequential structure, structure and circulation structure.7, database tables, table 8 free, absolute, relative to 9, GO, SKIP10, 11, 12, a local database view13, not 14, 15, locally available fields16, UNIQUE 17, Myforml.hideTwo, choice (30 points)1, C 2, C 3, D 4, B 5, A6, D 7, B 8, C 9, A 10, B11, C 12, C 13, A 14, B 15, DThree, determine the title (20 points)15 XXXXX 610 X tick tick tick tick1015 XX X 1620 XXXX tick tick tick()
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 商业管理 > 销售管理


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!