1,475 Answered Questions for the topic computer programming
Computer Programming
12/14/20
Programming Logic and Design
Discussion Question.
1. Explain why most menu-driven programs use a loop to redisplay the menu after the user’s selected
action has been performed.
2. If a program uses a loop to display a menu...
more
Computer Programming
12/14/20
Programming Logic and Design
Answer the following Questions:1. What is Text Processing?2. What is Character by character Text Processing?3. Identify Common Character Testing Functions
Computer Programming
12/14/20
Programming Logic and Design
Answer the following questions.1. What is a menu-driven program?2. The items displayed in a menu are often preceded by a number, letter, or other character. What is the purpose of this character?...
more
Computer Programming
12/14/20
Programming Logic and Design
Consider the sample output below. What do you think is the advantage of this menu based program?Enter the first Integer : 10 ...
more
Computer Programming Computer Science
12/13/20
HEAP-SORT: Implement a HEAP data structure where continuous deletion on the HEAP outputs the given data in descending orde in C
HEAP-SORT: Implement a HEAP data structure where continuous deletion on the HEAP outputs the given data in descending order in c
12/12/20
about digital system
Draw the circuit by following the steps for the given function.f(a,b,c,d)= Σ1(1,4,5,7,9,12,13)a) Fill the truth table.b) Draw the circuit using 4:1 multiplexer and other required logic gates....
more
Password requirements
Websites commonly require a password that satisfies several requirements. Write a program that checks if an input string satisfies the following (error message is shown for each):
At least 8...
more
12/10/20
Word frequencies - methods
Write a program that reads a list of words. Then, the program outputs those words and their frequencies. The input begins with an integer indicating the number of words that follow. Assume that the...
more
12/10/20
Password requirement
Websites commonly require a password that satisfies several requirements. Write a program that checks if an input string satisfies the following (error message is shown for each):
At least 8...
more
12/10/20
Leap year - methods
A common year in the modern Gregorian calendar consists of 365 days. In reality, the earth takes longer to rotate around the sun. To account for the difference in time, every 4 years, a leap year...
more
12/10/20
C++ Encryption/Decryption Spaces Problem Caesar Cipher
C++ I have a problem with this code I can't encrypt with spaces for the caesar cipher and decrypt back for caesar cipher with spaces. I have it working on substitution cipher but I can't fix it for...
more
12/08/20
Microsoft office final help
To change the size of a page in a Word document:Question 1 options:
Home tab > Font group > Size
Insert tab > Pages group > Size
Design tab > Document Formatting group >...
more
12/08/20
Important question for computer science
The complete program below and upload to Moodle under assignment named “Python Lab 1". *You will need to use a python editor. While there may be one already on your computer, it may be better to...
more
Computer Programming Math
12/08/20
important question needed answered
The complete program below and upload to Moodle under assignment named “Python Lab 1". *You will need to use a python editor. While there may be one already on your computer, it may be better to...
more
Computer Programming Math
12/08/20
computer programming prompt need help
*You will need to use a python editor. While there may be one already on your computer, it may be better to use IDLE (free program) which requires you to download it. Link can be found in under the...
more
12/07/20
NEED HELP ASAP JAVA CODE
Quadratic equations ax2 + bx + c = 0. Class consists of:
private data fields a, b,c that represent 3 coeffiecients
no org constructor
3 arg constructor
3 getter methods for a,b,c
a method name...
more
12/07/20
If I am trying to create a barplot with errors, what am I doing wrong in this code that is producing an error?
Error message: Error: unexpected '=' in:" summarise(`Support For H-1B Visas` = mean(h1bvis.supp, na.rm = TRUE) %>% sd ="Code:immig %>% mutate(`Full Sample` = case_when( ...
more
12/06/20
C++ Project/Program Encrypt/Decrypt
Need this program coded in c++, attached are the instructions and the given hint by the prof. Use the hint to code the program that is required for this assignment instructions. Use...
more
12/06/20
C++ Project/Program Encrypt/Decrypt
Need this program coded in c++, attached are the instructions and the given hint by the prof. Use the hint to code the program that is required for this assignment instructions. Use...
more
12/05/20
How do I fix this C++ project
#ifndef H_UnorderedLinkedList#define H_UnorderedLinkedList#include "linkedList.h"using namespace std;template <class Type>class unorderedLinkedList : public linkedListType<Type>{public:...
more
Computer Programming Computer Science
12/05/20
python question
Write a python program using a function to prompt the user for hours and rate per hour to compute gross pay. Pay should be the normal rate for hours up to 40 and two times for the hourly rate for...
more
Computer Programming Computer Science
12/05/20
PYTHON QUESTION
Write a python program using a function to prompt the user for a score between 1 and 100. If the score is out of range, print an error message and exit. If the score is between 0 and 100, print a...
more
Computer Programming
12/03/20
Programming Logic and Design
What application software will you use if you want to prepare the following (include the filename extension of the application software)?
a. Letter ...
more
12/03/20
Please help with CS
True or False and explain, Methods can exist inside the main (Runner) class.True or False and explain. The toString() method is unique and defaulted to every object. True or False and explain. You...
more
11/30/20
Write a C program that implements a simplistic version of the linux cut command.
Write a C program in 3 files as follows:a11.c -main functiona1funcs.c -functions used by maina1funcs.h -prototypes for functions defined in assign2funcs.cYour program implements a simplistic...
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.