Number of results: 52,074
computer science(Algorithm)
Obviously in your algorithm, some of the > and ≥ signs have not been coded properly for HTML. This is a one-pass algorithm that does the work in O(m+n) BUT it does not guarantee the integrity of the tableau, namely after any exchange, there is no guarantee that ...
Thursday, October 21, 2010 at 9:05am by MathMate
Psychology Please Help!!
Did you look for the word "algorithm" in the dictionary? Then you would know that that definitely is the WRONG answer. In mathematics and computer science, an algorithm Listeni/ˈælɡərɪðəm/ is an effective method ...
Tuesday, November 15, 2011 at 9:17pm by SraJMcGin
java
The LCM algorithm most suited for computer computations is Euclid's division algorithm, although we have all learned the factoring approach in school. Which one is more familiar to you?
Sunday, April 15, 2012 at 8:17pm by MathMate
probability
out of 250 students interviewed at a community college, 90 were taking mathematics but not computer science, 160 were taking mathematics, and 50 were taking neither mathematics nor computer science. Find the probability that a student chosen at random was a. taking just ...
Thursday, October 27, 2011 at 2:14pm by Emma
Visual Basic (Computer Programming)
ALGORITHM EXERCISES 1. Wilma Peterson is paid by the hour. She would like a program that both calculates and displays her weekly gross pay. For this exercise, you do not need to worry about overtime pay, as Wilma never works more than 40 hours in a week. Desk-check your ...
Wednesday, January 16, 2013 at 12:01pm by Erick
algorithm
Your algorithm is probably OK, but where do you enter the value 5 for the number of terms? This same problem popped up about 4 days ago, but not as a computer problem. It turns out that same series sum can be written (1/3)n^3 + (1/2)n^2 + (1/6)n Where n is the number of terms ...
Thursday, July 17, 2008 at 10:13pm by drwls
Computer
How to write an algorithm to find the fibonacci series ??? Help:/
Thursday, February 24, 2011 at 7:06am by Nelly
Computer Studies-Algorithm
don know
Monday, August 22, 2005 at 6:03am by Define the purpose of memory chips
Computer Science
Use the Infix to Prefix algorithm shown in class to translate the following arithmetic expressions into the fully parenthesized "prefix notation" of Scheme expressions. (11 - (((27 / 18) / 131) + 927)) v + w - x + y - z v + w - (x + y - z)
Wednesday, September 7, 2011 at 1:10am by erika
computer
What does tenure track, part time instructor of computer science does? To be computer science where can you do volunteering?
Saturday, March 16, 2013 at 9:25pm by maz
programming
Write an algorithm that converts a decimal number to binary. Then, give the big-O for your algorithm.
Tuesday, September 18, 2012 at 9:55am by layal
Algorithm
write a pseudo code algorithm that will accept 20 numbers and finds their product
Monday, July 16, 2012 at 4:52am by chinna
programming
Write an algorithm that prints the factorial for the first 20 even numbers. Then, give the big-O for your algorithm.
Tuesday, September 18, 2012 at 9:54am by layal
mat 156
The following algorithm give a correct answer 488 +_65_ 5^1 5^1 3 Explain why the algorithm works
Monday, November 29, 2010 at 1:27pm by susan
physics
n this problem, we will carry out some steps of the quantum factoring algorithm for N=15. (a) What is the period k of the periodic superposition set up by the quantum factoring algorithm if it chooses x=2? (b) Assume that we found this k using period finding algorithm. Use k ...
Friday, March 22, 2013 at 3:32am by s
Algorithm
Write an algorithm to delete the fifth record in a master file of 50 records stored on magnetic tape.
Monday, August 22, 2005 at 6:09am by Ishani
computers
You do not require an algorithm to do the named operations because there is no repetition. You need a pseudocode (the steps named in English or an understandable language) or a computer programme. Think of the computer as a robot and give it instructions to do what you need ...
Monday, September 20, 2010 at 7:36am by MathMate
physics
In this problem, we will carry out some steps of the quantum factoring algorithm for N = 15 (a) What is the period k of the periodic superposition set up by the quantum factoring algorithm if it chooses x = 2 ? (b) Assume that we found this k using period finding algorithm. ...
Wednesday, March 20, 2013 at 5:07am by Gyanno
Algorithm
write a pseudo code algorithm that will accept the marks in a test for a group of 25 students then calculate and display the average mark
Monday, July 16, 2012 at 4:54am by chinna
Computer - Programming
Please how do I compute an algorithm to compute the sum of n integers starting with the K^th integer. Thanks A:=0 For i = k to n Do Begin A:= A + i End
Thursday, April 12, 2007 at 12:11pm by Febby-1
Quantum Physics
In this problem, we will carry out some steps of the quantum factoring algorithm for N = 15 (a) What is the period k of the periodic superposition set up by the quantum factoring algorithm if it chooses x = 2 ? (b) Assume that we found this k using period finding algorithm. ...
Wednesday, March 20, 2013 at 1:22am by Gyanno
Quantum Physics
In this problem, we will carry out some steps of the quantum factoring algorithm for N = 15 (a) What is the period k of the periodic superposition set up by the quantum factoring algorithm if it chooses x = 2 ? (b) Assume that we found this k using period finding algorithm. ...
Thursday, March 21, 2013 at 1:31pm by Gyanno
dfhjh
There are different algorithms to find GCD. The one that has least steps in a flow chart and least work in programming is by Euclid's algorithm. The one we usually work with by finding factors and comparing factors is a more complex algorithm to make a flow-chart, and ...
Sunday, May 15, 2011 at 10:05am by MathMate
CSC 111 Intruduction to Computer Science
What does it imply to pursue a computer science major in the 21st century?
Thursday, July 8, 2010 at 7:00pm by keith
English
Let's write down what you can do with the computer. 1. I use the computer to chat with netizens in chatrooms. 2. I use the computer to do paper work. 3. I use the computer to make documents with the word processor, Excel. 4. I use the computer to surf the Internet. 5. I ...
Saturday, April 10, 2010 at 2:43am by rfvv
computer science(Algorithm)
To make sure we are on the same wavelength, to me it is implicit that 1. the matrix entries are numeric 2. the insertion will preserve the given order horizontally and vertically, 3. location of non existent elements are unpredictable, and 4. The insertion of an element in a ...
Thursday, October 21, 2010 at 9:05am by MathMate
computer science
write a program to select the classes that you are taking(Ex. Computer Science) .When the button is clicked, the program should print the names of the computer language studied. If no, check boxes have been selected, the sentence "No language studied should be printed
Wednesday, March 21, 2012 at 4:52am by cindy
Algorithm Verification
Please give example of algorithm verification.
Thursday, June 23, 2011 at 10:57pm by JoJo03
Math
Multiply. Use the partial-products algorithm. 87 x 65 Not sure how to use the partial-product algorithm.
Sunday, April 18, 2010 at 10:45am by Jake
CSC 111 Intruduction to Computer Science
It implies that computers will be with us a long time. It also suggests that there will be continual changes in this field and that a computer science major needs to be able to adapt to these changes.
Thursday, July 8, 2010 at 7:00pm by Ms. Sue
programming
1. Write a structured algorithm that prompts the user to input two numbers. The algorithm should calculate and print the sum & product of the two numbers [21/2]
Tuesday, October 16, 2012 at 2:00pm by alethia benney
Math
Before calculators, we used a method similar to long division. You will find it explained on this page http://www.homeschoolmath.net/teaching/square-root-algorithm.php go about 1/4 down on the webpage to "Finding square roots using an algorithm"
Tuesday, September 28, 2010 at 11:26pm by Reiny
Arrays and Expanded Algorithm
how do you 4th grade kids do arrays and an expanded algorithm math fpr homework
Thursday, September 22, 2011 at 4:59pm by alyssa
Algorithm Verification
In google type algorithm verification.
Thursday, June 23, 2011 at 10:57pm by Anonymous
computer science
You will probably notice that posting the question for computer programming without showing any of your work will not get much response. We will not write a complete program for you, because that will deprive you of the opportunity to learn. Programming cannot be learned by ...
Wednesday, April 25, 2012 at 9:49am by MathMate
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 ...
Sunday, March 7, 2010 at 7:52pm by lj
computer science
Describe computer laguages according to its generation.
Tuesday, June 18, 2013 at 3:14am by abhigyan
computer science
Hi what are mutator and accessor methods and what is the difference
Tuesday, October 25, 2011 at 10:05pm by computer scientist
computer science
how has the price of the computer changed over the years
Sunday, September 5, 2010 at 9:43pm by marisha
computer science 100
which of the following are used in a traditional mainframe computer environment
Tuesday, February 8, 2011 at 1:10pm by luis
computer science
Here are some links to help you; skip to the 4th and then try any that look promising: http://search.yahoo.com/search?fr=mcafee&p=in+computer+science%2C+what+is+a+ram Sra
Saturday, October 22, 2011 at 8:31pm by SraJMcGin
computer science(Algorithm)
An m X n YOUNG TABLEAU is an m X n matrix such that the entries of each row are in sorted order from left to right and the entries of each column are in sorted order from top to bottom. Some of the entries of YOUNG TABLEAU maybe ¡Þ, which we treat as nonexistent ...
Thursday, October 21, 2010 at 9:05am by Traxx
computer science
What exactly do computer scientists do?
Saturday, August 11, 2012 at 4:11am by Jeconiah
computer science
what is meant by a computer virus?
Sunday, August 21, 2011 at 6:51am by duppala
pseudocode programming
Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The criteria for eligibility are that the citizen must be 18 or older and must not be a convicted felon. The algorithm must continuously accept as input only the names, year of birth and ...
Saturday, February 13, 2010 at 1:48pm by Janeille
Pseudocode programming
Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The criteria for eligibility are that the citizen must be 18 or older and must not be a convicted felon. The algorithm must continuously accept as input only the names, year of birth and ...
Tuesday, July 24, 2007 at 3:03pm by Janeille
science
Which Windows feature allows you to personalize your computer system? A. My Pictures C. Default Programs B. Control Panel D. Computer
Wednesday, August 15, 2012 at 3:08pm by Joanna
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 by RustyBear
statistics
There are 44 mathematics major and 163 computer science majors at the college. How many ways are there to pick 2 representatives, so that one is a mathematics major and the other is a computer science major?
Wednesday, October 19, 2011 at 12:01am by tj
Computer science
what are some examples of a computer system in an unsafe state and describe how the process could be complete without causing a deadlock.
Wednesday, November 17, 2010 at 12:00am by tasha
computer science(Algorithm)
INSERT(Y; k) DECREASE-KEY(Y; m; n; k) DECREASE-KEY(Y; i; j; k) if Y [i; j] · k then return error Y [i; j]Ãk thresholdÃ1 largestiÃi largestjÃj while(i > 1 or j > 1) and Y [i; j] < threshold do exchangeY [i; j] $ Y [...
Thursday, October 21, 2010 at 9:05am by Traxx
computers
Do the three integers come in an array or in three distinct variables? Can you clarify if the sorting algorithm should work for 3 (and no more) or is it a general algorithm that you are supposed to do? A general one is not much more complicated, but requires the use of for-...
Sunday, October 4, 2009 at 6:17pm by MathMate
Computer Science JAVA FUNCTIONS
Perhaps one or more of the following links will help you solve this problem: http://search.yahoo.com/search?fr=mcafee&p=Computer+Science+Java+Functons+Tutorial Sra
Monday, May 31, 2010 at 8:16pm by SraJMcGin
statistics
What is the probability that a student in a college of 650 students in both a math major and a computer science major ( assuming these events are independent) If there are 72 math majors and 105 computer science majors?
Wednesday, November 30, 2011 at 12:09pm by Tina
statistics
What is the probability that a student in a college of 650 students in both a math major and a computer science major ( assuming these events are independent) If there are 72 math majors and 105 computer science majors?
Wednesday, November 30, 2011 at 12:09pm by Lisa
computer science
How can i create my computer science project which is to draw a game and make a file on your game which you can create?
Sunday, January 22, 2012 at 12:55am by Jahnvi
Computer Science Computer Programming
I figured it out. I forgot to delete "JOptionPane.showMessageDialog (null, "Your shipping charges are $" + df.format(total));
Monday, May 21, 2012 at 9:01pm by AB
Computer Science
An advertising agency wants to send a letter to all of its clients announcing a new fee schedule. The clients' names are in several different lists (arrays). The company merges the various lists to form one array, but clients could be listed in the array more than once. ...
Tuesday, September 13, 2011 at 11:11am by Anna
Discrete Math
In google type: Euclidean algorithm online When you see list of result click on: Euclid's Algorithm Calculator-Calculator Soup-Online Calculators When page be open type your numbers and click otion Calculate
Monday, February 28, 2011 at 7:04pm by Bosnian
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 ...
Monday, October 12, 2009 at 1:32pm by Elizabeth
Computers
Problem-Solving 1. Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The criteria for eligibility are that the citizen must be 18 or older and must not be a convicted felon. The algorithm must continuously accept as input only the names, ...
Saturday, February 13, 2010 at 5:11pm by Janeille
computer
http://www.google.com/search?q=computer+science+instructor+job+description&aq=f&oq=computer+science+instructor+job+description&aqs=chrome.0.57j0l2.10507&sourceid=chrome&ie=UTF-8 part-time = does not teach as many classes as full-time instructors do tenure-...
Saturday, March 16, 2013 at 9:25pm by Writeacher
maths.reposting as i need a non algebraic way to s
Here we see that all the prices are related to the computer table, so let's express all costs in terms of the computer table. A bar stool costs (1/5) of a computer table, so 4 cost 4(1/5)=4/5 of a computer table. A cabinet costs $40 less than a computer table. So 1 ...
Monday, October 10, 2011 at 1:12pm by MathMate
English
1. I use the computer to make presentations with Powerpoint. 2. I use the computer to do paper work with the word processor programs, such as Hangeul and Word. 3. I use the computer to buy things at Auction, an on-line shop. 4. I use the computer to learn English from native ...
Thursday, March 21, 2013 at 3:30pm by Writeacher
English
It's better to use "on" with "computer" or "the computer" or "a computer." The sentences are correct and mean approximately the same thing -- with few differences. You can use either "used" or "second-hand" to ...
Wednesday, June 3, 2009 at 12:53pm by Writeacher
Computer science
Assume you have a computer that contains 1GB of memory. It contains four memory slots. Each slot can contain 128 MB, 256 MB, 512MB, 1 GB, or 2GB memory modules. two of the slots contains a 512MB memory module. What memory chip would you buy to increse the memory on the ...
Sunday, February 3, 2013 at 10:14pm by Md Farhad Hossain
Math
There is an example of the method us "oldtimers" had to learn as students, and which I taught to my students before calculators were available. http://www.homeschoolmath.net/teaching/square-root-algorithm.php Go about one page down on the site to where it says "...
Tuesday, February 26, 2008 at 10:39pm by Reiny
French-Simple question
A computer = computer science Statue of David -- art history flag -- government dates -- history
Wednesday, February 16, 2011 at 8:58pm by Ms. Sue
computer science
Would an elderly person who just uses the computer for email have the same concerns as a teenager or a business person?
Saturday, January 15, 2011 at 9:33pm by Ms. Sue
computer science
If all the hub and authority scores are initialized to 1, what is the hub/authority score of a node after one iteration? In the preceding discussion we encountered two recommended hard constants the increment on te being ten times the last fetch time, and ...
Friday, December 10, 2010 at 1:06pm by Alex
COMPUTER
these would be the appropriate definitions for a Computer monitor: a. a component, as a CRT, with a screen for viewing data at a computer terminal. b. a control program. Compare operating system. c. a group of systems used to measure the performance of a computer system.
Saturday, February 21, 2009 at 2:43pm by Anonymous
statistics
Among the 500 first year students of college, 270 students study computer science, 345 students study mathematics, and 175 students study both computer science and mathematics. If one student is selected at random, find the probability that he did not take either of these ...
Friday, June 3, 2011 at 2:53pm by masaad
college psychology
How about this one? http://dictionary.reference.com/browse/algorithm
Wednesday, November 19, 2008 at 4:35pm by Ms. Sue
computer
How does a computer generated animation work? (Points: 5) The computer creates constant movement in the characters. The computer, along with human workers, moves the characters on the screen. The computer creates a set of continuous movements, one character at a time. The ...
Friday, November 11, 2011 at 4:02pm by john
math
A computer technician has been assigned the task of cabling together five computers numbered one through 5. Computer one must be cabled to computer three, and computer two cannot be cabled to computer five. Make a sketch of the distinct ways that the five computers can be ...
Sunday, September 28, 2008 at 11:24am by sara
English
1. I use the computer to make files with Power point. 2. I use the computer to do paper work with the word processor programs such as Hangeul, Power point and Excel. 3. I use the computer to buy things at Auction, an on-line shop. 4. I use the computer to learn English from ...
Thursday, March 21, 2013 at 3:30pm by rfvv
Computer Tech
Name 2 things that a computer virus might do if it gets into your computer.
Tuesday, February 28, 2012 at 1:48pm by Sudör
logic and design
You have been contracted by a local antique store to design an algorithm determining the total purchases and sales tax. According to the store owner, the user will need to see the subtotal, the sales tax amount, and the total purchase amount. A customer is purchasing four ...
Sunday, January 15, 2012 at 3:44pm by EJ
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 ...
Tuesday, November 3, 2009 at 9:05am by Ryan
computer
I am interested in computer so i wanted to ask that what is computer engineer? do they repair computers? are they rich? what are they?
Thursday, May 7, 2009 at 3:22pm by Rosalia
computer science
http://www.answers.com/topic/computer-virus Read carefully and let us know what you think.
Sunday, August 21, 2011 at 6:51am by Writeacher
Computer Science
To accomplish what? What kind of help? What kind of advice? For programming, check into OZ or Simple Those are designed for computer programming by kids.
Monday, October 6, 2008 at 3:27pm by bobpursley
Computer Science
Sorry to be nagging, but next time, when the teacher writes something on the board that you do not understand, raise your hand and ask for explanation. There may be 6 other students who don't understand and they would thank you for asking. Back to the board. If you have to...
Monday, October 12, 2009 at 1:32pm by MathMate
computer
distinguish between computer data represented by the start of a computer's electrical switches and the meaningful information that is displayed to the user
Wednesday, September 9, 2009 at 10:20am by karry
computer science
Not familiar with Octave, nor do I have a linux system to run it. However, I have worked on other computer-algebra systems, and hope to be able to shed some light if you would post your question.
Thursday, March 29, 2012 at 10:49am by MathMate
Question
they r similar in way. You are supposed to animate and create characters on the computer for both of them. Computer effects and computer knowledge is also needed. Did it help ???
Friday, December 5, 2008 at 8:06pm by vaishnavi
English
1. My hobby is computer games. 2. My hobbies are computer games. 3. My hobby is a computer game. 4. My hobby is computer game. 5. My hobby is playing computer games. (#5 is right. What about the others? Which ones are grammatical?...thank you for your answer.)
Wednesday, March 21, 2012 at 9:08am by rfvv
Science
Is it bad to use the computer if you have the flu? My head hurts because of the flu but will it be worse if I use the computer?
Thursday, February 14, 2013 at 7:21pm by 1234
College Computer
Distinguish between computer data represented by the state of a computer's electrical switches and the meaningful information that is displayed to the user?
Tuesday, January 12, 2010 at 9:47pm by Christine Peres
computer
is a discipline that combines both Electrical Engineering and Computer Science.[1] Computer engineers usually have training in electrical engineering, software design and hardware-software integration instead of only software engineering or electrical engineering. Computer ...
Thursday, May 7, 2009 at 3:22pm by Anonymous
information technology
First you'll have to come up with an algorithm to encrypt, and to decrypt. There are many algorithms available from Caesar's shift cipher to other more sophiscated ones. Some would decrypt when you encrypt the coded message again, so only one algorithm is required. I ...
Wednesday, September 21, 2011 at 12:04pm by MathMate
pseudocode programming
Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The criteria for eligibility are that the citizen must be 18 or older and must not be a convicted felon. The algorithm must continuously accept as input only the names, year of birth and ...
Saturday, February 13, 2010 at 1:48pm by Janeille
Science(Computer Science)
K-Map IF f(A,B,C)=AB+BC+AC
Tuesday, October 18, 2011 at 9:08am by Tracy
Science
How do I read this: "Robotic" World of Computer Science. Gale, 2002. Gale Science in Context. web 8 Aug. 2012. i know this is a ciation but I need to incorporate it into asummary paragraph
Thursday, August 30, 2012 at 1:01pm by Vicky
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 by alexa
math
Thomas is playing Tic-Tac-Toe with a computer. It is the computer's turn to place an "x" on the board. If the computer makes its moves at random in the open spaces, what is the chance it will win on this move?
Sunday, November 22, 2009 at 1:54pm by barbie
math
Thomas is playing Tic-Tac-Toe with a computer. It is the computer's turn to place an "x" on the board. If the computer makes its moves at random in the open spaces, what is the chance it will win on this move?
Saturday, November 21, 2009 at 4:09pm by VIVI
Computer Science (MATLAB)
Yu might find some of the following l inks useful: http://www.google.com/search?q=how+to+work+with+vectors+in+Computer+Science&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a Sra
Monday, November 14, 2011 at 8:36am by SraJMcGin
science
What is the authors purpose and main idea in this article: "Robotics" World of Computer Science. Gale, 2002.
Monday, August 13, 2012 at 1:35pm by Vicky
computer science
int *reverse(const int *, int); int *temp; temp = reverse(arr1,N); int *reverse(const int *arr1, int N) { int *arr2; arr2 = new int[N]; for(int count = 0; count < N; count++) { for(int index = (N-1); index <= 0; index--) arr2[count] = arr2[index]; } return arr2...
Friday, February 17, 2012 at 6:49pm by Cheryl
Pages: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Next>>
For Further Reading