1,474 Answered Questions for the topic computer programming
Computer Programming Matlab
01/18/23
What is the best way to get started with LabVIEW.
LabVIEW seems so complicated, where should I start to become more familiar when starting as a novice?
Computer Programming Python
01/18/23
How can I get it to divide decimals without it crashing
The program works fine with whole numbers, as soon as I enter a decimal like 2.5 it crashes. CLASS = str(input("What is the name of your class: "))HOURS = int(input("How many hours a week do you...
more
Computer Programming Python
01/18/23
How do I input a name from another input into a different input.
the program I have so farCLASS = str(input("What is the name of your class: "))HOURS = int(input("How many hours a week do you spend in", CLASS))Line 1 works, but lien two crashes it. I'm new to...
more
Computer Programming Python
01/17/23
Machine learning project
I want to create a machine learning project using python which takes data from a csv file or something similar and makes predictive charts and analysis. More details can be discussed later.
Computer Programming
01/16/23
Hex, binary, and & decimal scenario
The representation of a number using a certain base, or any base, could be very long if the number is large. Computers due to its limited storage space, always use a certain amount of space (a...
more
Computer Programming
01/11/23
Number System - Place Value
Determine the place value (weight) of each digit in a five-digit number in base-8 (octal).
Computer Programming
01/10/23
Summarize the steps performed by the CPU when an interrupt occurs.
Computer Programming
01/10/23
Converting a Hex into a decimal
How do you convert 4E16 into a decimal?
Computer Programming
01/04/23
/usr/bin/ld: cannot find -lindy
I am installing indy-sdk postgres plugin.While cargo build, I got the error./usr/bin/ld: cannot find -lindyHow can I solve it?
Computer Programming
01/03/23
Design and write a C program that approximates the value of ln(x) for inputted values of x and n,
The value of ln(), for 0 < < 2, can be calculated using ln(1 + ) = (x-1/1) - (x-1)2/2 + (x-1)3/3 + ⋯. This value can be approximated using the first n terms ln(x) ≈
12/21/22
Write an interactive program that repeatedly asks the user to input a number until "Enter" is hit.
Write an interactive program that repeatedly asks the user to input a number until "Enter" is hit. Your program should create a file named "numbers.txt" where all the numbers are written one below...
more
12/21/22
Write the definition of a class named "Card" which creates a card from a standard deck of cards.
Write the definition of a class named "Card" which creates a card from a standard deck of cards. This class should have the following methods: __init__(self, rank, suit), getRank(self),...
more
12/14/22
Two simple questions
29.What is the process called where, at execution time, the type of object to which a variable refers determines the actual method do use. 30.What keyword must a concrete class use in its...
more
Computer Programming
12/10/22
Please help asap. Thanks
Create a 12-element array called months. Set each element to the name of each month.For example months[0] = “January”. Use a for loop to display the number and name of each month.
Computer Programming
12/09/22
I need help with question below C# visual studio. please help. thank you
Create a 4-element array to store the names of 4 seasons. Use a foreach loop to display the name of each season. It is in C#
Computer Programming
12/09/22
I need help with question below C# visual studio. please help. thank you
Create a 4-element array to store the names of 4 seasons. Use a foreach loop to display the name of each season. It is in C#
Computer Programming
12/08/22
I need an answer for the question below. Please help ASAP. Thank you. It is in C#
Paste the following code into the main() method. Modify the code; so that it works (You’ll have to make 3 small modifications). It should output the value of each string in the array called...
more
Computer Programming
12/08/22
I need an answer for the question below. Please help ASAP. Thank you. It is in C#
Modify the code from problem 3, so that it uses a foreach loop as opposed to a for loop. The output should appear exactly the same as it did after the small modifications (i.e. the output should be...
more
Computer Programming
12/08/22
I need an answer for the question below. Please help ASAP. Thank you.
Create a 4-element array to store the names of 4 seasons. Use a foreach loop to display the name of each season. It is in C#
Computer Programming Java
12/03/22
Object oriented programming (GUI) Need help with a question
write a program that can be used to help a teacher enter the grades of his/her students for an assignment.Your program should request the teacher to enter the following information for each...
more
11/28/22
Complete Binary Tree in Java (ArrayList implementation)
inOrder, postOrder, and preOrder seem to be printing extra numbers. Why is this happening? import java.util.*;public class CBT{ private ArrayList tree; public CBT(){ tree = new...
more
Computer Programming
11/23/22
Convert C in to assembly language.
Convery the following C code in to MIPS assembly code int a; // global variableint main(void){int Q[15]; // array of integers stored at the base address of 0x43210000int ECE375[15]; //...
more
Computer Programming
11/20/22
Write pseudocode to design a programming solution by outlining a series of steps and using appropriate indentation and keywords.
Problem: A company wants a program that will calculate the weekly paycheck for an employee based on how many hours they worked. For this company, an employee earns $20 an hour for the first 40...
more
11/17/22
Math Conversion
The drainage basin of the Delaware River encompasses about 35,500 km^2 (= 35 x 109 m^2). The average annual precipitation for the drainage area is about 44 inches/year (= ~1.1 m/yr) and the...
more
Computer Programming Computer Science
11/17/22
How do you count characters in a string in assembly language
I am currently working on a lab for my cs class. Part of the lab is asking for us to make a function that counts the length of a file. The file has a long string inside of it and we need to count...
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.