what are the differences between functional and procedural programming languages? explain. provide examples.

Answers

Answer 1

The difference between functional and procedural programming languages are:

Procedural programming: The method a program that is used to reach desired. The example of procedural programming is FORTRAN, COBOL, ALGOL, BASIC, C and Pascal.Programming languages: a vocabulary and set of grammatical rules for make a command to the computer or computing device to perform specific tasks. Most of programming languages are text based. The example of programming languages are javascript, C, C++, Phyton, Java, Ruby, etc.

Programming languages and procedural languages are the programs that is provided by computer. Programming languages is used when you want to make a program in the computer. With, programming language, computer will make the program that is desired by translate the command that is served text-based. In the simple words, programming languages will translate your command with computer languages.

Learn more about programming languages, here https://brainly.com/question/23959041

#SPJ4


Related Questions

Strong passwords should have numbers and letters

True
False

Answers

Explanation:

True because it provides us extra protection

Solution:

True

Explanation:

It helps by giving extra security!

Hope that helps!

what virus modifies the directory table entries so they point to the virus code instead of the actual program?

Answers

There is a type of virus known as a “cluster” virus that infects your files not by changing the file or planting extra files but by changing the DOS directory information so that directory entries point to the virus code instead of the actual program.

What is a directory table virus?

Type of virus which will modify directory table entries so that it points users or system processes to the virus code instead of the actual program. There is only one copy of the virus on the disk infecting all the programs in the computer system.

When does a virus affect a computer?

Some viruses affect computers as soon as their code is executed; other viruses lie dormant until a pre-determined logical circumstance is met. Identify the virus that modifies the directory table entries so that directory entries point to the virus code instead of the actual program.

To know more about cluster visit :-

https://brainly.com/question/15016224

#SPJ4

When could breaking the rules of a game be helpful?

A.
when it could produce a cool effect or make the story more meaningful
B.
when the player is getting frustrated at not being able to win
C.
when the player has been playing the game for more than an hour
D.
when it could result in a shorter game

Answers

Answer:

A. when it could produce a cool effect or make the story more meaningful

Explanation:

Breaking the rules of a game could be helpful when it could produce a cool effect or make the story more meaningful. In some cases, breaking the rules of a game can lead to interesting or unexpected results that enhance the player's experience. For example, breaking the rules of a game might allow the player to discover a hidden area or unlock a secret ending.

In addition, breaking the rules of a game can sometimes make the story more meaningful by allowing the player to explore different possibilities and make different choices. For example, breaking the rules of a game might allow the player to make a decision that is not possible within the normal rules of the game, leading to a different outcome.

For me it’s 1-4 2-3 3-2 4-1 hope this helps

Answers

Answer:   Thx

Explanation:

what values of r1 and r2 would give a dc gain of 10? what value of c1 will reduce the output by 3db at 10 khz?

Answers

The values of r1 and r2 at 10 ohm and 40 ohm would result in a dc gain of 10. C1's value of 2.995 dB will lower the output by 3 dB at 10 kHz.

What does the 3DB frequency in circuits mean?

Typically, it was used with filter circuits or circuits with a small bandwidth (which is pretty much everything, actually). The gain reduces to 3 dB below the typical passband level at the 3 dB frequency, or 70.8% of its typical value.

In an AC connected amplifier, what are 3dB frequencies?

As the frequency is raised, the output or gain of an AC connected amplifier goes from a low value to a greater value. Gain decreases at high frequency and stays constant over a wide frequency range.

To know more about ohm visit :-

https://brainly.com/question/1462314

#SPJ4

Implement a sorting algorithm and sort the vocab list (found below) by the length of the strings. For this question, sort the list directly: do not define a sort function or a swap function. Print the vocab list before and after it is sorted.

Note 1: Only swap the elements at index a and index b if the string at index a is a greater length than the string at index b.

Note 2: You should implement a sorting algorithm similar to the one from the lessons.

vocab = ["Libraries", "Bandwidth", "Hierarchy", "Software", "Firewall", "Cybersecurity","Phishing", "Logic", "Productivity"]

