Suppose P, Q and R are ISPs as in exercise 6.0. This time, P and R do not connect directly; they route traffic to one another via Q. In addition, customer B is multihomed and has a secondary connection to provider R; customer D is also multihomed and has a secondary connection to provider P. R and P use these secondary connections to send to B and D respectively; however, these secondary connections are not advertised to other providers. Give forwarding tables for P, Q and R.

Answers

Answer 1

A company that offers services for Internet access, use, or participation is known as an Internet service provider (ISP). ISPs can be set up in a variety of ways, including commercial, community-owned, non-profit, and other privately owned arrangements. Internet access, Internet transit, domain name registration, and web hosting are examples of Internet services that ISPs frequently offer.

What in WiFi is an ISP address?

Computers on the internet identify one another using their IP addresses. Each IP address given to your internet-connected devices by your internet service provider (ISP) is distinct.

What equipment connects to an ISP?

An Internet service provider, computer, modem, phone, and network connection are all required. Computers are crucial. If you connect to the Internet via a phone line, you need a modem.

To know more about ISPs visit :-

https://brainly.com/question/15178886

#SPJ4


Related Questions

In programming, what is a floating-point number?

In programming, what is a floating-point number?

Answers

A number with a decimal, Option A

denial of service (dos) attacks are larger in scope than distributed denial of service (ddos) attacks.A. TRUEB. FALSE

Answers

Answer:

B. False

Explanation:

DoS attacks are often from one client, while DDoS attacks utilize multiple clients pinging the same host

Question 6 of 10
If you want to design computing components for cars and medical
equipment, which career should you pursue?
A) hardware design
B) systems analysis
C) telecommunications
D) machine learning

Answers

Answer:

Hardware design.

Explanation:

When dealing with components to deal with computing, you need to deal with hardware. Ergo: if you're designing computing components for cars an medical equipment, you will need to pursue hardware design.

Which of the following statements is false? a javascript identifier

a is case-sensitive
b. can start with a $ sign
c. can start with a number
d. can be more than 128 characters long

Answers

The statement that is false about javascript identifier is option C: can start with a number

What makes an identifier in JavaScript valid?

A variable, function, or property's identifier is a string of characters in the code. Identifiers in JavaScript can contain Unicode letters, $, _, and digits (0–9) but cannot begin with a digit. They are also case-sensitive. 20

Therefore, Generally speaking, a JavaScript identifier begins with a letter, an underscore (_), or a dollar symbol ($). The following characters may also be numbers ( 0 – 9 ). Because of the case sensitivity of JavaScript, letters consist of the characters A through.

Learn more about javascript identifier from

https://brainly.com/question/28822900
#SPJ1

how can a security framework k assist in the deisng and implementation of a secuiry infrastructure what isn information security governance

Answers

Answer:

on January 1st the new year begins rewrite and punctuate correctly

ed 4. As a network administrator of Wheeling Communications, you must ensure that the switches used in the organization are secured and there is trusted access to the entire network. To maintain this security standard, you have decided to disable all the unused physical and virtual ports on your Huawei switches. Which one of the following commands will you use to bring your plan to action? a. shutdown b. switchport port-security c. port-security d. disable

Answers

To disable unused physical and virtual ports on Huawei switches, the command you would use is " shutdown"

How doe this work?

The "shutdown" command is used to administratively disable a specific port on a switch.

By issuing this command on the unused ports, you effectively disable those ports, preventing any network traffic from passing through them.

This helps enhance security by closing off access to unused ports, reducing the potential attack surface and unauthorized access to the network.

Therefore, the correct command in this scenario would be "shutdown."

Learn more about virtual ports:
https://brainly.com/question/29848607
#SPJ1

Compare and contrast frame header to internet protocol header.

Answers

A Frame Header is known to have the source and the destination addresses of all the frame and the control bytes while the  IP header is known to be the header information at the start of an Internet Protocol packet.  

