Confuse student

Hi all'
I am trying to print the code in 10 numbers per output line, but i could not achieve it, any help will be appreciated.
public class Numbers {
public static void main(String[] args) {
int max = 100;
int Count=0;
int Numb =10;
for(int i = 1; i < max; i++) {
boolean prime = true;
for(int j = 2; j < i; j++)
if(i % j == 0) prime = false;
if(prime)
Count++;
if (Count%Numb==0){
System.out.printf("%2d\n",i);
else
System.out.printf("%2d\n",i);
i++;

You're getting close, but you still need to provide more details. All we know is that you want to print some numbers on one line and some on the other line. If we take your post literally, the answre is:
System.out.println("1 3 5 7 11 13 17 19 23 29");
System.out.println("31 37 41 43 47 53 59 61 67 71");Describe clearly and precisely what you're trying to achieve.
Of course, given that you print out the exact same thing in both the if and the else, you shouldn't be surprised that each number appears on its own line.

Similar Messages

  • Want to feel like an Oracle god?  Help a confused student...please!

    I'm three hours from an assignment deadline, and I'm stuck on something so simple that I'm embarrassed to post it here, but I'm desperate.
    One of my lab assignments is to create a procedure that calculates the tax owed by passing in state and subtotal values, and returning the tax amount to a host variable (g_tax). Can someone look this code over and tell me why I keep getting the 'Bad Bind Variable' error (and whatever else they see that I'm doing wrong)?
    I would appreciate any help I can get.
    Thanks in advance,
    Diane
    SQL> SET SERVEROUTPUT ON
    SQL> VARIABLE g_tax NUMBER
    SQL> BEGIN
    2 :g_tax := 0;
    3 END;
    4 /
    PL/SQL procedure successfully completed.
    SQL> CREATE OR REPLACE PROCEDURE tax_cost_sp
    2 (p_state IN bb_basket.billstate%TYPE,
    3 p_subtotal IN bb_basket.subtotal%TYPE,
    4 p_tax OUT bb_basket.tax%TYPE)
    5 IS
    6 BEGIN
    7 :g_tax := (p_tax * p_subtotal);
    8 WHERE p_state = bb_basket.billstate
    9 --DBMS_OUTPUT.PUT_LINE('Tax for this order is $' :g_tax);
    10 END;
    11 /
    Warning: Procedure created with compilation errors.
    SQL> SHOW ERRORS
    Errors for PROCEDURE TAX_COST_SP:
    LINE/COL ERROR
    7/2 PLS-00049: bad bind variable 'G_TAX'
    8/5 PLS-00103: Encountered the symbol "WHERE" when expecting one of
    the following:
    begin case declare end exception exit for goto if loop mod
    null pragma raise return select update while with
    <an identifier> <a double-quoted delimited-identifier>
    <a bind variable> << close current delete fetch lock insert
    open rollback savepoint set sql execute commit forall merge
    <a single-quoted SQL string> pipe
    10/1 PLS-00103: Encountered the symbol "END" when expecting one of the
    following:
    . ( * @ % & - + ; / at for mod rem <an exponent (**)> and or
    group having intersect minus order start union where connect
    ||
    SQL>

    Thanks, Tom. I removed the colon from in front of g_tax and that reduced my error count to only one. (These globals are going to be the death of me!)
    355099--thanks for your reply as well. In response to your question, the description for the bb_basket table an the data in the bb_tax table are provided below. I see where you are going with your question--it doesn't appear that I've made any correlation between the tax table and the basket table, hence my WHERE clause problem.
    I'll keep working here, but do appreciate your help.
    Diane
    SQL> CREATE OR REPLACE PROCEDURE tax_cost_sp
    2 (p_state IN bb_basket.billstate%TYPE,
    3 p_subtotal IN bb_basket.subtotal%TYPE,
    4 p_tax OUT bb_basket.tax%TYPE)
    5 IS
    6 BEGIN
    7 g_tax := (p_tax * p_subtotal)
    8 WHERE p_state = bb_basket.billstate;
    9 --DBMS_OUTPUT.PUT_LINE('Tax for this order is $' :g_tax);
    10 END;
    11 /
    Warning: Procedure created with compilation errors.
    SQL> show errors
    Errors for PROCEDURE TAX_COST_SP:
    LINE/COL ERROR
    8/5 PLS-00103: Encountered the symbol "WHERE" when expecting o
    the following:
    * & = - + ; < / > at in is mod not rem <an exponent (**)>
    <> or != or ~= >= <= <> and or like between overlaps || ye
    DAY_
    SQL> desc bb_basket
    Name
    IDBASKET
    QUANTITY
    IDSHOPPER
    ORDERPLACED
    SUBTOTAL
    TOTAL
    SHIPPING
    TAX
    DTCREATED
    PROMO
    SHIPFIRSTNAME
    SHIPLASTNAME
    SHIPADDRESS
    SHIPCITY
    SHIPSTATE
    SHIPZIPCODE
    SHIPPHONE
    SHIPFAX
    SHIPEMAIL
    BILLFIRSTNAME
    BILLLASTNAME
    BILLADDRESS
    BILLCITY
    BILLSTATE
    BILLZIPCODE
    BILLPHONE
    BILLFAX
    BILLEMAIL
    DTORDERED
    SHIPPROVINCE
    SHIPCOUNTRY
    BILLPROVINCE
    BILLCOUNTRY
    CARDTYPE
    CARDNUMBER
    EXPMONTH
    EXPYEAR
    CARDNAME
    SHIPBILL
    SQL> select * from bb_tax;
    IDSTATE ST TAXRATE
    1 VA .045
    2 NC .03
    3 SC .06
    SQL>

  • Another Channel Guide Rant

    First of all, let me say, for a multi-billion dollar company, could you guys get your crap together? I had to exit Chrome and load up Internet Explorer just to complete my registration on the forums because the page would persistently lack the final details of my registration in Chrome. Browser support, learn about it. The Lithium forum software used here works fine for me on the Sony Forums, so don't play the blame game on it.
    Now I'm just a humble man who's been through 3 different channel guide layouts.
    The first channel guide layout was a rather ugly gray theme, with a huge "VERIZON FIOS" tab displayed whenever you pressed the info button while watching a program. Hated it. After a few months you guys must have realized it was annoying and gave us that red/blue theme.
    Red/blue theme. It was great. Finally something representative of this amazing FIOS product I keep seeing advertised, not some gray menu a guy whipped up in 5 minutes and shoved VERIZON everywhere. Here's a hint: I don't need a constant reminder I'm using Verizon. It's in my mailbox already, thanks.
    Now you've changed it again, and regrettably it resembles that original gray theme I despised when I first began using Verizon. Hate it.
    6 channels per page, as opposed to the previous 8 (seriously?)
    Ugly gradients that were clearly designed by a drop out graphic design student
    Text fails to vertically center in their boxes, wasting space and looking stupid in general
    Did I mention I can only see 6 channels per page? Well I'm mentioning it again, because it's really that bad and stupid.
    The miniature video box that displays the channel I'm watching as I surf the guide has shrunk even more
    If a program started before the current time, a little < arrow would be next to it. It's gone now
    Round edges instead of corners look rather dumb
    The info overlay when watching a program takes up nearly half of my screen now
    I have absolutely no idea how to use the old mini guide that worked while watching a program without opening the full screen guide
    I've seen some rather rude responses to those who dislike this theme. While I am appalled that anyone can actually appreciate the awful "update", I would like to clarify:
    No, I will not be changing my service. I'm on a contract, so believe me when I say I would if I could. Thanks for your concern.
    What are you, blind? The old one was fine, this version looks like a confused student playing with oval shapes in MS Paint.
    Believe it or not, the "Classic" setting I keep seeing suggest actually does NOT return it to classic as you've been spreading lies about. In fact, "Classic" makes it display 4 channels per page instead of the new 6, opposed to the previous 8. So stop suggesting that. You know who you are.
    To the guy who is happy they won't change it back to the old interface for us, well, forget you.
    Apparently there was a poll on which layout people preferred. Here's an idea, if you want accurate statistics, put it in the channel guide itself. I always get spammed about some new 'feature' or widget I don't care about when you guys release it. Make a poll widget so we can show you how godawful this theme is, please. Don't forget to delay the channel guide from opening until the data loads, because we all love waiting for our precious widgets when trying to change the channel.
    Now I'm not going to cry my heart out for the obviously superior previous theme, but would it kill you guys to add an actual classic option? I much prefer the old theme, and so does my Aunt, Father, Mother, 3 Cousins, and grandparents who use this service. In fact, nobody in my family prefers the new theme and it really shocks me people find this more ... visually pleasing than the old one.
    If you're a newbie here and don't actually know the glory of the amazing old channel guide, here it is:
    http://www.blogcdn.com/www.engadget.com/media/2008​/02/2-5-08-fios-tv-screen.jpg
    Amazing isn't it? A true gift from the gods. I don't know who messed up the volcano dance, but it's been taken away now.
    So what's it take to get this done?
    I've literally never used the forums before. I've seen some annoying crap with this service, but this has fed me up so much I took the time to register an account here. Believe me when I say there are others who feel this way.

    Small fonts and light blue/light black/light white combination reminds of a project that I was on where the development was done overseas (meaning, no graphics design  experience). It took me multiple meetings and calls to get them change it to something not so hard on the eyes. So, what you are seeing in fonts and color choices is really what some overseas software coolie with a couple of computer courses has come up with in the first 3 months of  his/her first job.  The coolie is thrilled by that very first effort, the contracting company fulfilled its obligation, the temps in Verizon met their targets and the bosses met their milestones.
    However, somebody forgot to the user acceptance testing. Forget the beta guys. If there was a UAT, it would have failed in glowing colors (with excellent contrast - pun intended).
    As for me, I can leave because my contract obligations expired a year ago.  I am now examining the options available to me outside of verizon.

  • Hangman Help!!

    hi everyone, im trying to make a hangman program but i have a few iissues first, whenever i ttry to run it, i get an "Exception in thread "main" java.lang.NoSuchMethodError: main" error and i dont know why. secondly,i dont know how to finish the metho replaceLetter. Please help!!!
    --Confused Student
    import java.util.*;
    import java.io.*;
    import java.lang.Math;
    public class Hangman
    private ArrayList<String> wordList;
    private String word;
    private String guess;
    private boolean done = false;
    private int numGuess = 0;
    public final int MAX_GUESSES = 6;
    public final String fileName = "words.txt";
    public static void main(String[] args)
      * Creates the Hangman object.
      * Initializes wordList by getting the words from fileName.
      * Initializes word by choosing a word from wordList.
      * Initializes guess as an empty string.
    public Hangman() throws FileNotFoundException
       wordList = getWords(fileName);
       word = chooseWord(wordList);
       guess = setEmptyString(word.length());
      * Determines if the game is done or still playing.
      * Returns true if it is won or lost.
      * Returns false otherwise.
      public boolean done()
               if (numGuess >=6)
                   return true;
               return false;
      * Determines if the game has been won by guessing the word.
      * One way of determining this is if guess no longer has any "-" .
    public boolean won()
      /** Add code here **/
      return false;
      * Determines if the game has been lost.
      * The game is lost if numGuess is MAX_GUESSES
    public boolean lost()
                if (numGuess>=MAX_GUESS)
                   return true;
                return false;
      * Determines whether the s contains letter.
    public boolean has(String s, String letter)
              if (s.indexOf(letter) != -1)
                   return true;
           return false;
      * Replaces the letter at index i in s with letter.
      * Does not change s.
      * Returns the new String.
    public String replaceLetter(String s, int i, String letter)
      return "";
      * Replaces letter in word with "-"
      * Replaces the corresponding letter in guess with letter.
      * It must account for every instance of letter.
    public void addToGuess(String letter)
         Scanner sc = new Scanner(System.in);
         String s = "";
         for(int i = 0; i < word.length(); i++)
              s += "-";
         for(int i = 0; i < word.length(); i++)
      * Prompts the user for a letter.
      * Determines if the word has the letter.
      * If it does, it must add that letter to the guess.
      * Otherwise, it must update the number of incorrect guesses.
      * It then displays the number of guess taken and the number remaining.
    public void getGuess()
      System.out.println(guess + "\n");
      System.out.println("Guess a letter");
      Scanner sc = new Scanner(System.in);
      String letter = sc.next().substring(0,1);
      /** Add code here **/
      System.out.println(numGuess + " guesses.");
      System.out.println(MAX_GUESSES - numGuess + " guesses remaining.\n");
      * Returns a string of length size.
      * The string will contain only "-" characters.
    public String setEmptyString(int size)
      String empty = "";
      for(int i = 0; i < size; i++)
       empty += "-";
      return empty;
      * Chooses a word from the ArrayList.
      * Returns the chosen word as a String.
      * The word is chosen at random.
    public String chooseWord(ArrayList<String> list)
      int index = (int)
      (Math.random()*list.size());
      return list.get(index);
      * Gets a list of words from the given file.
      * Returns the list as an ArrayList of Strings.
    public ArrayList<String> getWords(String fileName) throws
    FileNotFoundException
      Scanner file = new Scanner(new File(fileName));
      ArrayList<String> words = new ArrayList<String>();
      while(file.hasNextLine())
       words.add(file.nextLine());
      return words;
      * Repeatedly calls getGuess until the game is done.
      * When the game is done, it displays an appropriate message.
    public void playGame()
           while(!done())
           getGuess();
         if (won())
              System.out.println("You won!");
         else
              System.out.println("Sorry, you lose.");
    /**Ralph Jones Jr**/

    In your main() method, first create an object of your class Hangman and invoke methods on it. Something link this...
    try{
           new Hangman().getGuess();
      }catch(FileNotFoundException f){System.out.println(f);}Since Hangman() constructor throws FileNotFoundException, you need try-catch for creating your Hangman object.

  • Public class SodaCan{ etc

    Here is the link to ANOTHER student + 'pls do my hwk Q/' and clearly a beginner who wanted to do a bit of comp calc/maths
    http://forum.java.sun.com/thread.jsp?forum=54&thread=301814
    Flame me if you will ... BUT:
    but it seemed to be a VERY MESSY way to teach java. If it were me then I would show them ...something like this firstmain() {
    declare doubles ddVOL, ddSURF;
    parse doubles x, y;
    ddVOL = Math.PI(formula with x, y);
    ddSURF = Math.PI(formula with x, y);
    DecimalFormat method();
    S.o.println(for ddVOL and ddSURF);
    } and cls
    ~ 8 lines, or so, of actual code.From what I saw of the code the student did paste, I don't think she or he has been taught how to do the above or could do the above - sorry, NOT just the indidividual - maybe the whole class (an assumtion). So to my questions:
    Why start with such laborious java, surely this is confusing for a beginner?
    This sort of procedural coding (see link pls), for me, came MUCH later. I just started implementing it without being aware of it and if you are to be a programmer, then this is what you do (I think ...). There are at least 4 types of student;-
    ONE: losers (forget them)
    TWO: They just want to get through the course and the 'scrape through' well we've met them here regularly enough (forget those ones)
    THREE: You pass, you do OK and in your work you need to implement and adapt a bit of script now and again, then I don't think the SodaCan would have helped you in any way.
    FOUR: and if you have any sort of interest or aptitude (or BOTH preferably), then you'll go on to be programmer of sorts and sooner or later you will return variables from your constructors/functions whether a boring lecturer confuses the hell out of you in the first few weeks of the course or not.
    Isn't there an argument for keeping it simpler than this ... or have I just lost the plot somewhere?
    (this is from a former teacher btw, so I am on the side of the confused student - IF they approach the question in the right way)

    Back to the original point, I agree that having a bunch of void methods doesn't really make much sense, but I think also that nearly every introductory text does this. Perhaps to make "engaging" examples such as RoachPopulation. But you're right, there's no excuse since returning references from methods isn't really significantly more advanced than what they're trying to do (arguably it's easier to grasp).
    To be honest, I really liked the concept of the RoachPopulation class, so I tried it out (I'm learning Java too, after all). I was pleased that I didn't make too many mistakes, one notable one is that the wait() method, which is a final method of java.lang.Object, isn't overrideable. So I renamed it, but you would think that the teacher would have known this...
    class RoachPopulation {
        int numRoaches;
        // constructor -- feed num of roaches as arg
        public RoachPopulation(int numRoaches) {
            this.numRoaches = numRoaches;
        // wait -- the roach population doubles!
        // a better name would be "populationDoubles", in fact
        // when I tried to compile this program, the compiler warned me that
        // wait() cannot be overridden from java.lang.Object !!
        public void populationDoubles() {
            this.numRoaches = this.numRoaches * 2;
        // spray -- kill some roaches
        // this should really be called "beSprayed"
        public void spray() {
            this.numRoaches = (int) (this.numRoaches * 0.9);
        // getRoaches -- how many are there?
        public int getRoaches() {
            return this.numRoaches;
        // main
        public static void main(String[] args) {
            // start a new roach family
            RoachPopulation roachmotel = new RoachPopulation(10);
            // loop three times
            for (int i = 0; i < 3; i++) {
                // breed!!
                roachmotel.populationDoubles();
                // attack!!
                roachmotel.spray();
                // survey the damage
                int numRoaches = roachmotel.getRoaches();
                // battle report
                System.out.println("Number of roaches after iteration "
                                    + i + ": " + roachmotel.getRoaches());
            if (roachmotel.getRoaches() > 10) {
                System.out.println("\n\n\nTHERE'S NO STOPPING THEM!!!");
    }

  • I'm horribly confused about student licensing and commercial use

    As the title says I'm horribly confused about student licensing and using it for commercial use.
    I currently have a Student Licensing version of Adobe Creative Suite 4 that I purchased through my school's journeyEd portal.
    Seeing how CS5 is now out I was browsing looking at prices (why not upgrade while I'm still a student, right?) and while browsing I bumped into one source that says that Student Licensing can not be used for commercial purposes, and this is when the confusion started. I remember reading before that we are able to use student licensing for commercial purposes, okay time to google search. I found one Adobe FAQ that says I can. .
    http://www.adobe.com/education/students/studentteacheredition/faq.html
    " Can I use my Adobe Student and Teacher Edition software for commercial use?
    Yes. You may purchase a Student and Teacher Edition for personal as well as commercial use. "
    and I found this old thread;
    http://forums.adobe.com/thread/314304
    Where an poster listed as an employee of Adobe states
    "There is no upgrade from the CS3 Educational Edition to the comparable CS3 editions sold in non-academic environments. If you have an educational version of for CS3 obtained legitimately (i.e., you qualified for the educational version when you obtained it), you may continue to use that software for the indefinite future, even for commercial use! You cannot sell or otherwise transfer that license, though! When the next version of the Creative Suite is released, you will have two choices: (1) If you still qualify for the educational version, you can buy a copy of that next version (there is no special upgrade pricing from one educational version to another; the price is already very low) or (2) you can upgrade from the educational version of CS3 to the full version of the next version of the Creative Suite as an upgrade from CS3 at the prices published at that time. "
    Okay cool, hmm what this? Adobe is asking me if I want to IM with live costumer service agent, sure why not? Then the conversation started and I asked her my question about using my CS4 license for commercial use, she asks for my product code and email to verify my product, then informs me I can purchase the upgrade version of CS5 and use that for commercial, okay great, but not really answering my question. I reword it and give her a link to that FAQ page it goes like this. ..
    "[CS Rep] : [My name], I would like to inform you that Adobe Student and Teacher Editions are not allowed for
    commercial use.
    [CS Rep] : However, you can upgrade your current software to a normal upgrade version, and you can continue
    using it for commercial purpose.
    [Me] : Then is the FAQ page mistaken? Because it is very misleading if it is. But thank you for the information.
    [CS Rep] : You are welcome.
    [CS Rep] : I apologize for the misleading information in the FAQ."
    . .And after that, I went back to being confused.
    SO my questions are. . . Can I or can't I use my Adobe Creative Suite 4 student licensing for commercial purposes? and If I purchase a Student Licensing of CS5 can I use that for commercial purposes as well?
    Sorry for the long post, I just want to be perfectly clear on what I can and can not do with my purchase.

    The rules differ in various parts of the world. In North America you can use it for commercial work.
    There are no student/academic upgrades. The pricing is so low that in many cases you're better off buying another full student license but you are eligible for upgrade pricing for commercial versions once you're out of school.
    You may not transfer the student license in any way.
    Bob

  • Need Photoshop and Bridge: does Creative Cloud for students/teachers include both?[was: I'm confused, need help]

    I'm a photography student about to start University. And I need Adobe Bridge and Photoshop for me to edit my photographs. The cheapest Creative Cloud for students/teachers is £8.78 a month, does this include both Bridge and Photoshop? If not does that mean i'll have to buy the Complete Creative Cloud for £15.88 a month?

    Bridge is included with Photoshop.  The package you are asking about also includes Lightroom, I believe.

  • Student Edition (question/confusion)

    I bought the Adobe Creative Suite 4 Design Standard Student Edition.
    I have already went through the process of verifing that I am a student and got a serial number.
    However the serial number that they gave me is invalid. I am in the process of trying to get in contact with Customer Support and already sent in a message to them through the Support Portal online.
    I noticed and am very curious - the box that my product came in says "Student Edition" on it. There is a silver "STOP" sticker on the CD case.  However the CD case itself, the CDs, and when I use the program on my MAC, it does not say Student Edition anywhere. It is suppose to say Student Edition on everything else??
    Thanks.

    I finally got in contact with cutomer services.
    Long story short: I ended up and am currently in the process of exchanging it for a new set as mine was defected/the wrong language.
    And it does not say student liscening on the CDs if that does matter?
    Another question, to anyone who knows how student software works: Since I am getting a new set and need to go through the process of verifying that I am student again, are there any restrictions I might run into with a second product under my name? I already sent in a message to Adobe through myidentit-e.com, which I am waiting to hear from. I just want to know if this is an issue, like I am currently thinking, that I defiantly need to clear up before getting the serial number for my new set?

  • Student edition confusion

    Hello
    I ordered adobe suite student edition about 2 weeks ago. I made a photo copy of my student ID and also attached a verification from my university that I will be studying this and the next semester. I live in Sweden, so I assume the verification will be done in Sweden. However I spoke to a classmate who also tried to order some adobe software last year (student edition) and he never got his student-ID verifyed and the Swedish adobe phone-line didn't let him through.
    I suppose what I'm wondering is if my country for some reason doesn't offer the student edition? I have all the official documents to proove I'm a full time student, there's nothing unusual about them whatsoever. Is two weeks waiting not a big deal perhaps?

    Have you submitted your proof of eligibility?  If not please see http://forums.adobe.com/message/4634728#4634728.
    Also in regards to eligibility in Sweden it should be available.  You can check at http://www.adobe.com/education/eligibility-guide.edu.html?showEduReq=no.

  • New Win notebook, new Lightroom 5 Student/Teacher bought on prepaid store card. Confused which CS6 product to download to get LR5? Link will be much appreciated, thanks.

    Lightroom 5 appears not to be specified in the headers for any of the CS 6 menu of downloads here...  Download CS6 products

    Chrisjudd you can download the latest full version installer for Lightroom at the following links depending upon your operating system:
    Adobe - Lightroom : For Macintosh : Adobe Photoshop Lightroom 5.6
    Adobe - Lightroom : For Windows : Adobe Photoshop Lightroom 5.6
    You can then utilize your serial number to complete the installation process.

  • POPC UPS FROM EVERY SIDE OF MY MONITOR ALL THE TIME..PLEASE HELP..IM AN ONLINE STUDENT

    Hello
    Wen I first purchased this computer it ran perfectly with no issues at all. All of a sudden all these flipping pop-ups started coming up from every angle of my monitor. They will be from HP, consumers, you name it! Then I'll have messages about java, trojans, drivers.......I'm so confused!!!!
    Please help me!!! My son and I are online students and these always get in the way and slow the system down.
    I thank you in advance.
    #INDESPERATENEED

    CBCMOM, welcome to the forum.
    It sounds like you have a virus or some other type of malware.  I suggest running your antivirus program to see if it finds anything.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Which is the best for me?plz help me .I've more confusing about my Career.

    I've done B.E Computer Science and Engineering year of 2013. Currently i'm doing IT-Support Engineer job. I've only 7 months experience. But i know how to install,Mounting of the blade server.but i don't know about windows servers.but i can install server
    OS.i have lot of confusion and fear also,about my career.which is suitable for me?plz help me.frnds. 

    Hi, Ravi.
    Based on your experience, you may want to start working your way to earning an MCSA for Windows Server 2012 R2. It requires you to pass three exams. The first exam you may want to take on is 70-410 which is on install Windows Server 2012.
    Here is the MCSA: Windows Server 2012 certification title description:
    http://www.microsoft.com/learning/en-us/mcsa-windows-server-certification.aspx
    As you can see, it will require you to pass three exams. Here they are:
    70-410 Installing and Configuring Windows Server 2012
    http://www.microsoft.com/learning/en-us/exam-70-410.aspx
    70-411 Administering Windows Server 2012
    http://www.microsoft.com/learning/en-us/exam-70-411.aspx
    70-412 Configuring Advanced Windows Server 2012 Services
    http://www.microsoft.com/learning/en-us/exam-70-412.aspx
    Microsoft offers free online training through different web sites. Consider these as a few of the many resources you can use to study for these exams.
    TechNet
    http://technet.microsoft.com/en-US/
    Microsoft Virtual Academy
    http://www.microsoftvirtualacademy.com/
    By the way - if you are still in school and prefer a more entry-level certification, you can also consider the MTA certification track designed for college students:
    http://www.microsoft.com/learning/en-us/mta-certification.aspx
    Good luck!
    Best wishes, Davin Mickelson

  • The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppres

    I am looking at an issue with users not getting specific group policies. 
    After searching a number of client computers I found that the following error
    The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppressed.
    I can find the folder in the Sysvol folder on all of the domain controllers. 
    The issue with end users seems to be that the proxy settings for internet explorer is not being applied. 
    Potential problems?
    one folder in sysvol entry is empty 
    \\<server>\SYSVOL\<domain.name>\Policies\{E03166E7-A848-48B5-AA93-97B848AA9C13}\User\microsoft\IEAK\LOCK
    or is this our issue
    The old method of configuring proxy settings  to Internet Explorer 9 has changed?
    https://support2.microsoft.com/kb/2530309?wa=wsignin1.0 
    http://thommck.wordpress.com/2013/11/08/the-new-way-to-configure-internet-explorer-proxy-settings-with-group-policy/

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • Is there a student discount for Photoshop CS6?

    I am slightly confused about this, looking for an answer on my own I went through this process:
    I found the page for the Creative Suite 6 Products, and on the right side it says "CS6 or Creative Cloud? If you want all-new versions of your favorite creative software — including Photoshop CC and Illustrator CC — join Creative Cloud. If you prefer the previous version, CS6, you can purchase it here. For upgrade eligibility and purchasing options, see the Creative Suite 6 FAQ."
    So, I went to the Creative Suite 6 FAQ, where I saw the question, "Does Adobe offer education discounts?" with the answer, "Yes. Qualifying full- or part-time students, faculty, and staff of accredited educational institutions can purchase Adobe products at a reduced price." So, I poked around on the checkout page for Adobe Photoshop CS6, but there seemed to be no way to apply an education discount. I then clicked the Purchasing FAQ link on the checkout page, next the Education FAQ link, and from there the student and teacher product catalog under purchase options, but Creative Suite 6 is not listed in any form. The only options presented on the page are Creative Cloud Membership, Photoshop CC, Photoshop Lightroom, Creative Cloud Photography Plan, Photoshop Elements 13 & Adobe Premiere Elements 13, and Photoshop Elements 13.
    Is there another spot with other student discounts, is the CS6 FAQ misleading and there's not really a student discount for CS6, or am I missing something else?
    Thanks for the help!

    Hello,
    all my German sources say "Die Produktion von Adobe Creative Suite 6 sowie Photoshop CS6 Extended, Flash Professional CS6 und Dreamweaver CS6 als unbefristet nutzbare Student and Teacher Edition für Lehrer, Schüler und Studenten wird zum 28.02.2014 eingestellt" >>> translated, something like: ""The production of Adobe Creative Suite 6 and Photoshop CS6 Extended, Flash Professional CS6 and Dreamweaver CS6 as unlimited use Student and Teacher Edition for teachers and students will end at 28.02.2014", see:
    http://www.cobra-shop.de/8833-Produktionsende-Adobe-CS6-Student-and-Teacher-Editionen-f%C3 %BCr-Lehrer-Sch%C3%BCler-und-Studenten
    Adobe's link you will find there: https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayProduct&categoryOID=725 3698&store=OLS-EDU
    Hans-Günter

  • Is there a way to find out, whether the student or the full version is currently installed?

    Hi everyone!
    First of all: Merry Christmas!
    A longer text with some background information is following. My question will be at the bottom.
    My computer is a good boy and it didn't disappoint me for quite a while now.
    I had once installed the student version (german) of CS3 extended on this one.
    Then, after having removed the student version some time later when needed, I have re-installed the full version.
    This time, however, it was in english and it wasn't the extended version either.
    After the software has accepted my serial id, I was quite content. It felt much better in english and I was able to use photoshop to the fullest once again.
    Today, I have gotten my hands on the upgrade version to CS5 (again in english and not extended, but that's all I need).
    After the installation guide has told me, that there are no programmes installed which are compatible to the upgrade, I was confused.
    I have realised that my current CS3 version was still the extended one, even though it was in english and it wasn't the student version either (at least, that's what I believe, because there were no "activate"/"deactivate" buttons in the help menu where it used to be in the german student version before).
    So while doing an upgrade to CS5, I had to chose CS3 extended from the list and had to type in the old student's version serial number.
    Nothing else worked, even though I've tried to chose the CS3 version in combination with the other serial number, which belong to the full version both.
    Now to my question:
    Is there a way to find out, whether the student or the full version is currently installed?
    (Other than looking at the box of course, that would be quite trivial. I am worried if the installation guide hasn't removed all components thoroughly.)
    Thanks in advance,
    Happy holidays,
    Jeff

    Thanks for the reply!
    That's what I thought as well. However, that wasn't the case. Whether it's the educational or the full version, both splash screens looked the same.
    At least for the CS3 version.I know how I was quite confused about that in the past when I'd realised that.
    The CS5 splash screen didn't say anything about a student version, but I was able to deactivate the application. I thought this was possible for the student version only.
    I've tried using the adobe clean program like suggested, but that didn't work either. The installation guide of CS5 still didn't bother asking for an older version.
    I.e.: It still used the educational serial number from before.
    After reinstalling windows on my pc, the installation guide finally wanted to know about my CS3 again.
    However, it told me, that the serial number of the full version in combination with CS3 is not valid. Just like it did before.
    Maybe it's because the full version was made in the USA and the CS5 upgrade version was made in Austria - Ireland?
    That would be really frustrating.

Maybe you are looking for