Enrique, a web developer, is creating a new website for a customer and is using Ruby to provide dynamic content for the web
pages. Which language type is he using?
Scripting
Compiled
Assembly
Machine

Answers

Answer 1

The development of the web pages for the website with the Ruby language is using scripting.

What is Ruby?

Ruby is the computer programming language and is used for the development of websites, software, and other applications with simple syntax.

The development of the website by Enrique is based on the formation of the syntax with the works that form the running of the application. He has been using scripting for the development of web pages. Thus, option A is correct.

Learn more about the Ruby language, here:

https://brainly.com/question/9966767

#SPJ1


Related Questions

A network configuration in which connected devices are located in close proximity is called a _____________

Answers

LAN
Local Area Network
A network of devices connected close together over a small geographical are (locally)

List a future Internet and a future network technology that interests you. Explain what it is and how it works. Comment on another's post. You must post before you can see other's posts. Internet tech

Answers

LiFi
Data is transmitted via light
You could have streetlights transmit data to cars.
Since you just need the light to be on or off, you can transmit binary bits.
The rate at which lights can flicker is so fast, that the human eye can’t perceive it!
However LiFi technology is an idea that gained popularity I think about four or five years ago. It might be a bit before it becomes a new breakthrough technology!

13,Which hardware device is used in decoding the machine language version of an instruction in the Instruction Decode stage of the Fetch Execution Cycle

Answers

It should be the control unit

Why shouldn’t you add taxes to schools to keep technology in classrooms?

Answers

Answer:

Technology is becoming more expensive and more unhealthy over time, so adding taxes is adding extra funds that don't need to be added. Studies also show that technology in classrooms can cause students' social skills to deficit.

The Director of your company is traveling out of the country with the company laptop. Which solution can assist with recovery in the event the laptop is stolen

Answers

What solutions does the question give for you to choose from?
I’d go for backup

what is not an example of ai

Answers

Answer:

human

Explanation:

because it is not a machine

When reconciling your bank statement with your checkbook, what should you
do first?
O A. Compare deposits.

B. Compare balances.
• C. Compare dates.
• D. Compare checks and withdrawals.

Answers

b All your transactions for the month may not be on your bank statement. Some transactions might have occurred too close to the statement date. Those transactions will appear on the next statement, but are already recorded in your check register.

100 points asap and brainly if right
Type the correct answer in the box. Spell all words correctly.
What term describes the site-to-site VPN used by Kevin’s company?
Kevin’s company has offices located in different states. All the offices are connected to the head office through a site-to-site VPN connection. Kevin’s company is using a(n) (blank) VPN.

Answers

Kevin’s company is using an “extranet” VPN

Answer:

extranet

Explanation:

VPN stands for virtual private networkVPN is used by companies for privacyIt also helps in keeping important data safe from hackers

Size of a request header field exceeds server limit.

Answers

Try to Increase the value for the directive LimitRequestFieldSize in the httpd.conf:


Reason: This is normally caused by having a very large Cookie, so a request header field exceeded the limit set for Web Server.
For IBM® HTTP Server, this limit is set by LimitRequestFieldSize directive (default 8K). The LimitRequestFieldSize directive allows the Web server administrator to reduce or increase the limit on the allowed size of an HTTP request header field.
SPNEGO authentication headers can be up to 12392 bytes. This directive gives the server administrator greater control over abnormal client request behavior, which may be useful for avoiding some forms of denial-of-service attacks.

What is RAM?

Contained on a chip on the motherboard that does the computing to execute commands

Circuit boards that attach to the motherboard so you can connect components outside the case, such as a mouse, keyboard, speakers, or microphone

Random access memory, which are chips where information is stored temporarily while processing is taking place

Answers

Answer:

Random-access memory.

Explanation:

Random-access memory is a form of computer memory that can be read and changed in any order, typically used to store working data and machine code.

