Note:
Each token/comment starts with a unique type of character (letter, digit, . . ., etc). If a character read from the input stream cannot be the first character of any token/comment, it is declared an invalid character.
1. Define function tokenType lexical_error(void) that reads an (invalid) character, copies it into the buffer and returns the code for invalid characters.
2. Write the function tokenType scanner (void) (with a local variable int character to hold the next character read from the input stream) as follows:
1. call the function skipSpaces( ) to skip over spaces.
2. For the first non white space character, it does the following:
a) If it is EOF (end-of-file character), it returns EOF to the caller.
b) Otherwise it does the following:
- use the putback(char ch) function to put that character back into the input stream.
- test to find out the token/comment (identifier, comment, +, real constant, ... etc) that starts with this character: (one character look ahead)
- call the language recognition device that corresponds to that token/comment or the function lexical_error( ) if there is none.
- returns to the calling function the code returned by the function called above.
Note
1. If you have included the division operator ( / ) as one of the operators, then when function scanner reads the division operator, it needs to peek the next character in the input stream in order to decide whether to call function get_comment( ) of function get_div( ).
2. Functions getId(),getComment(),getReal(),getStrings(),getAssign(),and getPlus()are provided below. You will need functions to recognize the other punctuators and operators of the programming language.
3. Write function main that does the following:
1. Write the heading for the output table. For example:
TOKENS/TYPES WORDS/LEXEMS
1. Then in a loop that terminates when the value returned by function scanner( ) is EOF, it does the following:
- call function void clear_buf(void)) to clear the buffer.
- call function tokenType scanner(void) ).
- call function void display_token(tokenType code) with the token code returned by scanner function to display the appropriate message, and prints the contents of the buffer.
End-Of-File Character
1. The end-of-file character (-1) is named EOF (which are macro-constants defined in the header file stdio.h). You must therefore include this header file in any source module in which this macro constant is used. You may also use -1 instead of EOF.
2. When you type the input data in a UNIX system, you enter the end-of-file character by pressing the key sequence -d . In the Microsoft Windows systems, you have to press the key sequence -z.
INPUT: The input of your program must be any sequence of lexemes of your language: For example:
num1:= 12.5; "It is nice outside" /* compute area */ sum + { * ) sum := num1?
OUTPUT: The output of your program should look like the following:
TOKENS/TYPES WORDS/LEXEMS
------------------------ -------------------------
Identifier num1
Assignment :=
Real constant 12.5
Semi colon ;
String constant "It is nice outside"
Comment /* compute the area */
Identifier sum
Plus +
Left brace {
Multiplication operator *
Left-parenthesis (
Identifier sum
Assignment :=
Identifier num1
Invalid Character ?
You may use input/output redirection to run your program. To do this, you must first compile and link your program modules to produce an executable file; then run your program on the UNIX system as follows:
programfile < datafile > outputfil

Answers

Answer 1

Based on the provided information, it seems like you are working on implementing a lexical analyzer (also known as a scanner) for a programming language. The goal is to recognize different tokens (such as identifiers, comments, operators, etc.) from an input stream and display them along with their corresponding token types.

To help you with your task, here are some steps and explanations:

1. Define the function `tokenType lexical_error(void)`:

  - This function should handle the case when an invalid character is encountered.

  - It should read the invalid character, copy it into a buffer, and return the code for invalid characters.

  - The code for invalid characters could be an enumeration or a specific value that represents an invalid token type.

2. Write the function `tokenType scanner(void)`:

  - This function will be responsible for scanning the input stream and recognizing different tokens.

  - It should have a local variable `int character` to hold the next character read from the input stream.

  - Call the function `skipSpaces()` to skip over any spaces at the beginning.

  - For the first non-whitespace character, do the following:

    - If it is the end-of-file character (EOF), return EOF to the caller, indicating the end of input.

    - Otherwise, put that character back into the input stream using the `putback(char ch)` function.

    - Test the character to determine the token type that starts with this character.

    - Call the corresponding language recognition device or function (e.g., `get_comment()`, `get_div()`, etc.) based on the token type detected.

    - If none of the recognized token types match, call the `lexical_error()` function.

3. Write the `main` function:

  - This function will control the execution of the program.

  - Write the heading for the output table, indicating the columns for tokens/types and words/lexemes.

  - Set up a loop that terminates when the value returned by the `scanner()` function is EOF.

  - Within the loop, do the following:

    - Call the `clear_buf()` function to clear the buffer.

    - Call the `scanner()` function to get the token type.

    - Call the `display_token(tokenType code)` function to display the appropriate message based on the token type and print the contents of the buffer.

Note: The given code snippets (such as `getId()`, `getComment()`, `getReal()`, etc.) and specific language recognition devices mentioned are not provided. You will need to implement them based on the requirements and syntax of your programming language.

Ensure that you handle different types of tokens and their corresponding recognition logic within the scanner function or separate functions. Also, consider how you'll handle operators, punctuators, and other tokens specific to your programming language.

Remember to include the necessary header files (e.g., `stdio.h`) and handle the end-of-file character appropriately (using `EOF` or `-1`).

Provide the desired input sequence as specified, and your program should output the tokens and their corresponding types as shown in the example output.

You can run your program using input/output redirection as described, by compiling and linking your program modules to produce an executable file, and then executing it on a UNIX system.

Keep in mind that this is a general guideline based on the provided information, and you may need to adapt and customize it to suit your specific programming language and requirements.

Learn more about lexical analyzer

brainly.com/question/31613585

#SPJ11


Related Questions

which media communication type does not require media arbitration in the data link layer?

Answers

Full-duplex communication allows for simultaneous transmission and reception on the medium by both devices. The Data Link layer implies that the media is constantly accessible to both nodes for transmission.

Which media communication method does not call for media arbitration at the data connection layer?

Half-duplex communication happens when both devices can both transmit and receive on the medium but cannot do so simultaneously. Media arbitration is not necessary in full-duplex communication because both devices can send and receive data simultaneously through the medium.

Which media communication type does not require medium?

Wireless communication is often referred to as Unguided Media or Unbounded transmission media. In this mode, no physical media required for the transmission of electromagnetic signals.

To know more about Full-duplex communication  visit :-

https://brainly.com/question/29998337

#SPJ4

Considering the existence of polluted air, deforestation, depleted fisheries, species extinction, poverty and global warming, do you believe that the Earth’s carrying capacity has already been reached?​

Answers

Answer:

The carrying capacity of an ecosystem, for example the Earth system, is the ability of an ecosystem to provide biological species for their existence; that is, the living environment is able to provide them with a habitat, sufficient food, water and other necessities for a longer period of time.

When the populations of different species living in an ecosystem increase, the pressure on the environment increases, partly due to intensive use. The population size decreases again when the population exceeds the carrying capacity, so that a natural equilibrium is maintained. This is due to a number of factors, depending on the species involved. Examples are insufficient space, sunlight and food.

Thus, given the current conditions of pollution, extinction of species and other environmental damage caused by humans on Earth, it can be said that we are about to exceed the limit of carrying capacity of the Earth, which would imply that this, through different natural forces, would seek to stabilize said overpopulation to return the environmental environment to a state of equilibrium.

What are the characteristics of a computer that make it different from other devices that hold electricity?

Answers

Answer:

Input, used to interact with, or send data to the computer (mouse, keyboards, etc.)

Output, which provides output to the user from the computer (monitors, printers, etc.)

Storage, which stores data processed by the computer (hard drives, flash drives, etc.)

Explanation:

Input, used to interact with, or send data to the computer (mouse, keyboards, etc.)

Output, which provides output to the user from the computer (monitors, printers, etc.)

Storage, which stores data processed by the computer (hard drives, flash drives, etc.)

Which web source citations are formatted according to MLA guidelines? Check all that apply.
“Nelson Mandela, Anti-Apartheid Icon and Father of Modern South Africa, Dies.” Karimi, Faith. CNN. Turner Broadcasting. 5 Dec. 2013. Web. 1 Mar. 2014.
“Nelson Mandela Biography.” Bio.com. A&E Television Networks, n.d. Web. 28 Feb. 2014.
Hallengren, Anders. “Nelson Mandela and the Rainbow of Culture.” Nobel Prize. Nobel Media, n.d. Web. 1 Mar. 2014.
“Nelson Mandela, Champion of Freedom.” History. The History Channel. Web. 1 Mar. 2014.
“The Long Walk is Over.” The Economist. The Economist Newspaper, 5 Dec. 2013. Web. 1 Mar. 2014.

Answers

The citation that is formatted according to MLA guidelines is:
“Nelson Mandela, Anti-Apartheid Icon and Father of Modern South Africa, Dies.” Karimi, Faith. CNN. Turner Broadcasting. 5 Dec. 2013. Web. 1 Mar. 2014.

What is Apartheid?
Apartheid was a system of institutional racial segregation and discrimination that was implemented in South Africa from 1948 to the early 1990s. It was a policy of the government that aimed to maintain white minority rule and power by segregating people of different races, and denying non-whites their basic rights and freedoms.

This citation follows the basic MLA format for citing a web source. It includes the following elements:

Author's name: Karimi, Faith.Title of the article: "Nelson Mandela, Anti-Apartheid Icon and Father of Modern South Africa, Dies."Name of the website: CNN.Name of the publisher: Turner Broadcasting.Date of publication: 5 Dec. 2013.Medium of publication: Web.Date of access: 1 Mar. 2014.

None of the other citations are formatted according to MLA guidelines because they either have missing or incorrect elements. For example, the citation for "Nelson Mandela Biography" does not include the date of publication, and the citation for "Nelson Mandela and the Rainbow of Culture" does not include the name of the publisher. The citation for "Nelson Mandela, Champion of Freedom" does not include the date of publication or the name of the publisher. The citation for "The Long Walk is Over" includes the date of publication, but it does not include the name of the publisher, and the title is not italicized.

To know more about citation visit:
https://brainly.com/question/29885383
#SPJ1

Which inventor developed a method through which groups of people, instead of just
individuals, could view films at the same time?
Al Jolson
Robert Paul
Edwin S. Porter
Thomas Edison

Answers

Answer:

Thomas Edition is the inventor developed a method through which groups of people instead of just individuals,could view films at the same time.

Hope it will help you

Answer:

B: Robert Paul

Explanation:

edg2021

It is not Thomas Edison. He created the Kinetoscope that allows for individuals to watch, "The British inventor, Robert William Paul, expanded on Edison’s Kinetoscope parlors with his film projector, enabling theaters to display movies for groups instead of individual viewing"

Can someone please type a code that makes a house in python and turtle graphics i need help

Answers

Answer:

import turtle  

turtle.speed(2)

#shape

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

turtle.left(45)

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

turtle.left(45)

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

#door

turtle.left(90)

turtle.forward(50)

turtle.left(90)

turtle.forward(25)

turtle.left(90)

turtle.forward(50)

#windows

turtle.penup()

turtle.right(90)

turtle.forward(20)

turtle.right(90)

turtle.forward(20)

turtle.pendown()

turtle.forward(25)

turtle.left(90)

turtle.forward(40)

turtle.left(90)

turtle.forward(25)

turtle.left(90)

turtle.forward(40)

Explanation:

here :)

A collection of wiress connecting the CPU with main memory that is used to identify particular location is called

Answers

Answer:

Address buses are made up of a collection of wires connecting the CPU with main memory that is used to identify particular locations (addresses) in main memory. The width of the address bus (that is, the number of wires) determines how many unique memory locations can be addressed.

Explanation:

Address buses are made up of a collection of wires connecting the CPU with main memory that is used to identify particular locations (addresses) in main memory.

What is CPU?

The electronic equipment that carries out the instructions included in a computer program is known as a central processing unit (CPU), sometimes known as a central processor, main processor, or simply processor.

The CPU executes fundamental mathematical, logical, controlling, and input/output (I/O) activities as directed by the program's instructions. In contrast, specialized processors like graphics processing units and external components like main memory and I/O circuitry (GPUs).

Although CPUs' shape, design, and implementation have evolved throughout time, their basic function has remained mostly same. The arithmetic-logic unit (ALU), which performs arithmetic and logic operations, processor registers.

Therefore, Address buses are made up of a collection of wires connecting the CPU with main memory that is used to identify particular locations (addresses) in main memory.

To learn more about CPU, refer to the link:

https://brainly.com/question/16254036

#SPJ5

How did the printing press make people more intelligent

Answers

Answer:

no

Explanation:

Answer:

the invention of the mechanical movable type printing press helped disseminate knowledge wider and faster than ever before.

most people on scratch are under 18 true or false? scratch coding

Answers

The answer is Yeah probably

Answer:

False

Explanation:

The Scratch Team has to be at least 18+ years to join. So this is false

The four main parts of a computer system are the Input, output, processor, and:
O A core.
OB. hardware.
OC. software.
OD. storage.

Answers

Answer:D) Storage

