1,474 Answered Questions for the topic computer programming

Computer Programming Computer Science

04/14/23

Denotational Semantic Mapping

Which of the following shows a denotational semantic mapping for evaluating a Boolean expression? Ma(x=E,s) ≜   if Me(E, s) == error then error else s' =... more
Computer Programming

04/12/23

Tutor not charging via Wyzant instead he is requesting to get paid via cash app.

after taking class from this tutor he is asking to pay him via cash app. We are afraid even if we pay him via cashapp he can still charge us Wyzant. he is adamant about not to use Wyzant.
Computer Programming Computer Science

04/10/23

AP CSP Create Task - HTML

Hi! I was working on my AP Computer Science Principles (AP CSP) Create Performance Task and saw that it did not allow HTML as a coding language for the task (source:... more
Computer Programming Java

04/09/23

why do I need the type and the new keyword with the type again in Java?

When creating an object why do I need the type and the new keyword in java, for example.Scanner scan = new Scanner(System.in);it seems repetitive to say Scanner twice.
Computer Programming Computer Science

04/06/23

Midpoint Algorithm

Assume you're a game designer working on a 2D game in which the player controls a character who moves around the circumference of a circle. The diameter of the circular path is 24 pixels. For the... more
Computer Programming C++ Computer Science

04/05/23

Define a copy method void copy(const vector* other) and add it/incorporate it into the vector class definition.

Review the entire code. Define a copy method void copy(const vector* other) and add it/incorporate it into the vector class definition (i.e. the file you will submit should have everything our... more
Computer Programming Computer Science

04/04/23

Consider the following code fragment.

Consider the following code fragment.(a) Draw the pictorial representation of the memory, starting from the first line of code and ending with the last line of code (all in one picture so I can see... more
Computer Programming

03/28/23

how to be a tutor

I've very confused on how to tutor on this site. every time i click the "apply to tutor", i get send back to the dashboard.
Computer Programming Computer Html Web Design

03/27/23

Write a web page with JavaScript code that solves the equation

Write a web page with JavaScript code that solves the equation x-2y+3z=0within the domain x∈[1,5], y∈[6,10], z∈[3,7] where x, y, and z are integers.
Computer Programming Math Computer Science

03/23/23

Write a program for graph coloring algorithm

Write a Python code of the Graph coloring algorithm ( Taking input from user )
Computer Programming Computer Science

03/19/23

Write a function durdle_game(target) which takes in as an argument a single string that will be the target to guess, and lets the user attempt to guess the target word

Write a function durdle_game(target) which takes in as an argument a single string that will be the target to guess, and lets the user attempt to guess the target word. Before their first guess,... more
Computer Programming Computer Science Logic Javascript

03/18/23

Aiding with a senior design project with ReactNative using TypeScript and JavaScript and Firebase

I have been working on a senior design project with four total students (including myself)We are tasked with building a mobile application for a company called "ShoreLight" (you can easily find... more
Computer Programming Computer Marketing Graphic Design

03/17/23

Which Laptop Should I Buy?

The Zephyrus m16 2022 16 inch screen in 15 inch form factor 1499.99 cadi7 12700h3060 6gb512gb ssd16gb ddr5 4800mt with one slot upgradeable16x10 aspect ratio 165hz 1920x1200p 16 inch screenwifi... more

03/12/23

how to do this in python?

Import the CSV module this csv: name   common_color.  peal   typeapples     red          waxy   fruitoranges    orange       ... more
Computer Programming Computer Science Python

03/09/23

I need help getting the correct output for my function. *Check comments for more info*

def run_sim(stops, boarding_rate, exiting_rate, passengers):  stop_count = 1  while stop_count <= stops:    if stop_count == stops:      boarding = 0      departing =... more
Computer Programming Computer Science Python

03/09/23

I need help getting rid of a line of code without messing up the code*Look at comments ran out of characters*

def run_sim(stops, boarding_rate, exiting_rate, passengers):  stop_count = 1  while stop_count <= stops:    if stop_count == stops:      boarding = 0      departing =... more
Computer Programming Computer Science Python

03/09/23

I need help getting rid of a line of code without messing up the code

def run_sim(stops, boarding_rate, exiting_rate, passengers):  stop_count = 1  while stop_count <= stops:    if stop_count == stops:      boarding = 0      departing =... more

03/08/23

Whats wrong with my code here? python

import csv import lasal_acreage # import statement to import csv module import csv def sum_acreage(file_name): sum = 0 with open(file_name, newline='') as csvfile: reader =... more

03/04/23

Why do I get an error when i run this?

import practice as func import db_base as db import xml.etree.ElementTree as ET class tracks(db.DBbase): def __init__(self): super().__init__("tracksdb.sqlite") def... more
Computer Programming C Computer Science

03/02/23

How do I translate an array in C to RISC-V

Example: Array [i] = c
Computer Programming Computer Science Python

03/02/23

Need help with my code

function 1def silly_strings(string):  words = [] word = "" for i in range(len(string)):  if i%2 == 0:   word += string[i].upper()  else:   word += string[i].lower()  if i%2 ==... more
Computer Programming

03/01/23

installed audience in google play console

installed audience in google play console is sum of audience in android and ios or only Android?
Computer Programming Python

02/27/23

count list python

Write a function named passwords(my_list), which takes a list of passwords as an argument and returns the list containing the number of digits, number of letters and number of other characters of... more
Computer Programming

02/27/23

How do i begin to write psuedocode for breakfast calories a week

I have to write the psuedocode that shows variables ad inputs outputs for breakfast calories for a week

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.