A programmer used Scratch to create a program with three frog sprites. If a
user clicks any of the frogs, they make a "boing" sound and glide to a random
position in the stage panel.
In this scenario, what are two examples of an algorithm?
A. The combination of panels that compose the Scratch interface
B. The code that instructs the computer to move the sprite after it is
clicked
C. The user's decision about which frog to click
D. The code that generates a random location each time.

Answers

Answer:

D. The code that generates a random location each time.

Explanation:

An algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

An algorithm is needed to get a random location.

The code that instructs the computer to move the sprite after it is clicked and the code that generates a random location each time are examples of an algorithm in this scenario. The correct options are B and D.

What is algorithm?

A set of instructions or rules that must be followed in order to complete a task or solve a problem is referred to as an algorithm.

The programmer in this scenario used Scratch to create a programme with three frog sprites that respond to user input by making a "boing" sound.

In this scenario, the combination of panels that comprise the Scratch interface and the user's decision about which frog to click are not examples of algorithms.

The panels that make up the Scratch interface are part of the programming environment, but they have no effect on the program's behaviour.

Similarly, the user's choice of which frog to click is a user input, but it does not form part of the algorithm that governs the program's behaviour.

Thus, the correct options are B and D.

For more details regarding algorithm, visit:

https://brainly.com/question/22984934

#SPJ7

Lin is creating a template for the configuration of Windows servers in her organization. The configuration includes the basic security settings that should apply to all systems. What type of document should she create

Answers

The type of document should she create is  baseline document. Check more about the term Baseline below.

What is a Baseline document?

A Baseline document is known to be a kind official or legalized document that has passed through some measures of start approval and was used for its purpose.

Note that for Lin to be able to make the template for the configuration of Windows servers, the type of document that she can create is  baseline document.

Learn more about Windows servers  from

https://brainly.com/question/14526761

#SJ1

Which client-server application allows an administrator to control a remote computer, but does not encrypt or secure the communication between client and server

Answers

Answer:

✓ A. Telnet

Explanation:

6.Which client-server application allows an administrator to control a remote computer, but does not encrypt or secure the communication between client and server?

A. Telnet B. Remote Desktop C. FTP D. SSH

✓ A. Telnet

GlobalMan Tech purchased raw material from NewBizTr Co. When the sales team at NewBizTr Co checked the system, there was no payment
detall in the system, though the order-delivery details were present. Also, it seemed that someone had tampered with the details of the previous
order. Which Important data-management features were compromised?

Answers

The Important data-management features were compromised is maintaining Data Security.

What does data management made up of?

Data management is known to be a kind of administrative method that is often used in acquiring, validating, storing, etc., of data for system users.

Note that Maintaining Data Security is one key feature of data-management  and it is the one that has been tempered with.

Learn more about data-management features  from

https://brainly.com/question/24027204

#SPJ1

Answer:

1 security 2 accuracy

Explanation:

Assume that the Vehicle class contains a virtual method named CalculateMaxSpeed(). Assume that both the MotorVehicle and Automobile classes override this method. Which class defines the method that is called when the second statement in the code that follows is executed

Answers

The class that defines the method that is called when the second statement in the code that follows is executed is: Automobile.

Automobile class

In a situation where the statement " Automobile car = new Automobile ( )" is executed. The process called instantiation has taken place.

When instantiation occur this indicate or means that object of the automobile class has been created.

An object can tend to be created based on the definition of the class  and the created object can be used to perform or carryout tasks.

Therefore the class that defines the method is: Automobile.

Learn more about automobile class here:https://brainly.com/question/15697747

#SPJ1

What's the best way that Safiya can improve the machine learning algorithm's ability to detect all pedestrians

Answers

The best way that Safiya can improve the machine learning algorithm's ability to detect all pedestrians is; As detailed below.

What is a machine algorithm?

Machine learning algorithms are mathematical model mapping methods used to learn or uncover underlying patterns embedded in the data.

Now, Machine learning comprises a group of computational algorithms that can carry out pattern recognition, classification, and prediction on data by learning from existing data set.

