If you needed a job and wanted to find places that were hiring, how could you do that without fast internet access?

Answers

Answer 1

Answer: you cant do it inless you have wifi every where you go i think becuase i try it before thanks


Related Questions

Which of the following is an advantage of algorithmic thinking? Select all that apply. Easier to understand Easier to understand Increases flexibility Increases flexibility Less complex Less complex Written as a flowchart or natural language


Please help Ill do anyting

Answers

Answer:

gjjsh was also very good morning 8PM and block the money from her husband

Why is it important to proofread your documents ?

Answers

Proofreading can make sure that your document is completely free from errors to a high standard.

Answer:

It's important to proofread your documents to make sure that you don't have any avoidable mistakes.

Explanation:

Avoidable mistakes include grammar, sentence structure, and word choice.

x = 19 y = 5 print (x % y)

Answers

Answer:

hehe

Explanation:

hehe

Answer:

3.8

Explanation:

19 / 5

When using the standard selection tool, the Hand tool can be activated by holding down the
key photoshop

Answers

Answer:

space bar

Explanation:

Pls help!!!!!!!!!!!!

Answers

Answer:

i am 100% sure it is (B)

Explanation:

To delete offensive or irrelevant posts  

In which place does essential computing of computer takes place at?
option
1]microprocessor
2]ram
3]motherboard
4]none

Answers

3.Mother board controls everything

Answer:

123456789-0[tex]\lim_{n \to \infty} a_n fffff[/tex]

Explanation:

PLEASE HELP!!!! WILL TRY TO GIVE BRAINLIEST TO FASTEST ANSWER!!!! Chris wants to view a travel blog her friend just created. Which tool will she use?

HTML
Web Browser
Text Editor
Application Software

Answers

Answer:

Web Browser

Explanation:

Answer:

Web browser

Explanation:

is it a multiple choice?

Which tab in the AutoCorrect dialog box enables you to specify that the corrections will automatically take place only when you attempt to change the respective errors in the document?

Answers

Answer:

the options tab

Explanation:

Answer:

options tab

Explanation:

plato

Write a loop that inputs words until the user enters STOP. After each input, the program should number each entry and print in this format:

#1: You entered _____
When STOP is entered, the total number of words entered should be printed in this format:

All done. __ words entered.

Sample Run
Please enter the next word: cat
#1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
#4: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.

IN PYTHON PLEASEEE

Answers

I hope this helps you.

Following are the Python program to input string value and count its value.

Program Explanation:

Defining a method words.Inside a method, an integer variable "c" and string variable "word" is declared, and a while loop is defined.Inside the loop, we input the string value and define a conditional statement is declared that checks word value not equal to STOP.In this, it counts total input values and prints the value with the message.At the last, we call the method.

Program:

def words():#defining a method words

   c=0#defining an integer variable c

   word="empty"#defining a string variable

   while (word != "STOP"):#defining a loop that runs when word value is not equal to STOP

       word = input("Please enter the next word: ")#using word that inputs value

       if word != "STOP":#defining if block that checks word value not equal to STOP

           c+=1#incrementing c value

       print("#"+str(c)+": You entered "+ word)#print input value with message

   print( "All done "+ str(c) +" words entered")#print total count of input value

words()#calling method

Output:

Please find the attached file

Learn more:

brainly.com/question/18750495

5/2 is element whole number

Answers

Answer:

it's not whole number but plz give me brainiest

PLZ HELP NEEDS TO BE ANSWERED ASAP THANK YOU



Please describe what this assignment is about

Write a program to input 6 numbers. After each number is input, print the biggest of the numbers entered so far.

Sample Run
Enter a number: 1

Largest: 1

Enter a number: 3

Largest: 3

Enter a number: 4

Largest: 4

Enter a number: 9

Largest: 9

Enter a number: 3

Largest: 9

Enter a number: 5

Largest: 9

Answers

In python:

lst = ([])

largest = 0

while len(lst) != 6:

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

   lst.append(user_number)

   for i in lst:

       if i > largest:

           largest = i

   print(largest)

I hope this helps

Answer:

largest = None

for i in range(0,6):

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

 if not largest or d > largest:

   largest = d

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

Explanation:

Worked for me!!! :)

How do i start a war on the Internet

Answers

Answer:

give an unpopular opinion to a bunch of angry people

(04.01 LC)
An if statement tells the computer when a certain condition is true; the computer should execute the block
of code within it. (5 points)
A. True
B. False