The IP packets is made up of a header that is used for addressing and routing.

What is IP header?

This type of header is known to have the source address and the destination address.  IP is known to be one that uses an Internet datagram that has all the information that are the same to the physical frame.

A frame is regarded as the unit of transmission that is found on a link layer protocol. It is made up of a link layer header that is known to be followed by a packet.

Learn more about  IP header from

https://brainly.com/question/4297610

Compare and contrast the code of ethics of two professional organizations or regulatory bodies in computer science field. Analyze the similarities and differences between the codes, and discuss their implications for professional practice. Critically evaluate the strengths and weaknesses of each code and propose recommendations for improving ethical standards in the profession.

Answers

Ethical standards upheld in the computer science field are set forth by reputable professional organizations like ACM and AAAI.

How is this so?

Both these organizations advocate for values promoting honesty, integrity, privacy protection and respect towards every individual's dignity.

While focus on educational growth is central to the ACM code of ethics, more significant emphasis seems laid down by AAAI for researchers in artificial intelligence fields to consider broader society concerns related to potential impact with AI research practices.

The codes derive their strength from placing significant stress on ethical behavior and acknowledging the influence of technology on society.

Learn more about Ethical Standards;
https://brainly.com/question/28295890
#SPJ1

An executive thinks that using the cloud requires devices to be constantly connected to the internet. What is an example of an application that breaks this philosophy?

Answers

An example of an application that breaks the philosophy that using the cloud requires devices to be constantly connected to the internet is a cloud-based productivity suite with offline support.

What is the internet about?

For example, Goo gle's G Suite allows users to work on G oogle Docs, Sheets, and Slides even when they are not connected to the internet. The changes made offline are automatically synced to the cloud when the device regains a connection.

Therefore, This allows users to continue working even when they are not connected, and ensures that their work is not disrupted due to a lack of internet access.

Learn more about internet from

https://brainly.com/question/28342757

#SPJ1

Gaming related
Are SCRIMS in Pubg Mobile like a classic match but with more skilled players? Do Scrims affect your K/D?

Answers

Answer:

yes affects your K/D

Explanation:

winner winner chicken dinner

please mark me please brainliest or mark thanks

The BIOS performs most of the calculations, which enable a computer to function and is sometimes referred to as the “brain” of the computer. True or false?

Answers

True, the CPU would often be recovered as the brain of the computer.

The BIOS performs most of the calculations, which enables a computer to function and is sometimes referred to as the “brain” of the computer: False.

What is a CPU?

CPU is an acronym for central processing unit and it can be defined as the main components of a computer because it acts as the “brain” of a computer and does all the processing, calculations, and logical control.

This ultimately implies that, the central processing unit (CPU) performs most of the calculations, which enables a computer to function and is sometimes referred to as the “brain” of the computer.

Read more on CPU here: https://brainly.com/question/5430107

#SPJ2

Implement a function inValues() that asks the user to input a set of nonzero floating-point values. When the user enters a value that is not a number, give the user a second chance to enter a value. After two mistakes in a row, quit the program. When the user enters 0, the function should return the sum of all correctly entered values. Use exception handling to detect improper inputs.

Answers

Answer:

Explanation:

The following is written in Python and uses exception handling to do exactly as requested. It then goes adding all of the integer values to an array called num_list and finally adding them all together when the function ends.

def in_values():

   num_list = []

   while True:

       try:

           num = input("Input non-zero floating point: ")

           num = int(num)

           if num == 0:

               break

           else:

               num_list.append(num)

       except ValueError:

           print("No valid integer! Please try again ...")

           try:

               num = input("Input non-zero floating point: ")

               num = int(num)

               break

           except ValueError:

               break

   sum = 0

   for number in num_list:

       sum += number

   return sum

What is the importance of studying Duty-Based Ethics for future
professionals?

Answers

