1,474 Answered Questions for the topic computer programming

04/01/16

Trees [What is the minimum possible depth of T]

I just wanna know how can i get the min with certain number of nodes. Who can explain how to find the min      Consider a binary search tree T with 5 nodes. What is the minimum possible depth... more
Computer Programming Computer Science Functions Variables

03/20/16

Write a function which is given the day number, and it returns the day name (a string). Assume the days of the week are numbered 0,1,2,3,4,5,6 from Sunday to S

Write a function which is given the day number, and it returns the day name (a string). Assume the days of theweek are numbered 0,1,2,3,4,5,6 from Sunday to Saturday in Python with if statements. 
Computer Programming

01/30/16

differentiate btw translators, compliers and interpreters.

Differentiate them
Computer Programming

01/11/16

Write a program that will simulate the working mechanism of a modems.

 Write a program that look like the working mechanism of modems.
Computer Programming

01/11/16

Write a program that will simulate the working mechanism of a modems.

Write a program that will simulate the working mechanism of a modems
Computer Programming

12/06/15

Use the Date object to create an age calculator. Create three selection lists that allow users to select the date, month, and year when they were born.

Use the Date object to create an age calculator.Create three selection lists that allow users to select the date, month, and year when they were born.For the year selection list, display the years... more
Computer Programming Java Computer Science String

12/04/15

How do I display the a string a random amount of time and print it out?

I am writing the Nim game program and my teacher wants me to be able to display "Pile 1: @@@@" and other piles as well. The thing is that, the "@" symbol needs to be produced a random amount of... more

This is a CST 295 C++

What is the output of each program segment?      A. int i = 0;while (i++ < 30){ if ( i % 7 ) continue; cout << i << " ";}cout << endl;   B. enum days {SUN, MON, TUE, WED,... more

CST 295 C++ Question

This is a CST 295 C++ Question.   Evaluate the following expression. (Compute the value) Be aware of implicit type conversion (I).   A. 4 + 24 / 3 * 4   B. 5 < 10 && 0 + 1   C.... more
Computer Programming

11/07/15

Write a C# static method with two integer parameters, startPoint and endPoint, that prints allthe even numbers that are divisible by 3.

Solve this problem for me please I need help.
Computer Programming

10/27/15

draw a flowchart to find median of given numbers

Please any one give me answear of dis question tomorrow is my exam
Computer Programming Computer C++ Computer Science

10/02/15

C++ Programming Homework Due Tonight :(

I'm pretty sure this assignment is really easy but I haven't learned anything in the class. Basically he wants us to rewrite part of a program as a module. #include <iostream> using... more

08/07/15

How does a Ball object draw itself onto a panel in a different class?

A) The Ball object's image gets drawn in the containing class, not in the Ball class.B) By passing its information to the other class so that class can draw it on the panel there.C) By drawing on... more
Computer Programming Java Computer Science Question

08/07/15

Java question please help!!!

What does the thread class method start() do?   (choices) It begins an external method.It makes an operating system thread begin to run.It makes a specific internal Java thread begin running.It... more
Computer Programming

07/13/15

Which function key is used to Execute a program in Visual Basic?Is it F5 OR SOMETHING ELSE?

Which function key is used to Execute a program in Visual Basic?Is it F5 OR SOMETHING ELSE?
Computer Programming Computing Digital Technology

04/20/15

how can a ploughed field be compared to digital data?

i read a story about a man who went on to develop digital technology was inspired by looking at a ploughed field from a plane. Can you explain the link between the two further and do you know who... more
Computer Programming Html Computer Science Programming

04/03/15

XML schema for a catalog of cars

7.1 Create an XML schema for a catalog of cars, where each car has the child elements make, model, year, color, engine, number_of_doors, transmission, and accessories. The engine element has the... more
Computer Programming Computer Science Computers

03/29/15

Can somebody help me with the solution to this problem?

In order for exercise to be beneficial to the cardiovascular system, the heart rate (number of heart beats per minute) must exceed a value called the training heart rate, THR. A person’s THR can be... more
Computer Programming Java Java Programming

03/27/15

Need help to finish this netbeans program?

I had a review and im stuck on this last question.I got a few but I don't know how to finish this. Any help would be appreciated. Im just trying to finish this so I can study it. So far I have... more
Computer Programming

03/22/15

How do I do the following problems? PLEASE HELP!

46) Simplify the following nested If statement to a non-nested if statement.If (num1 > 10) ThenIf (num1 < 20) ThentxtOutput.Text = "The number is in the range "End IfEnd If47) Change the... more
Computer Programming

03/22/15

How do I write the first statement? And how do I do the following problems? Please help

Write ONE Dim statement that declares a string variable fisrtName with initial value "Davis" and a double variable Score with initial value 99 (ONE statement).     The following statements have... more
Computer Programming C Programming Fibonacci Sequence

03/18/15

Computer Architect questions: C TO MIPS

a)Assume the following C code. Translate both functions to MIPS using the caller callee conventions as presented in class. Do not translate the print statement:int main(){ int g=0; /*global... more
Computer Programming

02/18/15

my computer makes a beeping noise every five mins, when playing games or watching a video

It does not beep when doing anything else on my computer, just games or watching a video on facebook, or watch utube, 
Computer Programming

02/08/15

A number of answer scripts with scores 0 to 99 awarded after marking are to be searched for finding: (i) The number of answer scripts marked. (ii) The percentag

A number of answer scripts with scores 0 to 99 awarded after marking are to be searched for finding: (i) The number of answer scripts marked. (ii) The percentage of candidates getting 39 or less.... more
Computer Programming Computer Science Python

01/29/15

Nested Functions

Hi, I know the general idea behind nested functions, and how one function can call another inside it. But this example, from Python, confuses me a bit. One function totalPct, is called using a... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.