Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 31,531 points

Bryce

Favorite Answers14%
Answers547
  • Can you Set something equal to a string/word?

    Set num1 = num2 + num3 -> this makes sense to me

    Set newColor = purple -> Is this allowed?

    Display newColor -> would this display "purple?"

    2 AnswersProgramming & Design7 years ago
  • Pseudocode help: using the word Set?

    I get we can do something like:

    Set num1 = num2 + num3

    Can we use Set to set something equal to a string/word?

    For example:

    Set newColor = purple

    Is this not allowed?

    1 AnswerProgramming & Design7 years ago
  • Programming - need help with modules?

    Okay so I have to design a program that uses modules that requires me to find the total cost of something... Without getting into specifics, the user is prompted to enter 2 inputs, and I am able to find the cost of labor, as well as the cost of paint in two seperate modules... How can I create a module that adds the result of the costOfLabor module and the costOfPaint module?

    Total cost = cost of labor + cost of paint

    Sorry, I forgot to add I am just creating a pseudocode program

    1 AnswerProgramming & Design7 years ago
  • Programming Help - Module question?

    Okay so I have to design a program that uses modules that requires me to find the total cost of something... Without getting into specifics, the user is prompted to enter 2 inputs, and I am able to find the cost of labor, as well as the cost of paint in two seperate modules... How can I create a module that adds the result of the costOfLabor module and the costOfPaint module?

    Total cost = cost of labor + cost of paint

  • Revolution in America?

    If people wanted to start a revolution and overthrow the government for reasons such as implementing unconstitutional laws, infringing upon people's liberties, etc. if they decided to hold meeting to overthrow the government, what would happen? Constitutionally, are they allowed to have these meetings? I think it was Ben Franklin that said that if the people believe the government should be changed, they have the right to change it completely. Anyways, just wondering what would happen.

    5 AnswersOther - Politics & Government7 years ago
  • Which Xbox One game should I get?

    I already have Battlefield 4, Forza 5, and Deadrising 3. But I've been getting some requests for Christmas lists. I don't want COD: Ghosts, since I already have a shooter (BF4). So what game should I get just to play something different for a while during the holidays?

    I am debating between Skylanders Swap Force and Ryse: Son of Rome. Neither are spectacular but it would be nice to play something for a change after playing the other 3 games I have for a while.

    What do you think?

    1 AnswerVideo & Online Games8 years ago
  • Writing HTML in Microsoft Word?

    Am I doing something wrong? For my Computer Concepts class we are to open a Word document and save it as a web page (.htm). This I can do. Then there is a series of instructions such as hyperlinking (which i can also do). However, we are then asked to insert HTML tags (specifically an image tag. We are to use the URL of a specific image, which I know). My problem is this... When I enter the HTML tag where it says to, then open the file with Google Chrome, or Internet Explorer, I only see the text of the HTML tag, NOT THE IMAGE. Why is this?

    P.S. I am using Windows, and I made sure that file extensions are not hidden.

    NOTE!!!!: When I enter the same tag into notepad, and open it in Word, I see the image. This tells me that the tag works fine, but for some reason when I insert the tag IN Microsoft Word and open it in my browser I am not seeing the Image. i don't think the Tag is not the problem. Perhaps my code is wrong? This is what is looks like :

    <img src=“http://inside.arc.losrios.edu/arclo... alt=”American River College logo; an oak tree with the letters ARC below it“>

    1 AnswerSoftware8 years ago
  • Writing HTML in Microsoft Word?

    Am I doing something wrong? For my Computer Concepts class we are to open a Word document and save it as a web page (.htm). This I can do. Then there is a series of instructions such as hyperlinking (which i can also do). However, we are then asked to insert HTML tags (specifically an image tag. We are to use the URL of a specific image, which I know). My problem is this... When I enter the HTML tag where it says to, then open the file with Google Chrome, or Internet Explorer, I only see the text of the HTML tag, NOT THE IMAGE. Why is this?

    P.S. I am using Windows, and I made sure that file extensions are not hidden.

    NOTE!!!!: When I enter the same tag into notepad, and open it in Word, I see the image. This tells me that the tag works fine, but for some reason when I insert the tag IN Microsoft Word and open it in my browser I am not seeing the Image. i don't think the Tag is not the problem. Perhaps my code is wrong? This is what is looks like :

    <img src=“http://inside.arc.losrios.edu/arclogo.gif%E2%80%9D alt=”American River College logo; an oak tree with the letters ARC below it“>

    2 AnswersProgramming & Design8 years ago
  • Writing HTML Microsoft Word?

    Am I doing something wrong? For my Computer Concepts class we are to open a Word document and save it as a web page (.htm). This I can do. Then there is a series of instructions such as hyperlinking (which i can also do). However, we are then asked to insert HTML tags (specifically an image tag. We are to use the URL of a specific image, which I know). My problem is this... When I enter the HTML tag where it says to, then open the file with Google Chrome, or Internet Explorer, I only see the text of the HTML tag, NOT THE IMAGE. Why is this?

    P.S. I am using Windows, and I made sure that file extensions are not hidden.

    NOTE!!!!: When I enter the same tag into notepad, and open it in Word, I see the image. This tells me that the tag works fine, but for some reason when I insert the tag IN Microsoft Word and open it in my browser I am not seeing the Image. The Tag is not the problem.

    1 AnswerSoftware8 years ago
  • Writing HTML in Microsoft Word?

    Am I doing something wrong? For my Computer Concepts class we are to open a Word document and save it as a web page (.htm). This I can do. Then there is a series of instructions such as hyperlinking (which i can also do). However, we are then asked to insert HTML tags (specifically an image tag. We are to use the URL of a specific image, which I know). My problem is this... When I enter the HTML tag where it says to, then open the file with Google Chrome, or Internet Explorer, I only see the text of the HTML tag, NOT THE IMAGE. Why is this?

    P.S. I am using Windows, and I made sure that file extensions are not hidden.

    2 AnswersSoftware8 years ago
  • HTML Question and Microsoft Word?

    For my computer concepts class we were told to create a web page using Microsoft Word by saving it as an HTML file.

    Then there were a series of questions which i won't get into much detail about.

    My questions are this:

    1.Can Microsoft Word be used to write HTML code?

    2. One part of the assignment told us to enter HTML tags so that we would see an image (when we open the file as a web page locally), but I only see the HTML tags I entered, How will I be able to see an image instead of the code? (we were given sites with certain images, we can't just copy/past the image)

    3. We were told to Embed a Youtube video (the video; not just the URL) into our web page(.htm) using the appropriate HTML code provided by Youtube. How do I do this?

    P.S. It gives a Hint that we can open the file in Notepad and change the HTML code directly.. but when I enter the tag in Notepad it shows an image in the Word file (It says to enter HTML tags IN the word file, not an image)

    1 AnswerSoftware8 years ago
  • A question about HTML and Microsoft Word.?

    For my computer concepts class we were told to create a web page using Microsoft Word by saving it as an HTML file.

    Then there were a series of questions which i won't get into much detail about.

    My questions are this:

    1.Can Microsoft Word be used to write HTML code?

    2. One part of the assignment told us to enter HTML tags so that we would see an image (when we open the file as a web page locally), but I only see the HTML tags I entered, How will I be able to see an image instead of the code?

    3. We were told to Embed a Youtube video (the video; not just the URL) into our web page(.htm) using the appropriate HTML code provided by Youtube. How do I do this?

    2 AnswersProgramming & Design8 years ago
  • Microsoft Excel 2010 question?

    I am supposed to do this for my Computer Concepts class, but can't figure out how to. I created the chart, but don't know how to move it to a separate chart sheet with no cells on it.

    "Create a simple column chart (2-D or 3-D) that contains data from the Assignment Name and Percentage columns only. When you have completed the chart move it to a separate chart sheet (which only contains the chart and no spreadsheet cells) within your workbook."

    1 AnswerSoftware8 years ago
  • Run or Pass pre-snap reads?

    I'm trying to determine the best offensive players to key for specific defensive positions. For example I like my Inside linebackers to read guards. My D-line doesn't really have a specific player to read. My outside linebackers read the ends to determine run or pass. My corners and safeties are who I am having trouble determining their pre-snap keys. I've heard some coaches teach them to watch the QB, some ask them to read uncovered linemen, some read the ends. Cornerbacks as well.

    I'm just trying to collect a number of different keys and reads, so if you have your own, or if your team has certain keys/reads, please share. Not just for defensive backs, but any defensive position.

    1 AnswerFootball (American)8 years ago
  • Need help with naming computer parts?

    I need to find a computer that meets certain criteria. One of these criteria is the following:

    You must be able to create and play back audio and video files through built-in or peripheral hardware devices. (Be sure to list all required hardware devices needed to accomplish this.)

    What hardware devices do I need to accomplish this?

    1 AnswerAdd-ons8 years ago
  • If God created nature...?

    If God created nature and sexual (lustful) thoughts are natural and masturbation is natural, then Why would He be against It?

    6 AnswersReligion & Spirituality8 years ago
  • Your thoughts on my Week 1 NFL picks?

    Anybody not doing the ESPN Pigskin Pick'em, I recommend trying it out. I have a lot of fun playing with friends and family. It's basically just picking who you think will win each win and you can play against family/friends or by yourself. I'm in a group of about 8 people and was just wondering what you think of my picks. Please give a reason why you disagree with any of my picks if you do.

    Ravens @ Broncos: Broncos

    Falcons @ Saints: Saints (I'm skeptical of this one, I just went with the saints at home)

    Patriots @ Bills: Patriots

    Bengals @ Bears: Bengals

    Dolphins @ Browns: Browns

    Vikings @ Lions: Lions

    Titans @ Steelers: Steelers

    Raiders @ Colts: Colts

    Chiefs @ Jaguars: Chiefs

    Buccaneers @ Jets: Buccaneers

    Seahawks @ Panthers: Seahawks

    Packers @ 49ers: 49ers

    Cardinals @ Rams: Rams

    Giants @ Cowboys: Cowboys (might change by sunday)

    Eagles @ Redskins: Redskins

    Texans @ Chargers: Texans (This one was tough being a Chargers fan)

    8 AnswersFootball (American)8 years ago
  • Motioning in football?

    Is it illegal for a player to motion forward in general or only at the snap? In other words, If a team is lined up in an "i" formation, can the fullback motion into the wing? This would require him to move up the field. Is it legal if he is set? What's the rule on motioning forward?

    3 AnswersFootball (American)8 years ago
  • I got flashed at a red light?

    I plan on fighting my red light violation... But I was just wondering how it works. Is it just you and the Judge? Is there an officer opposing you? How does it work?

    1 AnswerLaw Enforcement & Police8 years ago
  • Should I fight my Red light violation ticket?

    I was on my way to Taco bell one crisp night in California, when I see the light as yellow. I slowdown to make my right turn, then half a second before my tire crosses the line, the line switches to red. I drive a pickup and if I was to stop, i would be inside the intersection, blocking the walkway for pedestrians, as well as cars turning left. Anyways, I was still in motion as the light turned red, and *Flash* i get a $480 dollar ticket.

    5 AnswersLaw Enforcement & Police8 years ago