Studying Duty-Based Ethics is important for future professionals due to several reasons. Duty-Based Ethics, also known as Deontological Ethics, is a moral framework that focuses on the inherent nature of actions and the obligations or duties associated with them.

Understanding and applying this ethical approach can have several benefits for future professionals:

1. Ethical Decision-Making: Duty-Based Ethics provides a structured framework for making ethical decisions based on principles and rules. Future professionals will encounter situations where they need to navigate complex moral dilemmas and make choices that align with their professional obligations.

Studying Duty-Based Ethics equips them with the tools to analyze these situations, consider the ethical implications, and make informed decisions guided by their duties and responsibilities.

2. Professional Integrity: Duty-Based Ethics emphasizes the importance of upholding moral principles and fulfilling obligations. By studying this ethical perspective, future professionals develop a strong sense of professional integrity.

They understand the significance of adhering to ethical standards, maintaining trust with clients, colleagues, and stakeholders, and acting in a manner consistent with their professional duties.

3. Accountability and Responsibility: Duty-Based Ethics highlights the concept of accountability and the responsibility professionals have towards their actions and the consequences they bring.

By studying this ethical approach, future professionals learn the significance of taking ownership for their decisions and behaviors. They understand that their actions have moral implications and can impact others, motivating them to act responsibly and consider the broader ethical implications of their choices.

4. Ethical Leadership: Future professionals who study Duty-Based Ethics gain insights into the ethical dimensions of leadership. They learn how to uphold ethical principles, set a moral example, and inspire others to act ethically.

This knowledge equips them to become ethical leaders who prioritize ethical considerations in decision-making processes, promote fairness, and encourage ethical behavior among their teams.

5. Professional Reputation and Trust: Ethical conduct based on Duty-Based Ethics contributes to building and maintaining a strong professional reputation and trust.

Clients, employers, and colleagues value professionals who act ethically and fulfill their obligations. By studying Duty-Based Ethics, future professionals develop a solid ethical foundation, enhancing their credibility and trustworthiness in their respective fields.

In summary, studying Duty-Based Ethics is essential for future professionals as it provides them with a framework for ethical decision-making, fosters professional integrity, promotes accountability and responsibility, cultivates ethical leadership skills, and contributes to building a positive professional reputation based on trust and ethical conduct.

For more such questions on Duty-Based Ethics

https://brainly.com/question/23806558

#SPJ11

You can create a graphic from either an image or a string using different initializers True or false?

Answers

Answer:

It is obviously True

Explanation:

hope it helps .

Mark is a stockbroker in New York City. He recently asked you to develop a program for his company. He is looking for a program that will calculate how much each person will pay for stocks. The amount that the user will pay is based on:


The number of stocks the Person wants * The current stock price * 20% commission rate.


He hopes that the program will show the customer’s name, the Stock name, and the final cost.


The Program will need to do the following:


Take in the customer’s name.

Take in the stock name.

Take in the number of stocks the customer wants to buy.

Take in the current stock price.

Calculate and display the amount that each user will pay.

A good example of output would be:

May Lou
you wish to buy stocks from APPL
the final cost is $2698.90

Answers

ok sorry i cant help u with this

Peter is a teacher. In the student database he is creating, he wants to add a field to enter comments for each student.
He also wants to add a field to enter an alternative phone number for each of his students. Which data types should he use for such fields?
Peter must use the
use the
All rights reserved.
data type to insert large volumes of text that will help him enter comments for each student. He can also
data type to define fields for which values may be optional Isuch as the alternative phone number field.
Reset
Next
E
C

Answers

A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.

What are Data base?

For instance, a data type called a string is used to categorize text, while a data type called an integer is used to categorize whole numbers.

The data type defines which operations can safely be performed to create, transform and use the variable in another computation. When a program language requires a variable to only be used in ways that respect its data type, that language is said to be strongly typed.

This prevents errors, because while it is logical to ask the computer to multiply a float by an integer (1.5 x 5), it is illogical to ask the computer to multiply a float by a string.

