1,502 Answered Questions for the topic computer programming
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/18/21
C# language - a program that will allow the user to enter the mass in grams andthe radius and height in centimeters of their cylinder, sphere, or cone and calculate the density of their object.
C# ONLY. a program that will allow the user to enter the mass in grams andthe radius and height in centimeters of their cylinder, sphere, or cone and calculate the density of their object.Ā
03/18/21
How to complete code
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */package...
more
03/15/21
Modify the Cage class to implement Comparable.
The definition of the Comparable interface can be found here. Remember that Comparable has one abstract method, int compareTo(T o). Two Cages can be compared based on their size obtained via...
more
03/15/21
Write a function in Java that takes in the int[] array, sorts it using bubble sort, then returns back the sorted array.
Examples:
bubbleSort({4,7,1}) -> {1,4,7}
bubbleSort({80,6,6,8,2}) -> {2,6,6,8,80}
public int[] bubbleSort(int[] array) { int n = array.length; int temp = 0; }Finish the rest
Computer Programming Computer Science
03/15/21
Big Oh Notation
What is the running time for: -Linear Search-Binary search-bubble sortFor each algorithm above, why do they take the time that they do?
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 Programming
03/14/21
Object-Oriented Programming
1. Discuss how to create a simple java program
2. What are the requirements before executing a java program?
3. Describe the NetBeans IDE
4. Differentiate Local, instance and static...
more
Computer Programming
03/14/21
Object-Oriented Programming
Question.1. Briefly discuss how to create a simple program in java that contains main method.2. What are the three types of variables in java?3. How do you declare variables in a...
more
03/12/21
Algebra 1 Question
A rectangular yard has an area ofĀ x^2 +12xā64Ā , find the dimensions of the yard.
Computer Programming
03/10/21
write a function named is_triangle that takes three integers as arguments, and that returns either True or False depending on whether you can or cannot form a triangle from sticks with given lengths
Computer Programming
03/10/21
Why is ipv6 address 2001::a0b:12a0::0001 Invalid?
Computer Programming
03/10/21
Why is ipv6 address cdba:0005:0000:0505:0000:0325:0965 invalid
Computer Programming
03/10/21
Why is ipv6 address fec2:0005:0000:0000:8ga:8474:ab:2300 invalid
Computer Programming
03/09/21
An 1,427-bps digital signal is encoded first using 8B/10B and then transmitted using the MLT-3 baseband system, What bandwidth (in Hertz) is required for this transmission?
An 1,427-bps digital signal is encoded first using 8B/10B and then transmitted using the MLT-3 baseband system, What bandwidth (in Hertz) is required for this transmission?Ā
Computer Programming C ++
03/07/21
create a simple linked list c++ program
The linked listshould hold students biodata records. Name the linked listāStudent_recordā and implement the following:1. Define and Create a node called āStudent_biodataā that can store...
more
03/06/21
NEED HELP ASAP!!
How do I put the prices for the toppings, pizza size, and drinks in HTML and Javascript code?I used the radio button for the pizza toppings (Pineapple, Cheese, and Black Olives) and pizza sizes...
more
03/02/21
Algebra Write and Solve Inequalities in Context
A group of friends wants to go to the amusement park. They have no more than $85 to spend on parking and admission. Parking is $15.25, and tickets cost $11.25 per person, including tax. Write and...
more
03/01/21
Help with Computer Science assignment
#1.Create the Hello World program using vi. Save it in your home directory. Instead of the using the āHello World!ā in cout, replace it with āHello, your name!āCompile the program using g++. This...
more
Computer Programming C++
03/01/21
Write code to pop all the values from the stack, one at a time and find and print (a) the sum of the values popped (b) the sum of the even integers popped (c) the 4th integer popped
02/28/21
Linux urgent question please answer ASAP
Your menu will be surrounded by a loop, either the until or while loop, so that when one option is concluded it will go back to the main menu until the user selects an option x to exit....
more
Computer Programming C++
02/28/21
Write code to access the array arr starting from location 0 and push each value onto a stack, stack
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.