Expected Output
['Libraries', 'Bandwidth', 'Hierarchy', 'Software', 'Firewall', 'Cybersecurity', 'Phishing', 'Logic', 'Productivity']
['Logic', 'Software', 'Firewall', 'Phishing', 'Hierarchy', 'Bandwidth', 'Libraries', 'Productivity', 'Cybersecurity']

HELP (This is Project Stem, aka edhesive 2022 edition, send help)

Answers

Using the knowledge in computational language in python it is possible to write a code that Implement a sorting algorithm and sort the vocab list (found below) by the length of the strings.

Writting the code:

def bubble_sort(ls):

   swapped = True

   while swapped:

       swapped = False

       for i in range(len(ls) - 1):

           if ls[i] > ls[i + 1]:

               # Swap the elements

               ls[i], ls[i + 1] = ls[i + 1], ls[i]

               swapped = True

   return ls

def nest(ls):

   ls2 = {}

   res = []

   for i in ls:

       if i in ls2:

           ls2[i] += 1

       else:

           ls2[i] = 1

   i = 0

   while i<len(ls):

       res.append([ls[i]]*ls2[ls[i]])

       i+=ls2[ls[i]]

   return res

print(nest(bubble_sort(['apple', 'grape', 'orange', 'orange', 'apple', 'grape', 'apple'])))

See more about python at brainly.com/question/18502436

#SPJ1

a network administrator is configuring a wlan. why would the administrator use multiple lightweight aps?

Answers

To make it easier for a WLC to administer and configure a grouping of several WLANs.

What is a straightforward explanation of a network?

One or more computers connected together to work collaboratively (such printers , CDs), designed to transmit, or enable electronic conversations make up a network. A network's connections to its computers can be made through cables, phone lines, radiofrequency, satellites, or infrared laser beams etc.

Which four types of networks are there?

Area network, wireless mesh networks, wireless data networks, and infrared broad-area networks are the four different types of wireless networks, each having a distinct purpose.

To know more about Network visit:

brainly.com/question/28342757

#SPJ4

as the software development process matures, who is increasingly responsible for safeguarding applications?

Answers

Software developers are increasingly responsible for safeguarding applications. This includes making sure the software is secure and reliable, as well as tested for potential vulnerabilities.

Developers are also responsible for developing secure coding practices, auditing code and systems, and monitoring for suspicious activity. They may also need to collaborate with security teams and other stakeholders to ensure that security measures are implemented correctly.

The Growing Responsibility of Software Developers in Securing Applications

The development of software is a crucial and ever-evolving process. As the complexity of software grows, so too does the responsibility of the software developer in ensuring that applications remain secure and reliable. From developing secure coding practices to auditing code and systems, software developers are increasingly being held accountable for safeguarding applications against potential vulnerabilities.

Software developers must be vigilant in their efforts to protect applications. This includes developing secure coding practices and auditing code and systems for potential vulnerabilities. Developers must also be aware of the latest security developments and trends, as well as any new security threats that may arise. Additionally, developers must stay up-to-date on any changes in the software development process, as these changes can impact security measures.

Learn more about software development:

https://brainly.com/question/26135704

#SPJ4

more commonly found outside the united states, integrated services digital network (isdn) data connections for residential subscribers typically offer users about what connection speed (bandwidth)?

Answers

Data connections for residential subscribers typically offer  In the US, the average ISDN service bandwidth is 56.6 Mbps.

What is  integrated services digital network ?These are a collection of communication standards for the concurrent digital transmission of voice, video, data, and other network services over the conventional PSN channels. The telephone system was viewed as a means of transmitting voice before Integrated Services Digital Network (ISDN), with some special services being offered for data. Speech and data can now be integrated on the same lines using ISDN, which was not possible with the traditional telephone system.Although ISDN is a packet-switched network that enables digital speech and data transmission, it is also a circuit-switched telephone network system. This may lead to speech or data quality that is superior to what an analogue phone can deliver.

To learn more about integrated services digital network  refer to:

https://brainly.com/question/14018775

#SPJ4

which business application is a satellite-based navigation system providing extremely accurate position, time, and speed information?

