what is a paragraph on what i can write on what i learned from watching basic keyboard shortcuts using control functions video

Answers

Answer 1

Answer:

Write the following nonsensical paragraph:

Explanation:

I learned how to navigate the computer efficiently. I learned how to use Ctrl + (key) to quickly do (something). ( Now reword that multiple times with different commands. ) Now I can harness my inner laziness to browse the computer at a faster speed.


Related Questions

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

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:

how come when i go to get a answer and watch a video, it never shows me a video and it just sits there and it wont answer any question

Answers

What you mean? Explain.

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:

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:

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

How do i start a war on the Internet

Answers

Answer:

give an unpopular opinion to a bunch of angry people

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.

What is the output of this line of code: print("hello" * 3)?

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This is the code statement of the python language. When you will run this line of code it will print the word "hello" three times on a line without any space between the word "hello"as given below:

hellohellohello

The print() function of the python language print the string given in the double quotation as the first parameter. The second parameter multiple of the first parameter.

Answer:

hellohellohello will be the output.

Explanation:

This is a code of Python language. Print function in python is used to print any thing. You can print anything as it is by writing it in quotes(""). For example, print("Hello World") will give the output Hello World. You can also print the sum of addition using print() function by writing it without quotes(""). For example, print(2+2) will give the output 4 and print(2*2) will give the output 4 and print(2/2) will give the output 1 and print(2-2) will give the output 0, and so on.

So, in this it is written print("hello" * 3). So, first it will print hello as it is because, it is in quotes, and after that it will print it 3 more time because, in code there is written *3, so it printed hello 3 times. In image below you can see input and output.

(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:

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?

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.

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.

5/2 is element whole number

Answers

Answer:

it's not whole number but plz give me brainiest

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

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:

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).

Use the drop-down menus to complete the statements about creating a table of contents in Word 2016.

To use the table of contents feature in Word, a user must have already created
in the document.

The Mark Table of Contents Entry option is used for
marking nonheading text for the table of contents.

On the Table of Contents dialog box, the
button can be used to change font styles.

Answers

Answer:

1.headings and subheadings

2.manually

3.options

Answer: 1.Headings and Subheadings

2.Manually

3.Options

Explanation: Just did it on e2020.

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:

What does the Merge and Center feature do? Check all that apply.

O adds borders to a group of cells in a range
O centers an image in the middle of a worksheet
O combines multiple cells into a single cell
O centers the alignment of text in the cell
The answer is the last 2 this question just isn't on brainly so I thought i'd add it

Answers

Answer:

O combines multiple cells into a single cell

O centers the alignment of text in the cell

Explanation:

wanted the points lol

Answer:

3

4

Explanation:

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

Answers

Answer:

space bar

Explanation:

What is an Action Button?

Answers

Answer:

Action buttons are built-in shapes you can add to a presentation and set to link to another slide, play a sound, or perform a similar action.

Explanation:

what are computer crimes?​

Answers

Answer:

Hacking and exploiting

Explanation:

These are crimes

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:

how major is the technology problem in the United States? Why is it such a big problem?

Answers

Answer:

Explanation:

the problem is predators can get to children easier through the internet

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

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

Answers

Answer:

i am 100% sure it is (B)

Explanation:

To delete offensive or irrelevant posts  

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 would you describe your experiences with social media, either for yourself or for people you know? Good, bad, or in the middle? Why?

Answers

Answer: I would say it’s both good and bad. Firstly, it’s good because you’re able to communicate with people from all over the world, whether it’s a friend or family member. But on the other hand it’s bad too, because there are manny dangers of being online, such as having your personal information stolen, or being cyber-bullied. So while it is good for communication purposes, it does have it’s downsides.

List 5 different options after high school

Answers

Answer:

Work

Gap year

The military

Trade and certificate programs

College

Other Questions
3. What is the Limiting Reactant in the following equation if you start with 3 moles of NH3 with 6 moles of O2?4NH3 (g) + 5O2 (g) 4NO (g) + 6H2O(g)4. How many grams of NO can be made from the previous equation and quantities? A car rental company rents only one type of car. The table shows the cost to rent a car from thecompanyNumber ofDaysCost2$723$855$111The rental cost includes a one-time cleaning fee plus a daily rate. What is the cleaning fee?Enter the numerical value only - no variable, no units. What is an equation that is equivalent to -3/4x+1/8=-3/8?Also the / is not a division symbol. The numbers with a / are fractions. Explaining the Multiplication andExplain the rules for multiplication and division cometunits. How do you know when to multiply and whendivide to convert units of measurementWrite three to four sentences 3900 people attended a football game. If 25% of the people who attended were teenagers, how many teenagers attended the game? The hydrogen used to produce ATP in the light reactions of photosynthesis comes from ___.a. Splitting waterb. Carbon fixationc. Movement of hydrogen ions through the membraned. The burning of sugar molecules Louisa works in Marketing. She works with several different areas of the company that employs her. Which task does Louisa have others perform?conducting meetings at a satellite officeworking on new marketing campaigns at homeparticipating in teleconferences in her home officetraining other employees how to use a computer True or False? No organism can maintain homeostasis by itself Solve for n 3m+2n=8 how do you do theseee? Include an explanation of how the surface area-to-volume ratio, diffusion rate, and time for substances to reach the center are related. Support your explanation with data I need help with C. Idk how to do it. yarr mere yarr........ Can anyone give a Text Citation example for my essay? Which is Amendment 5 please answer the best you can :) Select the correct answer.The environment is considered a non-controllable risk factor.OA.TrueOB.False 4. In Canadian coins, 16 quarters is equal in value to 2 toonies.number of quartersnumber of toonies11622024a. Fill in the table. Hurry pls I will give you the brainliest. What advantages did Nubia's location provide? Choose four correct answers.good weather for farminglocation next to the oceanmany natural resourcesstrong defenses from invadersaccess to different trade routeslocation on a calm area of the Nile hi someone pls help me with #2 Alfarsi Industries uses the net present value method to make investment decisions and requires a 15% annual return on all investments. The company is considering two different investments. Each require an initial investment of $15,600 and will produce cash flows as follows: End of Year Investment A B 1 $ 8,600 $ 0 2 8,600 0 3 8,600 25,800 The present value factors of $1 each year at 15% are: 1 0.8696 2 0.7561 3 0.6575 The present value of an annuity of $1 for 3 years at 15% is 2.2832 The net present value of Investment B is: What word completes this conversation?Mara: Gracias, Eduardo!Eduardo: De ______, mi amiga. 1. clic 2. nada3. palabra4. saludos