Search and read all phenomenon listed below and identify the ICT platform they used.

PHENOMENON

1. EDSA and Cardinal Sin
2. EDSA dos
3. Million people march against Pork Barrel
4. Disaster relief operations and mobilization​

Answers

Answer 1

Answer:

1. Radio broadcast

2. Text brigades

3. Social media and change website

4. Internet and text brigades

Explanation:

I'm having issues posting my answer. Please go through the attachment.

Answer:

1. Radio broadcast

2. Text brigade

3. Social media and change website

4. Internet and text brigades

Explanation:

ICT can serve as a medium through which change can be effected in a society.

1 EDSA and cardinal

The ICT used here was the radio.

2. EDSA dos

The ICT that was used her was the text brigades.

3. Million people march

The ICT used here was social media and the change website.

4. ICT used here is internet and text messaging.

Please I have provided background information to what caused these events. I typed my answers but the editor did not allow me post it.

Thank you.

Search And Read All Phenomenon Listed Below And Identify The ICT Platform They Used.PHENOMENON1. EDSA

Related Questions

Here is a sequence of binary digits:
011000101110010100110100010001110101001110001010101
What could this sequence represent? What could it mean?

A. A piece of text
B. A number
C. A set of instructions
D. Musical notes
E. Any piece of information

Could I have some help please?

Answers

Answer:

E

Explanation:

trust me

You have been given an assignment to create a webpage that has a calming effect on the viewer. Which of these is most likely to achieve that goal?A.multiple font sizes B.a textured background C.rotating elements D.use of blues and greens

Answers

Answer:

The answer should be D.

Explanation: Cool colors make someone feel calm,mainly blue and green

Answer:

“Use of blues and greens”

Explanation:


Nano technology uses include...
A: Tennis racquets (high strength to weight)
B: Self-cleaning fabrics
C. Antibacterial fabrics
D: All of the above

Answers

The answer is c. Antibacterial fabrics

Can somebody do an Algorithm 2 for more?
(Python)

Answers

# If the number is positive, we print an appropriate message, else we print the opposite

num = 3

if num > 0:

print(num, "is a positive number.")

num = -1

elif num < 0:

print(num, "is a negative number.")

num = 0

else

print(num, "is neither positive nor negative.")

One benefit of open source software is that it

Answers

Answer:B

Explanation:

Which is the hanging indent on the ruler?



A
B
C
D

Answers

My question needs to put 20 character long but the answer is C

future quirk ideas! for bnha

Answers

A computer chip that tracks down any hacker and destroys there hacking device

Darren built a tower out of 23 toy blocks. each block has a mass of 7grams. what is the mass of the whole tower?​

Answers

Answer:

161 grams

Explanation:

Keira is creating an app for her cross-country team. Users will input their race times and the output will be a graph showing their progress.

Which Python module should Keira use to draw a line on the screen?

Design Graphics
Graphics Module
Math Module
Turtle Graphics

Answers

Answer:

Design Graphics

Explanation:

A free software license allows users to

Answers

Answer:

C. use, alter, and distribute the software as desired.

Explanation:

A software can be defined as a computer program or application that comprises of sets of code for performing specific tasks on the system

A free software license allows users to use, alter, and distribute the software as desired.

What preference should you set prior to importing a bunch of photographs?

Answers

Answer: Timeline

Explanation:

Who is the orange and white Foxy that looks like Mangle but instead of pink its orange

Answers

Answer:

Its Lolbit

Explanation:

Lolbit is an animatronic from Five Nights at Freddy's: Sister Location. It is a recolored version of Funtime Foxy's disembodied head, appearing as a minor Easter Egg from the main game.

Answer:

prity sure it's LOLBit

What are the missing whole numbers on this number line? Enter your answers in the boxes. plz show work I'm I need answer 3rd grade​

Answers

1 3 and 4... you are just counting up from 0

Color codes are stored as:


A) int
B) float
C) dec
D) Strings

Answers

Answer:

the correct answer is Strings, have a great evening yall

Explanation:

Write a program that takes three numbers as input from the user, and prints the largest.

Sample Run
Enter a number: 20
Enter a number: 50
Enter a number: 5

Largest: 50

Answers

Answer:

In Python:

n1 = int(input("Enter a number: "))

n2 = int(input("Enter a number: "))

n3 = int(input("Enter a number: "))

if n1 >= n2 and n1 >= n3:

   print("Largest: "+str(n1))

elif n2 >= n1 and n2 >= n3:

   print("Largest: "+str(n2))

else:

   print("Largest: "+str(n3))

Explanation:

The next three lines get three numbers from the user

n1 = int(input("Enter a number: "))

n2 = int(input("Enter a number: "))

n3 = int(input("Enter a number: "))

This checks if the first number is greater than the other two. If yes, the first number is printed as the largest

if n1 >= n2 and n1 >= n3:

   print("Largest: "+str(n1))

This checks if the second number is greater than the other two. If yes, the second number is printed as the largest

elif n2 >= n1 and n2 >= n3:

   print("Largest: "+str(n2))

This prints the third number as the largest, if the other two conditions fail

else:

   print("Largest: "+str(n3))

Answer:

x=int(input("Enter a number: "))

y=int(input("Enter a number: "))

z=int(input("Enter a number: "))

print("Largest: "+ str(max(x,y,z)))

Explanation:

Got it right and I hope this helps :)

Which of the following statements are true about file naming conventions? Check all of the boxes that apply.

Answers

Answer:

They increase the likelihood of finding files in the future.

They help others identify files.

The true statements about file naming conventions are that they increase the likelihood of finding the filing in the future and help others find the files.

What are the naming conventions for files?

The file naming conventions is determined as the proposal for denominating any files in such a manner that it traces what they comprise and how they associate to another data files or records.

The file naming conventions increase the likelihood of finding the file in the future and also assist others in finding the files.

Therefore, the correct options are A and C.

Learn more about the naming conventions, refer to:

https://brainly.com/question/9070060

#SPJ2

Embedded operating systems control?

1-smart watches
2-laptop
3-desktop computer
HELPPPP

Answers

i think the answer is the First one

File " ", line 1
Create a Python program to print “The Indian High School” 10 times using while loop
(pls answer quickly it is urgent

Answers

Answer:

i = 1

while i < 11:

 print("The Indian High School")

 i += 1

Choose the first programming language for personal computers that was released in the 1970s by Microsoft

Answers

Answer:

Altair BASIC programming language

Explanation:

The Altair BASIC programming language was built for the Altair 8800 microcomputer by childhood friends, Bill Gates and Paul Allen in March 1975

The interpreter for the Altair BASIC programming language was developed by Bill Gates while Paul Allen worked on the simulator

The newly developed programming language worked without flaw during the demonstration to Micro Instrumentation and Telemetry Systems, MITS

Microsoft was founded by Bill Gates and Paul Allen on the 4th of April 1975

Answer:

C.) Altair BASIC programming language

Explanation:

If an ______ is caught dumping hazardous materials, that person can be prosecuted. Answer choices A) Employee B) Employer C) Both A and B

Answers

Answer:

Both A and B

Explanation:

I think it is right

hope this helps :)

Answer:

Both A and B

Explanation:

Makes sense trust

Use the drop-down menu to complete the steps for using the Goal Seek feature.
1. Go to the
tab.
2. In the
from the drop-down What-If Analysis menu.
3. Specify the cell that contains the formula to solve and enter the desired result.
4. Specify the
that contains the value to adjust.
5. Click OK
group, select

Answers

Answer:

1. Go to the  data tab.

2. In the  forecast ribbon from the drop-down What-If Analysis menu.

3. Specify the cell that contains the formula to solve and enter the desired result.

4. Specify the  changing cell that contains the value to adjust.

5. Click OK

Answer: see below

Explanation:

Elliott is trying to normalize a database that he has designed. Which is not one of the elements of 1NF or 2NF?

Each cell of a table must contain a single value.
The table must not contain repeating groups.
Each table must depend on the entire primary key.
Each table must depend on the entire foreign key.

Answers

Answer: I think it’s D

Explanation: the rest apply to the the rules of 1NF and 2NF

which kind of blocks is used to hold values​

Answers

Answer:

Variable block.

Explanation:

In Computer programming, a variable can be defined as a placeholder or container for holding a piece of information that can be modified or edited.

Basically, variable stores information which is passed from the location of the method call directly to the method that is called by the program.

For example, they can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function. Therefore, when you create variables in a function, you can can set the values for their parameters.

For instance, to pass a class to a family of classes use the code;

\\parameter Name as Type (Keywords) = value;

\\procedure XorSwap (var a,b :integer) = "myvalue";

Hence, variable block is used to hold values. Also, it can be used to hold strings in variables, which may be displayed through the computer monitor.

How is net pay different from gross pay?

Answers

Net pay is your gross pay reduced by any state and federal taxes.

What will result if the following code is used in an HTML file? New Title
A. All the text on the web page will appear in red.
B. The heading “New Title” will appear in red.
C. All the headings on the web page will appear in red.
D. All the headings on the web page will have the text “New Title.”

Answers

Answer:

B. The heading “New Title” will appear in red.

Explanation:

CORRECT

The correct option is B. The heading “New Title” will appear in red.

What is HTML?HTML is the language for describing the design of Web pages. HTML provides authors the means to Publish online documents with titles, text, tables, lists, photos, etc. Retrieve online details via hypertext links, at the click of a controller.HTML is perhaps one of the most comfortable front-end programming languages to captain. So if you want to learn HTML, then go for it! With patience and exercise, you'll learn to make the most of this famous language.It's a text composition saved with the extension. HTML or. htm that possesses texts and some tags written between "< >" which give the instructions required to configure the web page. These identifications are fixed and substantial and will be currently described in the tutorials when involved and needed.

To learn more about HTML, refer to:

https://brainly.com/question/4056554

#SPJ2

Does anybody know how to get this little search bar thing off of my task bar on a HP laptop.

Answers

Try clicking the down arrow on the search bar or right clicking it and selecting an option no if that doesn’t work then drag the || to somewhere or right click it. If none of those work you can right click the taskbar and see if there is anything that looks like it could be the search bear and uncheck it

Reading (BCK FORM 2C IT 2020-2021)
Hi Sheneille, when you submit this form, the owner will be able to see your name and email address.
1. It are a gud idear to deliberatli type sum errurs so wee can sea ow the spellcherker
werks When the spelling checker encounters a word it doesn't recognize it determir
which words in its dictionary are similarly spelled and displays a list of those words
the most likely match highlighted The contents of the list determined only by spellir
any instances of terms that seem inapropriate in context are completely coincedent
You might have to ecide on the right anser
the carpenter indcated that he did not no that the materals was already pur
you advise him! This situation prevented him form bilding the shelfs last we
4 days left in the month; it is unlikely that he will be able to compleet the tw
time for the store opening? Should we arrange to get a new carpenter that i
in Kingstown. Please let me no as soon as posible, as I will need to advice t
request there permision!
Thank you very much fo yo telephone call 2day we r in-deed glad 2 here tha
utain during the y
fell​

Answers

Answer:

Use grammarly

Explanation:

Answer:

It is a good idea to deliberately type sum errors so we can see how the spellchecker  works. When the spellchecker encounters a word it doesn't recognize the correct spelling or words in its dictionary that are similarly spelled and displays a list of those words . The most likely match highlighted, the contents of the list determined only by spelling.  

Any instances of terms that seem inappropriate in context are completely coincidental

You might have to decide on the right answer.

The carpenter indicated that he did not know that the materials were already perfect,  so you advise him. This situation prevented him form building the shelves last week.  Four days left in the month, it is unlikely that he will be able to complete the work.

Time for the store opening. Should we arrange to get a new carpenter that I had looked into in Kingstown? Please let me no as soon as possible, as I will need to request there permission!

Thank you very much for your phone call today we are in-deed glad to here that  you would like some help.

Explanation:

uh- I have no idea what this is and I had so much trouble trying to figure this out...

What do you type in the “subject” box

(A)The title of your email/summary of what you need

(B) The persons name you are sending an email to

(C) The question you are asking

I will mark brainliest

Answers

Answer:

the correct answer is: (A) The title/summary of what you need.

Explanation:

The subject is what the receiver see's when going across the email. Putting the summary of what the email is about in subject allows them to see what the email is mainly about seeing if they should continue reading the email or not. So providing the summary pf the email lets the receiver know what the email is about. Hope this helps! :D

Which layer in the Transmission Control Protocol/Internet Protocol (TCP/IP) model is responsible for delivering data between two nodes?

Answers

Answer:

Network.

Explanation:

The Transmission Control Protocol/Internet Protocol (TCP/IP) model is a standard networking protocol which allows network devices such as routers, switches, and host computers to interconnect and communicate with one another over a network. The Transmission Control Protocol/Internet Protocol (TCP/IP) model comprises of four (4) layers and these includes;

I. Application layer.

II. Transport layer.

III. Internet layer.

IV. Network layer.

The network layer in the Transmission Control Protocol/Internet Protocol (TCP/IP) model is responsible for delivering data between two nodes.

Basically, this layer known as network layer is the fourth layer of the Transmission Control Protocol/Internet Protocol (TCP/IP) model and it is typically responsible for the transmission of packets from one network device to another.

can someone help me answer this, I can’t fail tysm :)

Answers

Don’t know what the answer is but do you, I have the test for that today
Other Questions
Write an expression to show 5 fourths times the product of 3 and 1 fourth. The leader of the German revolt was?a)Lutherb)Calvinc)Erasmus On Great Depression : A subsistence level is the bare minimum of basic needs that a family requires to survive. Whatpercentage of American families was living below this level? is money received to make up for income lost due to injury on the job.A. A pensionB. A fringe benefitC. Collective bargainingD. Workers' compensation Read this excerpt from Weve Got a Job: The 1963 Childrens March. By the time Wash was in seventh grade, hed skip school for weeks at a time. "My friends and I would go into the woods and build a campfire [or] walk down the railroad tracks, he said. Sometimes hed go to the colored library, sit in the back room, and read. "It was all an adventure, according to Wash. He liked wearing a Davy Crockett coonskin cap on his adventures. What is the tone of the excerpt? judgmental solemn sentimental brave Which revision corrects one or more spelling mistakes in this sentence? I think your going to chose the movie about the aliens. A. I think your going to chose the movie about the aliens. B. I think you're going to chose the movie about the aliens. C. I think you're going to choose the movie about the aliens. D. I think your going to choose the movie about the aliens. Find the slope of the line parallel to y = -x 4 CHECK! Fill in the blank in the following sentence with the appropriate noun below.Louis et moi, nous la table pour le petit djeuner.A. metsB. mettezC. metD. mettons The following two graphs represent data from the same wave travelling due west through a particular medium. From the graphs determine: (a) the wavelength; (b) the amplitude; (c) the period; (d) the frequency and (e) the velocity of the wave can someone write a sentence and add an appositive to this sentence. Sally sat alone at lunch. Why do you think volcanoes have layers. P.S I know Im suppose to guess, but I honestly cant come up with a reason. Can you guys help me. Thank you. Dr.Smith medical office group and hospital in which the doctor is affiliated are both example of(A) resources(B) payers(C)suppliers(D)providers sarah has a coupon 25% off any item at the big fish store. If she buys an item reguarly marked $60, What is her sale price? Someone please help me ASAP I=0.13x+1025 A textbook salesperson's monthly income depends on the amount of his sales. His monthly income is a salary of $1025 $ 1025 plus 13% 13 % of his monthly sales. Write a linear equation for his monthly income for sales of x dollars. ( I=mx+b I = m x + b ). when latasha finished the next level of her video game she lost 70 points for each 5 targets she missed A hot air balloon travels at a constant rate of 3 miles per hour. If the balloon traveled a total of 72 miles, how many hours would it take? IF answered right i will give brainiest plsssssssssssssss help Q1.The "Great Sun" ruled over which of these cultures?BiloxiChickasawChoctawNatchezQ2.How did Mesoamerican culture contribute to Mississippis First Nation?The arrival of corn agricultural.An increase in religious diversity.Improvement of basket weaving methods.Greater leadership roles for woman. Characters you may need that are not on your keyboard are provided below for you to copy and paste into your sentences. Objectives: 2.1 Combine each of the sentences with the given sentence using a Relativpronomen.Die Lorelei verwirrt den Schiffer,Note: verwirrt = confuses1. Der Schiffer fhrt gegen einen Felsen2. Der Schiffer passt nicht so gut auf.3. Sie sieht den Schiffer unten auf dem Rhein.4. Der Schiffer hrt ihr schnes Lied5. Der Schiffer ist traurig.6. Der Schiffer hat sich in sie verliebt.7. Sie spielt ein bses Spiel mit dem Schiffer.8. Der Schiffer fhlt sich einsam und allein.9. Der Schiffer sitzt in einem Kahn.Review my description of where I live from the practice activity in objective 1. Answer the following questions with richtig or falsch.10. Der Lehrer wohnt in der Nhe von dem Hobble Creek.richtigfalsch11. Im Sommer regnet es viel.richtigfalsch12. Der Hobble Creek fliet durch Provo.richtigfalsch13. Im Winter schneit es viel in den Bergen.richtigfalsch14. Springville ist die Kreishauptstadt.richtigfalsch15. Utah ist ein heier, grner Dschungel.richtigfalsch Some new laws are really an improvementIs this independent clause or a dependent clause