Incorporating information technology in a proposed business plan.

  

Respond to questions 1-10 below in 1450 words. Use the attached book and 3 other resources to respond to question 1-10. 

A. Idea behind the assignment is as follows: – I would like everyone to decide what type of business you would like to open (the possibilities are endless, as long as it is legal, ethical, and non-offensive!) and tell us about your proposed business. You can choose any type of business, but you must have a minimum of 20 employees. After giving us a short description of your proposed business, you will begin analyzing the IT requirements of your business in light of what you have learned in your textbook readings this week, and you will begin to explore the role that IT will play in your business.

1. Provide a name for the business. (The name of my proposed business is “IT for all”). 

2. In 150 words write a short description of your proposed business. And why you have selected this business. 

3. In 150 words what is the nature of your business? Please provide a description of business concept, the business structure and marketing plan. (the business I would like to propose in a nonprofit organization that provides access to information technology education to minority children living in urban communities. The goal is exposed underserved youths to information technology in hopes that they will one day pursue a career in this filed. The name of the proposed business is “IT for all”).

4. In 150 words. What type of product(s) or service(s) will your business offer? Please see business idea in question #3. 

5. In 150 words. In what ways will the information technology needs be different for upper management, middle management, operational management, and lower level employees (such as production and service workers, and data workers)? 

6. In 150 words. Identify/state the main business processes in your business. 

The Ten Core Business Processes include: –

Customer Strategy & Relationships (Marketing)

Employee Development & Satisfaction (Human Resources)

Quality, Process Improvement & Change Management.

Financial Analysis, Reporting, & Capital Management.

Management Responsibility.

Customer Acquisition (Sales)

Product Development.

Product/Service Delivery.

(I believe my main business process is Product/Service Delivery, as the goal is to deliver/ make accessible IT education, information and resource available to underserved youths). 

7. In 200 words. Based on the attached book and list of various types of business information systems within the textbook. What types of business information systems will you need to efficiently run the various business processes of your business? Provide examples and detailed descriptions. 

8. In 200 words Based on the attached book what enterprise applications will your business require in order to coordinate and integrate the various business processes? Provide examples and detailed descriptions.

9. In 150 words How will you organize the information systems function of your business? Will you have one IT expert on staff, will you have an information systems department, or will you outsource the IT function?

10. In 150 words What will be the primary responsibilities of your IT expert or department?

Project-4

in this section describes the approach as thoroughly as possible including the following:

  • Research Approach (Exploratory vs Hypothesis-Based)
  • Research Design (Qualitative vs Quantitative vs Mixed Methods)
  • Research Methods utilized

Include a discussion of considerations such as internal or external validity. Also include a discussion that provides justification for the choices you have made with respect to the proposed approach.

Submit this assignment (4 pages)

Creating Java based animations due in 4hrs

I need 2 pages and asap
Paper details

You’re final project acts as a bridge to Programming 2 which will focus more heavily on Java and object oriented programming as well as on incorporating different libraries and requiring you to seek out, evaluate, and synthesize information from various resources without direct instruction to develop solutions for an assigned ill-structured problem. To that end, you will be using the Processing framework/library/language/IDE to create Java based animations.

 This project needs to be significantly your own work. You can not copy and paste someone else’s work, change a couple lines and call it your own. You cannot just follow a tutorial to create something like Pong and call it a day. You can use tutorials, but you need to shift them or alter them to make them uniquely different. If you have any questions about the project, what constitutes plagiarism, how to brainstorm a new or altered concept, etc.

Specifically, you must create a game, educational tool, interactive digital artwork, or amusement that includes the following elements: * Multiple colors * Animation/movement * Raster and vector images * Audio or video * Mouse input * Keyboard input * Self-created classes and objects * Game play elements * Raspberry Pi based execution * non-standard themed physical interface (push buttons, mouse covers, leds, etc.) * A README file containing the names of the group members, a description of the project, and how to run/play the game/amusement

Graduate Internship Preparation assignment 11