Therefore, A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.

To learn more about data type, refer to the link:

https://brainly.com/question/14581918

#SPJ1

Help pls.
Write python 10 calculations using a variety of operations. Have a real-life purpose for each calculation.
First, use Pseudocode and then implement it in Python.

For example, one calculation could be determining the number of gallons of gas needed for a trip based on the miles per gallon consumed by a car.

Sample code in a program:
​print("A field 30 feet wide and 40 feet long. Area (square feet): ", area)

Sample output:
​A field 30 feet wide and 40 feet long. Area (square feet): 120

Answers

If we are to make a python program that would perform the calculation to determine the number of gallons of gas needed for a trip, this is given below:

The Program

def printWelcome():

   print ('Welcome to the Miles per Gallon program')

def getMiles():

   miles = float(input('Enter the miles you have drove: '))

   return miles

def getGallons():

   gallons = float(input('Enter the gallons of gas you used: '))

   return gallons

def printMpg(milespergallon):

   print ('Your MPG is: ', str(milespergallon))

def calcMpg(miles, gallons):

   mpg = miles / gallons

   return mpg

def rateMpg(mpg):

   if mpg < 12:

       print ("Poor mpg")

   elif mpg < 19:

        print ("Fair mpg")

   elif mpg < 26:

        print ("Good mpg")

   else:

        print ("Excellent mpg")

if __name__ == '__main__':

   printWelcome()

   print('\n')

   miles = getMiles()

   if miles <= 0:

       print('The number of miles cannot be negative or zero. Enter a positive number')

       miles = getMiles()

   gallons = getGallons()

   if gallons <= 0:

       print('The gallons of gas used has to be positive')

       gallons = getGallons()

   print('\n')

   mpg = calcMpg(miles, gallons)

   printMpg(mpg)

   print('\n')

   rateMpg(mpg)

Read more about python programming here:

https://brainly.com/question/26497128

#SPJ1

Differences between the function and structure of computer architecture​

Answers

Answer:

The primary difference between a computer structure and a computer function is that the computer structure defines the overall look of the system while the function is used to define how the computer system works in a practical environment.

The computer structure primarily deals with the hardware components, while the computer function deal with computer software.

A computer structure is a mechanical component such as a hard disk. A computer function is an action such as processing data.

Explanation:

if it helped u please mark me a brainliest :))

the nec tells us that service-entrance conductors must be sufficient to carry the load as calculated according to article 220 and shall have an ampacity the rating of the service disconnect. t/f

Answers

The NEC stipulates that service-entry conductors must have an ampacity and be able to carry the load determined by Article 220. not less than the service disconnect rating.

Which three conductor types are there?

There are four different kinds of conductors: semiconductors, resistors, excellent conductors, and non-conductors.

What are an insulator and a conductor?

Materials that allow heat or electricity to travel through them. substances that do not allow electricity or heat to travel through them. Silver, aluminum, and iron are a few instances of conductors. Rubber, paper, and wood are a few materials that act as insulators. Within the conductor, electrons can migrate at will.

To know more about conductors visit:

https://brainly.com/question/14603822

#SPJ4

working with the tkinter(python) library



make the window you create always appear on top of other windows. You can do this with lift() or root.attributes('-topmost', ...), but this does not apply to full-screen windows. What can i do?

Answers

To make a tkinter window always appear on top of other windows, including full-screen windows, you must use the wm_attributes method with the topmost attribute set to True.

How can I make a tkinter window always appear on top of other windows?

By using the wm_attributes method in tkinter and setting the topmost attribute to True, you can ensure that your tkinter window stays on top of other windows, even when they are in full-screen mode.

This attribute allows you to maintain the window's visibility and prominence regardless of the current state of other windows on your screen.

Read more about python

brainly.com/question/26497128

#SPJ1

The slide that is used to introduce a topic and set the tone for the presentation is called the Question 1 options: Title slide Bullet slide Table slide Graph slide