Answers

Answer:  A. True

For example, the code

     if(x > 5)

     {

           y = 10;

     }

will check to see if x is larger than 5. If so, then it assigns the number 10 to the variable y. If x is not larger than 5, then everything in the curly braces is not executed and it skips over this section.

Answer:

True

Explanation:

HELP PLEASE!! WILL MARK FIRST AND MOST RELIABLE ANSWER BRAINLIEST!!~~~~What is the primary difference between sort and filter?

Filter only shows the messages that match a particular criterion.
Filter has more options than sort.
Sort only shows the messages that match a particular criterion.
Sort has more options than filter.

Answers

Answer:

A

Explanation:

Example: when scrolling through a list of shows, if you filter for action shows, only shows that match the action description would appear

Answer:

yes it is A

Explanation:

Joann is in the process of creating a document to introduce her company. She wants to use Quick Parts to complete
her document
Which tab does she use to access Quick Parts?
Which command group does she use to access Quick Parts?

Answers

Answer:

Insert, Text

Explanation:

Answer:

Joann is in the process of creating a document to introduce her company. She wants to use Quick Parts to complete her document.

Which tab does she use to access Quick Parts?

✔ Insert

Which command group does she use to access Quick Parts?

✔ Text

Explanation:

A formula might be used to add expenses in a spreadsheet. True False

i will mark brainlist

Answers

Answer:

the answer is true

Explanation:

Answer:

True

Explanation:

This answer is for anyone who has this question ⬇️

"A formula might be used to add expenses in a spreadsheet."

False

True

What does this loop that uses a range function do?

for i in range(7, 15)
print("goodbye")

O It prints "goodbye" 8 times, numbered from 7 through 14.
It prints "goodbye" 9 times, numbered from 7 through 15.
O It prints "goodbye" 9 times.
O It prints “goodbye" 8 times.

Answers

This code will print "goodbye" 8 times

Answer:

B. It prints "goodbye" 9 times, numbered from 7 through 15

Explanation:

Write a program that asks the user for three strings.

Then, print out whether or not the first string concatenated to the second string is equal to the third string. Don’t worry about spaces at the beginning or ending of strings unless you want to! The code for the user to input the three strings is already written for you.

Here are a few sample program runs:

Sample Program 1:

First string? pepper

Second string? mint

Third string? peppermint

pepper + mint is equal to peppermint!

Sample Program 2:

First string? go

Second string? fish

Third string? donuts

go + fish is not equal to donuts!

import java.util.Scanner;

public class ThreeStrings

{

public static void main(String[] args)

{

Scanner input = new Scanner(System.in);


System.out.println("First String? ");

String first = input.nextLine();


System.out.println("Second String? ");

String second = input.nextLine();


System.out.println("Third String? ");

String third = input.nextLine();


//Start your code here.


}


}

Answers

Answer:

good luck djfjjdndnfjfjjfjfdsadd

Which device assists with medical imaging? HELPPPP!!!!!!

Answers

Answer:

Medical imaging equipment are manufactured using technology from the semiconductor industry, including CMOS integrated circuit chips, power semiconductor devices, sensors such as image sensors (particularly CMOS sensors) and biosensors

Explanation:

what are the weakness of a computer somebody plzz tell me​

Answers

Answer:

The computer, in spite of its strengths and the denials of its missionaries, does have a number of weaknesses. These can be seen in three areas: first, the machine itself, second, the people who serve it and, third, its output.

Question 2 of 5

Which detail from the story is part of the rising action?

O A. Mr. White is sorry he ever wished on the monkey's paw.

O B. Mr. White wishes his son were back in the cemetery.

C. The author establishes that the story begins on a cold, wet night.

O D. Mr. White pulls the monkey's paw from the fire.

SUBMIT

Answers

Answer:

D. Mr. White pulls the monkey's paw from the fire.

Explanation:

Rising action refers to the events in the stories that bring suspense and interest. It includes the crucial decisions and important events that leads towards the climax of the narrative. Rising actions focuses on the flaws that the characters possesses and create a space of tension.  

In the story, "The Monkey's Paw" the rising action is observed when Mr. White pulls the monkey's paw from the fire to make the third wise respectively.

Answer:

Mr. White pulls the monkey's paw from the fire.

Explanation:

List 5 different options after high school

Answers

Answer:

Work

Gap year

The military

Trade and certificate programs

