which way do you swipe in the android os to access shortcuts on the notification bar?

Answers

Answer 1

Answer:

you swipe downwards

please vote me brainliest thanks:)


Related Questions

what feature is required to track customer search terms on a website?

Answers

Answer:

Site Search feature is required to track customer search terms on a website..

Explanation:

Hope it helps you..

Your welcome in advance..

(ㆁωㆁ)

what is the best protection method for sharing pii

Answers

Answer:

What is the best protection method for sharing (PII)? Digitally sign and encrypt the email..

Explanation:

Hope it helps you..

Your welcome in advance..

(ㆁωㆁ)

What is a computer? ​

Answers

Answer:

A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations automatically. Modern computers can perform generic sets of operations known as programs. These programs enable computers to perform a wide range of tasks. A computer system is a "complete" computer that includes the hardware, operating system, and peripheral equipment needed and used for "full" operation. This term may also refer to a group of computers that are linked and function together, such as a computer network or computer cluster.

Explanation:

Why would you browse by entering a URL rather than use a link in a Web page

Answers

Answer:

Rather than entering a URL in a web browser, I prefer to browse the webpage. Because if you do browse in the browser you can see other alternative options to that website.

A user calls to report that she is experiencing intermittent problems while accessing the wireless network from her laptop computer. She can access the network from her usual office, but today, she is trying to access the wireless network from a conference room, which is across the hall and next to the elevator. Which of the following is the MOST likely cause of her connectivity problem?

a. The user has not yet rebooted her laptop computer while at her new location.
b. The user needs a new IP address because she is working on a different floor.
c. The wireless network access point on the user's normal floor has failed.
d. The user is out of the effective range of the wireless access point on her floor.
e. The user has not yet logged off and back on to the network while at her new location.

Answers

Answer:

d. The user is out of the effective range of the wireless access point on her floor.

Explanation:

how to install windows 11 on unsupported processor

Answers

Answer: You can't, if you anyway bypass the system, your device will run on risk.

Suggestion: Use any Linux distro similar windows 11. Like - Ubuntu/ Linux Mint/ ElementaryOs.