Explanation:

what is a file named TR/Dldr.Adload.ugkeo doing on my computer

Answers

Answer:

That's brainly's way of making sure you're not a bot

Explanation:

I don't actually know

Answer:

did you download any file from this user or this similar link look at the picture below. If you please take it to someone who know how to get rid of viruses

what is a file named TR/Dldr.Adload.ugkeo doing on my computer

If during the execution of a transaction, the database enters an inconsistent state then
A. the offending transaction will not satisfy the Isolation property.
B. the offending transaction will be aborted
C. the DBMS will ignore it
D. the offending transaction will be rolled back

Answers

The offending transaction will not satisfy the Isolation property.

Thus, The database-level attribute known as isolation governs when and how modifications are made as well as whether they are made available to other users, systems, and users and isolation property.

Allowing numerous transactions to take place simultaneously without negatively influencing the execution of each is one of the objectives of isolation.

Database transactional attributes include isolation as a key component. Data consistency and accuracy are guaranteed by the third ACID standard.

Thus, The offending transaction will not satisfy the Isolation property.

Learn more about Isolation, refer to the link:

https://brainly.com/question/7741418

#SPJ1

what class are you in?
can you help me in connection?

Answers

Answer:personal computer:)

Explanation:

Which computer program offers a comprehensive collection of tools for creating digital art by using a variety of shapes, lines, and letters which can be easily measured and formatted?​

