Suppose a friend asks you for advice on RSS feeds. What would be a reason you would suggest using RSS feeds?


to view information in a summarized format

to view information from all countries

to view information in all topics

to view information from all search engines

Answers

Answer 1

Answer:

to vein info ffom all search engines


Related Questions

what are the basics to learn for ethical hacking?​

Answers

Answer:

1. Run on OS which is similar to UNIX, like Linux. UNIX as well as UNIX-like OS are the operating systems of the Internet. Though a person can learn ...

2. Learn HTML.

3. Gain the knowledge of Programming.

4. Be a Creative Thinker.

5. Make a habit of Solving Problems.

Explanation:

Tips: Be highly smart with it, code may mess you up at times, changing things you'd never touched!

I need help with Edhesive test 8 in term 2.

Answers

Answer: OK

Explanation:

Name 2 positive impacts cell phones have

Name 2 negative impacts of cell phones.

Answers

Answer: Positive 1: Call from longer distances

Positive 2 : Don't have to remember your contacts number

Negative 1 : Has radiation so dangerous when put up to ear

Negative 2 : Can make your eyes strain from looking at that tiny screen

Hope this helps and please subscribe to my channel : Get To One Million Subs Without Any Videos

Explanation:

Water is constantly in motion.
True or false

Answers

Answer: true

Explanation: yes water is constantly in motion

Explain what the loop does and what the result of executing it will be.

Consider this JavaScript loop:var new = 0;for (i=3;i<=5;i++){ new=new+i;}

Answers

Answer:

The loop increments the value of new while the loop condition is true

The end value of new is 3

Explanation:

Given

The above code segment

Required

What the loop does and the result

We have:

[tex]new = 0[/tex] --- initialize new to 0

[tex]i = 3; i \le 5; i++[/tex] --- The loop condition;

i.e. the loop will be repeated 3 times (when i = 3, 4 and 5)

[tex]new = new + 1[/tex] --- For each increment of i, new is incremented by 1

So, the value of new is:

i = 3: new = 0 + 1 = 1

i = 4: new = 1 + 1 = 2

i = 5: new = 2 + 1 = 3

What is the term for revealing a reporter's values, views, opinions, processes, and sources in attempt to lessen the effects of a reporter's bias?
objectivity
exposure
disclosure
culpability

pls help 10 points couldnt find media ._.

Answers

Answer:

Disclosure

Explanation:

Answer:

Disclosure

Explanation:

I took the exam and got it right.

Main function of Ubuntu

Answers

Answer:

Ubuntu includes thousands of pieces of software, starting with the Linux kernel version 5.4 and GNOME 3.28, and covering every standard desktop application from word processing and spreadsheet applications to internet access applications, web server software, email software, programming languages and tools

Explanation:

Answer:

Explanation:

It is a free OS

Alguien me podria ayudar a hacer este codigo porfavor? en php Desarrolle el código que solicite los datos (desde teclado) Nombre, Edad y peso. Posteriormente realice lo siguiente: a) Imprima los datos. b) Solicite el peso hasta que el rango de valores sea entre 50 y 100 kilos. c) La edad debe ser entre 18 y 50 años Suba los archivos con el código y la evidencia de la ejecución.

Answers

Answer:

Explanation:

El codigo solicita los datos y los analiza. Si estan bien continua, sino los vuelve a solicitar. Cuando esten todos los datos bien los imprime.

import java.util.Scanner;

class Brainly {

   public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       System.out.println("Nombre: ");

       String nombre = in.nextLine();

       int Edad, peso;

       while (true) {

           System.out.println("Edad: ");

           Edad = in.nextInt();

           if ((Edad >= 18) && (Edad <= 50)) {

               break;

           }

       }

       while (true) {

           System.out.println("Peso: ");

           peso = in.nextInt();

           if ((peso >= 50) && (peso <= 100)) {

               break;

           }

       }

       System.out.println("Nombre: " + nombre);

       System.out.println("Edad: " + Edad);

       System.out.println("Peso: " + peso);

   }

}

What are 6 subtopics on computer programming ?

Answers

On the internet, I found

Research topics

Artificial Intelligence

Computing and Mathematics

Cybersecurity

Data Science and Machine Learning

Embedded Systems and IoT

Process Management

Hope this helped :T

How has cell phones impacted our society.

i really need this please.

Answers

Cell phones have impacted the society very much. Cell phones help us communicate with people that aren’t so close by us. Cell phones have changed so much over generations and have let us understand the way the internet works nowadays.
Cell phones have impacted our society because now we can text someone without having to see them and we can also call someone from far away and that is always good because some people can’t see their friends or family. Also people spend lots of time on cell phones. We can also now take pictures and capture moments.

Hope this helped

In addition to different gameplay styles, games also have different player states.
True
False

Answers

Answer:

