Which of the examples is part client side code

Answers

Answer 1

Answer:

a prompt for special characters in a username

Explanation:

in JavaScript, Python  a user input is a client sided code


Related Questions

What do you prevent when you use data validation in your database forms?
O code injection
O phishing
O botnet
O denial-of-service

Answers

Answer:

code injection

Explanation:

Validating the data in a database prevents someone from sneaking code to run without permission, aka code injection.

Phishing - this is disguising as a reputable company/person and trying to steal info (passwords, credit card numbers)

Botnet - this is a network of computers (most likely in the network because of a virus) that are used as a group for malicious purposes (like spam)

Denial-of-service - this is an attack which aims to deny users from accessing the content they want. a common example of this is flooding a server with spam requests, rendering it overloaded and unable to handle any user requests

The direction of a ratchet is reversed by _______________________.

Answers

Answer:

You can reverse the direction of a ratchet by hitting with an equal or higher amount of force it came at you with.

Explanation:

Write a Java expression that converts the value of 'y' into an integer, and assigns the value to 'x'.

Answers

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar answer:: \bigstar}}}}}}[/tex]

int y = (int) y;

int x = y;

Hope it helps..♪

Who invented Napier's Bones and when? Write its functions. field of comm​

Answers

Explanation:

Napier's Bone was invented by Scottish mathematician John Napier in 1617 AD.... It's function is that it was very useful for finding multiplication at that time...

What is the correct syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance

Answers

The right syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance is def __init__(self): pass.

What Is syntax ?

Syntax is known to be the way or arrangement of  any given words and phrases to create a kind of proper sentences.

Note that The correct syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance is def __init__(self): pass.

Learn more about syntax  from

https://brainly.com/question/831003

#SPJ2

As the user moves out of the range of one access point, their wireless device must re-associate with a new access point as it comes within range. What is this process known as

Answers

This process is known as “Roaming”.

What type of hacker is primarily motivated by an ideology, epitomizing "the ends justify the means" mentality?.

Answers

The type of hacker that is primarily moved by an ideology, epitomizing "the ends justify the means" mentality is Hacktivism.

What type of hackers are motivated by social or political issues?

Hacktivism is known to be an act of the wrong use a computer system or network for a socially or politically motivated  aim or reason.

The type of hacker that is primarily moved by an ideology, epitomizing "the ends justify the means" mentality is Hacktivism and they are called hacktivist.

Learn more about Hacktivism from

https://brainly.com/question/5483494

#SPJ1

pls help will mark as brainliest i need help in html.​

Answers

Answer:

This is how I did it. Try it out and see if it works for you

"The actual use and implementation of computer started after third generations". Justify this statement in your own words.​

Answers

After three generations from when technology started people realized the use of technology was helpful and started to implement it in their daily lives

Answer: The computers of third generation used IC which replaced transistors. Now' the computers were more faster ,smaller and reliable so people started to use them often for many purposes ..So the actual use and implementation of computer started after third generations

The destination transmission control protocol (TCP) process has set a 1,000-byte receive buffer window. The source TCP sequence number starts at 23,100 and sends the following segments, in order: Segment 1-200 bytes; Segment 2-300 bytes; Segment 3-200 bytes; and Segment 4-300 bytes. The last acknowledgment the source received was sequence number 23,600 saying the receive buffer can now hold 800-300 byte streams. The retransmission timer for sequence number 23,600 has expired, so what will the source TCP do next

Answers

Because the retransmission timer for sequence number 23,600 has expired, the source TCP will trigger a process that resends segments 3 and 4.

What is TCP/IP?

A term in Computer Networking Protocol, it stands for Transmission Control Protocol/Internet Protocol.

It serves the function of indicating how data is transported over the internet by ensuring that there is communication from end to end.

This end-to-end communication process is able to spot how such data can be sectionalized into packets, addressed, routed, transmitted and how it is received when it gets to the terminal point.

Learn more about TCP at:
https://brainly.com/question/17387945
#SPJ1