Answers

Answer:

Title Slide

Explanation:

The slide that is used to introduce a topic and set the tone for the presentation is called the Title slide. Then the correct option is A.

What is the title slide?

A presentation's opening slide is the title slide. Both a title and a subtitle are typically present. The first slide in a presentation is one of the most crucial since the title slide typically establishes the mood. However, a lot can go wrong in this situation as well.

Microsoft creates a Title slide by default when you create a new presentation because it expects the first slide in your presentation will be for the title. Two text placeholders are included on a title slide.

The Title slide is used to introduce a topic and establish the mood for the presentation. Then, choice A is the best one.

More about the title slide link is given below.

https://brainly.com/question/25647444

#SPJ6

Write a program that keeps track of a simple inventory for a store. While there are still items left in the inventory, ask the user how many items they would like to buy. Then print out how many are left in inventory after the purchase. You should use a while loop for this problem. A sample run is below.

(CodeHS, PYTHON)

Answers

Answer:

STARTING_ITEMS_IN_INVENTORY = 20

num_items = STARTING_ITEMS_IN_INVENTORY

# Enter your code here

while num_items > 0:

print("We have " + str(num_items) + " items in inventory")

toBuy = int(input("How many would you like to buy?"))

if toBuy > num_items:

print("There is not enough in inventory")

print("Now we have " + str(num_items) + " left")

else: # ok to sell

num_items = num_items - toBuy # update

if num_items > 0: # only for printing

print("Now we have " + str(num_items) + " left")

print("All out!")

Explanation:

This allows Python to store the number of items in inventory after each purchase by subtracting how much is bought with the toBuy function by how much is left. This continues until num_items is no longer greater than zero. If what’s toBuy goes above the # of items left in inventory, then the “if toBuy > num_items” segment of the code comes into play by telling the user there’s not enough and re telling them how much is left and how much they’d like to buy. When the items in inventory is out, meaning the exact amount that’s left is purchased, then Python prints “All out!”

Following are the code to the given question:

Program Explanation:

Defining a variable "INVENTORY_ITEMS" that hold an integer value.Defining a variable "num" that holds "INVENTORY_ITEMS" value.In the next step, a while loop is declared that checks "num" value greater than 0.Inside the loop, "num and To_Buy" is declared and in the To_Buy it inputs value by user-end.In the next step, conditional statement is used that check "To_Buy" value and prints its value.At the last another conditional statement is used that checks num value, and print its value.

Program:

INVENTORY_ITEMS = 20#defining a variable INVENTORY_ITEMS that hold integer value

num= INVENTORY_ITEMS#defining a num variable that holds INVENTORY_ITEMS value  

while num > 0:#defining a while loop that check num value greater than 0

   print("We have " + str(num) + " items in inventory")#print num value with message

   To_Buy = int(input("How many would you like to buy?"))#defining To_Buy variable that inputs value

   if To_Buy > num:#defining if block that check To_Buy value greater than num value

       print("There is not enough in inventory")#print message

       print("Now we have " + str(num) + " left")#print num value with message

   else: # defining else block

       num= num - To_Buy#using num variable that decreases num by To_Buy

if num> 0: #use if to check num greater than 0

   print("Now we have " + str(num) + " left")#print num value with message

print("All out!")#print message

Output:

Please find the attached file.

Learn more:

brainly.com/question/18634688

Write a program that keeps track of a simple inventory for a store. While there are still items left

DESCRIPTION

Zomato is a restaurant aggregation and meal delivery service based in India. It is currently operating in several countries across the world. Zomato provides thorough information about numerous eateries as well as consumer reviews. Zomato's owners aim to find hidden irregularities in their company's data. The ultimate goal of this project is to examine the data in such a way that they can accurately assess their business performance.

The data (sample) is currently accessible in the form of a few Excel files, each of which contains information about multiple restaurants operating in a certain continent. The clients want to construct a consolidated and interactive Power BI report that will allow them to do the following:

Derive data on the total number of restaurants worldwide, including continents, countries, and cities

View data on a global scale with the capacity to drill down to a granular level

Derive data on the restaurants with the highest average customer ratings

Discover the restaurants with the lowest average costs

Filter and view information on the restaurants based on:

Their geographical dimensions such as continent, country, and city.
The service they provide, such as online ordering or reservation services
The average rating slab by the color.
6. Identify the restaurants with the most cuisines served

7. Design a multi-page report that suits Zomato's theme with easy navigation across

sections.

8. Allow Zomato users to be able to access this information from both a web browser

and a mobile device.



Aim of the project:

The aim is to construct a consolidated and interactive PowerBI report that will allow Zomato to quickly assess the required data.



Steps that will help in the completion of the project:

1. Import the data from all available Excel files

2. Data transformation:

Make sure the City column names are corrected

For example:
Notes
Community

Help

Certificate
Learning Track
Self Learning
100% Completed

Assessment
Minimum 1 project & 1 test must be completed/passed as a part of certification unlocking criteria

Power BI Test Paper

Best Score: 82%2/3 Attempts
Data Manipulation and Reporting with Power BI

Power BI and Data Set.

Reference Materials
Project 2 Dataset
E-Books
Power Bi installation doc
Data Manipulation and Reporting with Power BI
Course-end Project 1

DESCRIPTION

Zomato is a restaurant aggregation and meal delivery service based in India. It is currently operating in several countries across the world. Zomato provides thorough information about numerous eateries as well as consumer reviews. Zomato's owners aim to find hidden irregularities in their company's data. The ultimate goal of this project is to examine the data in such a way that they can accurately assess their business performance.

The data (sample) is currently accessible in the form of a few Excel files, each of which contains information about multiple restaurants operating in a certain continent. The clients want to construct a consolidated and interactive Power BI report that will allow them to do the following:

Derive data on the total number of restaurants worldwide, including continents, countries, and cities

View data on a global scale with the capacity to drill down to a granular level

Derive data on the restaurants with the highest average customer ratings

Discover the restaurants with the lowest average costs

Filter and view information on the restaurants based on:

Their geographical dimensions such as continent, country, and city.
The service they provide, such as online ordering or reservation services
The average rating slab by the color.
6. Identify the restaurants with the most cuisines served

7. Design a multi-page report that suits Zomato's theme with easy navigation across

sections.

8. Allow Zomato users to be able to access this information from both a web browser

and a mobile device.



Aim of the project:

The aim is to construct a consolidated and interactive PowerBI report that will allow Zomato to quickly assess the required data.



Steps that will help in the completion of the project:

1. Import the data from all available Excel files

2. Data transformation:

Make sure the City column names are corrected

For example:

“Sí£o Paulo” should be corrected to “São Paulo”

Ensure the city name isn't ambiguous
For example:

“Cedar Rapids/Iowa City” should be corrected to “Cedar Rapids”

“ÛÁstanbul” should be corrected to “Istanbul”



3. Remove any columns that aren't being used

4. Create two columns to display the Restaurant Name and Restaurant Address

5. Make a separate table for the list of the cuisines that each restaurant serves

6. As it's a dimension table, the Country-Code table must only include unique and non-blank values



Steps to use DAX in the project:

Answers

Answer:

Zomato is a restaurant aggregation and meal delivery service based in India. It is currently operating in several countries across the world. Zomato provides thorough information about numerous eateries as well as consumer reviews. Zomato's owners aim to find hidden irregularities in their company's data. The ultimate goal of this project is to examine the data in such a way that they can accurately assess their business performance.

Explanation:

what keys would you use when selecting multiple files not listed together

Answers

To select multiple files that are not listed together is first arrange them in order by date or their names, so that they get listed together, then press CTRL A to select all and copy them into a separate file.

