In two to three sentences, define "home row" and explain why it is important.

Answers

Answer 1

Answer:

Explanation:  The home row is where the FJDKSLA; keys are located and it is important because it helps you memorize other keys and rows and can help you become better at typing

Answer 2

Answer:These markers are where you should place your index fingers, followed by the rest of your fingers, to form the home position. ... By placing your fingers on the 'home row keys' it is much easier to boost typing speed, as it allows easier access to the surrounding keys.

Explanation:


Related Questions

what is the best free website to learn phyton programming

Answers

That is something you should may research on with yourself! Don’t accept a link
From strangers it’s preferred to find one that best suits you!

8.6 Code Practice: Question 2
Copy and paste your code from the previous code practice. If you did not successfully complete it yet, please do that first before completing this code practice.

After your program has prompted the user for how many values should be in the array, generated those values, and printed the whole list, create and call a new function named sumArray. In this method, accept the array as the parameter. Inside, you should sum together all values and then return that value back to the original method call. Finally, print that sum of values.

Answers

Answer:

import random

def buildArray():

   amount = int(input("How many values to add to the array: "))

   array = []

   for i in range(amount):

       array.append(random.randint(10, 99))  

   return array

array = buildArray()

print(array)

def sumArray(array):

   return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

Explanation:

this gave me 80%

In this exercise we have to use the knowledge of computational language in python to write the code.

We have the code in the attached image.

The code in python can be found as:

import random

def buildArray():

  amount = int(input("How many values to add to the array: "))

  array = []

  for i in range(amount):

      array.append(random.randint(10, 99))  

  return array

array = buildArray()

print(array)

def sumArray(array):

  return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

See more about python at brainly.com/question/26104476

Which statement below returns 'soccer'?
sports = [2: football', 3:'soccer', 4:'volleyball', 5:'softball'}

• sports.find(soccer')
• sports[3]
• sports(3)
• sports.get(2)

Answers

Answer:

The answer is the second option.

sports = {2: 'football', 3:'soccer', 4:'volleyball', 5:'softball'};

console.log(sports[3]);

will output:

soccer

Explanation:

There were several syntax errors in the code (assuming it is javascript):

- Text strings must be enclosed in single or double quotes.

- sports is an object, not an array, so it should have { } and not [ ]

What is the 1st operation that is calculated in a formula?

Answers

Answer:

i think the second one

In a single file, you wrote a bike class and used this line of code in the program.
bike A = bike('Acme', 111)
Which statement is true about the code in your file?
O The code to define your class (beginning with "class bike") must come after the line "bike A = bike('Acme' 111)."
The code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme' 111)."
O The code to define your class (beginning with "class bike") cannot be in the same file as the line "bike A = bike('Acme' 111)."
O The code to define your class (beginning with "class bike") can come either before or after the line "bike A = bike('Acme' 111)."

Answers

Answer:

Explanation:

Based on the available options the one that would be correct would be that the code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme' 111)." This is because the line of code declaring the object and initializing it needs to be able to grab the information of the class that it is creating an object of. To do this, the class would need to have already been compiled by the program. It is good practice to have each class definitions as its own separate files but this is not a necessity.

Answer: The code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme',111)."

Explanation:

Edge 2022 Correct

Every single device can be connected to every other device on network, making the network mesh. This statement is True or False? *
1 point
True
False​

Answers

Answer:

true

Explanation:

we can connect to any device which has a network connection

Help Please! Computer science question !!!!!!!!!!20 points!!!

Answers

Answer:

45 abc

Explanation:

Does a Laser Printer use its beam to attach dry powdered ink to a sheet of paper?​

Answers

Answer: A laser printer is different only in terms of ink heads. Hile Traditional Printers use physical contact to embed ink onto the paper laser jets use laser beams with inks to forms impressions into papers. They require no special paper to print. So probably not.

what are the uses of plotters​

Answers

Answer:

Plotters are use to produce the hard copy of schematics and other similar applications They are mainly used for CAE applications.They can print on a wide variety of flat materials

Hope it helps :)❤

Answer:

 Plotters are used to print graphical output on paper. It interprets computer commands and makes line drawings on paper using multicolored automated pens. It is capable of producing graphs, drawings....

PLEASE HELPPPPPPP What should you always disconnect before installing hardware inside a computer’s case?

A.
all cabling
B.
all internal components
C.
the CPU
D.
the internal DVD drive

Answers

Answer:

a) all cabling hope it helps

