PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

which of the following is appropriate to fill in ALL of the missing parts of the code snippets?

Refer to the exhibit to answer the question.

Given that the system supports trading Stocks and Bonds, which of the following is appropriate to
fill in ALL of the missing parts of the code snippets?
Position position;
Portfolio aPortfolio; aPortfolio = new Portfolio ( “Fred Mertz” );
______ instrument; instrument = new Stock ( “XXXX” );
aPortfolio.buy ( new Position ( 100, instrument );
instrument = new Bond ( “YYYY” );
aPortfolio.buy ( new Position( 50, instrument );
……
public class Portfolio {
public void buy( int anAmount, _____ anInstrument ) {
……
/}
public void sell(int anAmount, _____ anInstrument ) {
……
/}
/}

Which choice best describes how this section of text will appear in the Web browser?

Geri uses the following code in an HTML file:
<BODY>
<DIV ALIGN=enter>
Trees help maintain soil stability
</DIV>
<B&>Planting tips</B>
</BODY>
Assume that this text will appear in an HTML 4.0 compliant graphical Web browser. The browser
window is maximized on a VGA (640 by 480 pixels) screen using a 12-point Times Roman font.
Which choice best describes how this section of text will appear in the Web browser?

How long will it take for this page to be downloaded by a user with an Internet connection speed of 33.6 kilob

You have been asked to determine the download time for pages on your site. One page consists
of the XHTML document, several image files, and a Flash presentation. These elements equal 84
kilobytes (KB) total. How long will it take for this page to be downloaded by a user with an Internet
connection speed of 33.6 kilobits per second (Kbps)?


Page 157 of 263« First...102030...155156157158159...170180190...Last »