I have attached a file for the assignment instruction.
Create Two Flow-Charts
Use the information below to solve each problem using flowchart symbols to illustrate how you would complete your program. You may use Microsoft PowerPoint® or Microsoft Word ® for your flowchart.
- Problem 1: Build a flowchart to solve a simple payroll calculation. Calculate the amount of pay, given hours worked, and hourly rate. (The formula to calculate payroll is pay = hourly rate * hours worked.) Display hourly rate, hours worked, and pay. ( Do not add any feature such as overtime, bonus, taxes, insurance, … )
- Problem 2: Build a flowchart that will calculate the average miles per gallon obtained on a trip. Input the amount of gas used and the number of miles driven. (The formula to calculate miles per gallon is miles per gallon = number of miles driven / amount of gas used. ) Display gas used, miles driven and MPG.
Security Architecture & Design
Provide a reflection of at least 500 words of how the knowledge, skills, or theories of Security Architecture & Design have been applied, or could be applied, in a practical manner to your current work environment
500 words
APA format
Compilers(Question about Computer Science)
1 Consider the following grammar (describing LISP arithmetic):
X -> ( E )
E -> O | O T
O -> + | * | – | /
T -> n | X
X == executable, E == expression, T == term, n == number
terminals == ( ) n + * – /
Find FIRST, FOLLOW and LR(0) sets for this grammar.
Is the grammar LR(0)? Is it SLR?
2.Give a rightmost derivation of the string (x+a)*x using:
S=> E
E=> E+T | T
T=> T*F | F
F=> i | (E)
The lexical analyzer returns a token i==identifier for variables ‘x’ and ‘a’.
Display the parse tree, the syntax tree, and the expression DAG.
3. The algorithm for DOM in the text is based on data flow analysis, but it is often desirable to find the DOM tree from the control flow graph without t need to do data flow. Describe a possible algorithm based on breadh-first search to find DOM given a control flow graph. (An overview description in Englishis sufficient, you do not need a formal specification or code of an algorithm)
Cloud computing
n 500 words or more, compare DNS failover and cloud failover.
business intelligence
Business Intelligence question
Practical connection assignment
Assignment:
Subject: InfoTech Import in Strat Plan
Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study.
Requirements:
- Provide a 500 word (or 2 pages double spaced) minimum reflection.
- Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.
- Share a personal connection that identifies specific knowledge and theories from this course.
- Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.
Cgs1000
I have online work to do in excel it’s easy but time consuming please help
700 words: Leadership
1. Discuss the key components of human resource management. Pick at least four concepts from chapter nine and describe how these concepts interrelate to individual performance on a team.
2. Review table 9.2 and select one of the dimensions listed, note why it was chosen and how you relate to this behavior. If you have a personal experience, please share.
3. How do leaders select the best talent? What are some tools they can use to select the best-talent?
Final Project
About Java programming.