Answers

Answer:

LibreOffice Draw

Explanation:

Answer:

A

Explanation:

what is targets net worth in 2020 (i will see if you put in 2019)

Answers

Answer:

62.6 billion

Explanation:

Use the internet to find a foreign product that is not available
in the United States. Then take that foreign product and put
together a strategy to market it in the United States.

Answers

Marketing a foreign product in the United States can be quite a task. However, it’s a rewarding task as it opens doors to the opportunity for a new market and the potential to make profits.

In this context, we will use “Kangaroo Island Spirits”, a gin from South Australia, to discuss a strategy to market a foreign product in the United States.

Study the American Market and its needs: The first step in putting together a strategy to market Kangaroo Island Spirits gin is to research and understand the American market. Analyze the current trends and needs of the American gin market. This will give an idea of the demand for this product and also to know the different geographical locations where it can be marketed.Understand the Legal requirements: To ensure the product meets all legal requirements for sale in the United States, check the rules and regulations for importing the product into the US. Understanding the legal requirements will help in avoiding any legal issues and also prevent penalties and fines.Position the product in the USA: Most American consumers love their Gin, and marketing to their interests and tastes will make the product more attractive. A good place to position Kangaroo Island Spirits gin is in high-end restaurants, wine and spirits stores.Using Social media platforms can be useful in advertising the product as it reaches a large audience. There should be continuous promotions to create brand awareness and to increase sales.Choose a Distribution Channel: To make Kangaroo Island Spirits gin available for purchase by American consumers, it is important to find a distributor that specializes in alcoholic beverages and is familiar with the US market. Online sales can be a good channel for distributing the product and this can be done via sites like Amazon, and eBay.