(Suggestion is only for if you can't run windows 10 or the pre installed Operating System in your machine.)

if you could travel back in time where would you go? what would you do? explain

Answers

Answer:

I would challenge the temporal paradox.

Explanation:

A temporal paradox, time paradox, or time travel paradox is a paradox, an apparent contradiction, or logical contradiction associated with the idea of time and time travel.

did someone really hang themselves on wizard of oz

Answers

Answer:

Yes they did

Explanation:

If you look closely in the back, in the part where they sing where off to see the wizard the wonderful wizard of oz. Just look behind dorothy's head and you will see a man hanging himself

Which operating system is designed to operate a desktop computer or portable device used by an individual?

Embedded OS
Stand-alone OS
Network OS
Client OS

Answers

Answer:

Embedded operating system

The Embedded OS designed to operate a desktop computer or portable device used by an individual option (A) is correct.

What is a computer?

A computer is a digital electronic appliance that may be programmed to automatically perform a series of logical or mathematical operations. Programs are generic sequences of operations that can be carried out by modern computers.

An operating system is a piece of system software that controls computer resources, hardware, and common services for software programs.

The embedded operating system is designed to operate a desktop computer or portable device used by an individual.

Thus, the Embedded OS designed to operate a desktop computer or portable device used by an individual option (A) is correct.

Learn more about computers here:

brainly.com/question/21080395

#SPJ2

how many times should the start function be defined in a program?

Answers

Answer:

0 1 2 However many you like

✓ I think its 2x they will start to define the program

Order the steps to describe how to attach a contact to a new email

Answers

Answer:

confirm image correct

Explanation:

Does anyone know how to write this right? This is for a coding class and I’m super confused on it.

First activity:

1. Declare three variables: firstSnack,
second Snack, and thirdSnack.
Assign the name of a snack (as a string)
to each variable.

2. Declare another variable and call it
bestSnack.
Assign a value to bestSnack USING THE
NAME OF ONE OF THE ABOVE VARIABLES.
Do not use a string directly.

3. Now, change your mind! Reassign the value
of bestSnack, again using the variable name,
not the string. (THIS SHOULD BE DONE ON
A NEW LINE)

Second activity:

4. Declare three variables and give them the names of three common grocery items. Assign to each variable a NUMBER value approximately its price. Don’t use $ sign, just the actual number.

5. Declare another variable, name it total, and assign to it the SUM of the three other variables, contain. Hint - you’ll need to use an arithmetic operator to do this.

Answers

Answer:

This is using c++ syntax, you might need to make slight adjustment for other languages.

First activity:

string firstSnack = "chips";

string secondSnack = "pizza";

string thirdSnack = "apples";

string bestSnack =  firstSnack;

bestSnack = secondSnack;

Second activity:

double apple = 0.5;

double banana = 0.75;

double orange = 1.43;

double total = apple + banana + orange;

Explanation:

When first declaring a variable, you want to specify the type (such as int, double, string, bool, etc.) and then the name. You can set the variable value in the declaration, or you can set it to a value later in the program by not having the equals sign and whatever comes next.

what are the differences between a keyboard and a pointing stick.​

Answers

Answer:

keyboard:

A keyboard is for putting information including letters, words and numbers into your computer. You press the individual buttons on the keyboard when you type. The number keys across the top of the keyboard are also found on the right of the keyboard. The letter keys are in the centre of the keyboard.

pointing stick:

A pointing stick is a small joystick used as a pointing device typically mounted centrally in a computer keyboard. Like other pointing devices such as mice, touchpads or trackballs, operating system software translates manipulation of the device into movements of the pointer or cursor on the monitor.

What component uses thermal paste to attach the heat sink?

Answers

Answer:

Thermal compound is the answer

Which TWO are examples of the internet reducing the use of paper?

Answers

Answer:

Using word documents instead of paper can save lots of paper especially, when lots of people are doing that already. Using emails can reduce the amounts of letters being sent to people.

please help

in two to three sentences describe how you would divide a page into two columns.​

Answers

Follow the steps outlined:-

Highlight the text you wish to split into columns.

Select the “Page Layout” tab.

Choose “Columns” then select the type of columns you wish to apply. One. Two. Three. Left. Right.

Automated Deployment is one of the prerequisite for DevOps Implementation.1. True2. False

Answers

True I think………………………..

Automated Deployment is one of the prerequisite for DevOps Implementation is a true statement.

Automated deployment

Automated deployment provides the ability to move your software between testing and production environments by using automated processes.

In other words, it allows organizations to release new features faster and more frequently.

Automated deployment allows faster approach to development, production  and deployment.

learn more on automated deployment: https://brainly.com/question/17052494

#SPJ2

Which hacking technique uses network monitoring devices?

Sniffing
Shoulder surfing
Physical security threat
Wire tapping

Answers

Answer:

The answer is sniffing, because sniffing is a process that captures all the data packets, when the network is mentioned.

in this code how many times will it repeat? for(i = 0; i < 8; i++) {forward();}

Answers

Answer:

It will repeat 8 times. because in the statement above the variable i has to be more then 8, so until the variable i has the value of it it will repeat. So it will repeat 8 times .

How can we repair a head jack of a laptop charger.????​

Answers

Answer:

Step one turn off the laptop. And take out the battery step two remove the Phillips screw. And then take out the back. Cover. Step three remove four phillips screws. And then take out the hard.

Explanation:

given a line of text as input, output the number of characters excluding spaces, periods, or commas.

Answers

Answer:

python:

x = input()

print(len(x))

Explanation:

what is one disadvantage people face without a checking account?

Answers

Answer:

If they have a job that only pays with ckecks they won't be able to have their paycheck.

Explanation:

5.Write a program that calculates the factorial of a given number (for example, factorial of 5 = 120).

Answers

Answer:

Using c++ syntax

int givenNumber= 5; //can set to something else

int answer = 1;

for (int i = 1; i <= givenNumber; i++){

   answer *= i;

}

what is output if the user types 13 click all that apply ABCD

Answers

Answer:

AD?

Explanation:

Answer:

A C D

Explanation:

youre welcome :)

Convert the denary number 44801 into hexadecimal

Answers

Numbers can be converted between bases.

The equivalent of 44801 in hexadecimal is: AF01

Denary numbers are simply base 10 numbers, while hexadecimal numbers are base 16 numbers

To convert from base 10 to base 16, we make use of division method (and we keep track of the remainders)

We keep dividing by 16, until we can no longer divide the numbers.

So, we have:

[tex]\mathbf{ 44801 \div 16 = 2800\ R\ 1}[/tex]

[tex]\mathbf{ 2800 \div 16 = 175\ R\ 0}[/tex]

[tex]\mathbf{ 175 \div 16 = 10\ R\ 15}[/tex]

[tex]\mathbf{ 10 \div 16 = 0\ R\ 10}[/tex]

Write out the remainders from bottom to top

(10) (15) 0 1

10 in hexadecimal is A15 in hexadecimal is F

So, the number becomes: AF01

Hence, the equivalent of 44801 in hexadecimal is: AF01

Read more about number conversions at:

https://brainly.com/question/2824068

whenever I try to make an account it says it can't sign me up at this time or something- can you help?-

Answers

Answer:

You can try emailing tech support and describing your issue. In order to get the best help as quickly as possible, try providing screenshots of what happens when you sign in or describe everything you see on the screen when the problem occurs, and quote error messages directly when possible.

List 2 differences between routing messages and broadcasting messages


Answers

Answer:

Hub is an example of a broadcast device.

Switch is an example of a multicast device

what is the difference between internal and external css?

Answers

Answer:

Internal CSS are the ones that we can write within the same file i.e the HTML code and CSS code are placed in the same file. External CSS are that we can write in a separate file than the html code i.e the HTML file is separate like(index. ... css).

Explanation:

You use a Windows desktop system to edit and produce audio files. Your system has two hard disks installed. Your applications are installed on the C: volume on the first hard disk. Because of the size of the audio files you produce, you keep them on a separate volume (D:) located on the second hard disk. Your Windows desktop system has system protection enabled on the both drives. You need to configure system protection on this system to maximize overall protection. What should you do

