435 Answered Questions for the topic general computer
10/20/20
network cabling and management
While you were gathering information to recommend transmission media for the medical instrument manufacturer, you noticed that some of the telco rooms were in disarray. For one thing you notice...
more
10/20/20
Introduction to Computer Networks and Security
ScenarioAs a User Consultant in the School of Computing, Information & Mathematical Sciences, your job requires you to prepare technical reports. The Head of School requires you to prepare...
more
10/15/20
Lab for CS112 Data Structures and Algorithms
Answer this and please explain so that it is easy to understand the following questions and the explanation given.Implement a base class Person. Derive classes Student and Instructor from Person....
more
10/15/20
Lab for CS112 Data Structures and Algorithms
Answer this and please explain so that it is easy to understand the following questions and the explanation given.Suppose the class Sub is derived from the class Sandwich. Which of the following...
more
10/15/20
Lab for CS112 Data Structures and Algorithms
Answer this and please explain so that it is easy to understand the following questions and the explanation given.Suppose the class D inherits from B. Which of the following assignments are legal?B...
more
10/13/20
Is Snapchat considered a social informatic tool?
My teacher wants us to pick any social informatic tool (software or hardware) and write a report on it. I want to make sure I am on the right track!
10/12/20
heres a cs question
Consider the following code segment, which is intended to find the average of two positive integers, x and y.int x;int y;int sum = x + y;double average = (double) (sum / 2);Which of the following...
more
10/12/20
I have a cs question
The following code segment is intended to round val to the nearest integer and print the result.double val = -0.7;int roundedVal = (int) (val + 0.5);System.out.println(roundedVal);Which of the...
more
General Computer Computer
09/17/20
How can I sell my products on Amazon.com?
What is the process involved in selling physical items on Amazon.com?
09/09/20
-Need the pseudo code and the flowchart. -answer part 3 for the question which is two essays!
here is the code for the program.-Need the pseudo code and the flowchart.-answer part 3 for the question which is two essays!C++ code:#include <iostream>using namespace std;#include...
more
09/05/20
Need C++ coding or this assignment
NEED A C++ CODING USING DEV-C++ AND THE PSEUDOCODE AND FLOWCHART OF THE PROGRAM CREATED.ESSAY WRITING IN 150-250 WORDS.
08/23/20
I want to ask about an sql injection vulnerability. I did't find a way to exploit it.
I wanna know if vulnerability really exists if it exists if it is exploitable. Zap tool give me some info like this.... ' | case randomblob(10000000) when not null then'''' else '''' end But i can'...
more
07/24/20
knowledge in “code of ethics’”
Refer to the guide “ACM Code of Ethics and Professional Conduct” (https://www.acm.org/code-of-ethics)Based on your understanding from this guide, relate and then suggest any 5 FIVE guidelines of...
more
General Computer Computer Science
07/01/20
Explain the following terms Parrallel programming Pipelining
Explain the following terms
Parrallel programming
Pipelining
07/01/20
Briefly explain the roles of instruction Registers and Program counter
Briefly explain the roles of instruction Registers and Program counter
05/02/20
What is this and why
What is a deny all and catch all rule and why is it positioned at the end of the list
04/27/20
Online shopping cart
(1) Create three files to submit:
ItemToPurchase.h - Class declaration
ItemToPurchase.cpp - Class definition
main.cpp - main() function
Build the ItemToPurchase class with the following...
more
04/17/20
Find the maximum value and minimum value in milesTracker. Assign the maximum value to maxMiles, and the minimum value to minMiles.
Find the maximum value and minimum value in milesTracker. Assign the maximum value to maxMiles, and the minimum value to minMiles. Sample output for the given program:
Min miles: -10
Max miles:...
more
04/17/20
Write a loop that subtracts 1 from each element in lowerScores if the original element was greater than 0, and otherwise just assigns the element with 0.
Write a loop that subtracts 1 from each element in lowerScores if the original element was greater than 0, and otherwise just assigns the element with 0. Ex: lowerScores = {5, 0, 2, -3} becomes {4,...
more
04/17/20
Write a program that first gets a list of integers from input.
Write a program that first gets a list of integers from input. The input begins with an integer indicating the number of integers that follow. That list is followed by two more integers...
more
04/17/20
Write a program that reads a list of words. Then, the program outputs those words and their frequencies.
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
04/17/20
Write a program that reads a list of integers, and outputs those integers in reverse.
Write a program that reads a list of integers, and outputs those integers in reverse. The input begins with an integer indicating the number of integers that follow. For coding simplicity, follow...
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.