1,486 Answered Questions for the topic computer programming

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?

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

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

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
Computer Programming Computer Science Linux Unix

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 Computer Science Linux

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 Computer Science

02/26/21

What is the code suppose to look like using the inputs below to generate output listing the full names as "LastName, FirstName" with each full name being displayed on a new line?

In this assignment, you are to take in input from two files: one file containing a list of five first names and one file containing a list of five last names. Using this input, you are to generate... more
Computer Programming Java Sql Programming

02/26/21

POS Design the system based- but is not limited to the technical and user requirements

A Point-of-Sale (POS) system is where your customer makes a payment for products or services at your store. The POS serves as the central component for your business; it’s the hub where... more
Computer Programming Computer Science Linux Unix

02/25/21

Linux Assignment Urgent Help

INSTRUCTIONSThese three activities are three little shell programs to create and review, one called svi.sh and the other uon.sh, the other is the command_menu program at the bottom of page 456.... more
Computer Programming English Computer Programming

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/23/21

Is this schema in 3 normal form (relational database and normalization)

PROFESSOR (ProfessorNetId, FirstName, LastName, Rank , DepartmentName(fk) ) STUDENT (StudentNetId , FirstName , LastName , IsGraduate, Major) COURSE ( CourseId , CourseName... more
Computer Programming Computer Science Help Urgent

02/21/21

In Javascript, how do I validate that the marks (Mark 1, Mark 2, and Mark 3) are numbers and not string?

If the user enters a string then how do I display an error in result id that, "You cannot enter string, please refresh the page again". The result id is this: <p id =... 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.