SWOT Analysis Content

  1. “My Individual Development Plan’ [Assignment Instructions]

    Write a summary paper about the skills that you would like to develop, enhance or improve upon as you move from this professional development course in pursuit of a graduate professional professional (internship or work) experience.

    This paper should be labeled titled ‘My Individual Development Plan (IDP)’. Your IDP will serve as a resource to help guide your career development.

    When creating your IDP, take into account your interests and strengths, while considering what skills and qualifications are necessary for your chosen career.

    An IDP provides should also serve as a point of reference for conversations with your career advisor (and other mentors) about how to achieve your goals and/or evolve them.

    This is a dynamic document that will be revised repeatedly because it reflects ongoing consideration of your short- and long-term goals. Ideally, it should provide you with a guideline that can measure progress towards your goals and be revised as your plans evolve. 

    Your submission should be a minimum of one – two pages of content in length. Please type the question as well as your answer. Properly cite any source utilized in APA format.

Exp19_Excel_Ch12_Cap_Inventory

Exp19_Excel_Ch12_Cap_Inventory

 You are the operations manager for Bulldog collectables, a small start-up company that deals with sports memorabilia. As you prepare to document your inventory, you decide to utilize a template to save time. To complete this task, you will create a worksheet based on an Office.com template; you will also use the Macro Recorder and Visual Basic for Application to automate sorting and calculations within the workbook. #Start Excel. Download and open the file named EXP19_Excel_Ch12_Cap_Inventory.xlsx. Grader has automatically added your last name to the beginning of the filename.  Delete the Inventory Pick List and Bin Lookup worksheets. #Delete the INVENTORY PICK LIST and BIN LOOKUP icons located respectively in cells E2 and F2. Then Clear all existing Data Validation in the range A1:K15. Delete the values in the range B5:J15. #Record a macro named Sort, be sure to use relative references. Ensure the macro sorts the data in the table in ascending order based on SKU (column A). Stop the Macro Recorder and Save the workbook as a Macro-Enabled Template. Create a form control button that spans the cell E2:E3. Assign the Sort macro and edit the button text to Sort. #Use the VBA Editor to create a new module.  #Type the following VBA code to create a custom Inventory Value function then save and exit the VBA Editor (be sure to leave a blank line between each line and before End Function):   Function InventoryValue (QTY, COST)  InventoryValue = QTY * COST    #Click cell J5 and use the newly created InventoryValue function to calculate the value of the inventory for each item in column I. Use the VBA Editor to create a new module named ProtectWorkbook. Type the following VBA statements to create the sub procedure (leave appropriate line spacing). Sub ProtectWorkbook() ‘Protect workbook using the password eXploring Worksheets(“Inventory List”).Protect Password:=”eXploring” Insert a new module named UnprotectWorkbook. Type the following VBA statements to create the sub procedure and then save and exit the VBA Editor (leave appropriate line spacing). Sub UnprotectWorkbook() ‘Unprotect workbook using the password eXploring Worksheets(“Inventory List”).Unprotect Password:=”eXploring” #Insert a Form Control Button spanning cells F2:F3 named Unprotect. Assign the UnprotectWorkbook macro to the newly created Control Button. Insert a Form Control Button spanning the range G2:H3 named Protect. Assign the macro ProtectWorkbook. Insert the comment Inventory based on values in column J. in cell B3 (include the period). Insert the comment Count of items in column C. in cell C3 (include the period). Inspect the document for private information and hidden properties. Save the file when prompted then remove Document Properties and Personal Information, and Headers and Footers. Close EXP19_Excel_Ch12_CAP_Inventory.xlsx. Exit Excel. Submit the file as directed. 

assignment-1

need a report paper with the reference links mainly and slides 

clearly instructions given below.

applied practicum training

The executive-format programs are a unique approach to higher education. With the required Applied Learning Practicum each semester, you are taking education beyond the cognitive level and learning how to apply your knowledge to the real world profession within your field of study. The purpose of this format is to provide you with the skills and knowledge necessary to leave your program as job ready! 

Subject : Dissertation seminar 

Disseration Topic :   

APPLICATION OF BUSINESS INTELLIGENCE IN FINANCIAL TECHNOLOGY (FINTECH)

Assignment

Research the popular Types, Pros, Cons and your company’s use of Biometric Identification devices. Remember to get permission from security. If you are not currently employed discuss what types you would recommend. 

Instructions: Please download the Assignment 4 Biometrics Assessment template (MS Word), which is already in APA 7 format, using size 12 Times New Roman font, 1-inch margins, TOC, Headings and Reference page. If you insert images or tables in your report make sure you label them appropriately according to APA. Once completed name your file: YourName_Assignment_4_Biometrics_Assessment.docx and submit to the appropriate assignment folder.