Answers

The business application that is a satellite-based navigation system providing extremely accurate position, time, and speed information is "Global positioning systems"

What is a navigation system?

A navigation system is a computer-aided navigation system. Navigation systems may be wholly on board the transport or vessel that the system is operating, or they may be situated elsewhere and control the car or vessel via radio or another signal transmission.

The Global Positioning System (GPS) is a United States-owned utility that offers positioning, navigation, and timing (PNT) services to users. The space element, the control element, and the user element comprise this system.

Learn more about navigation system:
https://brainly.com/question/13894678
#SPJ1

In the capgemini iot industry 4. 0 case, what dimension focuses on the way that smart products are equipped with computing power that enables autonomous decision-making and self-learning processes based on algorithms?.

Answers

Intelligent dimension focuses on the way that smart products are equipped with computing power that enables autonomous decision-making and self-learning processes based on algorithms.

What is self-learning process?

Self-Learning Systems or Artificial intelligence are pieces of software that use machine learning techniques to enable computers to learn from and make decisions based on data without the need for explicit programming instructions.

The ability for a system to learn based on experience, make inferences from disparate signals, and then take action in response to new or unexpected events is the fundamental building block of self-learning systems. Self-Learning Systems must be able to constantly evolve, develop, and learn in order to adapt to a dynamically changing environment.

Creating self-learning systems necessitates the application of a wide range of techniques from machine learning to evolutionary computation, image processing, audio/video processing, and so on.

Learn more about Artificial intelligence

https://brainly.com/question/25523571

#SPJ1

two arrays, itemsnames and itemsprices, are used to store a list of item names and their corresponding prices. which is true?

Answers

Both arrays should be declared to have the same number of elements.

What is the definition of an array?An array is a collection of connected data components that are kept near to one another in memory.. It is the most fundamental data structure since each data element can only be directly retrieved using its index number.The individual values are referred to as members (or elements) of the array. Different programming languages use different methods to implement array details. We have operators that enable us to reference or access the various members of an array because the array only has one identifier name allocated to it.An array is a collection of elements with the same type that are kept in nearby memory locations and may each be separately referred to using an index to a special identifier.

To learn more about arrays refer,

https://brainly.com/question/28061186

#SPJ4

what data minimization technique replaces personal identifiers with unique identifiers that may be cross-referenced with a lookup table?

Answers

Pseudonymization data minimization technique replaces personal identifiers with unique identifiers that may be cross-referenced with a lookup table.

What do you mean by unique identifiers?

An identifier that is guaranteed to be exclusive among all identifiers used for those objects and for that particular purpose is known as a unique identifier (UID).

What exactly is pseudonymized data?

The term "data pseudonymization" (described in Article 4(5) GDPR) refers to the process of replacing any information that could be used to directly identify an individual with a pseudonym or another value that prevents this from happening.

One or more fictional identities, or pseudonyms, are used to replace personally identifiable information fields inside a data record as part of the data management and de-identification technique known as pseudonymization. a type of de-identification that adds a correlation between a particular set of data subject qualities and one or more pseudonyms while also removing the connection with a data subject

When data is at rest or in transit over a network, encryption technology uses mathematical techniques to protect it from prying eyes.

To learn more about unique identifiers, visit:

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

#SPJ4

preventing multiple applications from obtaining copies of the same record when the record is about to be changed is called:

Answers

Resource locking is the process of preventing several programmes from accessing copies of the same record when the record is about to be altered.

What is resource locking ?Resource locking is a technique used to ensure that only one application or process can access a particular resource (such as a record in a database) at a time. This is important in situations where multiple applications may be trying to access the same resource simultaneously, as it prevents multiple copies of the resource from being created or modified at the same time, which can lead to conflicts and errors.There are several different ways to implement resource locking, including using locks, semaphores, and other synchronization mechanisms. The specific technique used will depend on the needs of the application and the environment in which it is running.

To learn more about semaphores refer :

https://brainly.com/question/13148890

#SPJ4

