Jiskha Homework Help
FRIDAY
March 12, 2010
SCHOOL SUBJECTS
- Art
- Business
- Computers
- English
- Foreign Languages
- Health
- Home Economics
- Math
- Music
- Physical Education
- Science
- Social Studies
GRADE LEVELS
- Preschool
- Kindergarten
- Elementary School
- 1st Grade
- 2nd Grade
- 3rd Grade
- 4th Grade
- 5th Grade
- 6th Grade
- 7th Grade
- 8th Grade
- High School
- 9th Grade
- 10th Grade
- 11th Grade
- 12th Grade
- College
- Adult Education
Post a New Question | Current Questions | Chat With Live Tutors

Homework Help: Computers: Computer Science

Recent Homework Questions About Computer Science

Post a New Question | Current Questions

Computer Science
Using the operations push(E obj), peek(), pop(), empty() give a Java implementation of the method // Reverses the elements in the stack //and returns the result. // The stack passed as an argument to //reverse() will be // destroyed upon return. public static StackInt reverse ...
Thursday, March 11, 2010 at 7:25pm

Computer science
PLEASE SOMEONE HELP ME! I need help calculating the charges and setup to display savings. 1. Help with calculations. No matter the numbers i input just the base rate comes up. 2. I need help changing the code to "Modify the program so it calculates and displays the amount...
Thursday, March 11, 2010 at 2:32am

computer science
a bank charges $10 per month plus the following check fees for a commercial checking account: $.10 each for fewer than 20 checks $.08 each for 20-39 checks $.06 each for 40-59 checks &.04 each for 60 or more checks write a program that asks for the number of checks written dur...
Wednesday, March 10, 2010 at 7:46pm

computer science
write a program that asks for the starting time and minutes of the call, and displays the charges. the program should ask for the time to be entered as a floating-point number in the form HH.MM. for example, 07:00 hours will be entered as 07.00, and 16:28 hours will be entered...
Wednesday, March 10, 2010 at 7:13pm

computer science
write a program that calculates a customer's monthly bill. it should input customer name, which package the customer has purchased, and how many hours were used. it should then create a bill that includes the input informtion and the total amount due. the bill should be wr...
Wednesday, March 10, 2010 at 6:41pm

computer science
I need help with c++ on the codeblocks. when i run the program with lines of code, i get this warning. warning: command line option "-Wmain" is valid for C/ObjC but not for C++ can anyone tell me what this mean???
Monday, March 8, 2010 at 5:39pm

computer science
ineed help with c++. i am using code blocks and i have a problem with the compiler. when I run this code ¡é # include <iostream> using namespace std; int main() { cout<<"Hello World!"<<endl return(0); } this message keep pops up. ¡...
Sunday, March 7, 2010 at 7:52pm

Business Management questions
CASE 1—E-Biz Dreams Robert Downs has just completed a Master of Science degree in computer science at Major State University. He now wants to begin a new Internet business selling his services as a Web site maker for companies in his home city, St. Louis. He estimates tha...
Monday, February 22, 2010 at 12:29pm

computer science
I need help with my Java homework! Write a program that calculates a customer's monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) and the number of hours that were used. It should then display the charges. Modif...
Monday, February 15, 2010 at 8:19pm

