Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse T

Alphabetical listing with fast deep pagination.
125787 items • Page 2108 / 2516

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Topics Covered: Programming with the String class 1 Introduction Many programs h
Topics Covered: Programming with the String class 1             Introduction Many programs have to manipulate String objects in interesting ways. The String class is also well des…
Topics Covered: Programming with the String class 1 Introduction Many programs h
Topics Covered: Programming with the String class 1             Introduction Many programs have to manipulate String objects in interesting ways. The String class is also well des…
Topics Cursor Manipulated Singly Linked List Description Editor Create a program
Topics Cursor Manipulated Singly Linked List Description Editor Create a program that will implement a Line Editor using a singly linked list as described below. Linked List Each …
Topics Cyberspace Security Transportation Infrastructure You may suggest an engi
Topics Cyberspace Security Transportation Infrastructure You may suggest an engineering topic other than the two listed, but prior approval is needed from the professor. Other top…
Topics Hash Table Hashing Algorithm Hash Index Description Write a program that
Topics Hash Table Hashing Algorithm Hash Index Description Write a program that provides for searching students by their id%u2019s using hash table. The program will first input s…
Topics Inheritance Constructors Accessibility Accessibility Rules private access
Topics Inheritance Constructors Accessibility Accessibility Rules private         accessible within the same class. unspecified (friendly) (default)         additionally accessibl…
Topics Methods Description Write a program that will implement a simple calculat
Topics Methods Description Write a program that will implement a simple calculator. The program will prompt the user to input an operation and two decimal numbers. It will perform…
Topics Methods Method Definition Method Header Method Body Method Call Descripti
Topics Methods Method Definition Method Header Method Body Method Call Description Write a program that will ask the user to provide his/her personal information such as name. add…
Topics Step 1 :generate 50 random numbers ranging from 1 to 99 and store it in a
Topics Step 1 :generate 50 random numbers ranging from 1 to 99 and store it in an array (DO NOT SORT THE ARRAY). Print these values to the screen. Step 2: Now take one number at a…
Topics There will be a research essay assignment for Units 8. Complete the answe
Topics There will be a research essay assignment for Units 8. Complete the answers to the questions below in a Word document and submit them by Sunday night. You need to include o…
Topics This assignment will give you practice with classes, inheritance, arrays,
Topics This assignment will give you practice with classes, inheritance, arrays, and thinking/designing code with an Object-Oriented approach. Instructions You are going to write …
Topics and skills: Vectors, calculator Two tracking stations make a sighting of
Topics and skills: Vectors, calculator Two tracking stations make a sighting of a UFO. Seven seconds later both tracking stations make another sighting of the UFO. Based on these …
Topics covered: Unit testing & Functions Write tests to test the following funct
Topics covered: Unit testing & Functions Write tests to test the following functions, which will be implemented in mylib.cppfile. The unit tests will be in mylib_test.h Write …
Topics covered: Writing Programs From Scratch Objective: The objective of this l
Topics covered: Writing Programs From Scratch Objective: The objective of this lab is to give you more experience writing entire programs from scratch. We will be providing you sk…
Topics for C++ exam need explanations and examples of these. Understand the diff
Topics for C++ exam need explanations and examples of these. Understand the difference between recursion and iteration. When should we use loops? Recursion? Be able to create arra…
Topics for CSC 204 Quiz #1 Friday, June 29th Quiz #1 will cover our class notes,
Topics for CSC 204 Quiz #1 Friday, June 29th Quiz #1 will cover our class notes, handouts and reading since the start of the week, as well as our first two labs. The following top…
Topics in Web Programming....Using Android Studio. In this App, write an app to
Topics in Web Programming....Using Android Studio. In this App, write an app to present Warriors’ roster. http://www.nba.com/warriors/roster/   Warrior's Roster: 1.Jordon Bell, nu…
Topics in income inequality and poverty The following table shows the poverty ra
Topics in income inequality and poverty The following table shows the poverty rates among different groups within the United States' population in 2011. Source: "U.S. Bureau of th…
Topics of research from the following: ( choose one of the topics ) The effects
Topics of research from the following: ( choose one of the topics ) The effects of advertising on the consumer behavior of the public (in us buying the products advertised as cons…
Topics of the Fed a. Assume money supply (M) is $1200 billion, total bank deposi
Topics of the Fed a. Assume money supply (M) is $1200 billion, total bank deposits (D) are $800 billion and the required reserve ratio is 10%. What would the Fed have to do to low…
Topics t the APPLICATIONS Business and Economics Management The survey discussed
Topics t the APPLICATIONS Business and Economics Management The survey discussed in Example 3 also that customers are charged incorrectly for 1 out items, on average. Suppose a cu…
Topics to be discussed in your research paper (10% each of the total grade): • W
Topics to be discussed in your research paper (10% each of the total grade): • What is the mission of the organization? • What is the history of the organization (Date established…
Topics · The representation of women, fathers, teenagers, or some other group in
Topics · The representation of women, fathers, teenagers, or some other group in the 1950s or 1960s sitcom and a similar contemporary sitcom · Male and female styles of conversati…
Topics: .Understanding and accessing instance variables Object construction Enca
Topics: .Understanding and accessing instance variables Object construction Encapsulation Your programming assignments require individual work and effort to be of any benefit. Eve…
Topics: 1. Proteins are very long strands of amino acids linked together in spec
Topics: 1. Proteins are very long strands of amino acids linked together in specific sequences. The final shape of a protein determines how it interacts with its environment. Dena…
Topics: Arrays in C. For this assignment, you will write a C program that uses i
Topics: Arrays in C. For this assignment, you will write a C program that uses its first command line parameter to compute and display a histogram of characters that occur in it. …
Topics: Creating tables with primary keys Creating related tables with appropria
Topics: Creating tables with primary keys Creating related tables with appropriate foreign keys (1:M, M:N relationships) Inserting data Updating data Selecting data (using logical…
Topics: Files, loops, functions, arrays Write a program that repeatedly asks the
Topics: Files, loops, functions, arrays Write a program that repeatedly asks the user to enter a word.  After each word is entered, the program tells the user if the word is corre…
Topics: Inheritance, Constructors, Accessibility Accessibility Rules private acc
Topics: Inheritance, Constructors, Accessibility Accessibility Rules private         accessible within the same class. unspecified (friendly) (default)         additionally access…
Topics: Input and Output in MATLAB; Script .m files An online retailer has hired
Topics: Input and Output in MATLAB; Script .m files An online retailer has hired you to write a MATLAB script to calculate the total cost of a customer's order. The customer may o…
Topics: Input and Output in MATLAB; Script .m files; Built in functions A profes
Topics: Input and Output in MATLAB; Script .m files; Built in functions A professor wants a MATLAB script that will allow him to enter the name of a course and a vector containing…
Topics: Intermolecular forces, heating curves, phase diagrams, Clausius-Clapyron
Topics: Intermolecular forces, heating curves, phase diagrams, Clausius-Clapyron equation, and Unit cell calculations 1.     If 42.0 kJ of heat is added to a 32.0 g sample of liqu…
Topics: Methods, Selection statements, Nested Loops, & processing strings. You a
Topics:  Methods, Selection statements,  Nested Loops, & processing strings. You are going to write a program that processes the contents of a data file.  This program will re…
Topics: Multiple file programs, Makefiles, and Arrays in C. For this assignment,
Topics: Multiple file programs, Makefiles, and Arrays in C. For this assignment, you will write a C program that uses its first command line parameter to compute and display a his…
Topics: Object Type Casting, Upcasting, Downcasting, instanceof, Polymorphism, P
Topics: Object Type Casting, Upcasting, Downcasting, instanceof, Polymorphism, Polymorphism using inheritance Description Write a program to compute bonuses earned this year by em…
Topics: Plotting Data An Engineer has requested you modify the program you wrote
Topics: Plotting Data An Engineer has requested you modify the program you wrote (program #5) to calculate the deflection at center, deflection at load and the maximum deflection …
Topics: Plotting in MATLAB Program Specification: The owner of a small private l
Topics: Plotting in MATLAB Program Specification: The owner of a small private lake has commissioned you to write a program to keep their eight boats safe while on the lake. You m…
Topics: Polymorphism, Virtual functions, vectors 1. Create an anonymous class ca
Topics: Polymorphism, Virtual functions, vectors 1. Create an anonymous class called Entertainment. This class should have a method called getinfo that will be overridden by any d…
Topics: Purpose, audience, effective organizational strategies Clarity, readabil
Topics: Purpose, audience, effective organizational strategies Clarity, readability, tone, accuracy Microsoft Word Email, memos, letters, reports Various electronic social media D…
Topics: Purpose, audience, effective organizational strategies Clarity, readabil
Topics: Purpose, audience, effective organizational strategies Clarity, readability, tone, accuracy Microsoft Word Email, memos, letters, reports Various electronic social media D…
Topics: UNIX and C Programming Game Specification: Write a C program that allows
Topics: UNIX and C Programming Game Specification: Write a C program that allows a single Player (the user) to play a simple three dice game of chance against "The Odds". There is…
Topics: UNIX and C Programming Game Specification: Write a C program that allows
Topics: UNIX and C Programming Game Specification: Write a C program that allows a single Player (the user) to play a simple three dice game of chance against "The Odds". There is…
Topics: UNIX and C Programming Program Specification: Please write a C program t
Topics: UNIX and C Programming Program Specification: Please write a C program to to satisfy the requirements of Program 06 – that is re-write your MATLAB script as a C program. p…
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio n
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio needs you to write a MATLAB Program to allow two players to play the game Tic-Tac-Toe on a computer:…
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio n
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio needs you to write a MATLAB Program to allow two players to play the game Tic-Tac-Toe on a computer:…
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio n
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio needs you to write a MATLAB Program to allow two players to play the game Tic-Tac-Toe on a computer:…
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio n
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio needs you to write a MATLAB Program to allow two players to play the game Tic-Tac-Toe on a computer:…
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio n
Topics: User Defined Functions and MATLAB Conditionals A Childrens game studio needs you to write a MATLAB Program to allow two players to play the game Tic-Tac-Toe on a computer:…
Topics: User Defined Functions and MATLAB Conditionals A mathematician needs you
Topics: User Defined Functions and MATLAB Conditionals A mathematician needs you to write a MATLAB Function to verify the format of a three character floating point number input. …
Topics: User Defined Functions and MATLAB Conditionals A online retailer has hir
Topics: User Defined Functions and MATLAB Conditionals A online retailer has hired you to write a program to calculate the total cost of a customer's order. First, the retailer mu…