• Q : Pixel in the image, get its red, green, and blue values....
    Python Programming :

    Define a Python function named mutate (), that takes a picture img as its argument. For each pixel in the image, get its red, green, and blue values, then replace the pixel by swapping its red and blu

  • Q : Game that implements a number guessing game....
    Python Programming :

    Write a GUI class Game that implements a number guessing game. The GUI should start by choosing a random number between 1 and 100 (using a function from the random module) and then opening up a GUI wh

  • Q : Develop a program that displays a gui window....
    Programming Languages :

    Develop a program that displays a GUI window with your picture on the left side and your first name, last name, and place and date of birth on the right. The picture has to be in the GIF format. If yo

  • Q : Create a program using visual studio 2010....
    Visual Basic Programming :

    Create a program using visual studio 2010. The program should be a restaurant ordering program. Where the program would contain about 20-30 different items on the menu and the price would be calculate

  • Q : Path as a command line parameter....
    C/C++ Programming :

    Write a simple program in C that takes a file path as a command line parameter (e.g. home/fun/projects/data.txt), parsed the file path into directories/file names and store them into an array. (e.g. a

  • Q : Write a recursive function rvowels() that accepts....
    Python Programming :

    Write a recursive function rvowels() that accepts a character string and counts and returns the number of vowels (aeiou) in the string. This solution should not include any loops. A global variable fo

  • Q : Use some type of data structure....
    Python Programming :

    Create a project that demonstrates your mastery of CS concepts. Plan the project, document it, build it, and demonstrate its use.Requirements

  • Q : B-trees and ordered tables....
    PL-SQL Programming :

    Give O() analysis for insert/delete/search records with multi-level index, hashing, B-trees and ordered tables (ie. like Vertica). Assume the input table has an index on the primary key or it is order

  • Q : Alternating elements from each list until the end of one....
    C/C++ Programming :

    Write a function merge that merges two lists into one, alternating elements from each list until the end of one of the lists has been reached, then appending the remaining elements of the ot

  • Q : Function is used to get the order id value....
    PL-SQL Programming :

    Here, the LAST_INSERT_ID function is used to get the order ID value that's automatically generated when the first INSERT statement inserts an order. If these statements execute successfully, commit th

  • Q : Write on what it would take for a new hotel....
    Programming Languages :

    Write on what it would take for a new hotel to set up all the computers in the hotel. How the computers at the hotel would be installed. The type of network connections that would be used.

  • Q : Visual logic program....
    Visual Basic Programming :

    Fran's Virtual Fruit Stand is an online store that sells several types of dried fruit. Based on the needs of Fran's Virtual Fruit stand, you must design a flowchart using Visual Logic. The flowchart m

  • Q : Call the ipconfig command and show all detailed information....
    Programming Languages :

    To use the regular expression above, call findstr with the /R switch. Input the regular expression exactly as shown in the line above. k. Do not display the output of the ipconfig or findstr

  • Q : Write a program to display a company''s payroll report....
    Programming Languages :

    Write a program to display a company's payroll report in a list box.the program should read employee's name hourly rate and hours worked from a file and produce a report.employees should be paid paid

  • Q : Create an application that generates a quiz....
    Programming Languages :

    Create an application that generates a quiz. Prompt for the user's first and last name, college major, and confidence in test taking (high, medium, or low). The quiz should contain at least five true/

  • Q : Letter grades a through f including plus and minus grades....
    JAVA Programming :

    Write a Java Enumeration "LetterGrade" that represents letter grades A through F including plus and minus grades. Define a private instance variable to hold a boolean value that is true if the grade i

  • Q : String representing a sentence in english....
    Programming Languages :

    Create a method that does the same thing as your program, but takes its input from, and provides its output to, a calling program (do not use the IO module to interact with a human user). Define appro

  • Q : Which keeps track of the number of ants....
    Programming Languages :

    Write a program which keeps track of the number of ants in two adjacent houses for a number of weeks. Every second week (weeks 2, 6, 10, 14... ) find out the total number of ants in each house, the us

  • Q : Write a linear search which operates on a non-sorted list....
    Python Programming :

    For the first function, write a linear search which operates on a non-sorted list. Do not sort the list before you search for a given value. Call this procedure search1().

  • Q : Create a console program where you will implement....
    Programming Languages :

    Create a console program where you will implement coding constructs and variables that are needed for this program and will implement the code within Main and any required static methods. 

  • Q : The muscles health club needs a database....
    PL-SQL Programming :

    The Muscles Health Club needs a database to keep track of its members, their personal trainers, and the fitness classes they are taking. Employees can act as personal trainers for members

  • Q : Conduct research to find relevant information....
    PL-SQL Programming :

    Conduct research to find relevant information using reliable sources to support your views. (Use at least 2 academic books and 3 scholarly articles from a library database

  • Q : Create a sql server database....
    PL-SQL Programming :

    Create a SQL Server database called: ITCO333Database. Using Data Definition Language (DDL) and Data Manipulation Language (DML) you will create tables based on your Unit 1 ERD. In addition, you will c

  • Q : Write the visual basic statement declaring a sub procedure....
    Visual Basic Programming :

    Write the Visual Basic statement declaring a Sub procefure called SeatAvailability that receives one variable called intSeats. The variable intSeats will be change in the procedure. Write only the fir

  • Q : Write insert statements to add the data shown....
    PL-SQL Programming :

    Write INSERT statements to add the data shown in Figure 2-30 to the PROJECT table.Run these statements to populate the PROJECT table. (Hint: Write and test an SQL script, and then run the script.

©TutorsGlobe All rights reserved 2022-2023.