297 Answered Questions for the topic Computer
04/18/23
Elements in a range (python)
I am stuck on a python homework question and I was wondering if I could get some help. The question goes like this:"Write a program that first gets a list of integers from input. That list is...
more
Computer
04/01/23
Is there a way to remove the password on excel vba macro if you don't know it?
I have a Excel macro that is password protected. It was created in 2011. I don't know the password. Is there a way to get the code without the password?
03/27/23
Write a web page with JavaScript code that solves the equation
Write a web page with JavaScript code that solves the equation x-2y+3z=0within the domain x∈[1,5], y∈[6,10], z∈[3,7] where x, y, and z are integers.
03/17/23
Which Laptop Should I Buy?
The Zephyrus m16 2022 16 inch screen in 15 inch form factor 1499.99 cadi7 12700h3060 6gb512gb ssd16gb ddr5 4800mt with one slot upgradeable16x10 aspect ratio 165hz 1920x1200p 16 inch screenwifi...
more
Computer
02/13/23
write a pseudocode that print the product number from 1 - 10
02/09/23
Is there a way to select segments from different original time series that can be combined to create a new time series that best represents the information of the original multiple time series?
I am looking for a way to select segments from different original time series that can be combined to create a new time series that best represents the information of the original multiple time...
more
02/05/23
how to a join two tables in dbeaver?
I have two tables that I would like to take from. Department: Department_name Employee: first_name, Last_name how would i go about doing that
02/03/23
how to code this in python
In python: Reassign "hello" in this nested list to say "goodbye" instead:list1 = [1, 2, [3, 4, "hello"]]
02/02/23
how to code this in python
Create a dictionary of technical terms and allow the user to lookup the definitions of these terms from the dictionary. Use the following list for your dictionary:'dict', 'list', 'map', or...
more
02/02/23
how to use comma code in python
Comma CodeSay you have a list value like this:characters = ["Thor", "Thanos", "Black Panther", "Iron Man", "Hulk", "Batman", "Captain America"]Write Python code that coverts the list into a string...
more
02/02/23
how to code this in python
you are creating a fantasy video game. The data structure to model the player’s inventory will be a dictionary where the keys are string values describing the item in the inventory and the value is...
more
02/02/23
how to merge dictionaries in python
in python: Create the same dictionary as in exercise 3 but also create a second dictionary with only the season of Winter. Use the dictionary.update method to merge the winter dictionary into the...
more
02/02/23
How to use dictionary in python
in python: Create a dictionary of the seasons Fall, Spring and Summer where the name of the season is the key and the value is a list of the months in that season. Print the value of "Fall".
02/02/23
how to do dictionaries in python
In python: Use any names and birthdays you want to create a birthday dictionary that has four entries. The name is the key and the value is the birth date. Print each birth date by using the key...
more
Computer Python
01/23/23
to write a code block on python that will answer the below
Write a simple "shopping cart" program that asks the user for a series of product prices. Compute sales tax (7%) on each price and print out the new price to the user. Next, ask the user if they...
more
01/09/23
How to make object move 3 steps ahead randomly in any direction (JAVA)
The following code allows for a "bird" to move one step on GUI in any random direction. How do you make the bird move 3 steps ahead at once randomly in any direction?double r = Math.random(); if (r...
more
Computer
11/27/22
Cyber security know how
You are the IT administrator for an organisation with 100 employees. There are 4 senior managers with overall control of the business and 8 team managers. You have been asked to set up a user...
more
11/18/22
Prove NP-Completeness of a Problem (Complexity Theory)
INPUT: A boolean formula F in CNF and a positive integer k.OUTPUT: Decide if we can delete k clauses from F such that the resulting CNF is satisfiable.
Computer Computer Gaming
11/10/22
real question about a problem
what is the cost for a developer to develop a video game with graphics like Mario?
11/07/22
Write a program that first invites the user to input a natural number n. Then compute the nth number in the sequence (x subscript n) and display it appropriately to the user.
The sequence xn is defined, for n > 2, by the recursive formulaxn = 2xn - 1 + xn - 2 where x1 = 2 and x2 = 3.Write a program that first invites the user to input a natural number n. Then compute...
more
10/12/22
i need help please
Newton's law of cooling.dT/dt=−K(T−Ta)Resolve this ODE using the scipy library.
10/02/22
How much do CPU Instruction Sets vary from each other?
Meaning if I take two random CPU instruction sets, how similar would they be to each other in the sense of the kinds of commands they take. As in, do they call the same set of instructions (add,...
more
09/26/22
general coding question
What is the difference between int[] and int[][] when using an array in java?thanks
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.