Marketing a foreign product in the United States is a challenging task, however, it’s not impossible. By studying the American market, understanding legal requirements, positioning the product and choosing the right distribution channels, Kangaroo Island Spirits gin can be successfully marketed in the US.

To learn more about Marketing, visit:

https://brainly.com/question/27155256

#SPJ11

what criteria does a switch use to make forwarding decisions? (choose two) layer 3 addresses layer 2 addresses mac addresses ip addresses

Answers

A switch uses Layer 2 addresses (MAC addresses) and Layer 3 addresses (IP addresses) to make forwarding decisions.

Switches operate at the data link layer (Layer 2) of the OSI model and are responsible for forwarding data frames within a local area network (LAN). They use various criteria to make forwarding decisions and determine the destination of a frame.

Layer 2 Addresses (MAC addresses): Switches primarily use MAC addresses, which are unique identifiers assigned to network interface cards (NICs), to make forwarding decisions. Each frame contains source and destination MAC addresses, and the switch maintains a MAC address table (also known as a forwarding table or CAM table) that maps MAC addresses to switch ports. By examining the destination MAC address of a frame, the switch can determine the outgoing port to forward the frame to.

Layer 3 Addresses (IP addresses): In addition to MAC addresses, some switches also support Layer 3 forwarding decisions using IP addresses. These switches are known as Layer 3 switches or multilayer switches. They can perform routing functions by examining the destination IP address in the packet header and making forwarding decisions based on IP routing tables. Layer 3 switches combine the features of switches and routers, allowing for more advanced networking capabilities within a single device.

