Post

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. 

Number to text translator You are asked to implement

  

Number-to-text translator You are asked to implement an automated number-to-text translation
system for a phone company. Write a C program that receives as an input an integer number and converts each  digit to the appropriate text word. The integer number can be of variable length, but no larger than 10 digits.
Assume that no phone number starts with a zero.
Sample program execution:
Please enter your phone number: XXXXXXXXXX
two three four ve seven six nine eight ve four
Test cases: XXXXXXXXXX 10004, 20030040
Hint: Use the loop structure of problem 2 to count the number of digits in the number given by the user. Isolate
each digit from left to right (think of dividing the given number by a power of 10). Use a switch statement or an
if-else-if statement to convert a digit to a word.

Linux

Write the command that will take a VCF file and (1) strip out the headers; (2) parse out the Chromosome, Position, Reference, and Alternative alleles and write them to a new file called “temp.txt”.

after the 70s

 On the internet or your phone, listen to TWO of the following songs from the funk genre in the list below: o Wild Cherry, “Play that Funky Music”  o Lyn Collins, “Think (About It)”  o Isley Brothers, “It’s Your Thing”  o War, “Lowrider”  o Marvin Gaye, “Got to Give It Up”  o James Brown, “Papas Got A Brand New Bag”  o Funkadelic, “One Nation Under a Groove”  o Sly and the Family Stone, “Thank You”  o Rufus and Chaka Khan, “Tell Me Something Good”  o Kool and the Gang, “Jungle Boogie”  o Kool and the Gabg, “Get Down on It”  o The Commodores, “Brick House”  o Rick James, “Super Freak” o Zapp, “Bounce to the Ounce” MUS 121 – Rhythm Blues and Hip Hop Unit 5 – Funk – Music as a Cultural Artifact – Guided Listening Assignment  After listening to your TWO selections, answer the following questions in a word document: o Define the musical term: Funk o Share a brief biography of each of the two bands you chose. o, Name the members of each of these bands. o Examine the lyrics and share the lines of each song which are your  favorite and/or made an impression on you. o What are the ideas being addressed in each of these songs?  o What is the date that the original music was written? What is the date that  this original recording was made/released ? o Has anyone else recorded the two songs you have chosen? If so, find one  YouTube recording of “covers” of each the two songs you have chosen if  they are available. If nothing is available, please indicate that as well. o List the instruments you hear in these recordings. Are each of these songs  the same or different instrumentation?  o How would you describe the rhythm? 1950s shuffle rhythm, ska, rock  steady, reggae?  o What was your favorite thing about the performances/recordings?  o What emotions did the performances/recordings make you feel when you  heard it? Requirements:  Three to four pages in length, excluding the Reference page.  APA format, including an in-text citation for referenced works.  At least four resources 

Artificial Intelligence Writing Assignment

How does artificial intelligence impact virtual worlds? Provide examples and present your written findings. 

 

APA format. You must include 3 scholarly reviewed references that are DIRECTLY related to the subject. 

Pages : 3 ( 1000 words) 

Employees at a certain company

  

Employees at a certain company get a bonus at the end of the year based on years of service. The bonus is a percentage of their annual salary determined as follows.
Less than 5 years 2%
5 to 9 years 4%
10 to 19 years 7%
20 years or more 12%
Write a pseudocode algorithm that will input the years employed and the salary, and will calculate and print the bonus rate and bonus amount. Use structured pseudocode as demonstrated in the lectures for code, ensure that all variables are declared, prompt the user for the appropriate input, and display a meaningful output message. Make sure that the years and salary are both greater than 0.