Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "310-110" Exam

Sun lucky dump for me

 Question 1.
Which is false about untrusted MID let suites?

A. JTWI devices must treat all MIDP 2.0 suites as trusted.
B. JTWI devices must treat all MIDP 1.0 suites as untrusted.
C. Untrusted MID let suites may access protected APIs or functions if given explicit user 
     permission.
D. An untrusted MID let suite does not request permissions explicitly in the JAR manifest or the 
     application descriptor.

Answer: A

Question 2.
When using x.509 PKI, where must a MID let suite's security certificates be placed?

A. in lined in the JAD, using abased 64 encoding
B. In.cer files in the JAR,s META-INF directory
C. In lined in the JAR manifest, using a base64 encoding
D. In a user-defined subclass of Security Info in the JAR's META-INF directory

Answer: A

Question 3.
Given:
MID let Suite A
Public class Person
Public class Address
MID let Suite B
Public class Person

Which is true?

A. Person in MID let Suite B is allowed access to the Address class defined in MID let Suite A.
B. Person in MID let Suite B is restricted access to the Address class in MID let Suite A.
C. Person in MID let Suite B is NOT allowed access to the Address class defined in MID Let Suite 
    A.
D. Person in MID let Suite B is allowed access to address class in MID let Suite A based on the 
    protection domain.

Answer: C
 
Question 4.
Placed each code snippet where it belongs.

 

Answer: Pending, send your suggestions, comments or feedback at feedback@itcertkey.com 

Question 5.
Which is true regarding access of the manifest file in a MID let suite's JAR file?

A. The manifest file is hidden from MID lets and CANNOT be accessed.
B. The manifest file can be accessed by only by any one authorized MID let in every suite.
C. The manifest file can be accessed only by using MID let.get App Property ().
D. The manifest file can be accessed by any class using Class.get Resource As Stream ().

Answer: A

Question 6.
Which is true about the process of updated MID let suite in a JTWI-complaint device?

A. The RMS record stores of the updated MID let suite always lost.
B. An unsigned MID let suite must NOT be allowed to update a singed MID let suite.
C. A MID let suite CANNOT be updated with the same MID let suite from a different URL.
D. A MID let suite CANNOT be updated with another MID let suite that has a lower value for the 
    MID let-Version attribute.

Answer: B

Question 7.
Which two are true about Gauge? (Choose two.)

A. The current value of a Gauge CANNOT be set programmatically.
B. The visual appearance of a Gauge is determined by the device implementation.
C. You must specify both the initial and maximum values when creating a Gauge.
D. The range of values displayed by the implementation always matches the range of values 
     specified by the application.

Answer: B, C

Question 8.

Exhibit: *** MISSING ***

Which two are true assuming this method is in a MID let? (Choose two.)

A. The user can select more than one type o chocolate.
B. The Chocolate Prefers choice is never display to the user.
C. Compilation fails due to a problem with code related to event handing.
D. Anonymous inner classes must NOT be used as event handlers within a MID let.
E. An exception occurs at runtime due to problem related to the events handing code.
F. The text "you made a choice" is displayed immediately after the user makes a selection.

Answer: A, C

Question 9.
Given:
Date field df = new Date field ("Date", DATE_TIME);

Which requests the width of df to fill available screen space?

A. df.setLayout (Item.LAYOUT_FULL);
B. df.setLayout (Item.LAYOUT_RIGHT);
C. df.setLayout (Item.LAYOUT_EXPAND);
D. df.setLayout (Item.LAYOUT_MAXIMUM);

Answer: C

Question 10.
Given:
21. Text field tf = new Text field ("memo","",50, Text Field. ANY);
22. Date field df = new Date field ("Date", Date field. DATE_TIME);
23. From fm = new Form (" Form demo");
24. Command cm Count = new Command ("Word count", Command. ITEM, 1);
25. Command cm Exit = new Command ("Exit", Command. EXIT, 1);
26.
27. tf. add Command (cm Count);
28. fm. Append(df);
29. fm. Append(tf);
30. fm. Add Command (cm Exit);
31. fm. Set Command Listener (this);

Which is true?

A. Completion fails.
B. An exception is thrown at runtime.
C. The cm Count command is available only when tf is the active Item.
D. The cm Exit command is available only when tf is the active Item.
E. The cm Count and cm Exit commands is always available on fm, regardless of which Item is 
    active.

Answer: C

Question 11.
Place the API label (high-level or low-level) on the code snippet to indicate whether or not the code is from the high-level or low-level API. Assume that all variable names reflect the object type used in the code.

 