In this question, the best way that Safiya can improve the machine learning algorithm's ability to detect all pedestrians is She can add videos of people using wheelchairs and strollers into the training data set (perhaps crowd-sourcing them if there are none already available).

Read more about Machine Learning Algorithm at; https://brainly.com/question/21928505

________ generally processes the largest quantities of data. Group of answer choices Operational databases Transaction processing Big data Data marts

Answers

transaction processing

generally processes the largest quantities of data. Big data Data marts Operational databases Transaction processing QUESTION 2 According to your text, NoSQL stands for: Numeric Only SQL Not Only SQL Numbered SQL No SQL QUESTION 3 Big data includes: Targe volumes of entity relationship diagrams (ERD) with many different data types that are processed at very high speeds. large volumes of data with many different data types that are processed at very high speeds.

_____ collection and dissemination involves satellites, manned aircraft, unmanned aerial vehicles, imagery analysis and assessment, non-classified internet protocol router network (NIPRnet).

Answers

Signal intelligence is intelligence gathered by the interception of signals. The blank space will be filled with "SIGINT".

What is SIGINT?

SIGINT is also known as Signal intelligence is intelligence gathered by the interception of signals, whether they be human conversations or technological signals that are not directly utilised in communication. It is a subpart of Intelligence gathering management.

SIGINT collection and dissemination involves satellites, manned aircraft, unmanned aerial vehicles, imagery analysis and assessment, and a non-classified internet protocol router network (NIPRnet).

Learn more about SIGINT:

https://brainly.com/question/15710402

#SPJ1

A technician is installing RG6 cable and asks you to retrieve a connector from the parts drawer. What type of connector do you need

Answers

The type of connector, which is needed when a technician is installing RG6 cable and asks to retrieve a connector from the parts drawer, is F-connector.

What is F-connector?

The F-connector is a type of RF connector which is used to connect the Video equipments to the antennas and setup box.

A technician is installing RG6 cable.

The RG6 cable is a coax cable.This cable is used in satellite signal transmission, generally for TV and setup box.

Now the technician is ask to retrieve a connector from the parts drawer. Here, we use F type connector for this RG6 cable.

Thus, the type of connector, which is needed when a technician is installing RG6 cable and asks to retrieve a connector from the parts drawer, is F-connector.

Learn more about the connector cable here

https://brainly.com/question/9082842

#SPJ1

To make slides in a powerpoint online application presentation have the same transition effect, select __________ on the transition tab. apply to all existing fade none

Answers

Answer: Animations

Explanation:

Transitions, such as fade, can be applied to all using the command Ctrl+A.

Transitions are found under the animations Tab. Sorry about the bots.

Hope This Helped!

Answer:

Apply to all

Explanation:

Which type of cell references are automatically updated when copied?.

Answers

Answer:

By default, all cells are Relative Cell References within a formula and will update when copied or use of Autofill.

Explanation:

By default, all cells are Relative Cell References within a formula and will update when copied or use of Autofill.

Michael is doing research to find information about a pet fish. He finds a website that says fish do not make good pets. Michael should not use this information because it is

a belief
a fact
an opinion
informative

Answers

Answer:

It is a opinion not a fact so it should not be used

Explanation:

The _____ standard uses multiple input/multiple output (MIMO) technology to boost performance.

Answers

802.11n standard uses multiple input/ MIMO technology.output (MIMO) technology to boost performance. Increases the speed of wireless local area network communications, as well as their dependability and range.

What is MIMO technology?

Multiple-Input MIMO Many-Input, Multiple-Output is a wireless technology that uses multiple transmitters and receivers to carry more data at once. MIMO is supported by all 802.11n wireless equipment.

The technology enables 802.11n to achieve faster rates than goods that do not have 802.11n.

Thus, 802.11n standard used for boosting performance in MIMO technology.

For more details about  MIMO technology, click here

https://brainly.com/question/14128610

#SPJ1

If the value of score1 is 350 and the value of score2 is 210, what will be the value of result after the code segment is executed