Write a for loop to print the numbers from 35 to 45, inclusive (this means it should include
both the 35 and 45). The output should all be written out on the same line.
Expected Output
35 36 37 38 39 40 41 42 43 44 45

Answers

Answer:

for num in range(35, 46):

 print(num, end=' ')

or

num = 35

while num <= 45:

 print(num, end=' ')

 num += 1

In the bremmer article, the author states that _________ translates into greater risks.

Answers

Answer:

instability

Explanation:

Tatiana has a hearing difference and has received a video from her friend through email. To understand what is said in the video, Tatiana can use:

A) a large print keyboard
B) a trackball
C) closed captioning
D) text to speech


PLEASE HURRY RUNNING OUT OF TIME!!

Answers

C) Closed Captioning

It can’t be A because that does not affect her hearing.

It can’t be B because it is unrelated to the prompt.

It can’t be D because there is not text!

Hope this helps ;)

you want windows 10 to be the primary operating system on a dual-boot machine. which command-line utility will you use to accomplish this?

Answers

To make Windows 10 the primary operating system on a dual-boot machine, you can use the 'bcdedit' command-line utilit.

What is command-line utilit ?A command-line utility, also known as a command-line tool or command-line interface (CLI), is a computer program that allows users to interact with a computer by typing commands into a command-line prompt. The program then processes the commands and performs the requested tasks.'bcdedit' is a utility that is included with Windows and allows you to manage the boot configuration data (BCD) store, which contains information about the boot options for the machine.bcdedit /set {bootmgr} default {current} This command sets the default operating system for the boot manager to the current operating system.Command-line utilities are often used for tasks that require more control or customization than is possible with a graphical user interface (GUI). They are typically used by advanced users or system administrators who are comfortable working with text-based interfaces and typing commands.

To learn more about operating system refer :

https://brainly.com/question/22811693

#SPJ4

pirated copies of movies are often created today by videotaping them with a camcorder during a prerelease screening or on the opening day of a movie. true false

Answers

Pirated copies of movies are frequently made by videotaping them with a camcorder at a pre-release screening or on the opening day of a film.

What does piracy mean?

Piracy is the illegal copying of protected content that violates the owner's copyright. Examples of names that are very similar to piracy include internet piracy, online piracy, and digital piracy.

Piracy includes downloading or streaming content without permission, such as copyrighted music, games, software, movies, and electronic books.

In fact, digital piracy has numerous philosophical roots and causes, so there isn't just one driving force behind it. Pirates frequently argue that if you are merely creating a digital copy, it is not actually theft. Nobody is harmed because the original is still present.

Of course, that is a weak defense because the copyright owner loses money because every unauthorized copy results in a potential lost sale.

Learn more about piracy

https://brainly.com/question/1109348

#SPJ4

What can result from an accountant's failure to fulfill a social responsibility to
one's own company?
A. It can cause the company to raise interest rates.
O
B. It can cause the company to extend credit to risks.
OC. It can cause poor planning and the company can fail.
OD. It can cause the company to lose faith in the government.

Answers

Answer:

C. It can cause poor planning and the company can fail.

Explanation:

An accountant's failure to fulfill a social responsibility to their own company can result in poor planning and ultimately lead to the company's failure. This can happen if the accountant fails to accurately and transparently report the company's financial information, or if they make unethical or illegal decisions that harm the company's financial health. In such cases, the company may face financial difficulties and may ultimately be unable to continue operating.

HELP ASAP!!!!
What is the difference between your active and passive digital footprints?

Answers

A passive digital footprint is data you leave behind without knowing when using the internet. For example, your IP address, approximate location, or browser history. An active digital footprint is created when you deliberately submit information.

Ellie is creating a game and wants to give the player three attempts to solve a puzzle. What kind of loop should she use?

A.
iterative number loop

B.
condition-controlled loop

C.
count-controlled loop

D.
forever loop

Answers

Answer:

c

Explanation:

true or false? the isaca certified in risk and information system control (crisc) certification targets security professionals who ensure that their organization satisfies

Answers

Security experts who make sure that their firm complies with IT governance regulations are the target audience for the ISACA certified in risk and information system control certification. This assertion is true.

