| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 460 人关注过本帖
标题:看看谁会啊
只看楼主 加入收藏
wxyljp
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2007-3-23
收藏
 问题点数:0 回复次数:0 
看看谁会啊

1. Which is correct? ( ) (3 Points)
A. We should always use the Palm OS memory APIs to manipulate memory
B. The operating system itself is still a very small amount of memory, most of which is used by the dynamic heap.
C. All of the RAM in the dynamic heap is dedicated to dynamic use.
D. Applications allocate, manipulate, and free allocated memory in the dynamic heap using the Palm OS memory manger.
E. Records in a database may be scattered across multiple storage heaps and interspersed with records from other databases.

2. A Palm OS application is composed of resources, there include three resources, and now which is belong to System resources? ( ) (3 Points)
A. Labels
B. Application code
C. Startup information required by the OS
D. Alert dialogs
E. Data structures for initializing the application’s global variables

3. Which is not correct? ( ) (3 Points)
A. Dialog can occupy less height than a full-screen form and also can occupy less width than a full-screen, and it also can include a menu.
B. A table may be scrolled vertically to display more rows of data than will fit on the screen at once. And tables also can be scrolled horizontally.
C. A table may organize a number of other user interface elements within its rows and columns.
D. A push button always occurs in a group of two or more push buttons. Only one button in the group may be selected at a time.
E. When the data in the element attached to the scroll bar changes, the scroll bar will auto get the change so it can properly position and size the scroll car.

4. Which is not correct? ( ) (3 Points)
A. The app icon family should be 30 × 18 pixels in size for a large application icon, or 15 × 9 for a small icon.
B. Images in an app icon family must be entered from lowest bit depth to highest, which usually means 1-bit (B&W) at the top of the list and 8-bit (256 colors) at the bottom.
C. Category names may be only 16 characters long, and there is a maximum of 16 categories.
D. The button index parameter starts at 0 for the leftmost button in the alert.
E. The BITMAP command converts bitmaps in .bmp, .pbitm, .xbm, and .pbm formats into Palm bitmap resources.

5. Which are belonging to Control Resources? (AEG ) (3 Points)
A. Slider
B. Lable
C. Popup trigger
D. Repeat control
E. Check box
F. Field
G. List
H. Repeat control
I. Scroll bar

6. Which events do not exist? ( ) (3 Points)
A. ctlRepeatEvent
B. ctlDownEvent
C. menuCloseEvent
D. fldSelectEvent
E. frmTitleSelectEvent

7. Which is correct? ( ) (3 Points)
A. It is possible to set cells within a column to different item types for a table.
B. Table can hide columns but can hide rows.
C. In order to hide or show columns, the entire table needs to be redrawn.
D. The table can include Text Fields. And more than one text field can exists at any one time in a table.
E. Tables that must support scrolling require a function to load and redraw the table whenever its data changes.

8. Which is not correct? ( ) (3 Points)
A. All data storage in the Palm OS occurs in RAM.
B. Within the database’s record list, each record is listed by its LocalID, but LocalIDs are valid only between the time you open a database and the time you close it again.
C. There is no way to recover data deleted using DmDeleteDatabase.
D. The application info block is an integrant block that stores application-defined data related to the database as a whole, as opposed to the data stored in individual records.
E. Feature memory stores data in a dynamic heap rather than in the storage heap, allowing stored values to persist between invocations of an application.

2007-03-23 21:47
快速回复:看看谁会啊
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.027001 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved