How do web-based applications and websites differ? (2 points)
Web-based applications allow users to do something while websites provide information.

Web-based applications run on a browser, while websites run on a network.

Websites require installation, whereas web-based applications do not.

Websites do not require internet access, while web-based applications do.
i am thanking, it is A​

Answers

Answer 1

Answer:

A website provides the visual and test content for users and a page in the web can only be read and content can be annulated and even may be outdated.

A web application is a software that is made to run on the web. It is within the reach of the users. It can be only viewed only in the web browser.

Hence the option A is correct.

Explanation:

Answer 2

Answer:

A. Web-based applications allow users to do something, while websites provide information.

Explanation:


Related Questions

A poll predicted that 68% of voters plan to vote for the current mayor in the upcoming election. If the poll had a standard deviation of 4%, what is the margin for error?

Answers

This is not computers it’s math.

what do you mean by graphics editing​

Answers

Answer:

Changing or improving graphics images. It typically refers to bitmapped images rather than vector graphics drawings. Using an image editor, images can be modified by an artist using pen, brush, airbrush and other "painting" tools.

Explanation:

Answer:

Changing or improving graphics images. To make it look much better or modify or improve digital.

Explanation:

What is the difference between

Answers

I need more context

Explanation:

you didn't the whole question

Hello everyone I have a question about Java. I already generated 5 random words and I want to find a way to make the user input those exact same random generated words, or else they "lose". Any advice​

Answers

Answer:

no sé

Explanation:

What value will the variable x have when the loop executes for the first time?

var names = ["Tom", "Bill", "Sherry", "Clay"];

for(var x in names){

console.log(names[x]);

}

Select one:

a.
0


b.
1


c.
Tom


d.
Bill

Answers

The value that x will return when it runs the above loop for the first time is Tom. It is to be noted that the above code is JavaScript.

What is a JavaScript?

JavaScript is an object-oriented computer programming language that is used for the creation of effects that are interactive.

Scripts that are written using Java Programming Language can be used to control multimedia, create animated images, control how websites behave etc.

Java is also used in the creation of Games and many more.

Learn more about JavaScript at:
https://brainly.com/question/16698901

Question 6 of 10

Which level of abstraction in computing systems uses binary code to manage

information?

O A. Data

B. Programming

C. Applications

D. Operating systems

Answers

Answer:

Its A data just did the quiz

Explanation:

Data is evel of abstraction in computing systems uses binary code to manage information.

What is Data?

Data  in the quest of knowledge is a collection of discrete values that transmit information, describing amount, quality, fact, statistics, other fundamental units of meaning, or just simply sequences of symbols that may be further understood.

Data can reflect both actual measures and abstract concepts. Data are frequently employed in economics, science, and practically every other aspect of human organizational activity.

Price indices (such the consumer price index), unemployment rates, literacy rates, and census statistics are a few examples of data sets. Data here refers to the unprocessed facts and numbers that can be used in this way to extract information that is useful.

Therefore, Data is evel of abstraction in computing systems uses binary code to manage information.

To learn more about Data, refer to the link:
https://brainly.com/question/10980404

#SPJ2

what do you mean by Graphics editing​

Answers

Answer:

here you go man-Changing or improving graphics images. It typically refers to bit mapped images rather than vector graphics drawings. Using an image editor, images can be modified by an artist using pen, brush, airbrush and other "painting" tools.

In a Linux machine, you have a file named "types_of_fish.txt" and you want to append the word "trout" to the file contents. Which of the following commands can you use?

A. echo trout < types_of_fish.txt
B. echo trout > types_of_fish.txt
C. echo trout >> types_of_fish.txt
D. echo trout 2> types_of_fish.txt

Answers

Answer:

B because if you where to go in and try to make a file via terminal it would have to be like

$ echo file1 > file1

$ ln -s file1 file2

$ cat file2

file1

$ ls -ld file2

lrwxrwxrwx 1 lubos lubos 5 Jan 10 14:42 file2 -> file1

for the example

Without calculating, how can you determine the asymptotic rate of growth of the expression? Give an appropriate example to illustrate your answer. ​

Answers

Oh wow the person above is reckless

Discuss new concepts that you have learned about Cisco Devices and how they will be helpful in the workplace.

Answers

Answer:

Research has shown that the Company unveils the industry's first high-end Wi-Fi 6E access points, Private 5G for the enterprise as a managed service, and new high-powered Catalyst 9000X series switches with Cisco Silicon One to deliver top speeds and performance with the security needed for hybrid work.

Explanation:

With these new concept/development work will be made easy.

write the name of a few operating system..

Answers

Apple IOS and Microsoft Windows

In this exercise we have to use our knowledge of operating systems to explain each one, so we have to:

Microsoft Windows, Mac OS X and Linux.

What are operating systems?

It is a software or set of software whose function is to administer and manage the resources of a system, from hardware components and file systems to third-party programs, establishing the interface between the computer and the user. The most common operating systems that exist for computers and that the market offers are: Microsoft Windows, Mac OS X and Linux.

So the operating system are:

Microsoft Windows is the company developed the Windows operating system in the mid-1980s. Mac OS X. This is the operating system developed by Apple Inc. Linux Ubuntu

See more about operating systems at brainly.com/question/6689423

What is a data silos in ict

Answers

A data silo is a collection of data held by one group that is not easily or fully accessible by other groups in the same organization.

is integer a type of constant variable​

Answers

Answer:

Yes it is

Explanation:

An integer constant is nothing but a value consisting of digits or numbers. These values never change during the execution of a program.

You are interested in a job where you examine digital devices for evidence of crimes. What keywords should you search on a job board? o virtual reality O ransomware O computer forensics O encryption algorithms​

Answers

Answer:

computer forensics

Explanation:

I just took the quiz c:

Define a method named orderOfAppearance() that takes the name of a role as an argument and returns that role's order of appearance. If the role is not found, the method returns 0. Ex: orderOfAppearance("Forrest Gump") returns 1. Hint: A method may access the object's properties using the keyword this. Ex: this.title accesses the object's title property.

// Code will be tested with different roles and movies
let movie = {
title: "Forrest Gump",
director: "Robert Zemeckis",
composer: "Alan Silvestri",
roles: [ // Roles are stored in order of appearance
"Forrest Gump",
"Young Forrest Gump",
"Jenny Curran",
"Lieutenant Dan Taylor"
],
orderOfAppearance: function(role) {

}
};

Answers

The method named orderOfAppearance() that takes the name of a role as an argument is; Written as below

How to write a Program in Java?

The steps to write this Java program is as follows;

1) Initialize the movie JSON (JavaScript Object Notation) having the name, director, composer and title properties.2) Define a roleOf: function that has a name parameter.3) Check whether the selected is not equal to undefined and then return that name.4) Otherwise display this message: "0".

let movie = {

  name: "Forrest Gump",

  director: "Robert Zemeckis",

  composer: "Alan Silvestri",

  title: {

      "Forrest Gump",

      "Young Forrest Gump"

      "Jenny Curran"  

       "Lieutenant Dan Taylor"            

  },

  orderOfAppearance: function (role) {

      if (typeof (this.title[role]) !== 'undefined') {

          return this.title[role];

      } else {

          return "0";

      }

  }

};

Read more about java programming at; https://brainly.com/question/16397886

to restart a device without powering it down

Answers

Answer:

No possibly way of doing this

If the device isn't functioning but is turned on

On android: Hold the power button and either the volume up or down keys at the same time till the screen goes black

On IPhone/IPad/Ipod: hold down the home key and the power button till the screen goes blank

On Newer Apples with no home button, just hold down the power key till the screen goes blank

On PC: Hold the power button on the pc thill the screen goes black

On tablet: Use the steps for android listed above.

After a Hacker has selects her target, performed reconnaissance on the potential target's network, and probed active Internet Addresses and hosts, what does she scan next on the target's network to see if any are open

Answers

After a Hacker has selects her target,  the thing she scan next on the target's network to see if any are open System Ports.

How do hackers scan ports?

In port scan, hackers often send a message to all the port, once at a time. The response they tend to receive from each port will help them to known if it's being used and reveals the various weaknesses.

Security techs often conduct port scanning for a lot of network inventory and to show any possible security vulnerabilities.

Learn more about Hacker from

https://brainly.com/question/23294592

Primary key
Field
Record
Table

Answers

The primary key is always the id in any form, it may be uuid and etc.

So the primary key is the MOVIE_ID.

As you understand the entire thing is what you would quite often see in any relational databases like PostgreSQL. It's a table.

The fields are columns and any row is your entry or record in other words.

I will give you an example from the project I am working on, the screenshot shows a table for a user, you can consider it somewhat production style.

48:05
Choose the word that best completes each sentence.
Since there is
variation in mobile device hardware and operating systems than in desktop platforms, it is
critical to use cross-platform development techniques.
Less, more

Answers

Answer: More, More

Explanation: Got it right on Edge

Answer

more for both answers

Explanation:

i took the test

Where does blood travel when it leaves the right ventricle of the heart

Answers

The right ventricle contracts, and blood is forced through the pulmonary semilunar valve into the pulmonary artery. It then travels to the lungs. Hope this helps!
This is under computers and technology.

What is meant by Self motivation​

Answers

Explanation:

Definition of self-motivated

: driven by one's own desires and ambitions : motivated by oneself self-motivated students/employees self-motivated learning.

Explanation:

the ability to drive oneself to take initiative and action to pursue goals and complete tasks

In Python 3, the maximum value for an integer is 263 - 1:
True
False

Answers

Answer:

TRUE

Explanation:

 Python 3 does not have a maximum size of int. This means that there is no maximum or minimum value of int in Python 3. We can still check the machine's word size (size of the data stored in the hardware by the processor). In Python 3, the maximum value for an integer is 263

what is the importance of internet in education

Answers

Answer:

It can improve the quality of education in many ways. It opens doorways to a wealth of information, knowledge, and educational resources, increasing opportunities for learning in and beyond the classroom. Internet access opens doorways to a wealth of information, knowledge, and educational resources.

Explanation:

i hope it helps# i love Taylor Spears
he use of internet for education helps to streamline the sharing of information and communication. It lets students access lectures online and refer to relevant study material in various multimedia formats. It also helps teachers by letting them use various tools in their circullum

Which graphics element loads faster when used with text or audio on a web page?

Answers

Answer:

A slideshow uses still images that shift through a desired order

Imagine that you are introducing a new system to college students where they would have to use a special ID number you create for them for activities such as logging on to campus computers or using library resources. How would you plan and implement the change? Explain using Lewin’s three-stage framework.

Answers

Explanation:

g tear valobeshe beshe dibo na ya baba ji bante

You should hold your fingers on the power switch when holding a plugged-in power tool.
A) True
B) False

Answers

Answer: That depends on what kind of power system the device has.

Explanation: If the device is something like a plug-in weed wacker, then the answer would be True, but if it's like a plug-in computer monitor, the answer would be False. So the answer depends on what kind of device it is.

Complete the class DiscountedItem below that inherits from Item and adds an discount instance variable with a constructor, get/set, and a toString method. Uncomment the testing code in main to add discounted items to the cart.

Answers

The information provided is incomplete hence the general answer. The programming instructions require the use of a Constructor, a get/set, and a toString.

What is a Constructor?

In the parlance of Java, a Constructor refers to a block of codes that look very much like the method. It is often used to internalize an object. It is normally used to create the object of a class.

What is Get/Set in Java?

The term "Get Method" is used to return the value of the variable name. It works by assigning a new name to the selected name variable.

What is ToString in Java?

The ToString () in Java returns any value given to it in a string format. If it is applied to an object, the result will return as a string object.

Learn more about Constructor (Java) at:

https://brainly.com/question/9949117

In what way, if any, can your social media presence affect your chances of getting a job in social media?