Answers

  The value of result of the  code segment is executed is known to be 4.

Why is the value of the code segment so?

  When the result of  is not  executed because the condition is said to be false and also when there is a false condition is, the else statement will be said to be true

  Therefore,   result = result + 2; -> result is brought up by 2 to bring about 4 and as such, the value of result of the  code segment is executed is known to be 4.

Learn more about scores from

https://brainly.com/question/19492935

#SJ1

Answer:

its 5

Explanation:

I put 4 and got it wrong and checked the test

Select the correct answer.

Identify the correct CSS syntax to link an external style sheet.







B.






C.






D.


newstyle.css

Answers

Answer:

D

Explanation:

It is D

Select the correct answer.

Identify the correct CSS syntax to link an external style sheet.

14 AP Computer Science Principles


3. Consider the following code segment.

first 100

second 200

temp first

second + temp

first second

What are the values of first and second as a result of executing the code segment?

(A) first = 100, second

= 100

(B) first = 100, second = 200

(C) first = 200, second

=

100

(D) first = 200, second =

200

Answers

The values of first and second as a result of executing the code segment are (c) first = 200 and second = 100

How to determine the value of the variables?

From the code segments, we have the following assignment operations

first = 100 and second = 200

The variable first is assigned to variable temp.

So, we have:

temp = first = 100

The variable temp is assigned to variable second

So, we have:

second = temp =  100

Lastly, the variable second is assigned to variable first

first = 200

Hence, the values of first and second as a result of executing the code segment are (c) first = 200 and second = 100

Read more about code segments at:

https://brainly.com/question/14284157

#SPJ1

You are a game designer and are going to give a presentation to a group of high school students to try to get them interested in a career in the video game industry. You decide you will use a PowerPoint presentation to guide you through your discussion. Your PowerPoint presentation must include:


an explanation of what a video game is;

some history of video games and the video game industry;

why a career in the video game industry is a good choice; and

some examples of what students could do to begin to prepare themselves for an application to college and a career in gaming

Answers

Answer:

Pick a concept. Generate a few game concepts to see what kind of game you want to make. ...

Gather information. Game creation involves extensive research. ...

Start building. ...

Refine your concept. ...

Test your game. ...

Market the finished product.

Explanation:

A video game immerses players in a virtual environment and is an interactive form of electronic entertainment. It involves story-telling, user experience, aesthetics, sound design, and gaming mechanics.

The earliest arcade machines and home consoles like the Atari may be found in the history of video games. As technology developed over time, 3D graphics, virtual reality, and augmented reality experiences were introduced.

For those who are passionate, a career in the video game industry offers fascinating options. The sector is renowned for its quick expansion, with new platforms and technologies appearing on a regular basis.

Technical expertise and the creation of a solid portfolio are prerequisites for pursuing a career in the video game industry.

For the creation of games, learning programming languages like C++, Java, or Python is useful. Additionally, learning 3D modelling, animation, and game design fundamentals can be helpful.

For people who love games and creativity, a career in the video game industry provides intriguing opportunities.

Thus, you can contribute to the creation of engaging and innovative games that engage gamers all over the world if you have the necessary abilities, portfolio, and commitment.

For more details regarding gamers, visit:

https://brainly.com/question/25829996

#SPJ5

Think about the activities that you do online. What are three ways you can use a web browser to make your experience easier and more enjoyable?

Answers

Answer:

Copy and paste

Keywords

Bookmark tabs

________ is the process of obtaining, cleaning, organizing, relating, and cataloging source data. Data acquisition Data entry Data mining Data encryption

Answers

Answer:

_______ is the process of obtaining, cleaning, organizing, relating, and cataloging source data. A Data acquisition B Data mining C Data encryption D Data scrubbing E Data entry

✓ A Data Acquisition

Explanation:

1. The first Pong arcade game in the ______ is considered to be the start of modern video game industry

a) early 60s

b) early 70s

c) early 80s

d) early 90s

Answers

Answer:

B

Explanation:

The first pong game came out November 29, 1972

