PLS HELP IF U KNOW A LOT ABT SOCIAL MEDIA

Idk what’s going on with Pinterest but I can’t follow ppl, dm ppl or comment on stuff and it says an error (attached image) what can I do to fix this? Also I’ve tried logging in and out and I’ve tried deleting the app. Btw it’s on a business account

PLS HELP IF U KNOW A LOT ABT SOCIAL MEDIAIdk Whats Going On With Pinterest But I Cant Follow Ppl, Dm

Answers

Answer 1

Answer:

Its probably your computer

Explanation:

Try restarting, shutting down and starting back up your computer/laptop. Or just move to a different device.


Related Questions

How is blockchain different from traditional database models?


Blockchain can lead to increased transparency and trust in data, ultimately driving more innovation, improved productivity, and quality.


Blockchain prohibits transparency by redefining the fundamental nature of business ecosystems and business flows.


Blockchain provides multiple versions of the data that can be kept by individual entities.


Blockchain increases innovation; however, it decreases productivity and quality.


I don't know this yet.

Answers

The difference between blockchain and traditional database models is that:  C. Blockchain provides multiple versions of the data that can be kept by individual entities.

What is a database?

A database simply refers to an organized and structured collection of data that're stored on a computer system as a backup and they're usually accessed electronically.

What is a blockchain?

A blockchain can be defined as a digital and dynamic financial system that is designed and developed to be used in recording and maintaining transactions that are associated with or made through the use of a bitcoin, usually as a database.

In this context, we can infer and logically deduce that unlike the traditional database models, blockchain is designed and developed to provide multiple versions of financial transactions (data), and they can also be kept by individual business entities.

Read more on blockchain here: brainly.com/question/25700270

#SPJ1

only evansandre2007 and elizabetharnold84 can answer

Answers

Answer:

Explanation:

Okie dokie

Have a nice day

Trying to make a code so that when i click button A, pin 0 to 1, then i click A again and pin 0 goes to 3.

Here is my code:

Trying to make a code so that when i click button A, pin 0 to 1, then i click A again and pin 0 goes

Answers

Answer:

Remove the on start because that is interupting the on button a pressed then you should be good to go.

Explanation:

___________ is a global issue and there is a requirement to find out the interdependencies among the customers and suppliers.

Answers

Answer:

Supply chain disruption is a global issue and there is a requirement to find out the interdependencies among the customers and suppliers.

Explanation:

The context suggests we are discussing some type of challenge involving the relationships between customers, suppliers and a larger supply chain. A "global issue" involving "interdependencies among the customers and suppliers" points to potential supply chain disruption or issues in a supply network.

Since there is a "requirement to find out the interdependencies" between customers and suppliers, this suggests we need to identify and analyze how they are connected and dependent upon each other in order to resolve the broader "global issue." This information could then be used to make changes, build resilience or manage risks in the supply chain.

Hope this helps!

Answer:

Internet is global issues

How can we tell the computer both what to put on
the web page, and how to organize it?

Answers

There is only 1 answer. Code. You have to code the web page if you want to put stuff on it/organize it.

We instruct the computer and tell how to organize the web-page through Coding.

Coding in essence, means the language that instruct computer and these are used to develop application, websites, software and so on.

In order to learn how to code, you must follow certain procedure:

Learning the Basics of HTML and Understanding Document Structure Learn about the CSS Selectors Knowing how to put together a CSS Stylesheet etc.

In conclusion, instruction given to computer to organize a Web-page and communication with the system are made possible through coding.

Learn more here

brainly.com/question/19535447

On page 104, of Think Like a Computer Scientist, you learned about paired data. With paired data, you can use a for loop with two index variables to iterative through the data. In this exercise you will create a turtle drawing using pairs of data, where the first item of the pair is the distance to move forward , and the second item is the angle to turn.. Set up a list of pairs so that the turtle draws a house with a cross through the center, as show here. This should be done without going over any of the lines / edges more than once, and without lifting your pen.

Your first pair of data will be (100,135). In a list this will look like ls = [ (100, 135) ] Then you need to add the other pairs for the remaining lines and angles. The 100 represents the distance forward the turtle will travel. The 135 represents the angle the turtle will turn left.

Screen capture of run of program showing house figure

Hint: Your first line should be the bottom line. Then turn left 135 degrees and go forward. You may wish to create the drawing without the list first, then substitute a list and a for loop for the distances and angles.