What is selecting multiple files?

Selecting multiple files is choosing many files together at once. Many times we select multiple files at once, that save our time.

Thus, to select multiple files that are not listed together is first arrange them in order by date or their names, so that they get listed together, then press CTRL A to select all and copy them into a separate file.

Learn more about selecting files in computer

https://brainly.com/question/10894626

#SPJ1

To move an object to the bottom of the stack, click the Send Backwards arrow and then click Send to Back in the Arrange group on the DRAWING TOOLS _____ tab.

Answers

Answer:

thank you good sir!!!!!!!!

In the reverse outlining technique, which of the following techniques is involved in assessing the structure of the new outline? Select one.

Question 8 options:

Incorporating various forms of advanced organizers, such as headings or bulleted lists


Identifying confusing sentences that mischaracterize the content


Identifying citations or paraphrases that are improperly formatted


Discovering content that should be deleted, added, or rearrange

Answers

Answer:

incorporating various forms of advanced organizers, such as headings or bulleted lists

Explanation:

reverse outlining technique basically is to generalize your document or essay into main or specific points. so the best answer describing the technique is as follows:

incorporating various forms of advanced organizers, such as headings or bulleted lists

where do you think data mining by companies will take us in the coming years

Answers

In the near future, the practice of companies engaging in data mining is expected to greatly influence diverse  facets of our daily existence.

What is data mining

There are several possible paths that data mining could lead us towards.

Businesses will sustain their use of data excavation techniques to obtain knowledge about each individual customer, leading to personalization and customization. This data will be utilized to tailor products, services, and advertising strategies to suit distinctive tastes and requirements.

Enhanced Decision-Making: Through the use of data mining, companies can gain valuable perspectives that enable them to make more knowledgeable decisions.

Learn more about data mining from

https://brainly.com/question/2596411

#SPJ1

PART 1: What's with ABCD's?
Directions: Read and analyze the statement carefully. Choose the BEST answer
and write the letter only in your answer sheet.
1. Which finger lies on the Space Bar when using the Home Row Position?
a. Thumb b. Index Finger c. Middle Finger d. Ring Finger
2. What do we call the position that we need to touch in typing?
a. Upper Keys/ Lower Keys
c. Function Keys
b. Command Keys
d. Home Row Position
3. What are the letters that your fingers in your LEFT hand touching?
a. ASDF b. ASDFG
c. H J K L ;
d. J K L ;
4. What are the letters that your fingers in your RIGHT hand touching?
a. ASDF b. ASDFG
d. JKL ;
c. H J K L ;
5. What letter lies on in your LITTLE finger in your LEFT hand?
a. A
b. F
c. J
d. ;
6. What letter lies on in your LITTLE finger in your RIGHT hand?
a. A
b. F
C. J
d. ;
7. To double click the mouse, what finger should you use?
a. Thumb b. Index
c. Middle
d. Ring
8. What should you click in order to capitalize a Letter?
a. ALT
b. Control
c. Caps Lock
d. Shift
9. Which statements support the function of the Backspace key in the
keyboard?
a. It saves a file
b. It capitalizes a letter
10. What can you say about a Home
a. Base Position in typing
Both A and B
c. It erases a text
d. None of the Above
Row Position?
c. First Position in Typing b.
d. Any of the Above

Answers

ABCD's refer to the Home Row Position in typing, which is the foundation of touch typing. This position involves placing your fingers on the ASDF and JKL; keys on the keyboard, which are located in the middle row and form a diagonal line. The fingers of the left hand should rest on the ASDF keys, while the fingers of the right hand should rest on the JKL; keys. This position allows for quick and efficient typing, as it centers your fingers and allows you to easily reach all the other keys on the keyboard.

In addition to the Home Row Position, there are other key concepts to keep in mind when typing. For example, the Space Bar is located underneath the thumbs and is used to create spaces between words. The Shift key is used to capitalize letters, while the Backspace key is used to erase mistakes. The mouse is also an important tool in typing, and double clicking is done with the index finger.

Overall, it is important to have a solid understanding of the Home Row Position and other basic concepts in typing in order to become a proficient typist. Practice and repetition are also important in developing good typing skills.

For more such questions on foundation, click on:

https://brainly.com/question/31390928

#SPJ11

Select the correct answer.
Rick is on a vacation and is taking a lot of pictures to create a scrapbook of the holiday. His camera displays black and white diagonal stripes on any object that is too brightly lit. Which camera part displays these zebra stripes?
A.
viewfinder
B.
battery pack
C.
shutter
D.
iris

Answers

Answer:

D.

Explanation:

I think.

In 2019, the tuition for a full time student is $7,180 per semester. The tuition will be going up for the next 7 years at a rate of 3.5% per year. Write your program using a loop that displays the projected semester tuition for the next 7 years. You may NOT hard code each years tuition into your program. Your program should calculate the tuition for each year given the starting tuition in 2019 ($7, 180) and the rate of increase (3.5%). You should then display the actual year (2020, 2021, through 2026) and the tuition amount per semester for that year

Answers

Answer:

In Python:

tuition = 7180

year = 2019

rate = 0.035

for i in range(2019,2027):

   print(str(year)+": "+str(round(tuition,2)))

   tuition = tuition * (1 + rate)

   year = year + 1

   

Explanation:

This initializes the tuition to 7180

tuition = 7180

This initializes the year to 2019

year = 2019

This initializes the rate to 3.5%

rate = 0.035

This iterates through years 2019 to 2026

for i in range(2019,2027):

This prints the year and tuition

   print(str(year)+": "+str(round(tuition,2)))

This calculates the tuition

   tuition = tuition * (1 + rate)

This increments year by 1

   year = year + 1

Other Questions
hree point charges are arranged on a line. charge and is at the origin. charge and is at charge is at what is (magnitude and sign) if the net force on is zero? rue or false: The first web browser was introduced to the public in the 1970s and started the explosive growth of the Internet in foreign transactions. In contrast to Javanese music, Balinese gamelan music uses little or no improvisation. This statement is Select one: True False Magnetic fields exit from the north poles of magnets and enter the south poles of magnets. Is this true or false? studies from the 1960s to 1980s found that, compared with younger men, men in middle age were The {{c1::fovea}} of the retina contains mostly cones, and is the focal point of light entering the eye Which sentence for "Ain't I a Woman?" is used as a constant refrain? what is the best approximate for the volume of cement used to make one of these spheres? Can someone plz help meeee!! :( The adjusting entry to record an accrued expense is:. Question- A bakery sells 5 apple muffin for every 2 brand muffins sold. Which table shows this ratio? No links or you get reported is my answer correct? Democratic Nations1 - Canada2 - Soviet Union3 - Great Britain4 - United StatesWhich member of the Allies was not a democratic nation during World War II? For this assignment, make a list of behaviors someone may be motivated to do to satisfy each of the following needs according to Maslow's theory. (FOR 100 POINTS!!!!!) I NEED IT TODAY PLS HELP1. Physiological Needs2. Safety Needs3. Belongingness Needs4. Esteem and Achievement Needs factors of 12 simplify 3/4-1/3+1/2 Which of the following equations is not a linear equation? A. x 4y = -1 B. x = 2 C. y = x - 1/2 D. x^2 = 5y ^2 the classic s-curve is a plot of cumulative cost versus elapsed time in weeks.a. trueb. false Which best describes the primary conflict of Act IV, scenes iii-v of Romeo and Juliet?Juliet fakes her own death using poison.Capulet bosses around Juliets nurse.Peter argues with Juliets wedding musicians.Friar Laurence lies to Juliets family. Translate She took a lot of sweets into Spanish in the box below: Please help! This one is easy, I just forgot! Multiple choice! x-9/3=28Solve for x.