Please help quick!! 20 points

a table is a ___ of rows and columns that provides a structure for presenting data.

Answers

Answer:

vertical and horizontal

Pls help me po:{

I need the answer lang po talaga , pls:{

Answers

Answer:

for cutting it's scissors for measuring it's the tiny measurement spoonlikes for mixing it's the blender and preparatory

Match the Job description with the job titles.

Answers

1) Bricklayer 2) Roofer 3) Architectural drafter 4) landscape architect
number 1 to first box
number 2 to second box
number 3 to third box
number 4 to forth box


in which part of the scratch interface does a programmer combine code blocks to build the program?

a. sprite info pane
b. block palette
c. stage
d. scripts area

Answers

Answer:

D

Explanation:

The sprite info pane is for an overview over your sprites and their visibility, coordinates, etc.

The block palette is where you select blocks from.

The stage is where your figures move and do stuff.

The scripts area is where you combine blocks from the palette together.

Which programming best practice does saving code snippets help you achieve?

O using consistent indentation and formatting

O documenting all changes and tracking revisions

O avoiding repetition of the same code in a program

O avoiding having to re-create code that you or another programmer has already written

Answers

Answer:

When it comes to formatting your code (not just strings), the Python programming community has spent a long time establishing and documenting best practice.

Missing: tracking ‎| Must include: tracking

i hs no life hahahaha

Answers

Answer:

PLEASE ANYONE HELP WITH THIS

Explanation:

Answer:

me too lol

Explanation:

Consider the following method: public int mystery(int n) { if(n > 6) { return 1 mystery(n - 1); } return n % 3; } What is the value of mystery(10)

Answers

Answer:

Ans1--- The output is 9 Explanation--- mystery(5)=mystery(4)+2 mystery(4)=mystery(3)+2 mystery(3)=mystery(2)+2 mystery(2)=2+1=3


Which statement best describes one reason why assembly language is easier
to use than machine language?

Answers

Answer:

machine language uses binary code and assembly language uses mnemonic codes to write a program.

Explanation:

In a nutshell, machine language uses binary code, which is almost impossible for humans to decipher, whereas assembly language uses mnemonic codes to write a program. Mnemonic codes make it simpler for humans to understand or remember something, and so make the language a bit easier for humans to use than machine code.

A network administrator has asked robin, a network engineer, to use ospf (open shortest path first) along with rip (routing information protocol) on an edge router in a network so that it demands more memory and cpu power for calculations but keeps network bandwidth to a minimum with a very fast convergence time. identify and analyze which characteristic of ospf signifies this.

Answers

The option that can be used to  identify and analyze which characteristic of OSPF signifies this is known to be Low overhead, fast convergence.

What is OSPF about?

The OSPF is known to be called an open Shortest Path First protocol.

It belongs to the family of IP Routing protocols as it serves as  Interior Gateway Protocol (IGP) used mainly for the Internet, and the option that can be used to  identify and analyze which characteristic of OSPF signifies this is known to be Low overhead, fast convergence.

See full question below

A network administrator has asked Robin, a network engineer, to use OSPF (Open Shortest Path First) along with RIP (Routing Information Protocol) on an edge router in a network so that it demands more memory and CPU power for calculations but keeps network bandwidth to a minimum with a very fast convergence time. Identify and analyze which characteristic of OSPF signifies this.

Shared data

Low overhead, fast convergence

Stability

Multi-vendor routers

Learn more about OSPF  from

https://brainly.com/question/14604232

#SPJ1

HELPP!!! 50 POINTS WHOEVER GETS IT RIGHT
David has gone to the Niagara Falls with his camera. He wants to click photos of the people around him and also the distant sights. If he can have just one lens with him, which lens would it be?

David can take__ lens with him.

it ISN’T standard, normal, telephoto or wide lens i’ve already tried

Answers

Since David has gone to Niagara Falls with his camera. He wants to click photos of the people around him and also the distant sights. If he can have just one lens with him, the lens would be a zoom lens.

What is Photography?