50 Points Will Give brainliest Help (right answers only please)
Delilah works as a high-level manager in a large corporation. She asks for paid time off for a medical appointment, and her boss approves it. The boss then learns that Delilah’s appointment was with a therapist, not a medical doctor. The boss, trying to catch Delilah in a lie, asks her for a doctor’s note from Delilah, who refuses. Delilah’s boss writes her up and docks her pay for the time she took off work; Delilah then goes to HR to report that her boss is harassing her over her medical status. Ethically, who is in the wrong here?


Delilah, who mislead her boss by going to a therapist.

The boss, since it’s none of her business that Delilah’s appointment was for mental health, and asking for a doctor’s note after the fact is harassment, and docking her pay might be illegal.

Delilah; while going to the therapist was fine, she shouldn’t have taken paid time off to do so.

The boss, since she should have told Delilah she needed a doctor’s note before Delilah took the appointment.

Answers

Answer:

The boss, since it’s none of her business that Delilah’s appointment was for mental health, and asking for a doctor’s note after the fact is harassment, and docking her pay might be illegal.

That's what I think (I hope I'm right).

It is indeed the boss... I know you already said that's corect, but now I can get points! :P

¿Consideran que nuestra sociedad chilena (modelo económico, los medios de comunicación, educación, la publicidad) promueve la satisfacción de las categorías de pirámide de necesidades Maslow?

Answers

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se anexan opciones o incisos para contestar la pregunta, podemos comentar lo siguiente.

¿Consideran que nuestra sociedad chilena (modelo económico, los medios de comunicación, educación, la publicidad) promueve la satisfacción de las categorías de pirámide de necesidades Maslow?

Lo que yo considero que más que promoverla, la realidad económica y política es avasalladora al grado de que la sociedad lucha todos los días por sobrevivir, en lugar de aspirar a las diferentes escalas de satisfactores que promueve la pirámide de Abraham Maslow.

La sociedad Chilena se mantiene en la base de esa pirámide, buscando satisfacer las necesidades fisiológicas y las necesidades de seguridad. Nos referimos a la comida, el sustento, la salud, el vestido, el calzado, y el trabajo. Las condiciones políticas y económicas han obligado al Chileno a mantenerse en esos dos primeros estratos de la pirámide.

El nivel social es muy importante pero ante las condiciones señaladas, el Chileno promedio no tienen mucho tiempo libre como para andar socializando.

Con respecto a la Estima, el reconocimiento y la autorrealización, sabemos que los medios masivos, pero particularmente la mercadotecnia y la publicidad, son aspiracionales y buscan influir para que la gente tenga una mente consumista y gaste lo que no tiene.

Sin embargo, considero, que las condiciones económicas no dan para andar aspirando a esos niveles de la pirámide.  

Which hexadecimal number is equivalent to the decimal number 11?

A.
1A
B.
1B
C.
A
D.
B

Answers

Answer:

B

Explanation:

11 in Decimal converts to B in Hexidecimal

name the statement which is used at end of each case from computer subject

(plz answer fast and correct i will mark as brainlist ......)​

Answers

Answer:

In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out.[1] A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components (e.g., expressions).

Many programming languages (e.g. Ada, Algol 60, C, Java, Pascal) make a distinction between statements and definitions/declarations. A definition or declaration specifies the data on which a program is to operate, while a statement specifies the actions to be taken with that data.

Statements which cannot contain other statements are simple; those which can contain other statements are compound.[2]

The appearance of a statement (and indeed a program) is determined by its syntax or grammar. The meaning of a statement is determined by its semantics.

Please Help me to find the solution

Answers

i dont have an answer bout this

What is the use of Ribbon in Ms-Paint?
Ans.:​

Answers

8 is the correct answer

Use the drop-down menus to complete each statement. Two main versions of Outlook are the desktop app and the app. The has limited features, but is free to download and install, and geared toward tablets and phones. Having a more comprehensive set of features, the app must usually be purchased to install on traditional computers. Office 365 has become more popular recently because it gives access to all Office programs and .

Answers

Answer:

1) Mobile

2) Mobile app

3) Desktop

4) Is on the cloud

Explanation:

Ik its late for you but it'll hopefully help out others in the future

Answer:

Answer shown in image :)

Explanation:

Plz click the Thanks button!

<Jayla>

How are mathematics and computer science similar? Discuss any connections between numbers, logic, and other elements.

Answers

Answer:

Explanation:

Both mathematics and computer science use variables and logic in order to analyze, explain, and model real-world problems. Also mathematics is a very important part of computer science as the logic and algorithms in computer science require mathematics in order to device systems to solve these problems. For example, data structures in computer science require lots of linear algebra in order to traverse large data collections efficiently, while Artificial Intelligence would need calculus and linear algebra in order for it to be efficient.

Which sentence best justifies the benefits of using enterprise systems?


Early systems (in the 1960s) focused on the automation of individual functions, such as financial accounting and inventory management, primarily in the manufacturing industry. In the 1970s, the systems allowed planning of product requirements. Resource planning then began, which included not just shop floor planning but finance, engineering, human resources, distribution, and project management planning activities as well.

We now use enterprise systems that integrate all functions, including inventory control, accounting, and human resources. These systems use a single database containing all the data that keeps the processes running smoothly. This ensures visibility, accessibility, and consistency. Extended ERP systems include CRM, SCM, and advanced planning and scheduling. New systems include capabilities for business intelligence and cloud-based computing.

Answers

The first sentence is true

Answer:

These systems use a single database containing all the data that keeps the processes running smoothly. This ensures visibility, accessibility, and consistency.

Explanation:

Select the effective subject lines.


Timecard Machine Relocated

This Message Contains Some Important New Information About Company Operations

Please Use the New Form in the Revised Employee Manual for Filling Out Your Expense Reports, the Procedure Has Changed

Test Results Attached

New Expense Reporting Procedures

Servers

IT Department Closed for Server Maintenance

Answers

Answer:

dont click the link

Explanation:

Answer:

Please Use the New Form in the Revised Employee Manual for Filling Out Your Expense Reports, the Procedure Has Changed  

Servers

 

This Message Contains Some Important New Information About Company Operations

Explanation:

i did this on edge 2021 there is a quizlet with most of the questions

RESEARCH TITLE FOR CSS

Answers

Explanation:

sksmsskdkdkdkdkkkkdkdkdkdkfkfkfkfkkfkggkhkkkkkbkjvk

Some organizations and individuals, such as patent trolls, abuse intellectual property laws .



computer science

Answers

Answer:

False.

Explanation:

Patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.

Generally, patents are used on innovation for products that are manufactured through the application of various technologies.

Basically, the three (3) main ways to protect an intellectual property is to employ the use of

I. Trademarks.

II. Patents.

III. Copyright.

Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.

Patent trolls buy up patents in order to collect royalties and sue other companies. This ultimately implies that, patent trolls are individuals or companies that are mainly focused on enforcing patent infringement claims against accused or potential infringers in order to win litigations for profits or competitive advantage.

Hence, some organizations and individuals, such as patent trolls, do not abuse intellectual property laws.

Answer:

the answer is intentionally

Explanation:

i took the test

I was writing my code when all the sudden, I get this error about my if statement, it doesn't make sense to me, I indented correctly, and that is how you write it, any solutions?

Input:
def main():
language == input("Please type in a language, Espanol or English")
if(language == "English" ):
print("It works")
main()

Output:
SyntaxError: bad input on line 3

Answers

Answer:

I dont know, maybe type it again or, ask someone about it maybe?

Explanation:

Which of the following database object hold data?

Reports


Tables


Forms


All of the above

Answers

Answer:

tables

Explanation:

In Access, all data is stored in tables, which puts tables at the heart of any database. You might already know that tables are organized into vertical columns and horizontal rows. In Access, rows and columns are referred to as records and fields

Answer:

B. Tables

Explanation:

In Access, tables, reports, queries and forms are in entering and storing data. Primarily, tables hold data. They are organized as rows and columns. Rows are also known as records while columns are known as fields. Every column contains data that runs vertically along the table. Rows hold strings of information following the same pattern and usually with the same ID number.

Information about specific subjects can all be collectively held in tables.  Obtaining and compiling information is done with queries. Reports are a representation of the data in a printed format. Forms are used to input, view and edit data.

how do you hack someone's wifi. (Hacker needed)​

Answers

Answer:

Ask God he knows all

Explanation:

1. Harold Worden, then 56-years-old, stole Kodak property
that was worth millions of dollars. He had worked for
Kodak for over 30 years and did not return confidential
documentation when he left the company in 1992.
He attempted to try and sell his ill-gotten gains to Kodak's
competitors while trying to start his own consulting firm.

The following scenario is an example of?​

Answers

Answer:

Industrial espionage

Explanation:

Espionage is defined as the act of spying or the use of spies to acquire information on the activities and plans of a government of another country or those of a company in a competitive market

It is the practice of obtaining confidential or secret information and can be considered a felony depending on the case circumstances and the manner of damages caused by the act which is provable and made by the claimant

Industrial espionage is also known as economic espionage

The intersection of column D and row 6 is a cell with a cell address of
Select one:
a. D:6
b. D6
c. 6:D
d. 6D

Answers

Answer:

C. 6:D

Explanation:

Answer:

6:D

Explanation:

This works for plato but as for any other testing site I am unaware of.

computational thinking is define as​

Answers

Answer:

In education, computational thinking is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.

Explanation:

Im just so smart. Just dont look at Wikipedia

Please help! No one is answering these correctly!
A gateway is a common network hardware component that does what?
enables a network to connect to other networks
verifies user credentials to grant network access
connects many devices to a network using a single port
allows specific kinds of data into different parts of a network
What is the best way to prevent the most common cause of network failure?
Avoid using USB cables for connecting devices.
Maintain careful records of networked devices.
Use up-to-date antiviral software to protect computers.
Upgrade routers and servers annually.

Answers

Answer:

it is either c or d

I'm 99.5% sure it is C tho

Write a python program to print numbers from 100 to 50 using for loop.
I NEED THIS URGENT PLEASE

Answers

Answer:

i = 100

for i in range 50

print(i--)

Explanation:

prints down from 100 to 50, i is printed then decremented.

Other Questions
what benefits might government officials have if positions in china were based on examination results rather thsn family ties The question that is asked Plz help me !!!! Im not sure if its 20 ! Give reasons why local efforts are required to conserve biodiversity Part AList three ways in which the expeditions were similar. Exploring the Louisiana territory Which expression represents a number, y, decreased by 8? if you answer this question, then buddy you are as genius as me..Is the fruit Orange named after the colour Orange or the colour orange is named after the fruit orange? Read the excerpt from "Ain't I a Woman?"I could work as much and eat as much as a man when I could get it and bear the lash as well! And aint I a woman? I have borne thirteen children, and seen most all sold off to slavery, and when I cried out with my mothers grief, none but Jesus heard me! And aint I a woman?What is the primary purpose of the phrases borne thirteen children and cried out with my mothers grief?to encourage audience members to recall their own strugglesto encourage the audience to sympathize with enslaved personsto emphasize the pain and struggle that Truth has lived throughto emphasize Truths belief that women should receive special treatment Qu lugar quieren conocer cuando se casen?HawaiSan Juan, Puerto RicoEspaaInglaterra how does maggie challenge the societal norms of her time what land,animals,and people did Lewis and Clark encounter on their expedition ? (not actually english) In your opinion which is cuter, dogs or cats? a student wants to measure the height of a tree. from a point on the ground 10 feet away from the base of the tree, the angle of elevation to the top of the tree is 65angle. what is the height of the tree to the nearest tenth of a foot? What is the most logical response to the following phrase?Qu tal?O A. Bien, gracias y t?O B. No tengo nada.C. No puedoD. No est aqu. 80% of x is 48. Write an equation that represents this statement. what is the full meaning of Ecowas Which statement best paraphrases the controlling idea in this introductionparagraph?Picture a crowded middle school cafeteria that is calm and orderly.There are no students getting out of their seats or shouting across theroom, because students are already sitting with their friends. This iswhat lunch periods at Hamlin Middle School could be like if studentswere allowed to choose their own seats. Doing away with assignedtables will make lunchtime calmer and more enjoyable.O A. At Hamlin Middle School, students are not allowed to choose theirown cafeteria seats.B. An orderly cafeteria is one of the most important factors in apositive school experience.C. Students should be allowed to sit with their friends at lunch so thecafeteria will be less chaotic.D. Most students misbehave during lunch because the cafeteria isnoisy and disorganized. Can someone pleaseeee help and if youre correct ill give brainliest If Angel N = angel L, find the perimeter of AMLN.A. 26B. 28C. 37D. 41 help pls !!!!!!!!!!!!