Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a C program to continuously display the course number 'COMP551' centred on the top line of the LCD.
Write a function called printStudentResult that takes two call-by-reference arguments that are pointer variables that point to the heads of linked lists.
Create a base class called Insect. All insects belong to an Order and have a size that is measured in millimeters.
Write a program in C language that will take an input string from the user and use the finite state machine developed in the lecture to process the string.
Create a program that will compute the area and circumference of a circle. Prompt the user to enter the radius. Use 3.14159 for pi.
Visit the CompTIA website to learn more about the CompTIA® A+ certification and determine if pursuing this industry certification is right for you.
Can you use one or two real-world example(s) to explain what a hash really is? How can a programmer implement it?
Analyze the soft skill from your own perspective and from the perspective of potential employers. How can the soft skill enhance your technical prowess?
What are the advantages and disadvantages of a stack in terms collecting elements of the same kind?
Write a C program in Linux that will read two input .txt files, identify frequent common words that appear in both files if their number of occurrences.
Write a program to determine how much the company should sell them for if it wants to make a 35 percent profit. Display the result on the screen.
Must include one paragraph describing how efficient the different languages are in regard to code length.
You are to write a program in C++ that will take the number given on the command line and write it in words.
Design and implement a program that draws a rainbow. Make sure to use the different colors of the rainbow in order (red, orange, yellow, green blue, purple).
Write a program with a function that converts string of digits into an integer value. Do not use the strtol() function or any other standard C library function.
Create a structure named Person with two components: name and age. Create two Person variables and write the records in a text file, say records.txt.
Construct the C code needed to design this embedded system. Include all the required calculations.
Create a unit conversion calculator which will calculate three different units, length, volume and mass/weight.
Create an IPO chart for this problem, and then desk-check the algorithm twice. For the first desk-check, use 3, 2, 2, 0, and 1 as the numbers of field goals.
Write a function to read data into an Array for matrix A. Write a function to read data in an Array of matrix B. Write a function to add two matrices.
Write a C program to solve the two room weighted interval scheduling problem by using dynamic programming.
Explain the arithmetic, relational, logical and assignment operators in C language. What is the difference between variable and constant?
In this project, you have to write a C++ program to keep track of banking transactions.
Explore process synchronization. This will be accomplished by writing a program to solve the bounded buffer problem using monitor concept.
What is object-oriented programming (OOP)? Give examples. Name at least two benefits of OOP. Give examples. What is an object? Give an example.