Computer Science
This is the problem: The following HTML code fragment contains a reference to an image file called frog.gif and with alternate text set to froggy, but the code as written contains a number of errors. Write the HTML line correctly. <IMG SCR=frog.gif ALT=froggy> (Note: thi...
Monday, February 8, 2010 at 2:59pm

computer science
explain six services provided by networks
Saturday, January 23, 2010 at 4:10am

english
- Computers - English - Foreign Languages - Health - Home Economics - Math - Music - Physical Education - Science - Social Studies GRADE LEVELS - Preschool - Kindergarten - Elementary School - 1st Grade - 2nd Grade - 3rd Grade - 4th Grade - 5th Grade - 6th Grade - 7th Grade - ...
Friday, January 8, 2010 at 1:36pm

compter science
computer science has taKE PLACE IN THE WORLD?CAN ANYONE TELL that will it take place in future ?
Sunday, December 6, 2009 at 10:49am

Computer Science
What is the halting problem? What does it have to do with self referential paradoxes? How do I make sense of this? "So suppose I have a black box which can decide the halting problem, that is I can give it a program P and the box tells me if P will ever stop. Using this I...
Sunday, November 22, 2009 at 1:54pm

Computer Science
Could someone show me an example of a service class that reads an input file (Java)?
Tuesday, November 10, 2009 at 8:15pm

Computer Science-Java
Hi, I am writing an application class for a Lunar Calendar I created in a service class and I have to make sure it is able to detect that the year entered is not in the range of values(I have done this in the service class using a switch statement) and be able to detect if the...
Tuesday, November 3, 2009 at 5:45pm

Computer Science
Given that main memory is composed of three page frames for public use and that a program requests pages in the following order. dcbadcedcbae a.) using the FIFO range removal algorithm, do a page trace analysis indicating page faults with asterisks (*). then compute the failu...
Tuesday, November 3, 2009 at 9:05am

Computer Science - Java
Hi, For an assignment I am doing, we have to have 2 service classes and one application class. One service class is already written (i.e. DiceGame1) and I am writing another one (i.e. Player) that is supposed to use the previous service class an instance variable. I was just w...
Monday, October 26, 2009 at 4:15pm

Computer Science Java
I have to write program for a dice game and use a boolean variable in the application class of the dice game that equals true when snake eyes, doubles, and box cars have been meet. I am having a little trouble doing that in my application class so I was wondering if somebody c...
Tuesday, October 13, 2009 at 12:37am

Computer Science
I am learning in my computer science class about algorithms. My teacher wrote on the board: n= 1 running time= 1 3 1+1= 2 7 1+2= 3 15 1+3= 4 31 1+4=5 63 1+5= 6 127 7 255 8 511 9 1023 10 How in the world does this happen? It has something to do with log n steps. I don't und...
Monday, October 12, 2009 at 1:32pm

Computer Science
//program that puts two lists in order in one single list with all the numbers in order import java.util.Scanner; public class listOrder { public static void main (String [] args){ int [] list1; int [] list2; int [] list3; int temp; list1 = new int [10]; list2 = new int [10]; ...
Thursday, October 1, 2009 at 12:28pm

Computer Science-Java
Hi, I have to prompt a user to input a password and have to verify whether or not it is a single word. How would I do something like?
Wednesday, September 30, 2009 at 2:57am

