1,486 Answered Questions for the topic computer programming
01/15/21
APCSA Java Questions
Which of the following statements is most accurate? Explain. A. A reference variable is an object. B. A reference variable refers to an object. C. An object may contain other objects. D. An...
more
Computer Programming
01/15/21
Python_Lab_2_Functions
An object’s momentum is its mass multiplied by its velocity. The kinetic energy of a moving object is given by the formulaKE=(1/2)mv2, where m is the object’s mass and v is its velocity...
more
Computer Programming
01/14/21
Programming Logic and Design
1. What is File in programming?2. Create your own sample pseudocode implementing File handling3. What is Menu Driven Program4 Create your own sample pseudocode implementing Menu...
more
Computer Programming
01/14/21
Programming Logic and Design
1. Create your own sample pseudocodes implementing modular programming.2. What is the importance of input validation?3. Create your own sample pseudocode implementing input...
more
Computer Programming
01/14/21
Programming Logic and Design
create your own sample pseudocode implementing decision structure.
Computer Programming
01/14/21
Programming Logic and Design
1. What is Decision control structure?2. Create your own sample pseudocode implementing decision structure.3. What is Function?4. Create your own sample pseudocode implementing...
more
01/14/21
Python Lists (User Input with all integers)
Hello! I designed this code that takes in user input and creates a list and then outputs the sum, highest number, lowest number, and average. Right now it can only take in whole numbers but I was...
more
01/14/21
Data Structure and Algorithm python code Hash Tree
Write a program for the solution for when 2 generated hash key are same in hash tags in python code and explain your solution as well.
Computer Programming
01/14/21
Programming Logic and Design
1. When using subscript notation to specify a character position in a string,
what are the subscripts of the first and last characters?
-2. Design an algorithm that determines whether the first...
more
Computer Programming
01/14/21
Programming Logic and Design
Create your own sample pseudocode implementing text processing.
Computer Programming
01/13/21
Is there a program where it can search for duplicate names in numerous documents?
I have more than 3000 documents and I want to see the names that are most common in all of them. Is there a program that can search for the names that are most frequent in numerous documents?
01/12/21
Type in textbox C#
Hi!I need help with a programming question. I am not sure how to put it into words but Ill try my best:I want to have a textbox with a text written in it in advance. Let's imagine this is how it...
more
01/09/21
Develop a complete working application in C++ as a part of your OOP semester project.
Project Description:Design and develop an application to automate a Corona Virus Patient Management System. The detail of the application is as below:· Your application should have a proper...
more
01/08/21
PLEASE HELP ME create a full and capable example of a java swing program based on the pictures
Based from the pictures given please help me I want to learn how to create this kind of program for our classPlease Help me Explain how you created the program so that I can learn from it and make...
more
01/07/21
Why is mathematically different to create a program that creates one random number from 2 to 12 as opposed to two random numbers from 1 to 6 and adding them together?
Why is mathematically different to create a program that creates one random number from 2 to 12 as opposed to two random numbers from 1 to 6 and adding them together?
Computer Programming
01/07/21
Python_Lab_1_Functions
Q = input("number of quarters")D = input("number of dimes")P = input("number of pennies")print("you have this amount of pennies:"),("Q + D + P =", sum)Use the above code to create the...
more
01/07/21
C++ Queue Data Structure
Write a C++ program using queue data structure only.In the program, add, edit, delete, and search records of a student. Records can be like name, address, city name, and department name. After...
more
Computer Programming C++
01/06/21
Design and develop an application to automate a Corona Virus Patient Management System.
Project Information:Develop a complete working application in C++ as a part of your DSA semester project. Please ensure that your application should be a modular programming based solution to a...
more
Computer Programming C++
01/04/21
Make a Patient Management System in C++ using data structures.
Please make a patient management system in C++ using Data Structure and Algorithms (like Stacks, Queues, Link List, Trees and Graphs). Use as much as data structure in your code. Code must be...
more
Computer Programming
12/31/20
Write a program that reads in ten numbers and displays the distinct numbers of the array
Write a program that reads in ten numbers and displays the distinct numbers of the array (i.e., if a number appears multiple times, it is displayed only once). (Hint: Read a number and store it to...
more
12/24/20
Can someone convert this c++ code to python?
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
for (int a=1; a<=3;a++){
int i_velo;
cout<<"Please Enter Initial velocity (m/s):...
more
firework py code
There are 3 fireworks. their weight and initial expulsion rate:1) m = 250 grams and V = 6 meters / second2) m = 400 grams and V = 8 meters / second3) m = 650 grams and V = 8 meters / secondThe...
more
Computer Programming C++
12/23/20
Project on Hotel Management System
Object Oriented ProgramingTitle: Hotel Management SystemOne line Description of ProjectDesign and Develop a Console based Hotel Management System.Overview of ProjectThis project will facilitate the...
more
12/21/20
Database Questions
1. Discuss some applications of active databases.2. Discuss how time is represented in temporal databases and compare the different time dimensions. 3. What are the differences between...
more
Computer Programming
12/21/20
SELECTION CONTROL STRUCTURES
Create a complete C program for lecturers to keep track of students’ assessment. ● Ask the user to enter the type of assessment, either Q for Quiz or A for Assignment. o Use switch case statement...
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.