1,518 Answered Questions for the topic computer science

Which one should be fit for the questions below?

 a. What would be the values of BX and CX after executing the following instruction assuming that BX = 008D and CX = 1A0C before executing the instruction? XCHG BX, CX(i)     BX = 008D and CX =... more
Computer Science C++ C++ Computer Programming

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

12/09/20

data structures

What is the minimum and maximum height of a binary tree with 511 nodes. Solve this problem without drawing the tree. Make sure to show your work.

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

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

12/08/20

Please answer the short prompt regarding database storage solutions and structure. Which data storage solution is best?

Situation:You've just been brought into a company that's looking at how decisions are ultimately made by a Hollywood studio regarding casting. You have been asked to collect and store a wide... more
Computer Science Computer Programming Help Urgent

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
Computer Science Networking (computer)

12/06/20

A hash function has the following properties?

3) Because public key cryptography is slow compared to symmetric key cryptography, it is often used to securely agree on a ______________public key    cipherprivate key   session keyNone... 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 Science C++ Programming Code

12/05/20

Graded Activity C++ Program

A C++ assignment Implement the GradedActivity class. Copying from the pdfs is fine. Create a new class Assignment which is derived from GradedActivity. It should have three private member ints for... more
Computer Science C++ Programming Code

12/05/20

C++ Grid Writer

C++: In this part of the assignment you will not need to write any code. Instead you will download a software project and submit your answers to questions about the code.The project uses a class... more
Computer Science C++ Programming Code

12/05/20

C++ Program: Random Number Guesser.

MUST HAVE TWO FILES Submit your RandomNumberGuesser.h and RandomNumberGuesser.cpp filesWrite a derived class of the NumberGuesser class named RandomNumberGuesser. The derived class should override... more
Computer Science Computer Programming

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

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 Science Data Structures

12/04/20

Write an algorithm

Write an algorithm for converting sorted array to Binary Search Tree(BST).
Computer Science Data Structures

12/04/20

Write an algorithm

Write an algorithm for converting BST to circular doubly linked list with space complexity O(1).
Computer Science Math Computer General Computer

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
Computer Science C++ C C++ Programming

12/02/20

C++ Help Finish Code Has Error's Encrypt/Decrypt Using Substitution and Caesar Cipher

Here is my code so far please help me fix it.#include<iostream>#include<vector>#include<set>#include<string>using namespace std;class Substitution { int key; string... more
Computer Science C++ C C++ Programming

12/02/20

Need C++ coding Help Encryption and Decryption Using Substitution and Caesar Cipher.

Program Specification:Using the techniques presented during this semester create a complete C++ program to emulate anEncryption/Decryption Machine. The machine will be capable of the following:... 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
Computer Science C Programming

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

Consider the following set of processes, with the length of the CPU-burst time given in milliseconds:

Q. Consider the following set of processes, with the length of the CPU-burst time given in milliseconds: Process Burst Time P1 66 P2 33 P3 57 P4 ... more

11/22/20

Can someone do me this project?-java

The project description:As a programmer, you have been asked to write a Java application, using OOP concepts, for a Hospital with the following requirements:• The Hospital has several employees and... more

11/22/20

Can someone fix my code based on my comment under this question? *java*

My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]... 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.