By considering both Layer 2 addresses (MAC addresses) and, in the case of Layer 3 switches, Layer 3 addresses (IP addresses), switches can efficiently forward frames within a LAN and, in the case of Layer 3 switches, route packets between different networks.

Learn more about IP addresse here:

https://brainly.com/question/31171474

#SPJ11

What type of model are Charts? Why?

Answers

What the guy above said :)

the 12 entries in the matrix are to be stored in row major form in locations 7,609 to 7,620 in a computer's memory. this means that the entries in the first row (reading left to right) are stored first, then the entries in the second row, and finally the entries in the third row. (a) which location will a21 be stored in?

Answers

When the twelve entries in the matrix are stored in row major form in locations 7,609 to 7,620 in a computer's memory, it means that the entries in the first row are stored first, followed by the entries in the second row, and lastly the entries in the third row

. So, we have to figure out which location a21 will be stored in. To do this, we must first understand that a21 refers to the entry in the second row and first column of the matrix. Since we know that the first row is stored first, we can deduce that the first entry in the second row will come after the last entry in the first row. The number of entries in the first row is 4 because there are 12 entries in the matrix and 12/3=4 rows. The first row will be stored in locations 7,609 to 7,612 since there are 4 entries in the first row. Since the entries in the first row are stored first, the entry a21 will be stored in location 7,610.

for more such question on matrix

https://brainly.com/question/1279486

#SPJ11

What is the size of BIOS?

Answers

Answer:

The size of BIOS is 32 megabytes

What is the size of BIOS?

Answer:

32 megabytes

Explanation:

Print rows and columns (10 points)
Ask the user for how many columns and then how many rows. Then ask the user for what words they like to print. Print those words in the amount of columns and rows the user wanted.

Answers

Answer:

python

Explanation:

hi again
im assuming you want this in python because you dont specify this in your question

import random

columns = input('How many columns?\n')

rows = input('How many rows?\n')

columns = int(columns)

rows = int(rows)

list_words = []

inputwords = input('Tell me words you want to print separated by spaces\n')

for word in inputwords.split():

       list_words.append(word)

table_data = []

for row in range(rows):

       placeholder_column = []

       for column in range(columns):

               placeholder_column.append(random.choice(list_words))

       table_data.append(placeholder_column)

string_of_format = ""

for iter_column in range(columns):

       string_of_format += "{: >20}"

for iter_row in table_data:

       print(string_of_format.format(*iter_row))

which of the following statements about the internet is true? responses the internet is a computer network that uses proprietary communication protocols. the internet is a computer network that uses proprietary communication protocols. the internet is designed to scale to support an increasing number of users. the internet is designed to scale to support an increasing number of users. the internet requires all communications to use encryption protocols. the internet requires all communications to use encryption protocols. the internet uses a centralized system to determine how packets are routed.

Answers

The true statement about the internet is that it is designed to scale to support an increasing number of users. While the internet does use communication protocols, they are not proprietary and are instead standardized.

Encryption protocols are recommended for secure communications on the internet, but they are not required for all communications. Finally, the internet uses a decentralized system to determine how packets are routed, rather than a centralized one.The internet does not use proprietary communication protocols. In fact, the internet relies on open and standardized protocols like TCP/IP, HTTP, and SMTP.The internet does not require all communications to use encryption protocols, although encryption is increasingly being used to protect sensitive data and communications.The internet does not use a centralized system to determine how packets are routed. Instead, it uses a decentralized system where routers exchange information about network topology to determine the best path for packets to take.

To learn more about internet click the link below:

brainly.com/question/17942065

#SPJ11

Once a business determines that change needs to occur, what ahould the
business create?
A. Business operation
B. Business analysis
C. Business model
D. Business strategy

Answers

Answer:

D. Business strategy

Explanation:

Kono Dio Da!!

Organisms in a food web are related through producer/consumer, predator/prey, and parasite/host relationships. Because of these relationships, one population affects others through direct and _______ interactions.

Answers

Answer:

Indirect.

Explanation:

Pyramid of energy is a model used to depict the flow of energy from one trophic level or feeding level to the next in an ecosystem. It's a diagram that compares the energy used by organisms at each trophic level of the food chain. The pyramid of energy must never be inverted or turned upside down.

The units used in the construction of pyramids of energy is kilocalories (kcal) or energy per area per time (Jm-²year-¹).

Organisms in a food web are related through producer/consumer, predator/prey, and parasite/host relationships. Because of these relationships, one population affects others through direct and indirect interactions. A direct interaction refers to the linear relationship between two organisms such as predator feeding on a prey (a lion eating a deer) while an indirect interaction is a type of relationship that occurs or is mediated through a third.

what is the first nmap command you ran in this lab? explain the switches used.

Answers

Answer:

The first Nmap command ran was nmap -O -v 10.20. 100.50.

Explanation:

The first Nmap command I ran was nmap -O -v 10.20. 100.50. The switches used are represented with -O AND –v this allows to detect the operating system used on 10.20. 100.50 and also shows the detail of open ports.

The initial nmap command in the lab was nmap -sP 192.168.1.0/24, using the -sP switch for a ping scan to check online hosts within the specified IP range.

We have,

The first nmap command used in this lab was: nmap -sP 192.168.1.0/24.

Explanation of switches:

-sP: This switch instructs nmap to perform a ping scan, sending ICMP echo requests to check which hosts are online without performing a full port scan.

192.168.1.0/24: This specifies the target IP range to scan, covering all IP addresses from 192.168.1.0 to 192.168.1.255 within the specified subnet.

Thus,

The initial nmap command in the lab was nmap -sP 192.168.1.0/24, using the -sP switch for a ping scan to check online hosts within the specified IP range.

Learn more about the use of the nmap tool here:

https://brainly.com/question/32144349

#SPJ3

Patricia wants to write a program that will determine how many ice cream
cones are left over when the scoops of ice cream are divided by the
cones. Which operation will Patricia need to use?

Answers

Answer:

she will need to  use math what else?

iterations ?selection?

Explanation:

what sort of question si this

Answer:

modulus

Explanation:

Computer engineering is a career that......

Answers

Answer:

Computer engineering is a career that works on the development and research of new technology-related things.

Explanation:

What finger should be on the K key?
1. Pinky
2. Index
3. Middle
4. Ring

Answers

Answer:

The answer would be the middle

Explanation:

Hope this helps

Answer:

index has wonrg hahahahahh

Explanation:

WHICH OF THE FOLLOWING IS NOT AN EXAMPLE OF PII
1EDUCATION AND EMPLOYMENT HISTORY
2.YOUR BROWSING HISTORY FOR A HOTEL LOBBY COMPUTER WHICH DOESNT VERIFY YOUR IDENTITY ORROOM NUMBER
3WEBSITES COOKIES PLACED ON YOUR LAPTOP
4. GOVT IDENTIFIER SUCH AS TAX ID

Answers

The following is not an example of PII:2. Your browsing history for a hotel lobby computer which doesn't verify your identity or room number

The answer is option 2.

PII stands for Personal Identifiable Information. This type of data refers to information that can be used to distinguish or trace a person's identity, either alone or in conjunction with other data.

The following is an example of PII:

Education and employment history, websites cookies placed on your laptop, Govt identifier such as tax ID.

A browsing history for a hotel lobby computer that doesn't verify your identity or room number is not an example of PII because there is no information that identifies the person who used the computer. Therefore, it is not Personal Identifiable Information.

Hence, the answer is Option 2.

Learn more about example of PII at;

https://brainly.com/question/32729456

#SPJ11

The Purpose Of This Assignment Is To Take The Email Below And Re-Write It To Be Courteous, Conversational, And Professional. Instructions Read The Scenario Below Rewrite The Below Email, In No More Than 250 Words Use Headers, Bullet Points And Formatting To Help Convey Your Message You Are Expected To Change Sentences, Word Choice, Structure,That
Purpose - The purpose of this assignment is to take the email below and re-write it to be courteous, conversational, and professional.
Instructions
Read the scenario below
Rewrite the below email, in no more than 250 words
Use headers, bullet points and formatting to help convey your message
You are expected to change sentences, word choice, structure,that supports a professional and appropriate email
Scenario–You (Jane Smith) are a member of the IT Support teamat a mid-size consulting firm. You have been asked to send an email from your office to all company employees. Below is your first draft an email you want to send to all employees. Upon re-reading your draft, you want to re-write it using a more professional and appropriate tone.
Rewrite and edit the text below the line and submit your emailas a Word.doc the assignment 1 dropbox. Please include a cover page.
From: Susan Janzen
To: All Staff
Cc: IT Support

Answers

From: Susan Janzen ,To: All Staff, Cc: IT Support, Subject: Complaints!!!!

I discovered that many individuals were dissatisfied with how inefficient and difficult to utilize the new sharepoint was. Further investigation revealed that there is truly no problem, despite the fact that relatively few people had complained about the intranet's disorganization.  Further investigation revealed that people who work remotely and mostly use their phones to access the intranet are the ones who are complaining.

Regards,

An intranet is a computer network used only within a company to share information, facilitate communication, support collaboration, provide operational systems, and provide other computing services.

Although the word is used in opposition to open networks like the Internet, it is nevertheless built on the same technology.

Learn more about intranet , from :

brainly.com/question/13139335

#SPJ4

