Answer:
Option B or Router must be correct.
Kind request:
Please give me brainliest if my answer was useful :D
¿importancia del técnico de soportes en redes y sistemas informáticos?
Answer:
responsable de manejar errores de instalación, problemas del usuario y cualquier otro problema técnico que impida que el cliente utilice su producto. En esencia, el soporte técnico se centra en ayudar a los clientes a utilizar un producto de forma más eficaz.
drawing tablet cursor goes to top left corner of screen when pen is away
Answer:
This is just my opinion I think the answer might be A
PLS HELP WITH MY PYTHON HW ILL GIVE YOU BRAINLIEST
Answer:
class Cat:
isHungry = None
play = Cat().isHungry = True
eat = Cat().isHungry = False
if play:
print("I am hungry, I cannot play")
else:
play = Cat().isHungry = False
if eat:
print("I am full, I cannot eat")
else:
eat = Cat().isHungry = True
Explanation:
Just simple if and else statements.
Help po thank you po
Answer:
hope helpful
Explanation:
a
c
b
c
d
have a great day
Why does your e-learning course need a title slide?
Answer:
You've probably noticed that many e-learning courses start with a title slide. ... Your title slide is important because it's the first impression users get of your course—and learners do judge e-learning courses within moments of launching them! So take the opportunity to captivate them with a great-looking title slide.
Answer:
if u don't mind I agree with above ans
in order to remove a slide from a presentation you should
Answer:
Right Click on the slide and press delete or the undo button if adding a slide was the last thing you did.
Explanation:
Have a splendiferous day!
Hope this helps!
Which of the following tabs on the Ribbon contains the command to add a Quick Part to a document? A Design B Insert C View D Home
The tab on the Ribbon which contains the command to add a Quick Part to a document is: B. Insert.
Microsoft office can be defined as a processing software application (program) that is designed and developed by Microsoft Inc.
Basically, Microsoft office comprises three (3) main software applications and these are:
Microsoft Word.Microsoft PowerPoint.Microsoft Excel.The Quick access toolbar is a small, customizable toolbar that is designed to contain a set of commands, which are completely independent of the particular tab appearing on the Ribbon that is being displayed to an end user.
Generally, the command which is designed to add a Quick Part to a document is the Insert tab on the Ribbon.
Read more: https://brainly.com/question/19847875
The command to add a Quick Part to a document is located under the Insert tabs on the Ribbon.
Ribbon:Microsoft Office is used as the processing software application that's been created and designed by Microsoft Inc. It consists of three core software applications: Word, Excel, and PowerPoint.
Its "quick access toolbar" is still a short, customizable toolbar that includes the set of instructions. It's completely autonomous of the tab that is currently displayed on the Ribbon to the end-user.This Insert tab just on the Ribbon is usually the function that is used to add a Quick Part to a project.Therefore, the final answer is "Option B", which is Insert.
Find out more information about the Ribbon here:
brainly.com/question/618639
"My pet named Steve."
Who said this?
Answer:it seems you have said it
Explanation:
....
Help me please please i need it tommorow
Since brochures are for marketing purposes,
I'll choose to introduce an internet service provider(ISP).
1. My service is targeted to people in need of secure and fast internet connection. Thus, home owners, corporate companies, institutions or individuals.
2. My brochure is to highlight the service that I'll produce and explain the significance it'll have in people's daily lives.
3. The most important message to be conveyed by the brochure is that the ISP is highly reliable, safe, available, inexpensive and easy to use and access.
4. Here use Canva to format the brochure. (Let me try to create one and I'll add). Personally, my brochure will include an introduction, importance, impact and awareness of my service,and contacts.
5. Graphics I'll use are,
* High resolution photos(like 300 dpi to make sure it's clean during printing).
* Right font for the text.
* The right folds to allow easier folding after printing.
* Highly designed brand logo and name.
* Inviting color tone.
* White space must be used strategically to avoid information cluttering.
What is the sixth generation of style. When writing a paper.
Answer:
Scribbr
Explanation:
excel creates which type of cell references in formulas by default?
Answer: relative references
Explanation: By default, all cell references are relative references. When copied across multiple cells, they change based on the relative position of rows and columns. For example, if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2.13 may. 2020
A column does not consist of
cells that are on the same
vertical line within a worksheet.
True
False
(microsoft excell)
Answer: false
Explanation:
columns are vertical, rows are horizontal
The statement "a column does not consist of cells that are on the same vertical line within a worksheet" is definitely false.
What is a vertical line of cells in a spreadsheet is called?A vertical line of cells in a spreadsheet is called Gridline. Gridlines are the horizontal and vertical lines on the screen that separate cells in a spreadsheet. Columns run vertically in the worksheet, and the data goes from up to down. Column A is the first column in Excel.
While rows run horizontally in the worksheet. A row is a series of data put out horizontally in a table or spreadsheet, while a column is a vertical series of cells in a chart, table, or spreadsheet.
Therefore, the statement "a column does not consist of cells that are on the same vertical line within a worksheet" is definitely false.
To learn more about Columns and rows in the worksheet, refer to the link:
https://brainly.com/question/5940146
#SPJ2
Blane is using the iterative process while designing his video game and sending his product through small iterations of building and testing frequently what can Blane ensure by using this process
Answer:
I believe the answer would be that he is actually creating something that people need and want. I hope this helps! :)
Answer:
Iterative game design is the process by which a video game is repeatedly proposed, prototyped, play tested and reevaluated prior to working product release. Iterative game design operates on the following principle: It is unrealistic to create an ideal product on the first try.
By creating and testing working models on core criteria (such as fun), game designers are able to refine product on a gradual basis and increase market success potential.
Explanation:
hope it will help you
What are two specific Netstumbler features that are related to cybersecurity? Name one feature that is related to improving cybersecurity and another that could be used by hackers for nefarious purposes. Explain your answers.
The feature that can improve cybersecurity is the detection of interferences, and the one that can be used by hackers is checking the configuration of networks.
Netstumbler is a program used to identify surround wireless networks. This program is mainly available for Window systems and includes the following features:
Detecting wireless networks.Detecting interferences.Checking the configuration of networks.These features have both a positive and a negative side as they can be used to increase cybersecurity, which is positive, but they can also be used by hackers to attack networks and the devices in them.
One positive feature is the detection of interferences because this can be used to detect possible external or threatening networks. On the other hand, checking the configuration can be a negative feature because hackers can use this information to enter and hack the networks.
Learn more in: https://brainly.com/question/17021829
Write a code segment that will store a dinner selection in option1 based on the values of rsvp and selection. The intended behavior of the code segment is described below. If rsvp is true, the code segment should store in option1 a string indicating the person’s attendance and food choice. For example, if rsvp is true and selection is 1, the following string should be stored in option1. "Thanks for attending. You will be served beef." If rsvp is false, the following string should be stored in option1, regardless of the value of selection. "Sorry you can't make it." Write the code segment below. Your code segment should meet all specifications and conform to the examples.
The code segment illustrates the use of conditional statements.
The execution of conditional statements is dependent on the truth value of its condition.
The required code segment is as follows:
if (rsvp == true && selection = 1){
option1 = "Thanks for attending. You will be served beef.";
}
else{
option1 = "Sorry you can't make it.";
}
The flow of the above code segment is as follows:
Check if rsvp is true and selection is 1; if yes, "Thanks for attending....." is saved in option1If otherwise, "Sorry...." is saved in option1The code segment submitted can be used for several programming languages such as Java, C++, C and C#.
Read more about similar programs at:
https://brainly.com/question/14166674
1.
Which of the following is a soft skill?
1 entering a customer order
2 teamwork
3 driving a forklift
4 repairing an engine
What type of software repairs or improves a larger application that is already installed on a system?
O spreadsheet
O mapping
O patch
O anti-virus
Answer:
MappingExplanation:
Hope it helps youwhat corporation created what is now the most widely-used computer operating system in the world?
Answer: Microsoft windows
Explanation: Microsoft Windows is likely the most well-known and common computer operating system in the world today. It was developed by Bill Gates’ Microsoft Corporation and can run on a number of different platforms, particularly on PCs or Personal Computers.
Why do careers change over time? How do you think current trends such as new technology or the shift to working from home will impact interior design careers? Provide at least two specific examples.
Answer: I think Careers such as working in stores and other basic careers may change over time because it’s not always the best way to make money and sometimes if the career trends are for a new technology peoples careers may change over time because they’re working on something else
Explanation:
what do you think are the importance of making presentation to show your report summary
to show all the very cool information you learned.
Which of these is a historic real-world simulation game?
A. Juggling
B. Archery
C. Golf
D. Tag
Answer:
B. Archery
Explanation:
the art, practice, or skill of shooting with bow and arrow
Answer:
B. archery
Explanation:
what are the advantage and disadvantage of super disk,in point???
urgently
Answer:look over this
Explanation:
https://en.wikipedia.org/wiki/SuperDisk
njbuhbgtgyuhjkhghghvgbtyujhnhbvgvfgtyujhnhbgfrtrythg
Answer:
odkgxxkxhfohxgichocohct8xiycohx8tx8ychichicjoviyxycohvi
Explanation:
brainlylist please
What is a process of adding details to a model to make it less abstract
Answer:
refinement
Explanation:
https://brainly.com/question/19274876
Determine the lines that refer to specialty accommodation.
Budget travelers can stay in lodges or hostels. Couples on a honeymoon may prefer to stay in a resort. A student can probably only afford to stay in a hostel. Hostels are very different from hotels. In a hotel, guests tend to keep to themselves. In a hostel, customers may share accommodations. Guests have an opportunity to interact with others. Because the price of a hostel is much less, privacy may not be an option. Hotels may charge you a fair amount more, but basic amenities such as toiletries are provided. However, hostels are an excellent option for the budget traveller
The short passage largely describes two different types of speciality accommodations which are shelters which offers a certain range of personal space.
The specialty accomodations described are hostels and hotels where one seems to offer more than the other largely due to the cost involved. Hotels offer more level of privacy than hostels which are in turn a cheaper alternative than the more expensive hotels.Hence, all lines of the passage discusses the services offered by the specialty accomodations ; hostel and hotels.
Learn more :https://brainly.com/question/25140153
All of the following can provide source data except a. a scanning device at the grocery store b. a utility bill received in the mail c. a bar code reader d. software to process the source data
Answer: A: a scanning device at the grocery store
Explanation:
RAM is like a computers ___, while a hard drive is like a computers___
A. brain/ nervous
B. nervous system/ brain
C. long-term memory/ short-term memory
D. short-term memory/long-term memory
Answer:
D. short-term memory/long-term memory
Explanation:
RAM is like a computer's short-term memory, while a hard drive is like a computer's long-term memory. Then the correct option is D.
What are RAM and Hard drive?Random Access Memory is referred to as RAM. RAM is referred to as Basic Memory or Main Memory. Each RAM memory location may be accessed at the same speed. The computer will slow down if RAM is low. RAM has a brief read/write (R/W) period. Transistors and other electronic components make up RAM, which has no moving mechanical elements.
Hard Disk Drive is referred to as HDD. Another name for HDD is supplementary memory. HDD has mechanical moving components like an arm, a pin, etc. HDD read/write times are faster. It could take longer or shorter to access different parts of the HDD. The impact of HDD on system speed is minimal.
A hard drive is comparable to a computer's long-term memory, whereas RAM is like short-term memory. D is the best choice in that case.
More about the RAM and Hard drive link is given below.
https://brainly.com/question/17944253
#SPJ2
is anyone good with microsoft excell?
Answer:
no
Explanation:
Answer:
i kinda am [random characters]
When should the while loop be used in Python?
A. When a condition is not necessary for the action to repeat
B. When the range of repetitions includes positive and negative numbers
C. When an action will be repeated for a specific number of repetitions
D. When the exact number of repetitions is unknown
The while loop is used in Python is When a condition is not necessary for the action to repeat. The correct option is A.
What is a loop in python?While the test expression (condition) is true, a block of code is iterated over in a while loop in Python. When we are unsure of how many times to iterate, we typically utilize this loop.
When a condition is not satisfied, a "While" loop is used to repeat a certain piece of code an undetermined number of times.
Therefore, the correct option is A. When a condition is not necessary for the action to repeat.
To learn more about loop in python, refer to the link:
https://brainly.com/question/17161155
#SPJ1
Answer: C. When an action will be repeated for a specific number of repetitions
Explanation: In order for a while loop to work, it needs to know how long it is supposed to be repeated.
Example: x = 0
while x (x<10):
x = x + 1
So when x is greater than 10, the loop will run, but when x is less than 10 it will not.
While loop definition: tells Python to repeat the action while a certain condition is true
Hope this helps :)
--k7ro
this endpoint does not support blobstorageevents or softdelete. please disable these account features if you would like to use this endpoint.
Answer:
A
Explanation:
Endpoint mover is one of the graph tools that has gives the tendency for manipulation of lines or curves. When this manipulation is done, it add some few values to the ploted points so as to achieve a desired line or curve.
What is content filtering ?Content filtering has been the process of the screening and or restricting access to objectionable email, webpages, executables, and other suspicious items using software or hardware. Filtering software can detect objectionable or criminal content, such as hate sites, illegal content, and social media.
As the part of their internet firewalls, businesses frequently employ content-based filtering, also known as information filtering. Content filtering, a common security measure, assists businesses in enforcing corporate policies regarding the use of information systems, such as the filtering and blocking of employee access to social media platforms.
Therefore, Endpoint mover is one of the graph tools that has gives the tendency for manipulation of lines or curves. When this manipulation is done, it add some few values to the ploted points so as to achieve a desired line or curve.
To learn more about content filtering , visit
https://brainly.com/question/13129235
#SPJ2