Games differ wildly on how many stats they have. If you take an RPG like Zelda, does Link have a strength stat or an intelligence stat? No! An RPG doesn't need a lot of stats to be good but nearly all RPGs will have some stats.

Explanation:

When creating a multi-table report with the Report Wizard, you cannot add any more grouping levels to the report if you
leave the grouping the wizard suggests.

True

False

Answers

Answer: False

Explanation:

A multi-table report simply refers to a report that consist of fields from two or more tables that are related. To create a multi-report, the easiest method is to use the Report Wizard.

It should be noted that when the multi-table report is being created with the report wizard, one can still add any more grouping levels to the report if the user leaves the grouping that's suggested by the wizard.

Therefore, the answer to the question is false.

What design element includes creating an effect by breaking the principle of unity?

Answers

Answer:

Sorry

Explanation:

Computer chip

paris que tipo de sustantivo es?​

Answers

Explanation:

CATEGORIA GRAMATICAL PARIS

Paris es sustantivo.

Select the correct answer.
In what way do graphs and charts help in decision-making? Select the most important point,
A. They identify errors in the data.
B. They can be included in slideshow presentations.
C. They reveal patterns in data.
D. They automate calculations,
E. They can be inserted into documents,

Answers

Answer: C

Explanation:

What does IPOS stand for?

Answers

Answer:

IPOS stand for Input Process Output Storage.

Please Help!
What is typically used for input commands and uses a mathematical interpretation of human motion?

a. Gesture-based interaction
b. VoIP
c. Telepresence

Answers

Answer:

a. Gesture-based interaction

Explanation:

Artificial intelligence (AI) also known as machine learning can be defined as a branch of computer science which typically involves the process of using algorithms to build a smart computer-controlled robot or machine that is capable of performing tasks that are exclusively designed to be performed by humans or with human intelligence.

Artificial intelligence (AI) provides smarter results and performs related tasks excellently when compared with applications that are built using conventional programming.

Gesture-based interaction is typically used for input commands and uses a mathematical interpretation of human motion. For example, a door that automatically opens when a person pass

why do arthitects prefer memory dump to be in base 16​

Answers

Answer:

Memory dump in  base 16​ is human friendly

Explanation:

Hexadecimal numbers are human friendly and hence it is very easy to express the binary number in a more human-friendly as compared to any other base number systems. It is also used to trace errors in the storage

hence, the Architects prefer memory dump to be in base 16​

define the physical components of hardware for a computer system,including identifying internal hardware devices(e.g. processor,motherboards,ROM,RAM,video cards,sound cards,and internal hard disk drives)

Answers

Answer:

Explanation:

The necessary hardware components that a computer requires to run properly are the following.

Motherboard, this is the main circuit board that interconnects all of the components and allows them to interact with each other.

CPU, this is the brain of the computer where all calculations and processes are handled.

Video Card, this component handles all the visual data, rendering that the computer needs in order to get a proper image.

RAM, these components are the physical memory where temporary data is stored and used.

Hard Disk, this is the main storage drive where all your data will be saved including the operating system.

PSU, this is the power supply of the unit that distributes the correct amount of power to every other component in the system.

Sound Card, this component handles all the input and ouput audio signals for a computer.

HELPPPPPPPPPPPPPPPPP ASAPPPPPPPPPPP

Answers

Answer:

D. data dictionary is the answer

What are 6 subtopics to the topic “computer programming”? Please let them be good answers that are middle school level

Answers

Answer:

1. Array programming language.

2. Aspect-oriented programming language.

3. Class-based programming language.

4. Concatenative programming language.

5. Concurrent programming language.

6. Data-structured language.

I'm not sure if this is what you want, but these are a couple types of programming languages

which is not a communications media?
1. wire
2.microwave
3.satellite
4. NIC​

Answers

Answer:

2. microwave

Explanation:

It's a gadget used in the kitchen

PLEASE HELP FOR A FINAL!!-WEB DESIGN
Name 3 characteristics true about website typography?​

Answers

Answer:

Contrast, color and size

Explanation:

Typography is the thoughtful selection and arranging of type to make text legible, readable and appealing on a web page.

There characteristics of typography to consider on a web page include contrast, color and size.

Contrast

The contrast between the text and its surroundings helps with readability. A black text on white background has the highest contrast and is thus easily read.

Color

The text color helps with readability on the web page. Different layouts on the web page with different sections having different colors or colors of text help with readability.

Size

The text size also helps with readability. The size o text on the web page depends on the section of the web page. A header would require a larger text than a section of the web page.

Which statement best describes the problem statement below?

Answers

Answer:

dont click on his link it has virus

Need the answer ASAP!!!!

Select the correct answer.

What type would the object X be in the following statement:

If (x) {...}

A.number

B.Boolean

C.string

D.date

Answers

Answer:

its Boolean

Explanation:

trust me

what is the diffrence between a word prosesser and an text editor​

Answers

Answer:

A word processor is a more extensive text editor. A text editor is used solely to write and edit text. You can copy, cut, paste, undo and redo. ... A word processor allows you to edit text in addition to multiple other functionalities such as text formatting (italic, bold, underline, etc.).

Explanation:

Have a great day/night! hope this helped :}

What is the computer system cycle called?

Answers

Answer:

he fetch–decode–execute cycle, or simply the fetch-execute cycle

mark me brainliestt :))

HURRY please!!!!

Order the steps for creating a chart in PowerPoint.
Go to the Insert tab.
Choose the type of chart.
Click OK
Click the Chart button.

Answers

1. Go to insert tab
2. Click the chart tab
3. Choose the type of chart
4. Click OK

Answer:

the person above is correct

Explanation:

edge

Which best explains a password attached to a document?

O There is a private password for the user and a public one for the viewer.

O If a user forgets the password, it cannot be recovered.

O Passwords typically are not case-sensitive.

O Using a document to store the password is not allowed.

Answers

Answer:

Explanation:

Going through the options:

O Passwords typically are not case-sensitive.

Passwords are typically case-sensitive.

O Using a document to store the password is not allowed.

It is not recommended but definitely allowed to store passwords in document.

O If a user forgets the password, it cannot be recovered.

Lost password cannot be recovered easily but not impossible.

The only choice left is

O There is a private password for the user and a public one for the viewer.

It describes a set of public and private key password used to allow sharing of encrypted files between user and viewers.

So the only answer left which is correct:

O If a user forgets the password, it cannot be recovered.

Answer:

Explanation:

ans is B.O If a user forgets the password, it cannot be recovered.

Your classmate is frustrated because the code that was designed to add up her five quiz grades is not working properly.

What change would you suggest to your classmate based on this code?for (i=1;i<=5;i++){ sum=0sum=sum+i;}

Answers

Answer:

sum = 0 must be before for loop. If inside for loop, it will keep resetting sum to 0 each iteration.

Explanation:

hope this helps

Other Questions
Abcdwhich one?which one? A circus juggler on the highwire gives a bowling pin a final toss into the air with an initial velocity of 9 meters per second from a height of 11 meters. The equation h(t)=4.9t2+9t+11 models the height of the bowling pin in meters after t seconds.About how many seconds does it take for the bowling pin to hit the ground?Round your answer to the nearest tenth of a second. What is the slope of the line?y+2 = -2(2-3)Choose 1 answer:w12B11- 2D-1 Read the passage.Vera walked up the stairs of the old home and slowly opened one of the bedroom doors.Which sentence could appear after this one and create a spooky feeling with the words and phrases it contains? Is 4x+2y=20 and y= -2 + 10 equavilent? I need help with math please Match each area to its corresponding radius or diameter of the circle.(All areas are approximate.) )area: 221.5584 square unitsarea: 78.5 square unitsarea: 452.16 square unitsarea: 36.2984 square unitsarea: 314 square unitsarea: 886.2336 square unitsradius: 12 unitsdiameter: 16.8 unitsradius: 3.4 unitsdiameter: 10 unitsPlease use the exact numbers. >w Why is being ignorant of a situation make it easier to let it go ? 4. Sharlene walked 7 2/11km to school an 2 8/11 km to the park. How manyKilometers dild she walk in all PLEASE HELP ME FIGURE OUT WHICH ONE I GOT WRONG, TYSMM :) what is this i dont understand this at all ad astria avasaqu, WELCOME TO THE ADVENTURES GUILD. Yea an someone help with these 4 questions. And leave a comment under my question if u play genshin impact. Don't forget to answer the question/ The water of nepal is called white gold why What is the purpose of the valves in the heart?O To keep the blood flowing in only one directionTo prevent pathogens from entering the heartTo separate the heart into two sidesTo control how fast the heart beats What do scientists believe drives the evolution of zoonotic diseases such as Ebola? Consider the two triangles shown below Are these triangles congruent After surveying students in her homeroom, Katie decided to use a number cube to predict the probability that a randomly chosen student in her school planned to stay after school today for extracurricular activities. In Katies simulation, a roll of 1 represents staying after school, while rolls of 2, 3, 4, 5, or 6 represent leaving school at the end of classes.Lucas built a composite solid by joining 12 identical blocks, with dimensions 4 inches by 5 inches by 7 inches, into three rows of four as shown.12 blocks are in 3 rows of 4. Each block is 4 inches by 5 inches by 7 inches.What is the total surface area of the composite solid?521 square inches1,042 square inches1,072 square inches1,992 square inches Rewrite the sentence in active voice.Lilly took her brother Joe to the playground. Another little boy arrived at the playground with his mother. The boy started playing with Joe. The teeter-totter was shared by the boys. evaluate 9 m+7 n if m=-7 and n=4 A primary concern that is related toovercrowding isO too much inventoryO a decrease in demandO a shortage of quality housingO a decrease in population density