College

Question # 6
Fill in the Blank
In your program to calculate the slope, supply the missing word.
The program is incomplete.
# Find the slope of the user's two points
# Get the points
XÔne =
("Enter the x-coordinate of the first point: ")

Answers

Answer:

Input

Explanation:

The input() function is used to get input from the user (the user's answer).

What is a Qwerty?
A) It's a Computer
B) It's a keyboard
C) A type of frog

Answers

A qwerty is a keyboard

Answer:

its a keyboard

Explanation:

A financial manager was completing an annual report that contained multiple graphs explaining the company growth. If she wanted to cross-reference these graphs throughout the document, she should use the _____ feature. biliography citation caption footnote

Answers

Answer:

Caption

Explanation:

because it just works.

A business letter should always include the address of the sender.
True
False

Answers

Answer:

true

Explanation:it is true because like that they could send that letter were it go's so like that they don't have trouble looking for the person's letter

please mark me as brainlist

True,
It is true because otherwise there
is no way to prove it is not a fake.

You receive an email from an impressive-sounding stranger, Professor Alexander Rothschild Renard III, president of the American Institute for Scientific Political Statesmen. He urges you to vote for his presidential candidate choice. This social media red flag is known as pomposity inanity superstition fanaticism

Answers

Answer:

pomposity

Explanation:

Pomposity is a form of social media red flag that centers on individuals or users employing flamboyant captions, words, or catchy phrases to describe something or someone in a way that appears more significant than the reality.

In this case, given that the email is from an "email from an impressive-sounding stranger" means Professor Alexander is using flamboyant words to persuade me to vote for his presidential candidate in a way that is more substantial than the reality.

Hence, in this case, the right answer is POMPOSITY

Answer:

A

Explanation:

If you have an orientation where you read manuals and fill out paperwork, it is probably a _________.
A. new hire orientation
B. interactive orientation
C. reorientation
D. mentorship

Answers

Answer:b

Explanation:

I’m taking the test right now. I think it is right

If you have an orientation where you read manuals and fill out paperwork, it is probably a new hire orientation. The correct option is A.

What is orientation?

Business orientation describes the way a business or organization handles its success-oriented strategy. Being successful in business requires developing a plan and implementing it to meet your objectives.

The process that aids in finding and choosing the best tactics for managing client connections can be referred to as the marketing management orientation. The idea is straightforward, but execution is challenging.

Fresh hire The purpose of orientation is to familiarize new employees with their workplace.

An employee who needs to fill out any paperwork can be offered fascinating and interactive exercises during this orientation.

Thus, the correct option is A.

For more details regarding business orientation, visit:

https://brainly.com/question/28137071

#SPJ2

William would ike to sort a list of items after the data is already entered Which method is NOT an available sort option? text O number O date Osymbol​

Answers

Answer:

symbol

Explanation:

edge2020

Answer:

symbol

Explanation:

took the test

Please enter a name: (Nope to end) Antonio
Nice to meet you Antonio
Please enter a name: (Nope to end) Jonathan
Nice to meet you Jonathan
Please enter a name: (Nope to end) Tyler
Nice to meet you Tyler
Please enter a name: (Nope to end) Brianne
Nice to meet you Brianne
Please enter a name: (Nope to end) Nope


CAN SOMEONE CODE THIS PLZ!

Answers

In python:

while True:

   name = input("Please enter a name: ")

   if name != "Nope":

       print("Nice to meet you {}".format(name))

   else:

       break

Following are the program to the given question:

Program Explanation:

Defining a header file.Defining a main method.Inside the method a string variable "name" and an integer variable "n" is declared.In the next step, a print message and define a loop that input and check its value.To check the input value a conditional statement is defined that check input value "Nope", if it's it break the loop, otherwise it print the value and input another value.

Program:

#include <iostream>//header file

using namespace std;

int main()//main method

{

   string name;//defining string variable

   int n=1;//defining an integer variable

   cout<<"Please enter a name: (Nope to end)";//print message

   while(n==1)//defining a while loop to that inputs and check the value

   {

       cin>>name;//input name value

       if(name=="Nope")//use if that check name=="Nope"

       {

           n=0;//initilze n=0

           break;//break the loop

       }

       else//else block

       {

           cout<<"Nice to meet you "<<name<<endl;//print input value with message

           cout<<"Please enter a name: (Nope to end)";//print message

       }

   }

   return 0;

}

Output:

Please find the attachment file.

Learn more:

brainly.com/question/18129358

Other Questions
2. What is the difference between stamina and endurance?3. Name three ways to increase your stamina regarding sports and exercise.4. Name three sports that require stamina. Which of the following choices is an example of propaganda?1.A clock with Mickey Mouse on the face2.A poster that describes Jewish people a s poor and homeless3.A billboard that shows directions to a city 4.A superhero movie The equation y=1/2x represents proportional relationship. What is the constant of proportionality? Which statement describes the motion of the sun?A. The sun rotated on an axis. B. The sun does not rotate. C. The sun moves around the earth. D. The sun orbits the solar system.I forgot the answer and need help. Select the correct answer from each drop-down menu.Points A, B, and C form a triangle. Complete the statements to prove that the sum of the interior angles of ABC is 180.Statement ReasonPoints A, B, and C form a triangle. givenLet be a line passing through B and parallel to . definition of parallel lines3 5 and 1 4 m1 = m4 and m3 = m5 m4 + m2 + m5 = 180 angle addition and definition of a straight linem1 + m2 + m3 = 180 substitution Please help this math question is kinda confusing to me just a little bit. Please explain. Thanks Can someone help me confused on how to solve but it might be easy I just think I'm dumb Why was it a mistake for General Gage to retreato Yorktown ? Xochitl has saved $201.60. Yamka has saved 1.5 times the amount Xochitl saved. Zack has saved 2/3 the amount Yamka saved. How much have they saved all together? How do you know what 0 to place the decimal point at for scientific notation? Please explain in detail. A sound wave has a frequency of 20 Hz and a wavelength of 100 m. What is speed of the wave Select the correct text in the passage. Which lines from the Emancipation Proclamation reflect the main idea of the text? Now, therefore I, Abraham Lincoln, President of the United States, by virtue of the power in me vested as Commander-in-Chief, of the Army and Navy of the United States in time of actual armed rebellion against the authority and government of the United States,and as a fit and necessary war measure for suppressing said rebellion, do, on this first day of January,in the year of our Lord one thousand eight hundred and sixty-three, and in accordance with my purpose so to do publicly proclaimed for the full period of one hundred days, from the day first above mentioned, order and designate as the States and parts of States wherein the people thereof respectively, are this day in rebellion against the United States,the following, to wit: Arkansas, Texas, Louisiana, (except the Parishes of St. Bernard, Plaquemines, Jefferson, St. John, St. Charles, St. James Ascension, Assumption, Terrebonne, Lafourche, St. Mary, St. Martin, and Orleans, including the City of New Orleans) Mississippi, Alabama, Florida, Georgia, South Carolina, North Carolina, and Virginia, (except the forty-eight counties designated as West Virginia, and also the counties of Berkley, Accomac, Northampton, Elizabeth City, York, Princess Ann, and Norfolk, including the cities of Norfolk and Portsmouth[)], and which excepted parts, are for the present, left precisely as if this proclamation were not issued. And by virtue of the power, and for the purpose aforesaid, I do order and declare that all persons held as slaves within said designated States, and parts of States, are, and henceforward shall be free; and that the Executive government of the United States, including the military and naval authorities thereof, will recognize and maintain the freedom of said persons. How many times farther from the Sun is Uranus (distance = 19.20 AU) than Saturn (distance = 9.58 AU)? 3.14 10 2.6 10 = ? ( compare ) To fund your dream vacation, you plan to save $1,475 per year for the next 15 years starting one year from now. If you can earn an interest rate of 6.25%, how much will you have saved for your vacation? What is the difference between unlimited vs limited government, and an example Find the distance between the pair of points below. You mayround to the nearest tenth when necessary.(6,9) and (1,-3) PLS HELP 50 points!!!! Which relation is a function?O {(-2, 1), (-7, - 1), (2, 8), (-7, 8)}O {(-2, 2), (-7, 7), (-1, 1), (-8, 8)}O {(-2, 1), (-2, 2), (-2, 7), (-2, 8)}O {(1, -7), (2, 8), (-2, 7), (1, 8)} 3. Apply Which isan example of adensity-dependent factor?(Circle your answer.)a. frost that destroystomato plantsb. fungus that spreadsfrom plant to plantCan you guys pleaseee help me?! 2. Which gas is NOT an efficient greenhouse gas?A. HeliumB. MethaneC. Carbon dioxideD. Water vapor