what does a computer do with what it receives from the interpreter?

Answers

Answer 1

Answer:

it executes whatever it receives from the interpreter


Related Questions

Traverse the following tree by the in-order , pre-order nd post-order method :​

Traverse the following tree by the in-order , pre-order nd post-order method :

Answers

To traverse the figure in the form inorder, preorder and postorder we must change the sequence of the numbers depending on the case.

How to traverse the figure in the inorder form?

To traverse the figure in the inorder form we must carry out the following sequence, from the left subtree to the root then to the right subtree. So the numbers would be:

1 ,10 ,15,20, 22, 25, 32, 36, 43, 48, 50, 56, 58, 60, 75

How to traverse the figure in the preorder form?

To traverse the figure in the preorder form we must carry out the following sequence from the root to the left subtree then to the right subtree.

36, 25, 32, 20, 22, 10, 15, 1, 48, 43, 56, 50, 60, 58, 75

How to traverse the figure in postorder form?

To traverse the figure in postorder form we must perform the following sequence from the left subtree to the right subtree then to the root.

1, 10, 15, 20, 22, 25, 32, 75, 60, 58, 56, 50, 48, 43, 36.

Learn more about figures in: https://brainly.com/question/14982752

#SPJ1

What problem does the DNS solve? How does the DNS help the world wide web scale so that billions of users can access billions of web pages?

Answers

Answer:

DNS is subject to solve the problem of translating domain names into IP addresses.  

DNS relies on TCP and IP. DNS helps the world wide web scale because it is an Internet Protocol, used by numerous computers that are connected to the network of networks. DNS is responsible for many tasks, but the most important is to solve the IP address of the website we are “requesting” to use.

Explanation:

In depth, DNS takes the URL of the website (that we have entered) and converts it to the corresponding IP address. Additionally, using DNS allows the user of the computer to have a better internet connection, higher security, etc.

When one web server forwards you on to another web server, DNS gets you to the IP address of the first web server.

After the browser of your computer establishes an IP connection, it “speaks” HTTP and requests some contact, which is usually a web page.

In other words, the “Domain Name System” (DNS) translates human-readable domain names to machine-readable IP addresses.

What's the smallest part of a computer

A microchip

A byte

A bit

A mouse click

Answers

Answer:

A byte

Explanation:

I just had that question on my quiz

A byte!
It can be referring to any sort of byte according to the question. (kilobyte would be pretty small)

five example of hybrid computer?

Answers

Answer:

gasoline stationelectrocardiogram machine ultrasound machine monitoring machine research and production industries

Explanation:

hope this is useful for u

a function includes two parts: the name of the function and the select one: a. argument. b. location. c. size. d. format.

Answers

The function includes two parts: the name of the function and the argument. Option a is correct.

The argument is an expression that provides input to the function. It can be a variable, a literal value, or a combination of the two. The argument can determine the size, location, or format of the output of the function.

For example, a function can take two arguments: the width and height of a rectangle. These arguments can be used to determine the size of the rectangle when the function is executed. Alternatively, the arguments could be used to specify the location of the rectangle on the page. The format argument could determine the color of the rectangle.

In summary, a function includes two parts: the name of the function and the argument. The argument is an expression that provides input to the function and can determine the size, location, or format of the output of the function.

You can learn more about arguments at: brainly.com/question/27100677

#SPJ11

Which online article citation is correctly formatted according to MLA standards?

A) Oh, Inae. "Dude Who Fell Asleep During Yankees Game Sung MLB, ESPN For $10 Million." The Hillington Post.
The Huffington Post.com, 12 July 2014. Web. 7 July 2014.

B) Oh, Inae. "Dude Who Fell Asleep During Yankees Game Suing MLB, ESPN For S10 Million," The Huthington Post, 7
July 2014. Web. 12 July 2014
C) Oh, Inae. "Dude Who Fel Asleep During Yankees Game Suing MLB, ESPN For $10 Million." The Huffington Post
The Huffington Post.com. 7 July 2014. Web. 12 July 2014.

D) "Dude Who Fell Asleep During Yankees Game Suing MLB, ESPN For $10 Million" The Huffington Post. The
Huffington Post.com, 7 July 2014. Web. 12 July 2014

Answers

Answer:

A is the answer

Explanation:

Hope this helps!! Please consider marking brainliest!!!

Answer: Its C

Explanation:

Sorry Im late :/

Which of the following is an advantage of using a private cloud over a virtual private cloud (VPC)?
A) Unlike a VPC, the infrastructure required for a private cloud can be built and operated easily.
B) Unlike a VPC, a private cloud can be created and used without the Internet.
C) Unlike a VPC, a private cloud can be built on top of a public cloud infrastructure.
D) Unlike a VPC, a private cloud does not require permission from regulating bodies to host sensitive data.

Answers

The advantage of using a private cloud over a virtual private cloud (VPC) is B) Unlike a VPC, a private cloud can be created and used without the Internet.

Private clouds are built, operated, and maintained within an organization's data center, giving them complete control over data and infrastructure. This allows a private cloud to function without relying on the Internet, providing additional security and independence. In contrast, a VPC is a segmented portion of a public cloud infrastructure, which still relies on the Internet to function.

While VPCs offer some security and privacy benefits compared to standard public cloud offerings, they do not provide the same level of control, independence, and security as a private cloud. Therefore, the ability to operate without the Internet is an advantage of private clouds over VPCs.

Learn more about security here:

https://brainly.com/question/13165806

#SPJ11

How can Microsoft PowerPoint help me in my studies?

Answers

Answer:

It can be used by teachers and students as a way of creating slideshows. PowerPoint allows users to share the presentations live, in the room, as well as digitally online via a video conference interface. Students can also work through a presentation in their own time, making this a versatile way to communicate.

Explanation:

HOPE IT HELPS!!!!!!!!!!!

How can I do 3.6 code practice

Answers

Answer:

a = int(input("Enter a number: "))

print("Largest: " + str(a) )

b = int(input("Enter a number: "))

print("Largest: " + str(max(a, b)))

c = int(input("Enter a number: "))

print("Largest: " + str(max(a, b, c)))

d = int(input("Enter a number: "))

print("Largest: " + str(max(a, b, c, d)))

e = int(input("Enter a number: "))

print("Largest: " + str(max(a, b, c, d, e)))

f = int(input("Enter a number: "))

print("Largest: " + str(max(a, b, c, d, e, f)))

Explanation:

Here you go let me know if this works!

the data processing method used by companies in the airline industry or fedex to track packages is an example of:

Answers

The data processing method used by companies in the airline industry or FedEx to track packages is an example of real-time processing.

Real-time processing, often referred to as immediate processing, is a method of data processing in which data is collected, processed, and presented immediately to the user. Real-time processing is primarily used in applications such as flight radar systems, vehicle tracking systems, and in industries where the processing of large volumes of data is necessary. It enables faster processing of large amounts of data and is frequently used in critical situations where it is necessary to respond promptly. Real-time processing is used to track packages in industries such as the airline industry and FedEx.

In order to maintain real-time insights, real-time processing is a method of processing data at a rate that is close to instantaneous.

Know more about real-time processing, here:

https://brainly.com/question/32256375

#SPJ11

When a guest is wearing the medallion, they can order a drink with their smartphone or open their cabin door automatically by standing in front of it. Which emerging technology does Cloud combine with to enable this medallion's features?

Answers

Answer:

The Ocean Medallion.

Explanation:

The Ocean Medallion is a handheld interface that, on boarding a cruise liner, digitally attaches to multiple devices. They could order a cocktail with their mobile or instantly open the cockpit door by walking in front of something while a guest wears the ocean medallion.

2. How would you demonstrate professionalism in a video call with a teacher?

NEED HELP ASAP WILL GIVE BRAINIST TO BEST AWNSER ​

Answers

Answer:

You be respectful and pay attention

Explanation:

This applies to every interaction you should have!  Be respectful and pay attention.  You can show that you are paying attention by acknowledging what they are saying by making small, helpful comments (not interrupting) and asking good questions, not because you don't know, but because you want to understand more.  And remember, teacher are paid to help you, don't be afraid to ask for help! Don't expect them to do everything for you though... ;)

What is digital divide

Answers

Explanation:

A digital divide is any uneven distribution in the access to, use of, or impact of information and communications technologies between any number of distinct groups, which can be defined based on social, geographical, or geopolitical criteria, or otherwise.

You are connected to your network's Cisco router, and need to verify the route table. What command should you enter?
a.show ip route
b.route print
c.route -a
d.show route-table

Answers

The command to verify the route table on a Cisco router is "show ip route."

In order to verify the route table on a Cisco router, you should enter the command "show ip route." This command provides information about the current routing table of the router, displaying the routing entries, including the destination network, next-hop address, administrative distance, and metric. By examining the route table, you can determine how traffic will be routed within the network and identify any potential issues or inconsistencies.

The "show ip route" command is specific to Cisco routers and is widely used in troubleshooting and network management tasks. It allows network administrators to have visibility into the routing decisions made by the router and helps them understand the paths that packets will take when traversing the network.

By analyzing the route table, administrators can verify the presence of expected routes, identify any missing or incorrect routes, and troubleshoot connectivity or routing problems. This command is a fundamental tool for network administrators working with Cisco routers to gain insights into the network's routing infrastructure.

learn more about "show ip route." here:

https://brainly.com/question/32098872

#SPJ11

Which block cipher mode of operating requires that both the message sender and receiver access a counter that computes a new value whenever a ciphertext block is exchanged?

Answers

There is block cipher kind of mode of operation. The block cipher mode of operating requires that both the message sender and receiver  is exchanged is the (CTR) Counter.

What is the Counter (CTR)?

This is known to be a common block cipher mode of operation. It often needs that both the message sender and receiver to have a kind of access a counter, that helps to computes a new value whenever a ciphertext block is been exchanged.

The disadvantage of CTR is known to be the fact that it needs a synchronous counter necessary for both the sender and receiver.

Learn more about  block cipher mode from

https://brainly.com/question/9979590

What are storage devices ​

Answers

Answer:

=>. storage devices are those devices that is used to store some data in it

It is very important device that gives a lot of benefits in our daily lives

we can also carry our data from one place to another

Well they are pretty much what store files and such on your computer or other device some different types are ssd and hdd

A semaphore _____________________.

a) is essentially an integer variable.

b) is accessed through only one standard operation.

c) can be modified simultaneously by multiple threads.

Answers

A semaphore is essentially an integer variable that is used to control access to shared resources in concurrent programming.

It is commonly used to solve the critical section problem and coordinate the execution of multiple threads or processes.

The correct answer is (a) - a semaphore is essentially an integer variable. Semaphores are typically implemented as a non-negative integer that is used to control access to shared resources. The value of the semaphore represents the number of available resources, and it is modified using specific operations such as wait (P) and signal (V).

The other options, (b) and (c), are not accurate descriptions of a semaphore. While a semaphore can be accessed through specific operations like wait and signal, it is not limited to only one standard operation. Additionally, a semaphore is not modified simultaneously by multiple threads; instead, it is accessed and modified in a controlled manner to ensure thread synchronization and mutual exclusion.

Learn more about semaphores here:

https://brainly.com/question/8048321

#SPJ11

what are trends in GPS ? ​

Answers

Answer:

New Trends in GPS & Telematics in 2021 and Beyond - Rewire Security. Real-time location tracking systems for cars, vans, motorcycles, lorries, wired or plug & play options—battery-powered GPS tracking systems with magnets attached to flat metal surfaces such as containers.

Explanation:

A(n) ___ is a set of CPUs which work in parallel in an attempt to simulate the way the human brain works, although in greatly simplified form.

Answers

By definition, a neutral network is a set of CPUs which work in parallel in an attempt to simulate the way the human brain works, although in greatly simplified form.

A neutral network processor is a CPU that takes the modeled operation of how a human brain works on a single chip.

Neutral network processors reduce the requirements for brain-like computational processing of entire computer networks that excel in complex applications such as artificial intelligence, machine learning, or computer vision down to a multi-core chip.

In other words, astificial neutral networks are a computational model that consists of a set of units, called artificial neurons, connected to each other to transmit signals. The input information traverses the neutral network (where it undergoes various operations) producing output values. Its name and structure are inspired by the human brain, mimicking the way biological neurons signal each other.

So the goal of the neutral network is to solve problems in the same way as the human brain, although neural networks are more abstract.

In summary, a neutral network is a set of CPUs which work in parallel in an attempt to simulate the way the human brain works, although in greatly simplified form.

Learn more:

https://brainly.com/question/474553?referrer=searchResults

Paul wants to store addresses and phone numbers for clients. Paul wants to use this information to send form letters. Paul should enter the addresses in a _____.

spreadsheet
graphic software
database
word processor

Answers

Answer:

Spreadsheet or database depending on how he's setting it up and what tools he's using.

The question makes it sound like Paul wants to store some arbitrary data and does not have any particular tool set up for it, so spreadsheet is probably the "correct" answer.

A database would be used more by developers to build a system that can be used to store such data (e.g. back end on a web site that takes the data).

Which of the following is the type of system that uses electrical signals sent through wires? = digital
= local loop
= analog
= microwave

Answers

Analog Data is the type of system that uses electrical signals sent through wires. Thus, option C is correct.

What are electrical signals?

Electrical signals can contain any quantity from a vast variety of possible values. These signals are often created with the help of the transmission of the signals that will help in conveying the message that is present.

Data that's also physically recorded is referred to as analog data. Analog information is kept on USB sticks, digital data is indeed a collection of distinct characters. Therefore, option C is the correct option.

Learn more about electrical signals, here:

https://brainly.com/question/20506284

#SPJ1

Please help, thanks! (simple question) I'm doing a project and need to ask two people what they think is the highest contributor to global warming. my phone is dead. What do you think is one of the greatest contributors to global warming? I have to make an app about the two things.

Answers

What I think the highest is carbon dioxide . Because we use a lot of CO2 in every single day . So image that for 365 . We use a lot of carbon dioxide . In which that is ruining our earth

Please Help ASAP! 30 Points! Will Mark Brainliest! Please Don't Waste Answers! It's Due In 40 Minutes Please Help Me!

Research a programming language and write a short reflection containing the following information:
1.) What language did you choose?
2.) How long has it been in use?
3.) What is its specialty or purpose?
4.) What makes it different from the languages that came before it?
5.) How has it influenced languages developed since?

ONLY CHOOSE ONE FROM THE LIST TO REFLECT ON! Sample list of programming languages to research:

BASIC
Lisp
Algol
SQL
C
C++
Java
Scratch
Smalltalk
Processing
Haskell
Python
Whitespace

6.) Write a short reflection about the programming language you chose, answering the questions above.

Answers

Answer: 2.)  Scratch is a website where you can create your on games from scratch. I chose this because it is very fun to play :D

I hope you pass your test.

Have a great day.

Near field communication (NFC) is a set of standards used to establish communication between devices in very close proximity.
True or false?

Answers

True. Near Field Communication (NFC) is a set of standards that are used to establish communication between devices in very close proximity.

This is a true statement as Near Field Communication (NFC) is a set of short-range wireless technologies that allow communication between devices that are in close proximity, typically a few centimeters or less.The major aim of NFC technology is to create an easy, secure, and swift communication platform between electronic devices. Communication takes place when two NFC-enabled devices come into close contact, which is usually a few centimeters or less. Near field communication uses magnetic field induction to enable communication between two devices.

In order for Near field communication to work, both devices must be within range and have Near field communication capabilities. NFC is being used in a variety of applications, including mobile payments, access control, and data transfer between two NFC devices. It has become a popular means of transmitting information between mobile devices due to its security and convenience.

To know more about devices visit :

https://brainly.com/question/11599959

#SPJ11

To qualify as a professional Android developer, you need to get _____
certification.

Answers

Answer:

proficiency

Explanation:

A person with what job title is called upon to help when electronic equipment fails or when new electronic equipment is purchased?
O product support specialist
O software engineer
O digital media salesperson
O med specialist

A person with what job title is called upon to help when electronic equipment fails or when new electronic

Answers

When electronic equipment malfunctions or when new electronic equipment is purchased, a person with the job title of product support specialist is requested for assistance.

What software example stands out as the best?

Some examples of modern apps include office suites, graphics software, databases, database management software, web browsers, word processors, software development tools, image editors, and communication platforms. computer software.

What is an example of software?

Some of the most well-known instances of computer software are as follows: running programs (such as Microsoft Windows, Linux, macOS) productivity applications (for example, Microsoft Office Suite including Word, Excel, and PowerPoint) Website browsers (including Firefox, Chrome, and Safari).

To know more about computer software visit:-

https://brainly.com/question/29946531

#SPJ1

With the advent of _____ that stored the games and could be interchanged in the console, users were no longer limited to a set number of games, leading many video game console makers to switch their emphasis to producing games

Answers

Answer:

game cartridges

Explanation:

What are some benefits of the Internet? (select all that apply)

ease of communication

e-mail

collaboration

increased exposure of activity online

Answers

Answer:

ease of communication

email

collaboration

increased exposure of activity online

Explanation:

it all applies because all of it is benefits of internet

The benefits of the internet selected from the given options are: ease of communication, e-mail, and collaboration, which are present in option 1, option 2, and option 3.

What are the benefits of the internet?

     

The internet has revolutionized the way people communicate with each other, it has made communication much easier and faster than before. With the help of the internet, people can communicate with each other across the world in real-time through various means, such as instant messaging, video conferencing, and social media platforms. The ease of communication has had many benefits, such as allowing people to stay in touch with their loved ones, regardless of their location. Email is one of the most popular and widely used forms of communication on the internet, and collaboration is another significant benefit of the internet.

Hence, the correct answers are ease of communication, e-mail, and collaboration, which are present in options 1, 2, and 3, among all other options.

Learn more about the benefits of the internet here.

https://brainly.com/question/24149931

#SPJ7

Uploading Your Work
Assignment Upload: Using PowerPoint
Active
Instructions
Click the links to open the resources below. These resources will help you complete the assignment. Once you have created your
file(s) and are ready to upload your assignment, click the Add Files button below and select each file from your desktop or network
folder. Upload each file separately.
Your work will not be submitted to your teacher until you click Submit.
Documents
Uploading Your Work Directions
Clip Art and Media Clips Student Guide
Animations and Photo Albums Student Guide
Customizing SmartArt Graphics and Tables Student Guide

Don’t know how to do this and could really use some help please!!!!!!!

Answers

Answer:

Easy all you have to do is upload one assignment at a time and follow all the other directions!

Explanation:

_Hope_this_helps! >O<

if nodes in a project network diagram contain activity duration, what type of information can be determined?

Answers

It is possible to determine information about early start, early finish, expected time, late start, late finish, crucial path, slack, or float.

What project information can be found in a network diagram?

A project network diagram is most frequently shown as a chart with a number of boxes and arrows. The project's timetable and work sequence are mapped out using this network diagram tool, and its advancement through each step, up to and including completion, is tracked.

What data is required to create a project network?

What components make up a project network? the order in which tasks must be completed to finish the project, as well as how tasks and work packages are interdependent.

To know more about information visit:-

https://brainly.com/question/15709585

#SPJ1

Other Questions
A pair of jeans that originally costs $42 is 25% off. What is the sale price? How is the formula to find the slope between any two points the same as rise/run? firms that were successful in the past can fail today because group of answer choices they keep pace with changes in the nature of competition. their financial situation is resilient. the company strategy is outdated. management monitors the relevant environmental factors regularly. the client asks the nurse how local anesthetics work. which response by the nurse is most appropriate? what is a good way to start off a debate? I was thinking of starting with a question but I'm not sure Green Grocer Wholesale, Inc. received an $850.00 check from Bob for a grocery purchase. The check was from Forest Enterprises to Ana and had been indorsed to Bob who, in turn, indorsed the check to Green. The clerk at Green failed to carefully examine the check, not noticing that the number 5 had been changed to an 8. Green Grocer has: The color rendering index is a scale that describes how accurate colors look when struck by the light from a given lamp. how is the scale defined? The general capacity to adapt and respond favorable to physical effort best describes? What was the first Muadhdhin of Islam. could someone tell me if im correct ninThe diameter of a circle is 14 inches. What is the length of a 45 arc? who likes dr.pepper cream soda ? Not all augmenting paths are equal, and starting with different paths leads to different residual graphs, although all selections produce the same max-flow result. Determine a process for selecting your augmenting paths. Justify your answer. Hint: most implementations of Ford-Fulkerson take a greedy approach. The average annual per capita consumption of fuel, in gallons, for a forty-year period is shown.Year0 5 10 15 20 25 30 35 40Fuel Consumed (gallons) 654 711 712 675 619 563 527 527 584What polynomial models these data?G(a) = 1.50x2 + 18.31x + 654.01O G(x) = 0.025x3 - 1.50x? + 18.31x + 654.01G(x) = 0.02523 + 654.01O G(x) = 0.0252 + 18.31x + 654.01 what is the correct form of the conversion factor needed to convert the number of moles of o to the number of moles of produced? Fill in the blanks with the word or words that correctly complete each statement. Suppose that 6 years ago, Alice was four times as old as Betty. In 4 years from now, Alice will only be three times as old as Betty. How old is Betty today. 1.Does therapeutic communitydrive individual change?2.Does therapeutic community help alleviate inappropriate behaviour, such as impulsiveness and aggressiveness? 1. A business responsibility is to its shareholders and customers. a. No Change c. business' b. business's d. businesses 2. Knowing that the auditor was coming, the books were brought up to date. a. No Change b. coming, the books were updated. c. coming, we updated the books. d. coming, the books were brought up to date by us. 3. Conference Room B was being painted, therefore, we moved the meeting to the auditorium. a. No Change c. painted: therefore, b. painted; therefore, d. painted: therefore we, 4. How do we clasify this material? a. No Change c. classiffy this b. clasafy this d. classify this 5. When he said "right away" he wasn't kidding. a. No Change c. "right away, b. "right away", d. "right away;" 6. New sales representatives have been hired for Sherbrooke, Qubec, Brandon, Manitoba, and Lethbridge, Alberta. a. No Change b. Sherbrooke; Qubec, Brandon; Manitoba, and Lethbridge; Alberta c. Sherbrooke, Qubec; Brandon, Manitoba; and Lethbridge, Alberta d. Sherbrooke; Qubec; Brandon; Manitoba; Lethbridge; Alberta 7. Did you read the article "Is a Personal Computer for You?"? a. No Change c. You"? b. You?" d. You."? 8. Upon my recommendation we closed the store during alterations. a. No Change c. reccomendation b. recomendation d. reccommendation a b c d a b c d a b c d a b c d a b c d a b c d a b c d a b c d 9. The companies' responsibility involves paying its claims within 30 days. a. No Change c. companys' d. company's b. companies 10. Both the Averys' are employed by Silverman Manufacturing Corporation. a. No Change c. Avery's b. Averys d. Averies a b c d a b c d Identify the slope and y-intercept from the following equation.