Other Questions
How do the 10 commandments demonstrate love?Why is it important to show love to one another?Describe an example of when you have felt loved, when you have shown love to someone else or a time you have witnessed love. is their a meaning in life i don't want to live I feel hopless Nesecito ayuda Lenguaje y literatura Secundaria A typical machine tests the tensile strength of a sheet of material cut into a standard size of 5.00 centimeters wide by 10.0 centimeters long. The machine consists of one clamp that holds the entire width (5.00 centimeters) so that it hangs vertically. A second clamp is placed on the lower end of the object, to which a variable downward force is applied. The force is slowly increased until the object ruptures, and the breaking force is recorded.A strip of aluminum foil with a thickness of 15.0 micrometers and matching the size recommendations of the machine is placed in the machine and tested. The force needed to rupture the foil is found to be 233 newtons. What is the tensile strength of the aluminum foil sample? Suppose an adolescent is developing problems, such as poor school performance, substance use, or aggressiveness. If you were a social cognitive psychologist, where would you be likely to look first for an explanation of these problems? Why?I need an in-depth explanation a 20-year-old iowa state student became the youngest woman in the state's history to do what? midori is sure her children will all graduate from college, earn six-figure incomes, and live a happy life with zero problems. she is demonstrating optimism. PLEASE HELP!!! Fill in the blanks with the correct helping verb and past participle form of the main verb (in parentheses)Der alte Mann_____eine Operation (haben)______a. ist, gehabtb. seid, gehabtc. habt, gehabtd. hat, gehabt Find the measures of the numbered angles of rhombus DEFG Determine the following:i. I1ii. current through the 8 ohms resistoriii. current through the 36 ohms resistoriv. voltage across the j18 ohms functions of agranular endoplasmic reticulum include a. synthesis of proteins for use in the cell b. synthesis of steroids c. storage of intracellular calcium ion d. synthesis of proteins for use in the cell and storage of intracellular calcium ion e. synthesis of steroids and storage of intracellular calcium ion. Of(x) = x - 6x-1-Mark thic and return24-10-8-8-22--8-8-102B8 10 x What is the axis of symmetry The website is filled with wrong answers. The comment sectionthat is now disabled was the only way to see if an answer wasaccurate.Please bring back comment section under posts. Please help Ill mark you brainist Heather drove at a constant rate. She traveled 162162 miles in 33 hours. How far, in miles, did Heather travel in 11 hour? In Anne Frank: The Diary of a Young Girl, how does Anne Frank respond when her father tells her she has hurt him by assuming that he has not supported her?She ignores her father because she has been misunderstood.She resolves not to make hot-headed accusations.She refuses to believe she was wrong.She decides to carry on as if nothing has happened. Find the length of the third side. If necessary, round to the nearest tenth.106 What is the SHE cell in electrochemistry and how has it simplified the collecting and sharing of potential data for half reactions? What is the role of the inert platinum electrode in the SHE cell? How is the platinum electrode included in the standard notation of the cell? When will the SHE cell act as an anode and when will it act as the cathode? Give very specific examples He Would Have Earned A Salary Of R10 000 Per Month From His Previous Job, As Well As A Rental Income Of R5 000 Per Month Had He Rented Out His Shop To A Tenant. The Monthly Production Cost And Operating Expenses Of2) Kenneth opens a restaurant in a shop that he owns in a shopping mall. He resigns from his job to run the restaurant on a full-time basis. He would have earned a salary of R10 000 per month from his previous job, as well as a rental income of R5 000 per month had he rented out his shop to a tenant. The monthly production cost and operating expenses of the restaurant are R95 000 and R45 000 respectively. His monthly sales revenue is R150 000.(a) Calculate the total explicit costs and total implicit costs. (3)(b) Calculate the economic profit and accounting profit. (4) Which chamber of Congress is responsible for accepting or rejecting presidential nominations for officials like federal judges?A) SenateB) House of RepresentativesC) Department of Justice