Computer Science-Java
Hi, I have to write a method that returns my first name, middle initial, and last name as a single String and call the method in java. So far, I have: public class ReturnName { static String fullname(String firstname, String middleinitial, String lastname) { return firstname +...
Wednesday, September 23, 2009 at 2:30am

Technology
I need help with my entry essay, "The Twentieth Century brought an explosion of discoveries and inventions in math, science, and technology. Choose one such discovery or invention, identify it, and name the people responsible. Then explain how this discovery or invention ...
Saturday, September 19, 2009 at 10:40am

math
28. Science and medicine. A computer can execute 36 instructions per microsecond. How many instructions can it execute in 4 min?
Wednesday, July 15, 2009 at 8:34pm

French
Sra, Can you please check my translations. James is from Alberta but he lives in Vernon, BC of Canada. James est de Alberta mais il habite dans Vernon, BC de Canada. James is 15 years old. James a quinze ans. James has a younger brother named Thomas. James a frère cadet...
Friday, April 24, 2009 at 2:22am

English
1. I am in the RCY club. We do clean-up activities and help people in need. 2. I am in the gag club. We make scripts and do plays. 3. I am in the science invention club. We make things with plastic and metals and have a display show. 4. I am in the pop music club. We listen to...
Monday, April 13, 2009 at 8:35am

Computer science
If the last value of Period is less than the number of periods specified in the Parameters worksheet, increment the Period value by 1, otherwise blank the cell(i.e. ""). What does this mean in spreadsheer syntax for excel using the IF function
Monday, January 26, 2009 at 3:57pm

IT Programming in South Africa for a 2007 matric..
IT Programming in South Africa for a 2007 matriculant? I matriculated 2007 with a Senior Certificate : HG Afrikaans 2nd Lang 45% HG English 1st Lang 51% SG Maths 66% SG Science 49% HG Biology 44% SG Computers 62% And I have experience with ms-dos, vbscript, javascript, css, ht...
Saturday, January 3, 2009 at 5:38am

Science/English
Here is my Science presentation, I'm having trouble with the last two sentences. What would you put as the last two sentences? Computer Technology My presentation is about how computers have changed from the past to the present. Then what I think is going to replace the co...
Saturday, November 8, 2008 at 7:32pm

computer science /use java language
write the program that inputs a string representing a binary number(0s and 1s). First, your program should veerify that it is indeed a binary number, that is, the number contains only 0s and 1s . if that is not the case, your program should print a message that number is not a...
Thursday, October 30, 2008 at 3:28pm

computer science
I have a horrible TA as a professor with a bad Indian accent that I cant understand and I am very confused with what we are doing. Encrypt the following byte message into its Cipher and again decrypt it into original form based on RSA public key cryptosystem. Message: 0001 010...
Sunday, October 26, 2008 at 6:04pm

computer science
What copyright questions have emerged in the last few years?
Wednesday, October 15, 2008 at 11:53pm

computer science
how would 123 base 4 look in base 5 and why?
Wednesday, October 8, 2008 at 6:54pm

computer science
how was the price of computation changed over time?
Wednesday, October 8, 2008 at 6:53pm

computer science
Where do basic technical innovations most often originate?
Wednesday, October 8, 2008 at 6:52pm

Computer Science
Can anyone tell me where one could find help and advice for a talented 8-year-old on computer programming languages please?
Monday, October 6, 2008 at 3:27pm

JAVA PROGRAM SELECTION SORT USING RECURSION
JAVA PROGRAM Details: I'm having a trouble with the print lines, i'm not sure where to start but i think I got the rest down correctly. Please if there is a mistake in this program, let me know or correct my current program below, this program should be compiled in JGR...
Saturday, September 27, 2008 at 2:03am

Computer Science (Basics_)
How would I make an area2, if i already have a area1 in the program. I need to divide area2/area1.. then make a println statement for it... can someone help?
Sunday, September 14, 2008 at 3:39pm

Computer Science (Basics)
public class Circumference { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub ; final double PI = 3.14159; int radius = 10; double area = PI * radius *radius; double circum = 2 * PI * radius; System.out.println("The area of ...
Sunday, September 14, 2008 at 3:38pm

Writing
Excerpt – An entertainment-driven culture runs the risk of encouraging passivity among its citizens. If they can experience something vicariously through a movie, television show, or video game, why would they get involved with the activity itself? It’s safer, after ...
Tuesday, September 9, 2008 at 4:38pm

statistics
The head of a computer science department is interested in estimating the proportion of students entering the department who will choose the new computer engineering option. A preliminary sample indicates that the proportion will be around 0.25. Therefore, what size sample sho...
Thursday, August 14, 2008 at 12:08pm

computer science
Final Project Overview and Timeline Final Project Overview The final project in COM 135 involves the creation of portions of a user manual for a product of your choice. This manual should contain the following elements: • The manual must be a Microsoft® Word document ...
Tuesday, July 22, 2008 at 11:42am

criminal justice
Does anyone know any good websites where I can get some good info from for this assignment? For career day at the local high school, you have been chosen by the department to make a presentation to a computer science class regarding the use of computer technology in police wor...
Friday, May 30, 2008 at 2:55pm

Computer Science
I need help with these assignments. "Write a program to read a list of exam scores (integers in the range 0 to 100) and to output the total number of grades and the number of grades in each letter-grade category (90 to 100 = A, 80 to 89 = B, 70 to 79 = C, 60 to 69 = D, an...
Wednesday, May 21, 2008 at 3:14am

Computer Science
I have defined a microscopic verson of scheme that utilizes amb. I am currently using Dr. Scheme. This is my definition: (define (amb-eval s environment succeed fail) (cond ((not (pair? s)) (succeed (cond ((eq? s '#t) '#t) ((eq? s '()) '()) ((eq? s '#f) ...
Thursday, May 15, 2008 at 8:17pm

computer science
suppose binary heaps are represented using a pointer-based tree representation instead of an array. consider the problem of merging binary heap LHS with RHS. assume both heaps are full complete trees, containing (2^L) - 1 and (2^R) -1 nodes, respectively. Give two O(log N) alg...
Thursday, April 17, 2008 at 11:35pm

Computer Science
In the program Turing, how would you move an box randomly around the screen. This is what I have so far: for row: 3..10 for column: 10..30 locate (row,column) put " ".. end for I think this creates a box. How would I move this box across the screen by only using rand...
Monday, April 7, 2008 at 10:09pm

English- Proofreading
Please proofread this paper (without paragraphing... sorry) Thank you so much! Jane Goodall, the eminent woman known for changing the human perception of chimpanzees, is a renowned primatologist, speaker, and humanitarian. After her parents divorced, Goodall was able to foster...
Sunday, March 30, 2008 at 8:41pm

Computer Science....PLZ HELP
DESIGN A METHOD "popOne" IN THE "Stack" CLASS WHICH POPS AN EXISTING MEMBER FROM A STACK.
Wednesday, March 19, 2008 at 11:26am

Computer Science
Design a GUI java application which dsipalys data of an array made from objects of three classes "students", "employee" and "officer" which all inherit from "person".
Tuesday, March 18, 2008 at 2:55pm

physics
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Download Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference School Supplies Search Homew...
Saturday, February 23, 2008 at 12:23pm

Computer Science
How do you create a rotation matrix that will represent a rotation of angle theta about a vector (x,y,z)? This is instead of rotating about an axis.
Saturday, February 16, 2008 at 9:58pm

Math essay
Can you please proofread my essay? My teacher is grading on accuracy, quality, correct spelling and grammer. The History of Mathematics As of today, there are plenty of new developments in the area of Mathematics. In at least some Mathematics courses, it doesn’t cross the...
Tuesday, November 27, 2007 at 6:28pm

Statistics- PEASE help!
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Download Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference School Supplies Search Homew...
Friday, November 2, 2007 at 5:09am

Computer Science/Excel
Here's the problem: John believes that the average American will be in debt forever. He decides to create a table that demonstrates this. He thinks that given 60 months (5 years) to get out of debt and the annual percentage rates 1-5 and 7-15 the percentage of the balance ...
Thursday, November 1, 2007 at 2:21pm

science
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Download Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference School Supplies Search Homew...
Monday, October 22, 2007 at 2:57pm

Computer Science
Help me please! I need help with Floating Point Notation when converting biary and regular numbers! Please. I just need some help and would appreciate it greatly. Also instant message me at TRbal10. Thank you
Sunday, October 14, 2007 at 3:51pm

Computer Science
Describe, in detail, the job of the operating system. Include the major jobs and secondary jobs that increase performance. How do utility programs support the OS? In addition, give examples of various operating software, citing advantages and disadvantages of each one.
Monday, October 1, 2007 at 9:47am

biology
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Download Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference School Supplies Search Homew...
Saturday, September 22, 2007 at 7:06am

math, economics, game theory
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Download Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference School Supplies Search Homew...
Monday, September 10, 2007 at 9:43am

International business
Where does Sony produce and market its products? Sony was founded in 1946. It is a huge company. This is a list of its affiliated companies Sony Assurance Inc. Sony Bank Inc. Sony Broadband Solutions Corporation Sony Broadcast Media Co., Ltd Sony Chemical & Information Device ...
Thursday, August 16, 2007 at 12:31am

human services my answers
Progress made in medical sciences is tremendous. Small pox is wiped out. Given the improvement in health care the death rate has reduced compared to centuries ago. Longevity is also significant. As an elected government, it is their responsibility to provide health services to...
Tuesday, August 14, 2007 at 1:51pm

computer science
Hi, I have this quick question: A Java interface can be used almost anywhere a class can be. Describe the one place/situation where it cannot be used in a place of a class name. Thanks a lot. Not sure what you mean by "in a place of a class name."
Sunday, August 5, 2007 at 7:07pm

computer science
Here is a question which for some reason I feel very unsure with. Can you guys take a look and see if you agree or disagree with what I have? I personally think that the below situation is safe and secure: Your software company has produced the following Unique class definitio...
Sunday, August 5, 2007 at 7:05pm

Computer Science
Help me find the answers to these brain teasers. #1 I am where the sky is orange; I am where the grass is red; I am the land of violet bananas and the home to blue oranges. What am I? #2 Wha is a word that is 1 syllable but when you add 1 letter the end; it becomes 3 syllables...
Friday, July 20, 2007 at 11:32am

Chemistry
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Download Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference School Supplies Search Homew...
Monday, July 9, 2007 at 1:12pm

Comp.
Could anyone help me Please.. about the uses of the computer on the following fields. 1.Business 2.Arts and Films 3.Music 4.Engineering 5.Manufacturing 6.Police and Laws Enforces 7.Medicine 8.Education 9.Science and Research 10.Archeology Thanks :-) http://en.wikipedia.org/wik...
Sunday, June 24, 2007 at 8:39am

Critical Thinking 205
So I've been searching, checking the web on many different search engines, the college library. and have not found an example of a nonprejudicial rhetorical device. So it would be safe to say there is no such thing as a nonprejudicial rhetorical device? Rhetorical devices ...
Thursday, June 21, 2007 at 12:00pm

Computer Science
Describe Operating systems theory and configuration at the Unix kernel/Windows registry level Describe standard operating system services (RPC, NetBIOS, etc) Describe File storage, management, and security shemes Describe command line administration of UNIX/Windows Describe co...
Tuesday, June 19, 2007 at 11:44am

Algebra
How would I complete this problem? Geometry. The area of a rectangle of length x is given by 3x^2 + 5x. Find the width of the rectangle. I think the width is 3x+5 but not sure. Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Ph...
Tuesday, June 5, 2007 at 4:25pm

Computer science (Java programming)
Why are the use of GUIs and graphics beneficial in programming? Try writing with and without them and write your feelings about each. Then pick out the benefits of GUIs and write about that. Matt
Thursday, May 31, 2007 at 8:24am

Math
I can't seem to do this problem. And my grade is riding on it. Can someone please help? I don't know how to solve it. Can someone help me by telling me what I'm doing wrong? The problem is 3y = 2x + 12 My Work: 0=2x+ 12 -------- 2 2 x=6 You cannot solve this equati...
Monday, May 28, 2007 at 11:10am

English
im an only child and parents are too busy to help so, i need to interview someone that went to school 20 years ago and i was wondering if anyone would like to help me. Theses are my 7 questions because i already have 3 answered: 1.How was school like back then for you? 2.What ...
Sunday, May 6, 2007 at 6:03pm

computer science
Hi, I need to design a state machine for a simple CPU. The cpu has a word size of 4 bits, 4 registers, and 2 register ports (A and B) which go to a ‘181 ALU. Our data-input device consists of two DIP switches, which go to the data-in port of the register file. The sole me...
Wednesday, March 7, 2007 at 8:09pm

S103 - Discovering Science
Is anyone Studying S103-Discovering Science. On TMA 6 blocks 7-8, having a little trouble can anyone Help Rather than using abbreviations, could you give us more details about your problem? This would help us to help you. I hope this helps a little. Thanks for asking. a) Compo...
Monday, March 5, 2007 at 12:31pm

Where are the teachers?
I really need help and no offense but I would prefer Dr.Bob or Writeacher or somebody that knows what they're doing. Where are they? okay well i'm not a teacher but i will try to help if i can. i'm a tutor if that gives you any confidence Okay, how do you find the ...
Friday, February 23, 2007 at 12:24am

Morse Code Please Answer!
My book doesn't explain how, for example, if D was --. and O was .-. than how would they tell the end of the D from the beginning of the O? Did they pause between letters? But then how would they know the difference between a "new letter" pause, and a "new w...
Thursday, February 22, 2007 at 4:11pm

math
Subjects Art Business Computers English Foreign Languages Health Home Economics Mathematics Music Physical Education Science Social Studies Features Contribute Experts Forum Job Openings Homework Tips Libraries.Jiskha Link to Us Reference Parents & Teachers School Supplies Se...
Thursday, February 8, 2007 at 8:54am

computer science
Is there a website that explains computer terms and definitions? http://www.computeruser.com/resources/di​ctionary/ http://www.webopedia.com/ Another site from your first post is below.
Friday, January 12, 2007 at 3:27pm

computer science
Is there a website that explains computer terms and definitions? http://whatis.techtarget.com/
Friday, January 12, 2007 at 3:07pm

for David, French
Thank you for using the Jiskha Homework Help Forum. I have been unable to read your question because of "error, Gateway timed out" BUT since I know you are requesting a translation site to do long sentences correctly, let me post what I wrote yesterday for the same t...
Tuesday, December 19, 2006 at 9:43pm

Computer science
If we have any five numbers. how do we find maximum and minimum number of those. You take the first number and store it in variable Min and Max. Then you take the second number. If that number is larger than the variable Max you overwrite Max and store that varible there. If n...
Friday, December 15, 2006 at 8:07pm

computer science
How to Do ARRAYS Type arrays into Google and click on the Wikipedia link.
Friday, December 15, 2006 at 8:06pm

Economics
6. Show the effect of each of the following events on the market for labor in the computer manufacturing industry. Use graphs. a. Congress buys personal computers for all American college students. Wouldn't the demand curve shift to the right while the supply curve stays t...
Monday, December 4, 2006 at 4:25pm

computer science
Algorithm for Binomial Numbers Task Binomial numbers (or binomial coefficients) are important positive integers that arise frequently in computing and mathematics. A function to compute binomial coefficients will have two inputs: n and k. The corresponding coefficient is writt...
Wednesday, November 29, 2006 at 1:05am

essay help
how have you taken advantage of the educational opportunities you have had to prepare/ It’s unbelievable how each year, since the beginning of high school, my perfectly laid plans for myself have deteriorated. When I entered my freshman year, I had dreams of being a docto...
Wednesday, October 25, 2006 at 1:24am

algerbra
who invented algerbra and why is it important I searched on the internet and found notations as far back as 1850 BC (that's a long time ago) by a plethora of nations (Egypt, India, and others). Your next question is easier to answer. MOST of the work required of students i...
Tuesday, September 19, 2006 at 5:49pm

science
An area in your state has been flooded due to heavy rains. How might scientists from the three main branches of science interact in their study of the flood, its effects, and how future flooding might be controlled? OK, I will bite: What do you think the three main branches of...
Sunday, September 17, 2006 at 7:08pm

math
what do you call the numbers that cannot be arranged into 2 row arrays The 4th time I'm seeing this question. Would you please tell me what class this question is for? I'm not aware of any special name for 2 row arrays and I'd like to know the answer too. Is this c...
Thursday, August 31, 2006 at 5:01pm

Math
Can someone walk me through these becuase I'm just not getting it.... Let f(x)= 3 x 4^x. A.) 16f(x)= f(x+2) B.) f(x)= f(x-1) The quickest way to answer this question is to try different test values for x. My favorite was the number 13. Set x to 13, and see if A and/or B ho...
Tuesday, August 29, 2006 at 1:07am

Social Science
Write for me something about 'Role of women in India's struugle for freedom' with summary and some photos based on the above topic.And it should also contain suitable heading.Introduction part is the must in the whole. I need all this to be done because this has be...
Monday, June 19, 2006 at 10:27am

Pages: 1 |

Post a New Question | Current Questions

Homework Help: Computers

For Further Reading

SEARCH

COMMUNITY
FEATURES
- Live Tutors
- Reference
- Search