Your social media presence will affect your chances only if your resume is not impressive enough.
Your social media presence will affect your chances only if your resume is not impressive enough.

Your social media presence can help your chances if you are positive and professional.
Your social media presence can help your chances if you are positive and professional.

Your social media presence can only harm your chances, so it is best to stay away.
Your social media presence can only harm your chances, so it is best to stay away.

Your social media presence will have no effect on your chances of getting a job in social media.
Your social media presence will have no effect on your chances of getting a job in social media.

Answers

Answer:

Your social media postings can help you secure a job too, not just it being effective in a bad way.

Explanation:

Your content can give hiring managers an overall idea of your personality, what you are passionate about, how you interact with people in group discussions and how previous colleagues feel about you through recommendations and so on. All of these give you an advantage in securing a job.

Your social media postings can help you secure a job too, not just it being effective in a bad way. Your content can give hiring managers an overall idea of your personality.

What is Social media?

Social media are interactive technologies that make it easier to create and share content across virtual communities and networks, including information, ideas, interests, and other kinds of expression.

The lifeblood of social media is user-generated content, which includes written postings or comments, digital photographs or videos, and statistics from all online interactions.

Users build profiles for the website or app that are particular to the service and are created, updated, and managed by the social media company. Social media links a user's profile with those of other people or groups, which aids in the growth of online social networks.

Therefore, Your social media postings can help you secure a job too, not just it being effective in a bad way. Your content can give hiring managers an overall idea of your personality.

To learn more about Social media, refer to the link:

https://brainly.com/question/30326484

#SPJ2

list and discuss the various scheduling techniques of operating systems

Answers

Question:

•List and discuss the various scheduling techniques of operating systems.

Answer:

•First-Come, First-Served (FCFS) Scheduling.•Shortest-Job-Next (SJN) Scheduling.•Priority Scheduling.•Shortest Remaining Time.•Round Robin(RR) Scheduling.•Multiple-Level Queues Scheduling.

Explanation:

#Let's Study

#I Hope It's Help

#Keep On Learning

#Carry On Learning

Without an app, the emergency response team would radio information back to the hospital. What are some benefits of using an app to send information in a situation like this

Answers

Theres a lot of benefits, it just depends on the situation. For example, say that person whos calling is in a trafficing situation, or kidnapping.  it would give the dispacter more information than what the person could say. Or if you just got into a car accident, say all you had to do was press one button and then it sends the dispacher all of your information. Social security number, phone number, id, location, emergency contacts and more.  

Other Questions
Pls help me with this What is the F-Xe angle in the molecule - F; Xe * F_{2} (Xe has three lone pairs of electrons )? What year did genghis khan die A tv has a listed price of $740.99 before tax. If the sales tax rate is 9.75%, find the total cost of the tv with sales tax included. ways of caring for storage devices Salma drove to her grandmother's house. She traveled60 Km in one hour and a half. Calculate the averagespeed for Salma's trip.? How did Juares try to call for peace rightbefore the outbreak of war in 1914? why do I agree with being investigative For external reporting, income statements are generally prepared using. how do you do this ? *URGENT*Why do we think of ecosystems as systems within systems? How is dna denaturation different from protein denaturation. 100 points Prove or disprove: kate chopin sympathizes with edna, but does not pity herin the book The Awakening. Hello there can someone please help me with all of these exercises?! Please help me as quick as possible!! The examples of sentences In the United States, few children attended school in the early 19th centurybecause:A. the highest-paying jobs in the country required little education.B. public education programs were available only for adults.C. rural children were expected to work on family farms.D. parents believed schools limited their children's creativity. how is the of supply different from the law of demand 50 POINTS IF YOU ANSWER THIS ASAPRead this sentence.I pulled the soft red wool over my entire body, and instantly I felt much warmer.What is being described in this sentence?a sweatera hata blanketa glove to make biscuits of a certain ki d 5 parts of flour has to be mixed with 2 parts of oatmeal and 1 part of cocoa powder must be used if 500g of flower is used? Reflect the point (-7,-9) across the x axis.Reflect the point (-7,-9) across the y axis