This refers to the act and process of taking pictures with the use of a camera with the help of lenses.

This is because the telephoto lens is perfect and great for taking shots that are both distant and close and gives the best focal length and zoom as they are amazing for bringing distant scenes and subjects closer

Hence, we can see that the zoom lenses are the best as they can be manually adjusted for David for taking close pictures and distant shots too.

This helps David to take close photos and also distant sights and zoom lenses would help him do this.

Read more about zoom lenses here:

https://brainly.com/question/13874733

#SPJ1

Which is a best practice that can prevent viruses and other malicious code from being downloaded.

Answers

A best practice that can prevent viruses from being downloaded is by not clicking on links in graphic email messages

How to prevent virus or malicious codes?

Virus and malicious codes can be installed on a computer through several ways, which include:

Not using an antivirus on the computerClicking on untrusted links in graphic email messagesInsecure downloads

The above can be prevented by

Installing a genuine antivirusNot clicking on trusted linksAccessing sites with secured downloads

Read more about virus at:

https://brainly.com/question/12543839

#SPJ1

Suppose you need to create the variable fullname by concatenating the values of firstname, which contains first names, and lastname, which contains last names. what's the best way to remove extra blanks between first names and last names

Answers

The right way to remove extra blanks between first names and last names is

data temp;

set cert.maillist;length FullName $ 40;

fullname=trim(firstname)||' '||lastname;

run;

What is TempData?

This is known to be a term that is used to  transfer data from view to controller and it is one that saves the data temporarily.

Note that The right way to remove extra blanks between first names and last names is

data temp;

set cert.maillist;length FullName $ 40;

fullname=trim(firstname)||' '||lastname;

run;

Learn more about data from

https://brainly.com/question/25639778

#SPJ1

write the c programming that takes the input of 25 employees salaries and count the number of employees who are getting salary between 30000 and 400000

Answers

Using the computational language in C++ it is possible to write a code that uses the salary values ​​of the employees of a company dividing between the number of employees.

Writing the code in C++ is possible:

#include<stdio.h>

#inc1ude<conio.h>

void main()

{

int i, n, count = 0;

Long int salary[25];

clrscr();

printf(“\n Input salary of 25 persons:- ");

for(i=0;i<25;i++)

scanf("%ld", &salary[i]);

for(i=0;i<25;i++)

{

if(Salary[i]>30000 && salary[i]<40000)

count++;

}

printf("There are %d persons whose salary is in between 30000 and 40000",count);

getch();

}

See more about C++ code brainly.com/question/17544466

#SPJ1

In the late 1980s, computer specialists were concerned that proprietary software had too many ________, so they started working on open source projects.

Answers

They were worried that the software had too many bugs.


what is a program answer these question
of grade-6​

Answers


a series of coded software instructions to control the operation of a computer or other machine.

A good algorithm should have which three components?
OA. Commands, inputs, and outputs
OB. Clarity, readability, and sequencing
OC. Steps, order, and outcomes
OD. Clarity, simplicity, and brevity

Answers

A good algorithm should have these three components: C. steps, order, and outcomes.

What is an algorithm?

An algorithm simply refers to a standard formula which is made up of a set of finite steps and instructions that are executed on a computer system, in order to enable a software solve a particular problem under appropriate conditions.

In Computer technology, there are three (3) components that a good algorithm should have these include the following:

StepsOrderOutcomes

Read more on algorithm here: brainly.com/question/24793921

#SPJ1

A malicious actor is preparing a script to run with an excel spreadsheet as soon as the target opens the file. the script includes a few macros designed to secretly gather and send information to a remote server. how is the malicious actor accomplishing this task

Answers

Thay is the malicious actor accomplishing this task is done by using the VBA code.

What is The Visual Basic button?

It opens the Visual Basic Editor, in which you create and edit VBA code. Another button at the Developer tab in Word and Excel is the Record Macro button, which robotically generates VBA code that could reproduce the moves which you carry out withinside the application.

To run VBA withinside the “Microsoft Visual Basic for Applications” window, you could simply press “F5” key button or click on the “Run” icon withinside the toolbar.

Read more about the spreadsheet :

https://brainly.com/question/26919847

#SPJ1

Complete the following sentences using each of the words provided ONCE only. KEYBOARD DESKTOP STORE PRINTER COMPUTER MOUSE MONITOR CD Bay PRINTER TOWER CASE CENTRAL PROCESSINGENIT is an electronic device that retrieves, and processes shows you what is going on in the computer. is the first image you see on your screen when the computer is is used for telling the computer what to do. is used for typing documents. is used for putting documents on paper. you can insert a CD or Compact Disc. is is box inside and shaped 1) A 2) The 3) The data. switched on. 4) The 5) The 6) The 7) In the 8) The it​