Answer: Pending, send your suggestions, comments or feedback at feedback@itcertkey.com

Question 12.
Given:
Font font = Font.getFont (
Font.FACE_SYSTEM,
Font.SYALE_BOLD | Fount.STYLE_ITALIC | Pont.STYLE_UNDERLINED,
Font.SIZE_MEDIUM);
If Font. STYLE_ITALIC is unavailable on the device, what is the result?

A. Compile time error occurs.
B. Runtime Exception occurs.
C. Device substitutes its closest substitute.
D. Illegal Argument Exception occurs.

Answer: C

Question 13.
What action can the device take when some Item objects on a Form do NOT fit when displayed?

A. display a runtime error
B. create a vertical scroll bar
C. create on additional screen
D. delete the extra Item objects

Answer: B

Question 14.
Given a MIP 2.0 device supports alpha blending, a MID let needs semi-transparent images of size 10x10, red, semi-transparent image, using only the MIDP 2.0 API?

A. use create Image () to create a mutable Image, then fill it with red pixels
B. use create RGB Image () to create an immutable Image from ARGB data with the desired 
    values
C. use create Image () to create a mutable image; first fill it with pixels, then ill it with red pixels
D. This is not possible. An Image with semi-transparency CANNOT be created at runtime. 

Answer: B

Question 15.
Given:
12. canvas. Repaint {x1,y1,w1,ht};
13. canvas. Repaint {x2,y2,w2,ht};
14. canvas. Service Repaints ();

Which two are true? (Choose two.)

A. Service Repaints () blocks waiting for paint () to return.
B. Paint () is always called twice, once or each repaint () request.
C. If the two regions specified in repaint () overlap, repaint () may attempt to paint the union of the 
    two areas.
D. Paint () is called three times, once for each repaint () and once for service Repaints ().

Answer: A, C

Question 16.
Place the correct class within the hierarchy to reflect the class inheritance structure for the MIP 2.0 user interface API. Not all classes are shown.


 


Answer: Pending, send your suggestions, comments or feedback at feedback@itcertkey.com

Question 17.
Which three APIs may untrusted MID lets use without explicit confirmation by the user?
(Choose three.)

A. javax.microedition.rms
B. javax.microeidtion.media
C. javax.microedition.licui
D. javax.microedition.io.PushRegistry
E. javax.microedition.io.HttpConnection

Answer: A, B, C


Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for 70-178 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "70-178" Exam

Microsoft Project 2010, Managing Projects

 Question 1.
You work as a Project Manager at ABC.com. You are using Microsoft Project Professional 2010 to manage a project. You notice that a section of the project is located in the wrong phase. The section includes a summary task that contains eight subtasks and two milestones. You need to move the section complete with the summary tasks and milestones to a different project phase. You want the Work Breakdown Structure (WBS) numbering to be updated to match the destination phase.

Which of the following actions should you take?

A. You should select the summary task and select Change Working Time on the Project ribbon.
B. You should select the summary task and modify the start and finish dates.
C. You should open the properties of the summary task, select the Advanced tab and configure 
    the WBS code.
D. You should select the section including the summary task and milestones and click the Move 
    task option.
E. You should select the summary task and drag it to the correct phase.

Answer: B

Explanation:

Question 2.
Your work at ABC.com includes management of projects using Microsoft Project Professional 2010. You have several tasks in your project schedule. The tasks are a mix of active and inactive tasks that are automatically or manually scheduled. Some tasks are summary tasks that include subtasks. The tasks are listed using different text colors and fonts including bold, underline and strikethrough fonts. A new member of the project team uses Microsoft Office Project Professional 2007. He asks you to save the project as a Project 2007 project until his version of Project is upgraded to 2010. As a result of some features of the task list not being compatible with Project 2007, you would like to complete the task without creating any new milestones.

Which of the following actions should you take?

A. You should alter all the tasks to be Manually Scheduled tasks.
B. You should alter all the tasks to be Auto Scheduled tasks.
C. You should alter the font of all tasks listed with a strikethrough font.
D. You should alter the font of all tasks listed with a bold font.

Answer: C

Explanation:

Question 3.
You work as a Project Manager at ABC.com. You are using Microsoft Project Professional 2010 to manage multiple projects. Some resources are shared and work is distributed between the projects. You have received instructions to modify the workload for some of the shared resources.

Which two of the following actions should you take? (Choose two.)

A. You should consider inserting the existing project schedules into a blank project as 
    subprojects.
