SE 494 week 3 Diss

APA FORMAT AND CITATIONS AND NUMBER THE ANSWER BELOW QUESTION

SE494 week 3

Discussion 

An EARCON is the sound your phone makes (PCs and do this too) when a particular event happens. There’s the “Swooshing” sound when you get an email for instance.

Question 1 Have you set-up any unique EARCONS on your phone?

Question 2 Do you think mobile phone should have a different sound to the caller if your phone is busy? 

Question 3 Would you like to set-up your phone so that if persons A, B, or C (your favorite people) call you and you’re on your phone would you like them to hear something other than “beep … beep …. beep” (means your phone is busy)? 

Question 4 Would you like your favorites to hear some other message on their phone when you’re busy – like maybe a warble tone or a siren sound or something else which means “You’re my favorite person, call me back right away”?

Question 5 What role do you think EARCONs play in applications? 

Question 6 Would you like the EARCON to tell you more information than things like “Yes you got your ordering basket loaded correctly” such as maybe “What a great section of — product  ” etc.

Question 7 What innovations would you like to see in EARCONS?

–//– 

In your answers, please state the question number fist and then write your answers underneath.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

SE494 assignment 3

SE494 Assignment 3

Follow the instructions in the attached document and develop C++ programs

 Then, submit three c++ code files.

LastNameW3Ex1.cpp

LastNameW3Ex2.cpp

LastNameW3Ex3.cpp

https://igu.instructure.com/courses/2347/files/472055/download?verifier=FdMNBBclSeXGZtU5sgwEVAL9XtmVkaO0964rjp84&wrap=1

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Information Compliance

  1. Write an initial response to the following key question(s) or prompt(s):
    1. What are the similarities and differences between a security management plan and a risk management plan?
    2. Identify the importance of each plan.

attached response, please review and write 750 words of review and what is learned from the attached document.

3 APA references needed

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Python tkinter Weather App

I have created a simple app that displays the current weather using an API. I need to now use Tkinter Notebook to create a Tab that says ‘Current’ and display the current weather under that tab.

I tried creating the tab in the view.py file named current_frame but I am lost in getting the code I wrote into that frame. I need someone to get the ‘Current’ tab to display the portion shown in blue in the attached photo in the Current frame.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Summary of a Minimal Ray Tracer

 

Ray tracing is a technique that has been around for quite a long time. It allows for images to be generated given some mathematical description of objects in the scene, eye placement and viewport definition. As rays are cast through pixels in the image area, math calculations are used to determine which objects are collided with and the resulting color values associated at each pixel location.

A nice walk through on the underlying technique of ray tracing is provided by:
https://www.scratchapixel.com/lessons/3d-basic-rendering/minimal-ray-tracer-rendering-simple-shapes

In this assignment you should:
1. Summarize the ray tracing technique.
2. Describe the underlying math equations for a collision between a ray and a sphere.
3. Describe how color values at a pixel are calculated.
4. Describe how the scene is setup.
5. Describe how shadows, reflection, and refraction work in these simulated scenes.
6. Additional discussion on the state of the art in ray tracing. Why has it taken so long for ray tracing to take off? What recent innovations has allowed for the expanded use of ray tracing technology? Is real-time ray tracing a thing?
7. Provide a ray traced image and describe why this image is better or not than a raster-ized image.

You should submit a report (as a Word document) that is as detailed as possible. This is a topic that you are expected to delve into. Additional resources should be used and cited. Submit your detailed report by the due date posted on Blackboard. No late assignments will be accepted.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Final PPT

 

Here are some good tips to follow and some things to avoid when putting together MS Power Point presentations:

https://www.ncsl.org/legislators-staff/legislative-staff/legislative-staff-coordinating-committee/tips-for-making-effective-powerpoint-presentations.aspx

The presentation should:

  • Include AT LEAST 12 slides; a cover slide, an agenda slide, a closing slide, and a references slide as the slide slide in the deck are included in this number.
  • Include speaker’s notes below each slide (think of these as notecards you would look at when presenting your slides – discussing in more detail each of the points you’ve made on the slides
  • Follow the power point rule of 5 to 7 (no more than 5-7 bullet points per slide and no more than 5-7 words per bullet point). This is a guideline but gets to the point that slides should NOT have every word that you’re going to say on them. They should be concise and high level – you will talk about each point in more detail when you present your slide deck.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

CSC105 Final Graded Project

 You’ll create both pseudocode and a flowchart to design a mobile app. The app will write the device’s latitude and longitude to a file each time the device’s location changes. Use the techniques discussed in Section 3.3 and Chapter 10 of your textbook to write the latitude and longitude to the file as a record.Write your pseudocode in a plain-text editor such as Notepad or TextEdit, and save as a text file (*.txt). Also, save a screenshot of your flowchart as a JPEG file (*.jpg).

Part 2: GUI Design

In addition to creating pseudocode and a flowchart for your app, you’ll also create a basic GUI design for your app. You can use Microsoft PowerPoint or Apache OpenOffice Impress to lay out your GUI and indicate components such as buttons, text boxes, sliders, and others. Be sure to label your GUI design with component names and indicate their properties. When you’re finished, save your GUI design as a Portable Document Format (PDF) file (*.pdf). 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Java programming, network

You are required to write an Echo Client and an Echo Server program. The echo client communicates with the echo server using UDP. The programs should fulfill the following requirements:

Client:

1. Prompts the user to input the IP address, port number of the server, and a message to send to that server.

2. Sends the message to the server.

3. Display the server replay by using the same socket.

4. Displays an error message if the IP address or port number were entered incorrectly.

5. The client should be able to send multiple messages to the server. You may need to consider using the infinite loop as we discussed in the class.

Server

1. Receives the message from the client.

2. Change the letters of the message to “capital letters” and send it back to the client by using the same socket.

3. The server should be able to send multiple messages to the client. You may need to consider using the infinite loop as we discussed in the class.

Note:

1. Java language should be used.

2. Do NOT hard code the server address and port number in your source code.

3. Your program should work under MS-DOS window (command line). You need to compile your code by using JavaC.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

cyber security related

Create a Gmail account to be used for encryption. Download and configure Thunderbird, GnuPG, and Enigmail to work with your new Gmail account. Document your findings and observations in a 1200-1500 words with references and following APA writing standards.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

HCI

 

Second job

this is continuation of HCI project 

 

Detailed discussion about the participants of the evaluation  – this may include any relevant characteristic (like the number of participant, what ages, gender split, education, proficiency level, etc.)  

  • children 4 -6 yo
  • male/female…even # of boys and girls
  • schooling (preschool and kindergarten) / no school
  • social & economic status
  • previous technology exposure (have they used mobile devices before?)

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now