Use two functions: a main() function that sets up screen and turtle objects, and a drawhouse() function that takes a turtle object as an argument.



Includes comments at the top to identify file name, project and a brief description.

For further documentation, include comment for each section of code. Write in Python asap

On page 104, of Think Like a Computer Scientist, you learned about paired data. With paired data, you

Answers

Answer:

import turtle

def drawhouse(t):

   # find the length of diagonal of a square with side = 100

   # formula: diagonal = sqrt(2) * side

   diagonal = 100 * (2 ** 0.5)

   data = [(100, 135), (diagonal, -135), (100, -135), (diagonal, -135), (100, -45), (diagonal / 2, -90),

           (diagonal / 2, -45), (100, 0)]

   for dist, angle in data:

       t.forward(dist)

       t.left(angle)

def main():

   t = turtle.Turtle()

   drawhouse(t)

   turtle.done()

main()

What
are the
Contituent of a c p u

Answers

It consists of an arithmetic and logic unit (ALU), a control unit, and various registers. The CPU is often simply referred to as the processor. The ALU performs arithmetic operations, logic operations, and related operations, according to the program instructions.

HELP ME OUT PLEASE!!!!

Newspapers are forms of digital media.

True False​

Answers

False, they’re not digital

What is the value of alpha at the end of the loop?

alpha = 1;
loopCount = 1;
while (loopCount <= 3)
{
alpha = alpha + 10;
loopCount++;
}

a
10

b
21

c
31

d
1

e
3
PLEASE HELP NEED ANWSER FAST THANK YOU

Answers

Answer:

answer is D

Explanation:

Because alpha equal to 1

what number am i. i am less than 10 i am not a multiple of 2 i am a coposite

Answers

Answer: 9 is less than 10, it is odd (not a multiple of 2), and it is composite (since it has factors other than 1 and itself, namely 3). Therefore, the answer is 9.

The answer is nine because if you write all the numbers that are under ten you can see that 2, 4, 6, and, 8 are multiples of 2 so you can’t do that so then you gotta see which ones are composite which is nine because 1, 5, and 7 don’t have any more factors than for example 7 and 1.

What are vSphere Clusters and how are they utilized in vSphere?

Answers

A group of ESXi hosts set up as a vSphere cluster to share resources like processor, memory, network, and storage In vSphere environments, each cluster can hold up to 32 ESXi hosts, each of which can run up to 1024 virtual machines.

What is vSphere Clusters?

The Clusters page in the vSphere Infrastructure view lets you see how many more virtual machines (VMs) can be added to each cluster, how many resources are totaled up in each cluster, and how many resources are currently available in each cluster. It also lets you manage the resources of each host that is part of the cluster.

According to the spare cluster capacity, the page shows information about the number of additional VMs that can be added to each cluster, as well as information about the powered-on and running VMs, their CPU and memory utilization, and other information. By changing the settings for the spare VM basis on this page, you can change how the spare VM basis for an average VM is calculated.

The information on this page helps to address important subsystem-related questions like the following by giving a comprehensive picture of cluster memory usage and contention using Memory metrics:

Is my environment's vSphere memory management functioning properly?In my environment, is the vSphere page sharing mechanism being used effectively? What amount of memory is shared?How much memory can you overcommit?

Learn more about vSphere

https://brainly.com/question/28787607

#SPJ1

1. What are the 3 main Microsoft Office productivity software programs that is used by millions of people worldwide and will be used to submit your Teacher Graded Assignments in this Computer Literacy course?

Answers

Answer: the top 3 are Microsoft word

                                     Microsoft Excel

                                     Microsoft PowerPoint

Explanation:

What happens to a message when it is deleted?

It goes to a deleted items area.
It goes to a restored items area.
It is removed permanently.
It is archived with older messages.ppens to a message when it is deleted?

Answers

Answer:

it goes to the deleted items area

Explanation:

but it also depends on where you deleted it on

Answer: The answer would A

9. In a 208-volt Y-connected system, what is the voltage drop between any phase wire and the grounded
neutral center tap of the windings?
A. 262 VAC
B. 180 VAC
C. 120 VAC
D. 240 VAC

Answers

The answer is B. 180 VAC

Complete each of the following sentences by selecting the correct answer from the list of options.

The CPU converts
into information.

The CPU is the mastermind of the computer, controlling everything that goes on through a series of
.