Why is ISACA important?

ISACA is a global professional organization specializing on IT governance. Although ISACA currently just uses its acronym, it is still referred to in its IRS filings as the Information Systems Audit and Control Association. Association for Information Systems Audit and Control.

What is risk and information systems control (CRISC) certified in?

ISACA created the Certified in Risk and Information Systems Control (CRISC) program to help students better comprehend the implications of IT risk and determine how it applies to their organization.

To learn more about ISACA visit:

brainly.com/question/30031847

#SPJ4

computer and robotics training is sometimes performed in a nearby classroom-type setting. we refer to this near-the-job-training as

Answers

computer and robotics training is sometimes performed in a nearby classroom-type setting. we refer to this near-the-job-training as vestibule training.  

What is vestibule training? The Vestibule Training is one of the methods of training, where the technical staff, especially those who deal with the tools and machinery, are given the job education training in the workplace other than the main production plant.In other words, the Vestibule training is called, “near the job training”, which means the simulated setup is established, proximate to the main production plant, wherein the technical staff learns how to operate the tools and machinery, that may be exactly similar, to what they will be using at the actual work floor.There are special trainers or the specialists, who impart this training to the technical staff, thereby reducing the burden on the line supervisor, who has to supervise the entire production process.

To learn more about production process refer to:

https://brainly.com/question/14293417

#SPJ4

Access has a tool called _________________ that can be used to help write expressions or calculated fields in queries since these require a specific syntax.

Answers

Answer:

Expression Builder

Explanation:

Sarah is working in Scratch and trying to access the code editor. What does Sarah need to click on in order to do this?

A.
the Code tab at the bottom right of the screen

B.
the Code tab at the top right of the screen

C.
the Code tab at the bottom left of the screen

D.
the Code tab at the top left of the screen

Answers

Answer: the Code tab at the bottom right of the screen

Explanation: Already did this and got it right !

A large proportion of sophisticated cybercrime originates from
the United Arab Emirates
O European countries
the United Kingdom
the United States
law enforcement agencies
K
Select 3 options.

Answers

A large proportion of sophisticated cybercrime originates from the United Kingdom, European countries, and the United States. The correct options are b, c, and d.

What is cybercrime?

Cybercrime refers to criminal conduct carried out through computers or the internet. Cybercrime is becoming an increasingly serious issue for small businesses. Money lost as a result of internet theft expenses incurred to address problems and prevent future cybercrime.

Some cybercrimes are hacking, XSS: Cross-Site Scripting, and Denial-of-Service attacks, and Phishing Scam, Spamming. The country that originates the most cybercrime is China, which is 18%.

Therefore, the correct option is b, European countries, c, United Kingdom, and d, United States.

To learn more about cybercrime, refer to the link:

https://brainly.com/question/28836591

#SPJ1

problem 5.2.3, part 1 of 3 0.0/2.0 points (graded) perform a bubble sort on the following unsorted list: 3 2 5 6 4 1 in each blank, enter the list after the given iteration. put one space between each pair of numbers. do not put commas or any other character in your response besides the numbers and spaces. do not put a space at the beginning or end of your response. what will the list be after the first iteration of bubble sort?

Answers

After one iteration, the bubble sort of the unsorted list is:

3 2 5 6 4 1

What does bubble sort mean?

A simple procedure for putting a string of numbers or other items in the right order is the bubble sort. The process examines each group of adjacent components in the string starting from the left and moving them around if they are out of order.

How does bubble sort function and what is it?

A bubble sort algorithm repeatedly iterates through a list of data, comparing adjacent items to determine which is out of order. It will continue to run over the list of data until everything is ordered. A "pass" occurs each time the algorithm iterates through the list.

To know more about bubble sort visit

brainly.com/question/14944048

#SPJ4

in a fee simple absolute, the owner has the greatest aggregation of rights, privileges, and power possible. true false

Answers

In a fee simple absolute, the owner has the greatest aggregation of rights, privileges, and power possible is a true statement.

What is a real estate fee simple interest?