Answers

Answer:

You can go to the windows group policy settings and turn the security mode to thw highest or just installing a AV system that has a good reputation.

Hope this help please give the brainliest award would be much appreciated.

what is the answer ??​

Answers

= Option b Minicomputer ..........

Answer:

Minicomputer answer The HP 2100 is a series of 16-bit minicomputers that were produced by Hewlett-Packard (HP) from the mid-1960s to early 1990s. Bro please follow me we should help each other

Other Questions
chng ta cn lm g bo v mi trng sng khng cn tc nhn t bin? michael and his brother allen played basketball basketball each basket was worth 5 points michale scored 35 points allen scored 20 points what is the total number of baskets made during this game A little confused here!Hey guys. I just need someone's help to clarify things with me. As I was doing the equations, I got to:x^-1-----x^13I moved the x^-1 down to x^13 so they'd subtract. But when I did, x^-1 became positive.So it became x^13 times x^1Radical Rule: a^n x a^m is pretty much a^n+mSo my answer was 14.How did x^-1 become positive in this case? (50 POINTS^^ JUST NEED HELP ^^) Which statement correctly describes the relationship between the graph of f(x)=x and the graph of g(x)=f(x)+5 ?A)The graph of g(x) is the graph of f(x) translated 5 units up.B) The graph of g(x) is the graph of f(x) translated 5 units right.C) The graph of g(x) is the graph of f(x) vertically compressed by a factor of 5.D) The graph of g(x) is the graph of f(x) vertically stretched by a factor of 5.2. The graph of function g(x) is a vertical stretch of the graph of function f(x)=x by a factor of 6.Which equation describes function g(x)?A) g(x)=6f(x)B) g(x)=f(x)6C) g(x)=16f(x)D) g(x)=f(x)+6 Why is the creation of the league of nation an important step is achieving lasting peace between different countries Where is the centromere located on the chromosome, and what is its role?1. It is not exactly at the center, and it always makes the p-arm longer than the q-arm.2. It is exactly at the center and it is responsible for making the q-arm longer than the p-arm.3. It is not exactly at center, and it attaches to spindle fibers during cell division.4. It is exactly at the center, and it attaches to spindle fibers during cell division. ChemistryHow does the difference in size of particles affect the rate of diffusion? What is saturns most distinctive feature? Write one sentence in spanish to tell what class you don't like What type of evidence does the author use to support her argument?expert testimonya statistican examplescientific analysis What are"sungrazers"? Why is this a good, descriptive name to use? How are researchers working to read animals emotions Which best describes the purpose of a close reading?A. To analyze a piece of writing and learn how it achieves its effectsB. To determine whether the writing is based on real people andeventsC. To focus specifically on creating tension in your own writingD. To record experiences that may be used later in a piece of writing HELP! what would it be called if you taught people about dried grapes? a line parallel to the graph of 3x+2y=6 and contains the point (6,-3) Person A spends $9.80 on gas. The car drives 27 miles per gallon and the driver drives 135 miles. Person B's car gets 29 miles per gallon and spends $14.28 on gas to drive 203 miles. If person A spends $13.72 on gas at the same rate, and person B spends $16.32 on gas, what is the difference in the amount of miles the cars can travel before running out of gas?(please explain how you got it because I need it for my question and it's due in an hour) Which of the following could be evidence that an organism's growth is influenced by the organismis genes?(Hint identical twins have identical genes. Non-identical twins have about half the same genes.)Adog breed can be made smaller by breeding together only the smallest dogs.Identical twins are more likely to be about the same height than non-identical twins,Chdren are likely to have friends who are about the same heightIdentical twins often have slightly different weights at birth pls helpA newspaper reports the following changes in the temperature of a city over 4 days:1.34 degrees Celsius, negative 5 over 7 degrees Celsius, 0.75 degrees Celsius, 4 over 9 degrees CelsiusWrite an expression to show the average daily change in the temperature of the city.Write the steps to solve the expression. Round your answer to the nearest hundredth.A newspaper reports the following changes in the temperature of a city over 4 days:1.34 degrees Celsius, negative 5 over 7 degrees Celsius, 0.75 degrees Celsius, 4 over 9 degrees CelsiusWrite an expression to show the average daily change in the temperature of the city.Write the steps to solve the expression. Round your answer to the nearest hundredth. Read the following passage introducing Chief Pontiac. Finally, the British worried that Native Americans, who sided with the French during the war, would not stop fighting. They were right: Native Americans led by Chief Pontiac fought with the British after they had won the land after the French and Indian War. The British worried that more colonists moving to the Ohio Valley would make the Native Americans angry. What does the author MOST LIKELY want the reader to think about Chief Pontiac?(A)that he wanted to convince the French that together they could still win the war against the Britishthat he wanted to convince the French that together they could still win the war against the British(B)that he was determined to keep the British out of the land where his people lived((C)that he wanted to impress the French with his ability to fight the British(D)that he expected the British to acknowledge that he was now their leader The weight of an object is 180 N at a distance of 150 km above a planet's center. What is the weight of the object when it moves 450 km above the center of the planet?