Another name for the CPU is
.

Answers

The CPU converts instructions and data into information. The CPU is the mastermind of the computer, controlling everything that goes on through a series of electrical signals and calculations.

The CPU, or central processing unit, is the primary component of a computer that performs most of the processing inside the computer. It is often referred to as the "brain" of the computer.

The CPU interprets and executes instructions, performs calculations, and manages the flow of data within the computer system. It is responsible for coordinating and controlling the activities of other hardware components, such as memory, storage, and input/output devices, to carry out tasks and run programs.

Learn more about CPU on:

https://brainly.com/question/21477287

#SPJ1

Which two tabs appear when a table is "active" in Microsoft Word?
Insert
Table Design
Home
Layout

Answers

Answer:

Layout and Table Design

Explanation:

Why would we need to consider implementing our business blockchain application not on Bitcoin but Ethereum?

Answers

True or False
1. Phishing is the act of sending multiple emails to multiple users in hope of having
2. Spoofing is the act of obtaining unauthorized access to data from a computer
network.
3. Extortion is the act of using the internet to threaten or damage someone's
reputation to extort money or anything else of value.
4. In late 2014, LimeWire was raided for the second time due to years of pirating
movies, music, games, books and other software.
5. Electronic harassment is also referred to as cyberbullying.
6. Non-delivery of service is the act of devising a scheme wherein a culprit posts an
item or service for sale over the internet, and once the transactions have been done, does not
give the item or service.
7. Encryption is the process of converting raw to data code.
8. In piracy, trackers are used to identify IP addresses currently sharing a pirated
file.
9. Wager Gambling is the act of betting on any sports event over the internet.
10. Most email services today have spam or bulk folder that automatically puts
these suspicious emails to that folder.

Prepare an algorithm and draw a corresponding flowchart to compute the sum and product of all prime numbers between 1 and 50..

Answers

Prepare an algorithm and draw a corresponding flowchart to compute the sum and product of all prime numbers between 1 and 50..





Answer is in the picture
Prepare an algorithm and draw a corresponding flowchart to compute the sum and product of all prime numbers

71 81 77 15 63 96 36 51 77 18 17

Show the contents of the array above each time a Merge Sort changes it while sorting the array into ascending order. Please explain your work and your answer.

Answers

Answer:

The result of the merge sort is [15, 17, 18, 36, 51, 63, 71, 77, 77, 81, 96]

Explanation:

Merge sort divides and compares a data structure to sort its items. The sorting algorithm was first implemented by John von Neumann in 1945.

The merge sort steps for the array in the question is in the diagram below.

71 81 77 15 63 96 36 51 77 18 17 Show the contents of the array above each time a Merge Sort changes

So this one is puzzling me and my boss asked if I could look into it. She received an email from Ulta beauty about a big sale they were having that only lasted a few hours. She went back later in the day and pulled up the exact same email and the text/picture inside the body of the email had magically changed saying "this event has ended." So how is that possible? How can the text change in an email already sent?? Help me understand!

Answers

Normally we cannot edit email that already sent but , we can edit mail through:

Click Sent Items in the Navigation Pane of Mail.

How can we edit email?e-mail, or electronic mail, refers to messages sent and received by digital computers via a network. An e-mail system allows computer users on a network to communicate with one another by sending text, graphics, sounds, and animated images.Open the message you want to replace and recall. Click Other Actions in the Actions group on the Message tab, and then click Recall This Message. Delete unread copies and replace with a new message or Delete unread copies and replace with a new message are the options.

To learn more about email refer to :

https://brainly.com/question/28073823

#SPJ1

Perform a bubble sort on the following unsorted list:
3 2 5 6 4 1
In each blank, enter the list after the given iteration. Put one space between each pair of numbers. Do not put commas or any other character in your response besides the numbers and spaces. Do not put a space at the beginning or end of your response.
1. What will the list be after the first iteration of bubble sort?
2. What will the list be after the second iteration of bubble sort?
3. What will the list be after the third iteration of bubble sort?
4. What will the list be after the fourth iteration of bubble sort?
5. What will the list be after the fifth iteration of bubble sort?

Answers

Answer:

3 2 5 6 4 1

2 3 5 4 1 6

2 3 4 1 5 6

2 3 1 4 5 6

2 1 3 4 5 6

1 2 3 4 5 6

Explanation:

After each iteration, one more element at the end of the list is at its final position.

The bubble sort of the unsorted list after one iteration each is:

3 2 5 6 4 12 3 5 4 1 62 3 4 1 5 62 3 1 4 5 6

What is a Bubble Sort?

This refers to the simple sort algorithm that makes a sweep through a list to properly sort elements that are in improper order and loops until the list is sorted.

Hence, because one iteration is needed, there would be a new element added until the end of the list when they are all in their final position and no commas are used.

The complete answer is:

5. 2 1 3 4 5 66. 1 2 3 4 5 6

Read more about bubble sort here:

https://brainly.com/question/14944048

#SPJ2

what is super computer ? List out application area of super computer.​

Answers

Explanation:

Common applications for supercomputers include testing mathematical models for complex physical phenomena or designs, such as climate and weather, the evolution of the cosmos, nuclear weapons and reactors, new chemical compounds (especially for pharmaceutical purposes), and cryptology.

OR

A supercomputer is a computer that performs at or near the highest operational rate for computers. Traditionally, supercomputers have been used for scientific and engineering applications that must handle massive databases, do a great amount of computation, or both.

1. State three types of web protocols​

Answers

Answer:

Types of Protocols

Transmission Control Protocol (TCP)

Internet Protocol (IP)

User Datagram Protocol (UDP)

Post office Protocol (POP)

Simple mail transport Protocol (SMTP)

File Transfer Protocol (FTP)

Hyper Text Transfer Protocol (HTTP)

Hyper Text Transfer Protocol Secure (HTTPS)


What important role is being described?
Completes the Action Item form.

Answers

Answer:

A sponsor is a member of congress who is willing to introduce and back the legislation. Explanation:

In an exam of JEE one aspirant got P correct answers, Q wrong answer, and R unattempted question. If the mark for the correct answer is 4, for the wrong answer is -2, and for the unattempted questions is -1. Find the final marks the aspirant got.

Answers

The tοtal marks scοred by the aspirant is  4P - 2Q - R.

What are the three marks on a class exam for?

In a class test, each right response receives (+3) points, every incorrect response receives (2) points, and there are no points awarded for not attempting any questions.

The final percentage formula used to determine a candidate's score on the JEE exam based on the number of questions attempted, correct answers, and incorrect responses.

Given marks fοr cοrrect answer is 4

                   fοr the wrοng answer is -2

            and fοr the unattempted questiοns is -1

Given aspirant gοt cοrrect answers =P

                                 wrοng answer =Q

            and unattempted questiοn =R

Then the tοtal marks scοred by the aspirant is  

= (P × 4) + (Q × (-2)) +(R (-1))

= 4P - 2Q - R.

To know more about percentage visit:

brainly.com/question/30903100

#SPJ9

You need to migrate an on-premises SQL Server database to Azure. The solution must include support for SQL Server Agent.

Which Azure SQL architecture should you recommend?

Select only one answer.

Azure SQL Database with the General Purpose service tier

Azure SQL Database with the Business Critical service tier

Azure SQL Managed Instance with the General Purpose service tier

Azure SQL Database with the Hyperscale service tier

Answers

The recommended architecture would be the Azure SQL Managed Instance with the General Purpose service tier.

Why this?

Azure SQL Managed Instance is a fully managed SQL Server instance hosted in Azure that provides the compatibility and agility of an instance with the full control and management options of a traditional SQL Server on-premises deployment.

Azure SQL Managed Instance supports SQL Server Agent, which is important for scheduling and automating administrative tasks and maintenance operations.

This would be the best option for the needed migration of dB.

Read more about SQL server here:

https://brainly.com/question/5385952

#SPJ1

Thao tác trên mảng hai chiều với các yêu cầu sau đây: Khai báo mảng hai chiều; Nhập dữ liệu cho mảng hai chiều; Xuất theo dòng; Xuất theo cột; Nếu là ma trận vuông thì: Xuất đường chéo chính;Xuất đường chéo phụ

Answers

Answer:

THIS SERVER IS FOR THE PEOPLES WHO'S ON THE UNITED STATES ONLY . IF U WANT US TO ANSWER YOUR QUESTION TRANSLATE IT TO ENGLISH

