Category: Programming

  • GUI4sher Project: Programmer Information Verification import tkinter as tk # Create a window window = tk.Tk() window.title(“GUI4sher Project: Programmer Information Verification”) # Function to check if all entries are correct def check_entries

    Create a GUI4sher project with a Label, an Entry, another Label, another Entry, another Label, another Entry and a Button lined up vertically.  If your project was not created with GUI4sher you will receive 0 for your assignment.
    The first label says: N-Number:N00958491
    The first entry starts out blank, it allows the user to type the N-number of the programmer (that’s you!).
    The second label says: Last Name:
    The second entry starts out blank, it allows the user to type the last name of the programmer (that’s you!).
    The third label says: First Name:
    The third entry starts out black, it allows the user to type the First Name of the programmer (that’s you!). 
    The button starts by saying: Check
    When the button is pressed or when you hit return on any of the entries (the same thing happens):  
    if the first name is correct make the text in the First Name entry black otherwise, if it is incorrect, make the text in the First Name entry red
    If the last name is correct make the text in the Last Name entry black otherwise make it red
    If the N-number is correct make the text in the N-number entry black otherwise make it red. 
    If any of the entries (N-number, first name, last name) are wrong make the text of the button red and have the text of the button say “Fix the red words you typed”  If they are all correct, make the text of the button black and the text of the button say “All Correct!” 
    Hitting the button and hitting enter on any of the entries does exactly the same thing

  • “Exploring the Evolution of Gaming: From Board Games to Computer Games” Initial Response: Growing up, my favorite computer game was The Sims. I loved creating and controlling my own virtual world and characters. Now, my favorite game is Animal Crossing

    For this assignment, make sure you post your initial response to the Discussion Area by the due date assigned.
    To support your work, use your course and text readings and also use the South University Online Library. As in all assignments, cite your sources in your work and provide references for the citations in APA format.
    Start reviewing and responding to the postings of your classmates as early in the week as possible. Respond to at least two of your classmates’ initial postings. Participate in the discussion by asking a question, providing a statement of clarification, providing a point of view with a rationale, challenging an aspect of the discussion, or indicating a relationship between two or more lines of reasoning in the discussion. Cite sources in your responses to other classmates. Complete your participation for this assignment by the end of the week.
    Tasks
    Did you have a favorite computer game when you were growing up? Do you have one now? How are they similar and how are they different? Did you have a favorite board game? What does it have in common with your favorite computer game?
    Select any game you like and attempt to create a flowchart or pseudo code for the basic run of a game session. The simplest way to do a flowchart is to use a paint program on your computer or smart graphics in Microsoft Word or just draw your flow chart and snap a picture in jpg or png format and attach the image.
    In reviewing your classmates’ flowcharts or pseudo codes, check that all the steps are captured and are in the correct order.