472 Answered Questions for the topic programming
03/25/21
how do I calculate average value of columns of a file in Python?
import pandas as pdmy_file = pd.read_csv("file.tsv", sep="\t")my_file.head()my_file['item_price'].mean()I could easily do this by using Pandas. However how could I do it without using Pandas?...
more
03/24/21
What does each line of code does? For example: static private float Median(float[] array) //method heading for the Median method
static private float Median(float[] array) { float[] tempArray = array; int count = tempArray.Length; Array.Sort(tempArray); float medianValue = 0; if (count % 2 == 0) { float...
more
03/24/21
Please help me plug in the median method into my code. I have the method in the public class program. it is static private.but don't know how to print/output. it in the main.
using System;using System.Linq;public class Program{ static private float Median(float[] array) { float[] tempArray = array; int count = tempArray.Length; Array.Sort(tempArray); float...
more
03/19/21
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?
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/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
Programming
03/15/21
What is the difference between the unqualified term parameter and the term formal parameter?
Hello there, hope you are fineI faced a question in a java quiz that says :What is the difference between the unqualified term parameter and the term formal parameter?and I'm stuck with it, what...
more
03/02/21
Fractional Numbers and Blackboard Notation.
Infinite binary expansions of rational numbers are either pure recurring ormixed recurring depending on whether the cycle starts immediately after thepoint (pure recurring), or somewhat later...
more
Programming Math
03/01/21
Dynamic Programming- Finding Optimal research and development policy.
A software manufacturer can be in one of two states. In state 1 their software sells well, and in state 2, the product sells poorly. While in state 1, the company can invest in development of...
more
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
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/14/21
Modified Dashboard (Continuation of simple login GUI)
CONTINUATION Simple Login GUI… Modify the Dashboard by writing a function that will identify the type of user, if it’s an “Admin” or a normal “User”. If the user is categorized as an “Admin”, the...
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
Programming Python
02/09/21
python person class and properties help
All programming to be done in python (please show input code):Question Info:
Create a Person Class which have these properties:
Properties: fname, lname, DOB
2. Create a child class Student of the...
more
Programming Python
02/09/21
python classes & objects help
All programming to be done in python (please show input code):Question Info:
Create a Person Class which have these properties and methods:
Properties: fname, lname, DOB
Question To...
more
Programming Python
02/09/21
python help with classes and objects
All programming to be done in python (please show input code):Question Info:
Create a Person Class which have these properties and methods:
Properties: fname, lname, DOB
Question To...
more
02/04/21
UNIX Assignment
Log on to your UNIX system1. Give three different commands to get back to your home directory.2. Show the names of all hidden files in your home directory. Show your session.3. Write down the...
more
Programming Computer Science
02/04/21
Write a Pseudo Code
a former secretary has left a job and decided to sell textbook. Assume the book is sold at different prices on each day. Write a pseudo code to calculate how much money that will be earned that week
02/01/21
C programming test help. please
file:///C:/Users/kamau/Downloads/Test1RealTestSpring21cop3223.pdfPlease help me solve for the outputs of these codesAnd for the word problem on page 4
02/01/21
C programming test help please
file:///C:/Users/kamau/Downloads/Test1RealTestSpring21cop3223.pdfPlease help me with solving this test Thank you
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.