Answers

Answer:

Explanation:

Monitor is an electronic device that retrieves, and processes shows you what is going on in the computer.

Desktop is the first image you see on your screen when the computer is is used for telling the computer what to do.

keyboard

is used for typing documents. Printer is used for putting documents on paper. CD Bay you can insert a CD or Compact Disc. is is box inside and shaped

Why is it important for companies to invest in building a complete data and analytics platform?.

Answers

Companies need to invest in data and analytics platform as it  generates insights by housing data in one place and converting it into easily consumable information at high speed.

Why is it vital to use the analytics of a platform?

Analytics platforms is known to have helped a lot of data scientists as it has help to boast access to a lot of data sources and hardware.

Note that Companies need to invest in data and analytics platform as it  generates insights by housing data in one place and converting it into easily consumable information at high speed.

See options below

It produces cultural support and alignment, a growth mindset, and new ideas and priorities to improve business processes.

It creates awareness of what data can do to improve business processes.

It generates insights by housing data in one place and converting it into easily consumable information at high speed.

It stores large amounts of data that are easily retrievable for future business growth.

Learn more about analytics platform from

https://brainly.com/question/26468036

#SPJ1

You want to add a caption to a table. which tab contains this option?.

Answers

In the above case, you want to add a caption to a table by the use of the References tab option.

What is the Add captions about?

In  this case, one can click on the object ( be it table, equation, other object) that a person intend  to add a caption to via the use of the References tab, as seen in the Captions group, then one can click Insert Caption and via the Label list, one can click on the label that best tell more about the object, or figure.

Note that In the above case, you want to add a caption to a table by the use of the References tab option.

Learn more about table from

https://brainly.com/question/24277490

#SPJ1

