Jump to content
xisto Community

alex1985

Members
  • Content Count

    398
  • Joined

  • Last visited

Posts posted by alex1985


  1. i think Microsoft Office is best of it. cause you can all do such work with it.. i'm doing Master in business. so often i need to make diagrams, charts, and other stuffs for my presentations so i used.MS office it's a prefect software for it. well if you need some other software then go for open office. i never try it. but hear it's good and it's same like MS office . you can go to download.com you might get some other nice software. well i'll suggest you to use MS office. remain it's upto you.

    Which software exactly?

  2. There are three ways to write an if statement depending on what you want to do and what your coding style is like. I shall give examples below:

     

    "Standard" If Statement

    This is your bog standard if statement, used millions of times by pretty much everyone:

     

    if ( condition ) {	code to execute if condition === TRUE}

    If the condition is true then the code between the curly braces - { } - gets run. If the condition is false then the code between the curly braces is ignored.

     

    "Verbose" If Statement

    This is the slightly longer/older style if statement. It is more similar to if statements in older programming languages.

     

    if ( condition ) :	Code here is executed if condition === TRUEendif;

    Here the code that gets run if the condition is true starts with a colon : and ends with endif;

    This is sometimes useful to use if there are lots of curly braces dotted around your script, as it makes clear exactly what you are closing (if, while, else, foreach, etc.).

     

    "Short" If Statement

    This is used to execute one command, and only one command, when the condition is true. It has no real start or end, and is simply made up with the if statement. Whatever the next line is is only executed when the condition is true.

     

    if ( condition )	This line gets executed if condition === TRUE;This line is always run;So is this one;

    The line that is part of the if statement usually gets indented to make it clearer that it is only run when the if statement is true.

     

    You might want to take a look at the following two manual pages for more information about exactly how they work if it still isn't totally clear:

    http://forums.xisto.com/no_longer_exists/

    http://forums.xisto.com/no_longer_exists/


    Oh, thanks. It's clear now!!!


  3. There are not [proteins] really good when you are working out in the gymnasium, for instance.At first stage, they give you muscles , so your body looks good. But, when you become older, and you are not working out anymore. Your muscles will kind of destroyed, it will seem like they are filled with water, so they will become soft and fat which will come down. This is what I heard about still today. Do not use chemicals, they will reveal themselves in the far future.!!!


  4. Here is an assignment to be solved. I will really appreciate if anybody can do it!

     

    Show all your work

    An increase in which of the following would increase the price of a call option on common stock, ceteris paribus?

    Stock Price

    Stock Price Volatility

    Interest Rates

    Exercise Price

    II only

    II and IV only

    I, II and III only

    I, III and IV only

    I, II, III and IV

    Which of the following is true?

    Forward contracts have no default risk

    Future contracts require an initial margin requirement to be paid

    Forward contracts are marked to market daily

    Forward contract buyers and sellers do not know who the counterparty is

    Future contracts are only traded over the counter

    You have agreed to deliver the underlying commodity in 90 days. Today the underlying commodity price rises and you get a margin call. You must have:

    A long position in a future contract

    A short position in a future contract

    Sold a forward contract

    Purchased a forward contract

    Purchased a call option on a future contract

    You find the following current quote for the June T-Bond contract: $100,000; Pts 32nd, of 100%.

    Open High Low Settle Open Interest

    89-16 89-16 88-22 88-28 45,348

     

    You went long in the contract at the open. Which of the following is/are true?

    By the end of the day your margin account would be increased

    45,348 contracts were traded that day

    You agreed to deliver in June $100,000 face value T-Bonds in exchange for $88,875.

    You agreed to purchase in June, $100,000 face value T-Bonds in exchange for $89,500.

    I, II and III only

    I, II and IV only

    I and III only

    I and IV only

    IV only

    A speculator may write a call option on stock with an exercise price of $15 and earn a $3 premium if they though:

    The stock price would stay at or above $15

    The stock volatility would increase

    The stock price would rise above $18

    The stock price would stay at or below $18

    Both A and B could be true

    The higher the exercise price, the________the value of a put and the_______the value of a call.

    Higher; higher

    Lower; lower

    Higher; lower

    Lower; higher

    A stock has a spot price of $35. Its May options are about to expire. One of its puts is worth $5 and one of its calls is worth $5. The exercise price of the put must be________and the exercise price of the call must be__________.

    30; 40

    35; 35

    40; 30

    25; 45

    One can't tell from the information given

    Suppose a stock is priced at $50. You are bullish on the stock and re considering March calls with an exercise price of $45 and $55 respectively. The 45 call is priced at $8.50 and the 55 call is quoted at $2.75. What should you consider in deciding which to purchase if you do not plan on exercising prior to maturity? Be specific.

    So, there are 8 questions waiting to be answered, if someone can do it of cause.

    Sorry, I did not number the questions because I can not get it.

    Using the BB Code to number them, whenever I wanna continue numbering, it restarts automatically with 1?!


  5. All right! But some web-sites has pages like "dsjdsb" or some another symbols at the end of web address. That's looks good. Because, I link my pages like in HTML. For instance, if you wanna go to the home page, you click on the link "Back", and when you actually pressed it, the user can see the file: "index.php". In other words, I wanna avoid this problem, and that's why I am asking for some protection of the pages. Just list the choices what can be done about it.


  6. As you get noticed before, I am studying PHP in examples like using the tutorials as well as books itself. Through my readings, I get this function

    <?php endif; ?>
    a lot of times. So, what do you mean by this function, and what does it do exactly?

  7. Hello, everyone! I need a list of forums based on education in finance issues. I'm taking the class which is called: "Financia Markets and Institutions" (FINA321) and I need help from those forums, particularly, a feedback on assignments or even solving it, or give me some concepts and ideas about it.Thanks!

    Notice from jlhaslip:
    Edit to title
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.