Other Questions
PLEASE HELP ME ON THIS QUSTION The data shows the age of thirteen different dogs at a dog park.3, 3, 7, 2, 11, 4, 8, 14, 10, 8, 13, 5, 4Create a histogram of this data.To create a histogram, hover over each age range on the x-axis. Then click and drag up to plot the data. Please help used all m points on this AND WILL GIVE BRAINLESTNow that you know how critics look at art, it is time for you to develop your art criticism skills! Luckily, some of the greatest museums in the world are now online, so you dont need a plane ticket to see and critique great art. For this activity, choose one of the websites listed below and find a piece of art that speaks to you. It might be a piece that you really enjoy. On the other hand, it can be an interesting exercise to critique a work that you dont care for.Smithsonian American Art Museum Online ExhibitionsNational Gallery of Art ExhibitionsPrinceton University Art Museum Online ExhibitionsOnce you have a selected a work of art, write a critique that covers the following:Description: Be sure to include basic information, such as the name of the artist and when the piece was created, as well as a basic description of the work of art.Analysis: A description of how the principles of art, including shape, color, texture, line, and space, are used in the art.Interpretation: This is the artists intention or meaning. What is the artist using the work of art to show?Judgment: This is where you get to give your opinion of the piece. Remember, it isnt just whether or not you think that the painting is good but also how well the artist achieved his or her goals in the other categories.Conclusion: End with a brief paragraph explaining how critiquing a work of art changes how you look at it. What did you learn by working through the steps that an art critic does?Be sure to bring in examples from the art to illustrate your points. For instance, if the artist uses color well, be sure to point out where in the painting or photograph the best use of color can be found. Art critics ponder every detail, so make sure that you give the work of art that you choose a very thorough examination.You should also provide an image of the art and the link to the website where you found it. What happens in the story of Arachne? Who wins? What does Athene weave? What does Arachnebecome? Who collected and classified the chant tunes for the Roman CatholicChurch?O Pope John Paul IIO Alexander PopeO Pope Pious IO Pope Gregory I The picture above shows an ocean bay food chain. Sea otters move into the ocean bay. They eat all the sea urchins. This change will cause ______. Question 4 options: sea ducks to have less food. crabs to have more food. kelp to have less food. arctic foxes to have more food. A case of 12 jars of salsa weighs 180 ounces. How many ounces will 5 jars of salsa weigh? What is the approximate value of q in the equation below? q log subscript 2 baseline 6 = 2 q 2 I need help with this question please Solve the Equation sec (theta)=2 for 0 Because artists sometimes use sketches to create early versions of their finished works, examining a drawing can give us a unique view of the ______ process. Where in the chloroplast is chlorophyll found?In the stroma.Inside the thylakoid inner space (lumen).Embedded in the thylakoid membranes.In the Calvin cycle. 15. Which skill sets would be most helpful for someone interested in engineering?A.math and scienceB.art and communicationC.education and trainingD.law and public safety _______is the resistance to motion offered by an object sliding over a surface what is anther name of a chain of amino acids The fact that there is a free exercise clause in the First amendment of the constitution illustrates that What type of issues did horsescreate when used often in a largeurban area?A. storageB. sanitationC. food requirementsD. allergies $50,000 at 13% for 2 years Which is an equivalent form of the expression 1800(1.2)-?1800(2)0 1800(3)1800)'1800 (7) Listen to each sentence and write the infinitive of the subjunctive verb you hear.Audio Text1. Nous demandons que la chasse soit interdite.2. Ces gens exigent que le dboisement arrteimmdiatement.3. Les ingnieurs recommandent que nous fassions pluspour prserver le lac.4. Les gens prfrent que lagence fasse plusdcotourisme.5. Tu ne souhaites pas quils aient plus despace?6. Le professeur a suggr que vous preniez quelquespierres.Modele:You hear: Je veux que tu regardes la Lune ce soir.You write: regarder X: 2,4,6,8,10y: 1,3,5,6,9what is the domain and range?