1,475 Answered Questions for the topic computer programming

Computer Programming

03/22/21

The program is for randomising a given playlist according to the conditions given.

The program should then generate a random playlist of the songs given as input, according to the following constraints: An artiste cannot have more than two songs in a row (so no “triple play”, as... more
Computer Programming Computer Science

03/21/21

Please can anyone solve the given methods on Linked lists. I need help. Thank you in advance.

A) Write a function to find out the even numbers that are present in the list and output another list with those numbers. (3) Sample Input Sample Output 1 -> 2 -> 5 -> 3 -> 8 2... more
Computer Programming

03/20/21

Rate per hour to compute gross pay

Use PythonWrite a program to prompt the user for hours and rate per hour to compute gross pay.Enter Hours: 35Enter Rate: 2.75Pay: 96.25
Computer Programming

03/20/21

Assignment Statements Python

<<Python>>Assume that we execute the following assignment statements:width = 17height = 12.0For each of the following expressions, write the value of the expression and the type ( of... more
Computer Programming

03/20/21

Temperature Conversion

Use Phyton>>>Write a program which prompts the user for a Celsius temperature, convert the temperature to Fahrenheit, and print out the converted temperature.

What is the odd parity bit value of the 32-bit data 0x12345678?

What is the odd parity bit value of the 32-bit data 0x12345678?
Computer Programming

03/19/21

Exercise Prompt User Name

Use PhytonWrite a program that uses input to prompt a user for their name and then welcomes themEnter your name: MiraHello Mira

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
Computer Programming Python

03/19/21

College level Python

A pattern in a DNA sequence is defined using A, T, G, and, C repeatedly. Scientists often need to find the most recurring pattern of a specific length in the DNA sequence. I need to make a Python... more
Computer Programming Python

03/19/21

College level Python

Write a Python program for a grocery store to keep track of the fruits and prices in the store. The manager can enter a fruit’s name, followed by its prices in one line. A comma should separate the... more

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

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?

How many events can you count with a 6-bit counter?

How many events can you count with a 6-bit counter?
Computer Programming C# Programming

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. 
Computer Programming Java Computer Science Programming

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
Computer Programming Java Computer Science Javascript

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
Computer Programming Java Computer Science Javascript

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?
Computer Programming Math Computer Maths

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 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
Computer Programming Algebra 1 Algebra 2 Computer Science

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

Why is ipv6 address 2001::a0b:12a0::0001 Invalid?

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.