Assume we need to implement the following sequence of Instructions with
forwarding by using a 5 stages pipeline.
sub x12, x11, x13
and x8 x12, x15
or x9,x16.x12
For clock cycle 5, what are the control values of A and B (the two outputs of
"Forwarding unit") respectively?
(The control values for the forwarding multiplexors

are shown in the following table)
MUX Control Source
A/B - 00
ID/EX
W/B - 10
EX/MEM

Answers

Answer:

0 0 1 0

Explanation:

sub X12, X11, X13 and x8, X12, X15 or X9, x16, x12 For clock cycle 5, what are the control values of A and B.

"An operating system is an interface between human operators and application software". Justify this statement with examples of operating system known to you.​

Answers

An operating system acts as the interface between the user and the system hardware. It is responsible for all functions of the computer system.

It is also responsible for handling both software and hardware components and maintaining the device's working properly. All computer programs and applications need an operating system to perform any task. Users are the most common operating system component that controls and wants to make things by inputting data and running several apps and services.

After that comes the task of implementation, which manages all of the computer's operations and helps in the movement of various functions, including photographs, videos, worksheets, etc. The operating system provides facilities that help in the operation of apps and utilities through proper programming.

learn more about operating systems at -

https://brainly.com/question/1033563

What is displayed when you run the following program? print(30 + 10) print(“5 + 8”) 30 + 10 13 30 + 10, , 13 40 13 40, , 13 30 + 10 5 + 8 30 + 10, , 5 + 8 40 5 + 8 40, , 5 + 8

Answers

The statements which would be printed when you run this Python program are:

30 + 10.5 + 8.

What is programming?

Programming can be defined as a process through which software developer and computer programmers write a set of instructions (codes) that instructs a software on how to perform a specific task on a computer system.

What is Python?

Python can be defined as a high-level programming language that is designed and developed to build websites and software applications, especially through the use of dynamic commands (semantics) and data structures.

What is a print statement?

A print statement can be defined as a line of code that is used to send data to the print or println method of a programming system such as compiler.

In this scenario, we can infer and logically conclude that the statements which would be printed when you run this Python program are:

30 + 10.5 + 8.

Read more on print statement here: https://brainly.com/question/21631657

#SPJ1

Other Questions
A triangle has two sides of length 2 and 14. What is the largest possible whole-number length for the third side? Which best describes a central bank's primary role?(i) Reducing unemployment and stabilizing prices(ii) Supervising the commercial banks of the country(iii) Controlling stagflation(iv) Acting as the lender of last resort and provide financial services to the government Question 8 (5 point Sad Competition tends to be light when potential entrants are few capital requirements are nominal standards for her and other inputs are madest. regulatory burrians are modt. Jody and Mark are using the spinner shown for a probability experiments they spend the spinner on the left if they spin A2 or A3 then they spin the spinner on the right which organized list showing all the possible outcomes for Dilate the figure by a scale factor of 0.5 with the origin as the center of dilation. What are the vertices of the image? HELP Two workers, if they were working together, could finish a certain job in 24 days. If one of the workers does the first half of the job and then the other one does the second half, the job will take them 50 days. How long would it take each worker to do the entire job by himself? Factorise x + 7x 10 What did the Greek city states have to do to defeat the Persian empire ? Bill has a major argument with his wife Tina. While Bill is still fuming he says some less than kind things about her on social media. Bill and Tina make up, but their many friends have seen his social media rant and have taken sides with either Tina or him. Even though they are reconciled, some of their friends behave differently towards them now. How could he have been more competent using social media Summarise three global environmental impacts of using fossil fuels and which of the problems seems the most serious to you explain why? The ________ is the entire interwoven mass of one multicellular fungal organism. Group of answer choices What four countries did American farmers compete with? A satellite with mass 798 kg is in a circular orbit with an orbital speed of 8840 m/s around the earth.Part AWhat is the new orbital speed after friction from the earth's upper atmosphere has done -7.5109 J of work on the satellite?Express your answer with the appropriate units. What is the probabilityof spinning a B? / BA[?]%Do not roundyour answer. Please explain why a concave utility function must be quasiconcave? the point deep beneath earth's surface where rock breeaks under stress and triggers an earthquake is called provide reasons why Professor Robins definition of Economics is today seen as the most generally accepted definition of economics. What kind of gang is Ponyboy a part of? The outsiders book chapter one information only. since it is very difficult to monitor private citizens' carbon footprint, and relatively easy to monitor the pollution caused by large factories, _____ PART B- Find the surface area of the figure. PLEASE HELP!!Just part b!