B. You should consider select the Links Between Projects option.
C. You should consider opening each existing project schedule and select the shared resource  
    pool.
D. You should consider enabling the Load Summary Resource Assignments option.
E. You should consider selecting the Level Resource function and select the required resources.
F. You should consider selecting the Level All function.

Answer: A, E

Explanation:

Question 4.
Your work at ABC.com includes management of projects using Microsoft Project Professional 2010. You are working on a Software System Development project. You have a task named Business Requirements Definition that is scheduled to be completed by 20th July. The constraint type for all tasks listed in the project schedule is configured as “As Soon As Possible”. The project team members inform you that the Business Requirements Definition task will be completed by 15th July. You want the default Gantt chart to show 20th July as the completion date instead of 15th July.

Which of the following actions should you take?

A. Open the task information window and enter 20th July in the Constraint date field.
B. Open the task information window and enter 20th July in the Deadline date field.
C. Open the task information window and select the Fixed Units option in the Task Type field.
D. Open the task information window and enter 20th July in the Finish date field.

Answer: B

Explanation:

Question 5.
You work as a Project Manager at ABC.com. You are using Microsoft Project Professional 2010 to manage a new project. The project will be divided into five major phases. The time that each phase will take is still being calculated but the entire project needs to be completed within 6 months. 

How should you configure the project to indicate that the entire duration will be 180 days?

A. You should configure five summary tasks each with a duration of 36 days.
B. You should set the Status Date to 180 days into the future.
C. You should enter the project timescale in the project calendar.
D. You should create a single summary task with the manually scheduled option.

Answer: C

Explanation:

Question 6.
You work as a Project Manager at ABC.com. You are using Microsoft Project Professional 2010 to manage a new project. The resources in the project work from 6pm to 10pm four days a week from Monday through Thursday. You have been instructed to create a new default calendar for the project so that the working hours of the part-time resources are reflected.

Which of the following actions should you take?

A. You should modify the Standard calendar then select the Update Project option.
B. You should navigate to the Change Working Time window and click Create New Calendar.
    Then change the calendar type in the Project Options dialog box.
C. You should change the calendar type to part-time in the Project Options dialog box.
D. You should navigate to the Change Working Time window and change the calendar type to 
    part-time.

Answer: B

Explanation:

Question 7.
Your work at ABC.com includes management of projects using Microsoft Project Professional 2010. You are configuring the tasks for a new project. You notice that the default constraint type for tasks that you create is set to As Soon As Possible. You are required to make sure that the default constraint type for new tasks is changed to As Late As Possible

Which of the following actions should you take?

A. You should configure the Schedule From option in the Project Information window to Project  
    Finish Date.
B. You should configure the Schedule From option in the Project Information window to Project  
    Start Date.
C. You should check the New Tasks are effort driven check box in the Project Options.
D. You should select all tasks then click the Update Project option.

Answer: A

Explanation:

Question 8.
You work as a Project Manager at ABC.com. You are using Microsoft Office Project Professional 2010 to manage a project.
Task1 is represented by the following icon in the default Gantt Chart view:
Task2 is represented by the following icon in the default Gantt Chart view:

What would you need to change to configure Task2 to be the same type as Task1?

A. You would need to configure Task2 to be automatically scheduled.
B. You would need to configure Task2 to be manually scheduled.
C. You would need to configure Task2 as critical.
D. You would need to configure Task2 as a milestone.

Answer: B

Explanation:

Question 9.
Your work at ABC.com includes management of projects using Microsoft Project Professional 2010. You are calculating the timescales for a new project using the bottom-up scheduling method. You have created three tasks named Drawings, Prototype and Review. You want to group the Drawings, Prototype and Review tasks into a project phase named Design.

How would you group the three tasks?

A. By selecting the three tasks and clicking the Outdent Task option.
B. By selecting the row above the three tasks and entering a new Summary Task.
C. By selecting the three tasks and clicking the Indent Task option.
D. By selecting the three tasks and selecting the Insert Summary Task option.

Answer: D

Explanation:

Question 10.
Your work at ABC.com includes management of projects using Microsoft Project Professional 2010.

How can you display a task that lists the project name, total project duration and start and finish dates by default in the project schedule?

A. By navigating to the Format tab and selecting the Critical Tasks checkbox.
B. By navigating to the Format tab and selecting the Summary Tasks checkbox.
C. By navigating to the Format tab and selecting the Project Summary Task checkbox.
D. By navigating to the Format tab and selecting the Outline Number checkbox.

Answer: C

Explanation:



Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.