1,518 Answered Questions for the topic computer science
Computer Science
06/27/21
Python question
Write a program that asks the user for the number of males and the number of females registered in a class using two separate inputs ("Enter number of males:", "Enter number of females:"). The...
more
Computer Science Java
06/27/21
java programming language please help ASAP
public abstract class Resit { private int row; private int column; public int[ ][ ] table; public Resit(int r, int c) { row = r; column = c; table = new int[row][column]; } public void hi() {...
more
Computer Science
06/25/21
Speedup with multicore processing
A computer with a 32-bit 3.5 gigahertz scalar non-pipelined CPU needs to invert the colors of a 150 KB bitmap image file located in the RAM. To do this, each bit of the image must be complemented...
more
Computer Science
06/24/21
Python interpreter question
Complete the code below to produce this output:Enter the value of num_1: 15Enter the value of num_2: 4num_1 + num_2 = 19num_1 - num_2 = 11num_1 * num_2 = 60num_1 // num_2 = 3
Computer Science
06/24/21
Python interpreter question
Assume these variable initializations:num_1 = 5num_2 = 4Write a print statement that will produce this output.num_1 ** num_2 = 625
Computer Science
06/24/21
About load and store in mips
First I want to make sure do you use load when it’s the address or the value that is stored in register ?and I know the are different types of load instructions like lw, lh,lb etc. how can I know...
more
Computer Science Computer
06/23/21
Computer Science question
Given two variables iVal and fVal, containing respectively an integer and a float value, write a statement that writes both of their values to standard output in the following format: i=iVal...
more
06/23/21
Write a C++ program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!).
Assignment 2: Restaurant Choices Please include source code. Write a program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!). 1. Print out a...
more
06/22/21
for data structure and algorithms
3. Suppose you are given a data file called "f" and a queue called "Q". Each record in "f" has an "A" or "D" character. Write an algorithm that reads all the records in the file one by one. If the...
more
06/22/21
for data structure and algorithms
Write an algorithm that applies right shift on one dimensional array (trace your algorithm on example array A:[0,9,2,10,3] and show the result of your trace steps as a table). (Do not use extra...
more
Computer Science
06/22/21
for data structure and algorithms
Write an algorithm that applies the right shift on the one-dimensional array (trace your algorithm on example array A:[0,9,2,10,3] and show the result of your trace steps as a table). (Do not use...
more
Computer Science Computer Programming
06/22/21
for data structure and algorithms
Write an algorithm that reads numbers from the screen and sorts them at the same time by using two stacks.
Computer Science
06/15/21
How will we find any kind of error without debugging?
Is this possible to find any kind of error without debugging? Please anyone help me to find out the answer.
06/09/21
NEED HELP ASAP!!
ER Diagram for a movie theater company. It has the registered number & name of the company. The company may own many theaters, each theater has a unique id, name, and address.
Every...
more
06/07/21
I want to get some sort on assessment regarding previous IT/Bioinformatics/Genetics/Math/Stats uni study?
Hi there,I want to go back to Uni re completing a degree after breaks due to illness hence I would like help regarding finding out what I remember or don't and a revision plan. I have studied...
more
Computer Science
06/06/21
Computer science (IT)
“Mr. Ahmad is a cloud computing professional, you asked him for a free advice about cloud providers for your new small company. He gave you full explanation and recommended some good providers....
more
06/06/21
How to activate VRAM
when i play games my vram is 0% please help it was 128mb i made it 512mb but not enough i have 2gb vram and only use 512mb of it?
Computer Science
06/06/21
Create a Temperature Conversion application in C++
Create a Temperature Conversion application that prompts a user for a temperature in degrees Fahrenheit (integer) and then displays the temperature in degrees Celsius (decimal). Use the formula:...
more
Computer Science Computer Programming
06/06/21
running time and space complexity for algorithms
list the running time and space complexity (in big oh notation) for each of the algorithms below with explanations/reasoning for each one. -quicksort-bubblesort-linear search-binary search
Computer Science Computer Programming
06/04/21
fibonacci array recursive
below is the code. how can i make the for loop in bold so that this method is a recursive functionpublic void Fibonacci_Array(int[] nums){if(nums == null || nums.Length <= 0){return;}nums[0] =...
more
Computer Science Python
06/03/21
Web Scraping Issues
I'm looking to scrape the images from https://www.shopthefastlane.com/shop/categories/229 using beautifulsoup. I am trying to access the span class entitled "cell-image show", but searching by...
more
06/02/21
Why is my visual studio c# code not working on .net fiddle c# compiler?
Here is my code. It should ask the user and let it input.The compiler is called dotnetfiddle.netI can't submit from any other compiler. Please fix the problem in code if needed.using System;class...
more
06/02/21
solve with ou build
A person is trading his money in the stock exchange market. Assume that the daily price of a specific market along a certain period of time is given as follows: Price [200, 500, 800, 100, 300, 50)...
more
06/01/21
JAVA programming language
Part I Write an interface and abstract class for the Ticket that would be used for a ticket-selling applicationPart II Write at least two classes corresponding to different types of Tickets. Part...
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.