297 Answered Questions for the topic Computer
03/31/21
The Rectangle class has been declared and main makes use of it. Add the function implementations so the code compiles and runs successfully.
The Rectangle class has been declared and main makes use of it. Add the function implementations so the code compiles and runs successfully.Hint: Every function name is going to need Rectangle:: in...
more
03/31/21
Your job is to implement the constructor that takes an hour and minute value. Hint: The constructor is going to need Time:: in front of its name.
Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the constructor that takes an hour...
more
03/31/21
Your job is to implement the default (no argument) constructor that sets time to midnight. Hint: The constructor is going to need Time:: in front of its name.
Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the default (no argument)...
more
03/31/21
Replace YOUR_CODE with code that will create a point p2 that is 4 units to the right of p1 and 3 units below it.
Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will create a point p2 that is...
more
03/31/21
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implemented
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implementedPart...
more
03/31/21
data structure and algorithm
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implementedPart...
more
03/19/21
Find the 8-bit signed numbers with a 4-bit integer and a 4-bit fraction for the following decimal values and errors.
Find the 8-bit signed numbers with a 4-bit integer and a 4-bit fraction for the following decimal values and errors.a. 3.45 b. –5.73
03/19/21
Implement these logic expressions with specific logic gates...
Implement these logic expressions with specific logic gates... X1 = 𝐴𝐵𝐶 + 𝐴𝐵 + 𝐴𝐶 –Use any standard gatesX2 = 𝐴𝐵𝐶 + ~D + ~E –Use any standard gates
03/18/21
The duty cycle of a clock is 60%. If the low time of the clock is 50µ, what is the clock frequency?
The duty cycle of a clock is 60%. If the low time of the clock is 50µ, what is the clock frequency?
03/18/21
How many events can you count with a 6-bit counter?
How many events can you count with a 6-bit counter?
03/14/21
How to convert the decimal 48.365 to binary?
Please explain the part after the point carefully, I am weak in decimal-related divisions.....
Computer Excel
03/10/21
Excel Module 2 PC
1.) Cell A5 contains the number 24.7835. In another cell, Ariane wants to enter the number from cell A5 but rounded to two decimal places. Which of these formulas can she use to do...
more
Computer
02/27/21
Computer And Technology
Marco Suarez is starting a new job in the Sales and Marketing Department of a financial services company. He is part of a team redesigning the company’s website and wants to become better...
more
02/25/21
How can I summarize it if it is already simplified? Please help me summarize.
Countries around the world are seeing a surge in the number of computer science students. Enrolment in related university programs in the U.S. and Canada tripled between 2006-2016 and Europe too...
more
02/21/21
comp sci question
Add a constructor to the Name class that accepts a first name, middle initial, and last name as parameters (in that order) and initializes the Name object's state with those values.(You don't need...
more
02/21/21
comp sci question
Write a class called Line that represents a line segment between two Points. Your Line objects should have the following methods: public Line(Point p1, Point p2) Constructs a new line that contains...
more
02/16/21
Big-O CS Question
Approximate the runtime of the following code fragment, in terms of n: Write your answer in a format such as "O(N^2)" or "O(N log N)" (without the quotes).
int sum = 0;
int j = 1;
while (j <=...
more
02/12/21
Simple Login GUI & Register
Help Please. Modify the Login GUI given . Add a Register button near the login button. Once the user clicked on the Register button, it should show a new form that will ask for the following:
a)...
more
02/04/21
Need help with some questions
What's a method that will take an int array list and will take every even number in the list and insert the same number to the right of the initial number. e.g.: [1,2,3,4] would become...
more
Computer
02/02/21
How can I change the value of my plane backgrounds in Blender Grease Pencil?
I want to keyframe the value to achieve the ability to change a background to a foreground in seconds. But the alpha value is the only value that you can't keyframe. At least not the way that you...
more
Computer Science Python- Beginner
Ask for the number of hours used as a decimal fraction (a floating-point number). Validate the number and if it is invalid, keep asking the user for a valid number. If it is valid, round the...
more
01/23/21
I have a coding question
How do you capitalize the first character of each word in a string in an array?Explain with a simple example please?Thanks
01/21/21
Internet Threats
real life one internet threat based on the categories given hacking, viruses, DDoS, etc. Provide the following information for a chosen internet threat:
What is the name of the internet...
more
01/21/21
Need help with someone who can help me create Truth Table with this Circuit
Hi I need help with my logic circuits, can you view the link https://ibb.co/PYbTcn8 for the picture of the logic circuit I made and help me create a completed Truth Table? Thank you!
01/21/21
Help me with this please
Write a static void method that will take accept an int array as a parameter and will count the number of times the numbers, 0-9, appear in the array, which can just be print statements
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.