The word "fee simple" is used to refer to the largest permissible ownership interest in real estate. It is also known as "full ownership." A buyer of real estate (land) typically considers themselves to be the sole owners of the property. In other words, they believe they own the land outright. Therefore, fee simple refers to a sort of ownership or level of rights that an owner has over real estate.

Note: Comparing fee simple ownership to a life estate or an easement covering the real property may help in comprehending it.

Complete legal rights are accorded to the fee simple owner, and these rights are unaffected by time (i.e., they never expire). A fee simple owner, more specifically, is fully authorized by law to possess, use, and transfer the land to others. Anyone else who asserts a right to the real estate has a smaller claim than the fee simple owner, such as a lienholder or the holder of an easement.

To learn more about fee simple visit:

https://brainly.com/question/15094219

#SPJ4

A file has TWo parts name them

Answers

Answer:

File name and file extension

Explanation:

Other Questions
a friend says that when two people form a general partnership, it is just like two sole proprietors working together to run the same business. do you agree or disagree? explain and make it shorter because this is for a test and it's not supposed to be super long. what does jacob riis's work how the other half lives tell us about america in the late 19th century? Stem and leaf plotsAnd boxPls help I have no idea what this is Temperature change affects the rate of a chemical reaction by changing the __________ of the colliding particle. As the boy takes away the supports from beneath the model airplane, he's able to stand back and admire the work that took him months to build.The writer would like to suggest the boy's cautious pace and sense of anticipation for the task at hand. Given that all the choices are true, which one best accomplishes the writer's goal?NO CHANGEremoves the supports by handremoves each support one at a timeexperiences great excitement and removes the supports Ismael wants to eat well. Which is the healthiest fat that he can use to saute chicken?. A sample of gas has an initial volume of 5.6L at a pressure of 757mmHg. If the volume of the gas is increased to 9.0L , what will the pressure be? surveys show over three quarters of the population are happy with their job and career choices. Which are correct representations of the inequality 3(2x 5) < 5(2 x)? Select two options. Assignment 4 divisible by threeI need a little help. I do not understand what I am doing wrong. I keep getting this message in the picture included.n = int(input("How many numbers do you need to check? "))divisible = 0notdivisible = 0for x in range(n): num = int(input("Enter number: ")) if num % 3== 0: divisible += 1 print(str(num)+" is divisible by 3.") else: num % 3== 0 notdivisible += 1 print(str(num)+" is not divisible by 3.")print("You entered "+str(divisible )+" number(s) that are divisible by 3.")print("You entered "+str(notdivisible )+" number(s) that are not divisible by 3.")n = int(input("How many numbers do you need to check? "))divisible = 0notdivisible = 0for x in range(n): num = int(input("Enter number: ")) if num % 3== 0: divisible += 1 print(str(num)+" is divisible by 3.") else: num % 3== 0 notdivisible += 1 print(str(num)+" is not divisible by 3.")print("You entered "+str(divisible )+" number(s) that are divisible by 3.")print("You entered "+str(notdivisible )+" number(s) that are not divisible by 3.") though the director sets the pace for a production, the pace and rhythm of a production ultimately becomes the responsibility of its performers. Where is Located World of Masha and the Bear? a student combines a solution of nacl(aq) with a solution of agno3(aq) , and a precipitate forms. question which of the following is evidence that ionic bonds formed during the precipitation? Which cause of World War 1 is reflected in Pan-Slavism and the assassination of the Archduke of Austria? Four of the interior angles of a pentagon are 2x.The fifth angle is x.Work out the value of x. a tax is regressive if the: group of answer choices average tax rate decreases as income increases. marginal tax rate increases as income increases. dollar amount paid in taxes increases as income increases. tax hurts the rich more than the poor. g The magnetite has a mass of 42.0 g and a volume of 8.1 cm^3. What is the density of the magnetite sample? [?] g/cm^3 which of the theories of totemism discussed in the text could help us understand the importance of school mascots in the united states? a client with headaches has been told by the healthcare provider to increase intake of dietary magnesium. which food will the nurse teach the client to consume? What does it mean to do something harmful? How can you tell things that are harmful from things that are not? Is it harmful to cut down just one tree?