Category: Programming

  • discussion

    Our textbook gave convolutional coding and Viterbi detection as an application of the sequential logic. Please explore the internet and give 3 to 4 different application of sequential logic. In each example, please give enough details in your discussion and provide references.

    250 words to 275

    Text:

    Linda, H. (2019). Essentials of computer organization and architecture (5th ed.). Cengage Learning.

    Read:

    • Chapter 3: Boolean Algebra and Digital Logic
      • Sections 3.7.4 3.8: topics include all basic concepts of sequential circuits, clocks, flip-flops, and FSM. Supplement materials of sequential circuit design procedures and sequence recognizer design examples.
  • Python Programming Challenge: Smart Parking System

    Problem

    Design a Python program that simulates a smart parking management system for a small parking lot. The system should track vehicles entering and leaving the parking lot, calculate parking fees, and display available parking spaces.

    Requirements

    1. The parking lot has a fixed number of spaces (for example 20 spaces).
    2. Each vehicle has:
      • License plate number
      • Entry time
      • Exit time
    3. When a vehicle enters:
      • The system records the license plate and entry time.
      • It assigns the vehicle a parking space.
    4. When a vehicle exits:
      • The system calculates the total time parked.
      • Parking fee rule:
        • First hour: $5
        • Every additional hour: $3
    5. The system should allow the following actions:
      • Park a vehicle
      • Remove a vehicle
      • View all parked vehicles
      • Show number of available spaces
      • Display total revenue collected

    Technical Requirements

    • Use classes (Object-Oriented Programming).
    • Use a dictionary or list to store parked vehicles.
    • Handle errors such as:
      • Parking when the lot is full
      • Removing a car that is not parked

    Bonus Features (Optional but recommended)

    • Save parking records to a file.
    • Allow searching for a car by license plate.
    • Display a simple menu system in the terminal.
    • Add different parking rates for cars, bikes, and trucks.

    Example Menu

    1. Park Vehicle
    2. Remove Vehicle
    3. View Parked Vehicles
    4. Show Available Spaces
    5. Show Revenue
    6. Exit

    This assignment tests:

    • Python logic
    • Object-oriented programming
    • Data structures
    • Real-world problem solving.
  • Marleen 155

    Dietary Analysis Assignment 3: Fat, Cholesterol, and Protein

    Your Tasks

    TASK 1- FOOD LOG

    You will keep a 3-day food log, where you will record the meals and snacks that you ate, along with their nutrients, throughout each day. You can choose to track this using Cronometer or the .

    This week’s focus: fat, cholesterol, and protein

    You may record calories and carbohydrates; however, they are not required for this week.

    Please see the page for more specific details on this process.

    TASK 2- ANALYSIS

    Please answer the following questions in complete sentences:

    1. In regard to last week’schallenge’-
      1. Did you try some of your carbohydrate additions or replacements? If so, how did it go?
    2. In regard to fat (general)-
      1. What was your fat intake over the 3 days? Was your fat intake within the (the AMDR is 20-35% of your caloric intake)? Were you surprised by your averages, why or why not?
      2. What did you eat the most of: saturated fat, trans fat, monounsaturated fat, or polyunsaturated fat?
      3. Which foods contained the most fat? Were you surprised by the fat content of some of your foods? If yes, which ones surprised you?
      4. Reflect on the fats consumed this week. Did some affect the way that you felt (i.e., mood, satiety, etc.)? Which ones?
    3. In regard to cholesterol-
      1. What was your cholesterol intake this week? Is this above or below the recommendation of less than 300 mg per day (200 mg if you are at risk for heart disease)? Any surprises?
      2. Were there any foods that you ate that help in lowering cholesterol? If yes, what were they?
    4. In regard to protein-
      1. What are dietary protein needs?
      2. What was your average protein intake over the 3 days? Based on this average, are you meeting your recommended protein needs?
      3. What are problems with diets that are low in protein? What are problems with diets that have excessive protein?
      4. Would you say that the majority of your protein comes from animal- or plant-based sources?
      5. How difficult would it be for you to switch to plant-based proteins? Why?
    5. Looking forward-
      1. How has learning about fat and protein affected your motivation to eat a healthier, more balanced diet?
      2. What are two foods that you can swap in order to:
        1. reduce saturated and/or trans fat;
        2. increase monounsaturated and/or polyunsaturated fat;
        3. reduce cholesterol;
        4. reduce animal-based sources and/or increase plant-based sources;
        5. increase protein intake (if protein intake was too low); or
        6. decrease protein intake (if protein intake was too high)?

        Discussion 5: Children and Diets

        Introduction

        As we have seen this week, children require a balanced diet in order to promote healthy growth. But what happens if the parent goes on a ‘diet’? Will this create an imbalance for their growing child?

        Your Tasks

        TASK 1- RESEARCH

        Research the effects that diets can have on children. You can focus on a specific diet (vegan, keto, etc.) or you can focus on dieting in a broad sense.

        TASK 2- DISCUSS

        1. In this discussion post are you going to focus on a particular diet or dieting in general? (1 point)
        2. Are there benefits to children following a diet? Why or why not? (5 points)
        3. What are problems with having children follow a diet? Think along the lines of physical, mental, and/or social ramifications. (5 points)
        4. What should a parent do and/or consider if they personally are wanting to go on a diet, but still have to cook for their children? Should their children be involved or not? (4 points)
        5. The post must be at least 250 words. (2 points)
        6. Include at least 1 outside reference, cited in APA format. This reference needs to be cited both in-text and at the end of the post in a reference list. (3 points)
  • someon who is good at excel, the instructions are long

    follow the instructions of what to do in the file

  • someon who is good at excel, the instructions are long

    follow the instructions of what to do in the file

  • bahasa inggris wajib

    ini adalah catatan bahasa inggris tentang cinditional

  • Complete phase 2 of the website

    There are 4 parts to this courses assignments. In the first half the course there is 1 assignment that is given in 2 parts (one part or phase per week). The overall intent is to design and implement a fictitious car parking lot management system using HTML, CSS, PHP, and MySQL database engine. Apache should be used as the application server. You may use JavaScript and Bootstrap additionally but must point out where you use it and why you feel it was necessary.

    Phase 2:

    1. Website design extended for new use cases

    Add a set of additional web pages to perform the following use cases. You may assume the parking lot attendant checks in and checks out customers.

    1. View parking garage occupancy (5pts)
      1. number of open spaces available,
      2. detailed view of how many spaces remain available on each level.
    2. Record incoming vehicle (5pts)
      1. Create a page where the attendant registers incoming car, assume a camera records the license plate of the vehicle and time of entry is recorded, and attendant simply clicks a button to issue a Parking Slip
      2. Update the internal data as to how many spaces are still available in the lot.
      3. Park the vehicle on a randomly chosen level as long as there is capacity.
    3. Record leaving vehicle (5pts)
      1. Create a web page that the lot attendant uses to checkout the vehicle
      2. Record the leaving time and calculate parking slip fee due (use hourly rate or part thereof at $1/hour).
      3. Update the internal data as to how many open spaces remain on which levels.
    4. Create a top-level menu page (5pts)

    This should offer the operator all use cases implemented by you from Assignment 1 and 2, once that operator is logged into the system.

    1. Database design (5pts)

    Implement any extensions to your data model you feel may be needed to support these additional use cases in mySQL. You may still use the following link: as an example to help you define these tables, however do not use everything that is in that data-model as it is not pertinent to this assignment. You may use some of the fields from that data model to guide you as to how to design your tables.

    Every web-page must have header and footer and a uniform look at feel (for which you may want to use CSS style sheets).

    1. The header must display the banner which is made of tiles of images. The title must be displayed on the banner. The title must be ACME Parking.
    2. The footer must contain the name of the developer and the link which allows the web-user to send feedback to the developer.
    3. There must be a navigation bar on each page. It must be located on the left-hand side of every page. The navigation bar options vary depending on the categories of functionalities where the web-user is currently at.
    4. Each main page of each category may display an image icon representing the category of functionalities.
    5. The default web-sites page must be named index.php. On this page, the navigation bar contains only one Login button.
    6. Once logged on, the web user can navigate around the web-site using the navigation bar, depending on the privilege.
    7. While logged in each page must display the user-name who is currently logging on the system.

    Each page must be secured and protected from being accessed without logging onto the system.

  • malware analysis.

    Malware Analysis Phase I and 2

    You will be using the same VM you have been using from the earlier projects. If you need to download it again:

    Link: to an external site.Links to an external site.

    Links to an external site.Links to an external site.SHA-256 Hash: 87F61394D661E0A72F50C3A2121D34D15652AD7948152318AA9FF2345E0251D7

    VM Links to an external site.

    VM Username: malware

    VM Password: Jimi_Hendrix

    Download the VM early in case you run into slow downloads.

    VM Links to an external site.You need to complete one module for Phase I

    The module for Phase I contains twenty multiple choice questions, with five choices (malware 1 through malware 5) per question. For each question, mark which of the malware samples exhibit the specified behavior. Each question is worth 2.5 points total (0.5 per malware).

    The naming of the submission file is not important, as long as it is JSON (submission.json is an example)

  • Add new feature/contribution to Reconmap tool.

    When I try to add some feature to Reconmap tool, I am struggling for example to find the target html page to modify it. I need to get a video to guide me in my development, specially with this pre-containerized tool. I want to add “CVSS claculator” and integrate “Exploit Prediction Scoring System (EPSS) ” with Reconmap, if the EPSS is already implemented and not just a paper.

  • assembly question.

    you should have a strong undestanding of ASCII, buffer, and assembly language of msp430 to solve the question