Other Questions
1. Those who were successful in Round One did not survive equally well when others werecompeting for food at the same dish during round two. Which beak was not successful and why? Sana's mother bought produce for Sunday dinner. She bought one more pound of peaches than pounds of tomatoes. She bought 3 times as many pounds of tomatoes as pounds of mushrooms.If peaches cost $6 per lb, tomatoes cost $3 per lb, and mushrooms cost $10 per lb, how many of each did Sana's mother buy for $80? Hello, can someone help with this problem?The graph shows the probability distribution of a random variable.What is the value of P(4X8)?0.400.450.500.55 Write a 5 sentence paragraph about why charles babbage invented the computer.DO NOT SAY HE DIDN'T TECHNICALLY have evidince!!Help ASAp Under President George Washington, the U.S. federal governmentbecame more powerful by:A. letting rebel groups weaken by state governments.B. taking more control over the U.S. economy.C. forming alliances with powerful foreign countries.D. encouraging immigrants to serve in the federal government Why can we see the moon at night? a. the moon is luminous and produces its own light. b. light from the earth is reflected back to us off of the moon. c. light from the sun is reflected back to us off the moon d. light from the sun is absorbed by the moon. Given lines l, m,n are parallel and cut by two transversal lines, find the value of x. Round your answer to the nearest tenth if necessary. Recently an influential auto safety group has called for states to increase the legal driving age from sixteen to seventeen or even eighteen in order to decrease teen traffic accidents and fatalities. In response to the auto safety group, your state government has crafted a bill to increase the driving age in your state to eighteen.Write the body paragraph of an email to persuade your state senator or state representative to either pass or turn down this bill. Find the volume of the cone . Round your answer to the nearest tenth. Use 3.14 for 8 in. 4 in. A graph shows the number of texts, numbered 10 to 100, on the x-axis, and the total cost in dollars, numbered 3 to 27, on the y-axis. A straight red line with a positive slope, labeled Emilia, begins at (0, 10), and a straight blue line with a positive slope, labeled Hiroto, begins at (0, 20). Both lines intersect at point (50, 22.5).Hirotos texting plan costs $20 per month, plus $0.05 per text message that is sent or received. Emilias plan costs $10 per month and $0.25 per text. Using the graph below, which statement is true? A group of researchers wants to develop an experiment to determine whether a new drug effectively treats hypothyroidism. The researchers want to inject the drug in rabbits first to determine whether there are any potential serious side effects.Part A: What are some possible ethical issues to this type of testing? (5 points)Part B: While conducting the experiment, the researchers find the thyroid begins functioning properly, and they declare the new drug is causing the change. Is this a good assumption? Explain. (5 points) Select the correct answer from each drop-down menu.Consider the function f(x) = 3x4 5x2.This function is 1. even 2. odd 3. neither even or odd because 1. f(x)-f(x)2. f(x)=f(x)3. -f(x)=f(-x) Type the correct answer in each box. a race car is driven by a professional driver at 99 . what is this speed in and ? 1 mile = 1.61 kilometers 1 hour = 60 minutes express the answers to the correct number of significant figures. the speed is equivalent to , or . A technical drawing that documents an architecture or engineering design is known as a blueprint . true or False Consider the following intermediate chemical equations.3 equations. 1: upper C solid plus upper o subscript 2 gas right arrow upper C upper O subscript 2 gas Delta H 1 equals negative 393.5 kilojoules. 2: 2 upper C upper O gas plus upper O subscript 2 gas right arrow 2 upper C upper O subscript 2 gas Delta H 2 equals negative 566.0 kilojoules. 3: 2 upper H subscript 2 upper o gas right arrow 2 upper H subscript 2 gas plus upper O subscript 2 gas delta H 3 equals 483.6 kilojoules. The overall chemical equation is Upper C (s) plus upper H subscript 2 upper O (g) right arrow upper C upper o (g) plus upper H subscript 2 (g).. To calculate the final enthalpy of the overall chemical equation, which step must occur?Reverse the first equation, and change the sign of the enthalpy. Then, add.Reverse the second equation, and change the sign of the enthalpy. Then, add.Multiply the first equation by three, and triple the enthalpy. Then, add.Divide the third equation by two, and double the enthalpy. Then, add. Read the excerpt from Act III, scene i of Romeo and Juliet.Mercutio: Help me into some house, Benvolio,Or I shall faint. A plague o both your houses!They have made worms meat of me: I have it,And soundly too:your houses! [Exeunt MERCUTIO and BENVOLIO.]Which emotion most motivates Mercutio to speak these words?his desire for revenge on both familieshis anger at Romeo for being a Montaguehis despair about being fatally woundedhis embarrassment about losing the figh A rectangle is divided into 4 equal rows with 4 squares in each row. mark says 1 square is 1/4 of the whole rectangle. kareem says 1 row of the whole rectangle. Which consideration must a society address when deciding for whom to produce a potentially scarce or limited resource? Select the correct text in the passage.Which sentence identifies business-to-business advertising?A company that makes CCTV cameras wants to enter new and existing markets. It has set up a strategy of aggressive marketing by active programs and expanding marketsize. It adopted a price skimming method wherein it reduced the prices of cameras compared to rivals with a promise of equal quality. It recently sponsored a famousaward show to secure consumer reach. It also won a contract with a security solution agency, which saw the company advertise discounts on CCTV cameras in a tradejournal. It differentiated its product from its rivals with its compact size. It also advertised its product on TV commercials and highway billboards, thus increasingfrequency of reach.ResetNext What can cause a non-communicable disease