laila needs the pictures in her document to be distributed vertically. she should do which of the following? a. press the wrap text button and select the desired option. b. press the align button and select the desired option. c. press the position button and select the desired option. d. press the corrections button and select the desired option.

Answers

Answer 1

The correct answer is (b) press the align button and select the desired option.

What is word wrapping?

A section of text is divided into lines using line breaking, also referred to as word wrapping, in order to fit it into the available width of a page, window, or other display area.

When text is displayed, line wrap is used to continue on a new line when a line is full.

This allows each line to fit into the viewable window and eliminates the need for horizontal scrolling, allowing text to be read from top to bottom.

Word wrap is a function that most text editors, word processors, and web browsers include that, where possible, breaks lines between words rather than within words.

Word wrap eliminates the need to hard-code newline delimiters within paragraphs and enables flexible, dynamic text display that can accommodate displays of various sizes.

To know more about text wrap, visit:-

https://brainly.com/question/25876715

#SPJ4


Related Questions

what is the term for programming code that is freely available and may be modified and shared by the people who use it?

Answers

Open-source software is publicly accessible and can be shared and modified by its users.

What is the name for programming code that is publicly accessible, editable, and shareable by its users?

The word "open source" first originated in relation to free and open-source software (OSS). The term "open source software" refers to computer programs whose source code is intended to be made available to the general public for review, modification, and distribution.

What is open source, exactly?

Initially, the word "open source" was used in reference to free and open-source software (OSS). According to the definition of open source software, it is software whose source code is intended to be made available to everyone for review, modification, and distribution.

In the distributed, cooperative development of open source software, peer review and community production are used. It is more versatile and long-lasting than its proprietary rivals since it is produced by communities rather than a single author or company.

To know more about  programming code visit:-

https://brainly.com/question/14466178

#SPJ4

What is the output of the following code? no W = 0 x = 5 y = 1 z = 4 + 1 - 1 if x > y: if y > z: W = W else: W = W if y < z: w = w * 2 else: W = W + 5 print (w)

Answers

The results of the following code are as follows: -2 if no W = 0 x = 5 y = 1 z = 4 + 1 - 1 if x > y: if y > z: W = W else: W = W else: W = W + 5 print if y z: w = w * 2 (w).

What the software gets is input (from user, from evaluations, files, SQL, ETC) with code.

What the application informs you (or "returns") is considered output!

Due to semantics alone, some find situations like the one you provided puzzling.

Integer a=3; Integer b=2; Integer b is given the input of 2; Integer b=a++; Integer b is given the value of a; THEN a receives +1; Integer b gets +1; THEN is provided as OUTPUT to the console. I'm just assuming, but I'd say the output is 4?

Learning C++ makes it quite simple to distinguish between input and output: input is any assignment ("="), request for information ("cin >>"), etc.

The "outcome," so to speak, is output.

Learn more about Code here:

https://brainly.com/question/17293834

#SPJ4

You are attempting to troubleshoot a computer for a user. When you attempt to turn on the computer by pressing the power button, the computer turns on and the fan spins normally. There is no output displayed on the screen from the PCIe x16 video card. You turn off the computer, remove the processor and the memory, and attempt to power on the computer again. During the boot up sequence, you do not hear any POST beep codes but the fans still spin normally. Which of the following is the MOST likely cause of his issue

Answers

The video editor at Dion Training has reported a problem, claiming that everytime she edits films for an upcoming course, her editing workstation creates a loud clicking noise.

What is output ?

Any data that a computer or other electronic device processes and sends out is referred to as output. Anything that can be seen on your computer's monitor, such as the text you write on the keyboard, is an example of output. A human cannot interact with a computer without some form of output that they can see, feel, or hear. The image's lower half displays information that was transmitted from a computer to a printer. The paper is regarded as an output once the printer has finished producing its physical copy. Any electrical equipment, besides computers, can provide output. A temperature sensor, for instance, might provide information to a water heater.

To know more about output visit:

https://brainly.com/question/27972321

#SPJ4

linking: a. provides clients with new insights. b. helps clients experience their feelings. c. presents clients with a specific plan for action. d. connects clients with social networks

Answers

The answer for the given question is c. presents clients with a specific plan for action.

What is linking?

to establish a relationship between 2 or more people, objects, or concepts: There is no suggestion that the explosions were connected in any way. Making operational references to "externally" specified objects (code and data) is done through the linking procedure. A single executable programme file is the result of this stage, which traditionally comes after basic translation of user programme files. Static linking & dynamic linking are the two basic types of linking. Static Linking - In this method of linking, the linker directly inserts the library's source code into the executable's code section. When you want to unite two distinct ideas into one statement, you use linking words, also known as connecting words.

To know more about linking visit:

https://brainly.com/question/1968231

#SPJ4

Consider the following method, remDups, which is intended to remove duplicate consecutive elements from nums, an ArrayList of integers. For example, if nums contains {1, 2, 2, 3, 4, 3, 5, 5, 6}, then after executing remDups(nums), nums should contain {1, 2, 3, 4, 3, 5, 6}. public static void remDups(ArrayList nums) { for (int j

Answers

Re-sizable arrays, also known as dynamic arrays, are what an arraylist is. It expands in size to make room for additional elements and contracts in size for removal of those elements. The elements are kept in an array by ArrayList internally. It allows you to retrieve the elements by their index, just like arrays.

What are an array and an ArrayList?

The ArrayList is a variable-length Collection class, whereas the array is a data structure with a specified length. Java uses the terms array and ArrayList, which have many differences.

What type of data is an ArrayList?

Lists come in different varieties, and List implements the Collection interface. All operations performed in Collections, such as iterations, can only be done on Objects because the Collection container only accepts Objects data types.

To know more about dynamic arrays visit:-

brainly.com/question/14375939

#SPJ4

Which would be the most appropriate type of application to create, analyze and forecast budgets?
A) DBMSB) B) Word processor
C) Spreadsheet
D) Presentation

Answers

The most appropriate type of application to create, analyze and forecast budgets is called Spreadsheet.

The most widely used database structure is 20. A question or a request for specific data contained in a database is referred to as a 21. The electronic equivalent of a file cabinet is a 22. The application for forecast budgets is spreadsheet for all programming languages are standalone applications. Installation is mandatory. C and C++ languages are platform-dependent. For any platform-dependent language, we can develop only standalone applications. We can develop only standalone applications because these languages are platform-dependent languages. The remaining languages are platform-independent languages, so using platform-independent languages we can develop both standalone applications and web applications. C is mainly used for embedded system programming.

To learn more about Spreadsheet click on below link:

https://brainly.com/question/5450012

#SPJ4

gRPC: Up and Running: Building Cloud Native Applications with Go and Java for Docker and Kubernetes PDF books

Answers

through the use of practical examples, gRPC concepts can be understood. Learn how this high-performance interprocess communication protocol may link polyglot services in microservices architecture while offering a comprehensive foundation for specifying service contracts and data types with the help of this useful tutorial.

What are Applications ?

A computer software package known as an application, sometimes known as an application programme or application software, performs a particular task either directly for the end user or, in some situations, for another application. Applications might consist of a single programme or a collection of programmes. The programme is a collection of actions that allows the user to operate the application. An application, or simply "app," is software that gathers particular functionality into one easily accessible package. Both the Android and iOS app stores have millions of apps available that provide services (or verticals). Applications have contributed to the development of several multibillion dollar industries.

To know more about applications visit:

https://brainly.com/question/2919814

#SPJ4

Management, Consulting, and Support for Microservices and K8s Provided by Licensed K8s Engineers. Your whole cluster and important cluster components are supported by Altoros for all Kubernetes.

What exactly qualifies as a cloud application?

A software programme that combines local and cloud-based components is known as a cloud application. This paradigm uses distant servers that are accessed by a web browser and an ongoing internet connection to process logic.

Which four forms of cloud computing are there?

The four primary categories of cloud computing are commercial, public, hybrid, and multiclouds. Architecture (IaaS), formats (PaaS), and software-as-a-service are the three primary categories of cloud computing services (SaaS).

To know more about Cloud visit:

https://brainly.com/question/29737287

#SPJ4

which of the following is not true about public wi-fi hot spot safety? a. always keep your wireless connection on. b. avoid accessing financial information. c. sign out of websites. d. do not leave your computer unattended.

Answers

A narrative element prevented the show from finishing in half the time that it could have. I apologize, "A Good Spot!" In any case, the couple had a set number of moves and could choose to stop at any time, keeping any prizes they had already collected.

What should you AVOID doing to secure a wireless network?

Keep the router password and default network name. What kind of broadband internet does adding more users cause the connection to degrade?

Is Wi-Fi more secure than a Hot Spot?

Because it uses your cell phone number to authenticate, a mobile hotspot is a secure network. As opposed to using free public Wi-Fi, a mobile hotspot is safer and more secure because of this.

To know more about Wi-Fi visit:-

brainly.com/question/13267388

#SPJ4

You have just installed a wireless router on your home network. Which of the following should you do to make it highly secure

Answers

Answer: Change the administrator name and password and also change the SSID( wi-fi network name)

Explanation:

It helps strengthen the security of the device.

How to Secure a Home WiFi Network for Remote Work

Answers

Answer:

Follow steps

Explanation:

1.How to Secure a Home WiFi Network for Remote Work

2.Own your router and modem instead of renting. ...

3.Keep your router up to date. ...

4.Ensure your router admin credentials are secure. ...

5.Ensure your WiFi network password is strong, and you're using WPA2 security. ...

6.Remove unnecessary connected devices.

Describe the advantages and disadvantages of using cloud software compared to stand-alone software.

Answers

Answer:

Advantages and disadvantages are:-

Explanation:

Advantage – Cost Reduction

It’s a basic financial principle that profit comes from making more money than you spend. Do you know what doesn’t come cheap? Just about everything related to computers. So when it comes to cloud computing advantages and disadvantages, this is at the top of the whole list for most businesses.

Disadvantage – Downtime

Downtime is perhaps the single greatest disadvantage of cloud computing. We’re not talking about server downtime, but your Internet access going down.

As long as your Internet access is out, you can’t do anything with the cloud.

Robust mobile data plans can help to offset that problem temporarily. Cellular service often remains viable when internet access and even power goes out. Of course, data plans are capped and mobile devices have limited battery life.

14.0% complete question a security engineer examined some suspicious error logs on a windows server that showed attempts to run shellcode to a web application. the shellcode showed multiple lines beginning with invoke-command. what type of script is the suspicious code trying to run?

Answers

On a Windows server, several suspicious error logs were analyzed by a security engineer. These logs revealed attempts to run command shell to a web application.

What purposes does a Windows Server serve?

Microsoft created the Windows Server operating system family to handle management, storage systems, applications, and communications. Prior iterations of Windows Server prioritized stability, safety, networking, and different file system enhancements.

What advantages does a Windows Server offer?

From small enterprises to huge corporations, Windows Server features are advantageous. Virtualization reduces energy consumption and license costs, and improved response times result from centralized administration, which allows for the management of nearly all servers in the data center.

To know more about Windows Server visit:

https://brainly.com/question/9426216

#SPJ4

the program gets an input value into variable numdogs. write code that outputs the value of variable numdogs. end with a newline. ex: if the input is 2, then the output is: 2 ex: if the input is 5, then the output is:

Answers

Endl is a special object that starts a new output, based on information in the question.  cout;

What do programmes on computers do?

A series of instructions written using a programming languages for a computer to follow is referred to as a computer programme. Software, which also contains manuals and other intangible components, comprises computer programmes as one of its components.

What are software vs. computer programmes?

A collection of instructions used to create a software programme using a programming language is known as a computer programme. A software package of programmes enables hardware to carry out a certain function.

To know more about program visit:

https://brainly.com/question/14618533

#SPJ4

ALL. A professor in the Computer, Science departimient'of HackerLand College wants to generate an array: Given ain array of integers of length
n
, arr, and two integer's fand
r
, find another array, brr, such that:
∙:≤
brriji
≤r
- brr[i]
−arr[i]< brr
˙
[i+1]−arr[i+1]
, for every
i
less than - brr[i] brr[it1] for every iless than
n−1
Among all such arrays, return the lexicographically smallest one. If there in not an array that satisfies the conditions, then return an array with the single element
−1.
Example arr
=[1,2,1,2],I=1,r=10
The array
[1,3,3,5]
satisfies given conditions. 1. Each element belongs in the range
[1,10]
. 2. Construct an array crr where,
cr[i]=
brri]
−arr[i]
,
cr=[0,1,2,3]
and it is increasing. 3. The array brr is non-decreasing. brri]-arr[i] for each element is
[0,1,2,3]
1−1=0
Sample Case 1 Sample Input 1 Sample'Output 1
−1
Explanation There is not an array that satisfies the conditions.

Answers

A Python program that generates an array 'brr' based on certain conditions and another array defined as 'arr'. Python is very popular general-purpose, interactive, object-oriented, high-level programming language.

What is a Python program?

A program definition is basically a series of Python statements that are constructed to do something. Even a simple hello.py script is a program. This isn't particularly useful for one-line programs, but strictly speaking Python programs. Python is a dynamically typed, garbage collected programming language created by Guido van Rossum between 1985 and 1990.

Is Python easy to code?

Python is widely known as one of the easiest programming languages ​​for beginners to learn. If you're interested in learning programming languages, I recommend starting with Python. It is also one of the most used.

To learn more about Python visit:

https://brainly.com/question/28691290

#SPJ4

an interface whose trunk encapsulation is auto can not be configured to trunk mode.

Answers

Answer:

You need to specifically set the encapsulation first, "switch port encapsulation dot1q" then issue your trunk command...

Explanation:

The Python language uses a compiler which is a program that both translates and executes the instructions in a high-level language.T/F

Answers

It is false that the Python language uses a compiler which is a program that both translates and executes the instructions in a high-level language.

What is compiler?

A compiler is a computer software that converts computer code written in one programming language into another. A compiler is a specific software that converts the source code of a computer language into machine code, bytecode, or another programming language. Typically, the source code is written in a high-level, human-readable language such as Java or C++. A compiler is analogous to an interpreter. A compiler, on the other hand, is faster than an interpreter and can translate the entire file at once. Because an interpreter examines the original program line by line, it is a slower process. TurboC++ and Keil are two examples of widely used compilers.

Here,

It is incorrect that the Python language employs a compiler, which is a software that both interprets and executes high-level language instructions.

To know more about compiler,

https://brainly.com/question/4896128

#SPJ4

there are 65 apple trees in an orchard. each tree produces 805 apples. for each additional tree planted in the orchard, the output per tree drops by 7 apples. how many trees should be added to the existing orchard to maximize the total output of trees

Answers

The total output of apples can be maximized by adding a total of 9 trees to the existing orchard.

What is existing orchard?

Existing orchard is an agricultural term used to describe an area of land where fruit trees have already been planted. This can be a commercial orchard, where the trees are managed and harvested for their fruit, or a residential orchard, which is typically a backyard or garden where fruit trees are planted for personal consumption and enjoyment. Orchards are often planted in rows, with trees spaced close together in order to maximize production and efficiency.

This is because the additional trees will produce 7 fewer apples each, adding up to 63 apples in total. The total output of apples will then be 805 x (65+9) = 54,785 apples. This is the maximum output that can be achieved with the existing orchard.

To learn more about existing orchard
https://brainly.com/question/15376920
#SPJ4

Calculate the following binary sum
and write your answer in binary.
11101 +10011 (Do not add extra O's
at the start of your answer)
Your answer
Calculate the following binary sum
and write your answer in binary.
110111 + 101001 (Do not add extra
O's at the start of your answer)
Your answer
Calculate the following binary sum
and write your answer in binary.
1101011 + 1010110 (Do not add
extra 0's at the start of your answer)
Your answer
* 2 points
*
*
2 points
2 points

these r both 3 separate questions so please help all separate questions

Answers

Answer:

110000,1100000

Explanation:

same method as below questions :)

what should you do when you are finished working a database? a. close the navigation pane. b. open and then save each object in the database. c. close the database. d. sign out so other people can use the database.

Answers

Each record in the database should be opened, then saved. To prevent losing the newly created table, you must back up your complete database after creating a table.

What needs to be done in order to rename a table with in navigation pane?

To rename a table, simply right-click it in the Side Menu and choose Rename from the shortcut menu. To rename the table, you must first close all outstanding objects that reference it. Press ENTER after entering the new name. Mostly on Quick Access Toolbar, click Save to save your changes.

What activities take place on a database?

The ability to store, edit, manage, and retrieve vast amounts of particular information, such as business-critical data, pay stubs, call records, client information, employee records, and sales data, is an example of database operations in the business world.

To know more about database visit:

https://brainly.com/question/6447559

#SPJ4

In a certain game, the integer variable bonus is assigned a value based on the value of the integer variable score. If score is greater than 100, bonus is assigned a value that is 10 times score. • If score is between 50 and 100 inclusive, bonus is assigned the value of score • If score is less than 50, bonus is assigned a value of Which of the following code segments assigns bonus correctly for all possible integer values of score? Select two answers IF(score > 100) { bonus score * 10 3 ELSE { IF(score 2 50) { bonus score 3 ELSE { bonus + } A 3 10 B IF(score 250) { IF(score > 100) { bonus score ) ELSE { bonus + } 3 ELSE { bonus score } С IF(score < 50) { bonus to } ELSE { IF(score 250) { bonus score } ELSE { bonus + score } } 10 D IF(score < 50) { bonus +0 } ELSE { IF(score > 100) { bonus score } ELSE { bonus score 3 } * 10

Answers

If-else tests a group of pairs of if, then expressions and returns the value of the then argument for the first true-evaluated if argument. The remaining list parameters are not assessed. The value of the otherwise argument is returned if none of the if arguments evaluate to true.

The R if-else statement has an alternate and condensed form called the "ifelse()" function. Additionally, the employment of the "vectorized" technology speeds up the process. Instead of accepting individual values as arguments repeatedly, the vector values are all accepted as an argument at once. If a given condition is true, use the if statement to describe a block of code that should be executed. If the same condition is false, use else to describe a block of code that should be executed. If the initial condition is incorrect, use the else if clause to give a new condition to test. To specify a variety of alternative code blocks to run, use switch.

IF(score > 100)

{

bonus ←← score * 10

}

ELSE

{

IF(score ≥ 50)

{

bonus ←← score

}

ELSE

{

bonus ←← 0

}

}

IF(score < 50)

{

bonus ←← 0

}

ELSE

{

IF(score > 100)

{

bonus ←← score * 10

}

ELSE

{

bonus ←← score

}

}

Learn more about If-else here

https://brainly.com/question/28430850

#SPJ4

I got some coding hw. Thanks! :)

Answers

Python:

#Libraries

import random

#Creating list

list = [[random.randint(-99,99) for j in range(4)] for i in range(5)]

#Print list

for i in list:

   for j in i:

       print(j,end='\t')

   print()

true or false: warning banners do not have a control on the sans score checklist. select one: true false

Answers

This claim is untrue because the objective of any photojournalism was to take a good shot that would serve as an effective illustration for an article.

It usually most effectively relates to photos, although it can also refer to video utilized in news broadcasts. The way photojournalism differs from other closely related branches of photography (such as documentary photography, social documentary photography, war photography, street photography, and celeb photography) is through the adoption of a rigid moral code that calls for an honest but independent approach that tells a story in purely journalistic terms. They should be knowledgeable and skillful, and able to provide material in a unique style that is both educational and entertaining. A photojournalist is a form of reporter, much like any other writer, but they frequently have to make quick decisions and carry photography equipment while exposed to several challenges, including immediate physical danger.

Learn more about Photojournalism here:

https://brainly.com/question/29692549

#SPJ4

_____: In an operating system, a feature that allows the OS to preserve the case used for the characters in a file name when creating it, and requires the correct case to open or manage the file.

Answers

If you want to utilize more than one filename parameter, separate them with a space, commas, or semicolon. Wildcard characters can be used to represent two or more characters in a file name.

Which of following commands would you type just at Linux command prompt to promptly shut down Linux?

Using the command line, shut down Linux as follows: Launch the terminal program to shut down the Linux operating system. To shut off the computer, type "sudo shutdown -n now." After some time has passed, the Windows server will shut down.

What DOS Mcq instruction is used to give a disk a name?

Solution Option C: Label is a command that comes with several operating systems in computing, including DOS, OS/2, and Microsoft Windows. A volume label on such a logo appeared, such as an hard disk partitioning or perhaps a floppy disk, can be added, changed, or removed using this method.

To know more about operating system visit:

https://brainly.com/question/6689423

#SPJ4

Identify which of the following characteristics apply to fission, fusion, or both:

involves the transmutation of elements,
process is used to generate electrical power, -predominate in the interior of the sun,
heavily involves neutrons,
high temperature is required at the initiation of the process,
radiation is emitted during the process

Answers

The characteristics that apply to fission are:

Involves the transmutation of elements.The process is used to generate electrical power.Heavily involves neutrons.High temperature is required at the initiation of the process.Radiation is emitted during the process.

The characteristics that apply to fusion are:

Predominate in the interior of the sun.High temperature is required at the initiation of the process.Radiation is emitted during the process.

Fission and fusion are both processes of nuclear energy production, but they have different mechanisms.

Fission is the splitting of a large nucleus into two or more smaller nuclei, releasing a large amount of energy in the process. Through fission, energy is released from the nucleus of an atom. The process involves splitting the nucleus of a heavy atom, such as uranium or plutonium, into two or more smaller nuclei. In the process, a large amount of energy is released in the form of heat and radiation, which can then be used to generate electrical power.

Fusion, on the other hand, is the process of combining two or more small nuclei into a single larger nucleus, also releasing energy in the process. Unlike fission, fusion is a process that occurs naturally in the core of stars, and is the main source of energy for our sun and other stars. Achieving a sustained reaction of fusion on Earth requires very high temperatures, and is still under development in many research labs around the world.

Learn more about processes of nuclear energy:

https://brainly.com/question/18778311

#SPJ4

your team is meeting to prioritize user stories for a coming iteration. each team member has a set of cards with numerical weights associated to them and has been asked to ranked the user stories based on complexity. as each user story is read, each team member flips over their card to indicate their ranking. those that have given the user story a high rating and low rating are given an opportunity to quickly make their point to the team. this process is repeated until a consensus is reached. what tool is described?

Answers

The tool described is Planning Poker. It is a consensus-based technique used by agile development teams to estimate the relative effort or size of development goals in software development. Each team member uses cards with numerical weights, such as the Fibonacci sequence, to indicate their estimation of the complexity of a user story. The team members flip over their cards simultaneously, and any outliers, high or low values, are given an opportunity to explain their reasoning to the team. The process is repeated until a consensus is reached on the complexity of the user story. Planning Poker is often used in Scrum and other agile methodologies to plan and prioritize the work that needs to be done in an upcoming iteration.

what default values are assigned to your variables in c ? for example: int x; // what value does this have? what values should you use for initialization?

Answers

According to the given statement, Variables defined in C programmes by default have values of 0 (zero).

What is variable ?

In computer programming, a variable is a named container for a certain set of bits or kind of data. A variable is an abstract storage place with an associated symbolic name which stores some known or unknown quantity of information referred to as a value (like integer, float, string etc...). Eventually, a memory address may be used to link or identify a variable. In addition to using the variable name or the variable itself, based on the situation, the stored value is typically referred by variable name. The name may be utilized independently of the clear data thanks to the division of name and content.

To know more about variable visit :

brainly.com/question/17344045

#SPJ4

the marketing department uses large name and address databases for catalog and other promotions. some of the databases are ones they own and others are purchased from other catalog sales companies and from internet companies. the databases are currently on a windows server 2012 (without release 2), standard edition server, which is overloaded. when they perform sorts and queries of addresses, the computer operates extremely slowly. which windows server 2016 edition do you recommend for them? provide a justification for your recommendation

Answers

The justification for the Windows server 2016 edition is in this case any Windows server 2016 editions are compatible with the firm. It depends upon the requirement of system hardware and software needs.

What is Windows Server 2016?

Windows Server 2016 is an operating system that is used to serve as a platform for running networked applications.

The data center edition does not include database software, but it does have an operating system capable of handling massive database applications in an enterprise. It quickly manipulates complex data.

Therefore, the Internet protocol is used by default on the network to ensure data delivery to the destination site.

To learn more about Windows Server 2016, refer to the link:

https://brainly.com/question/14587803

#SPJ1

the contents of an html file are arranged in a hierarchical structure, starting from the root html element itself and moving down to the text strings contained within individual page elements. true false

Answers

It's true. An HTML file is a document that contains the structure and content of a website.

The structure of an HTML file is arranged in a hierarchical fashion, meaning that there is a parent-child relationship between elements. The root element is the "html" element, which encloses all other elements on the page. From there, elements can be nested within other elements to create the desired structure and organization of the content on the page. For example, a "head" element can contain a "title" element, which in turn contains a text string that displays as the title of the webpage. This hierarchical structure allows for easy identification and manipulation of specific elements within the HTML document.

Learn more about html, here https://brainly.com/question/15093505

#SPJ4

on average how many users are active simultaneously? (3 pts.) if each user transmits 10 percent of the time. will the answer in part (d) increase or decrease? why?

Answers

Consider that there are 120 users. Find the likelihood that exactly n users are broadcasting simultaneously at any given time.

How many concurrent users can a circuit switched network support on a single link?

100 Kbps must always be set aside for each user with circuit-switching. Therefore, the link can only handle ten people at once. With packet switching, the likelihood that 10 or more users are active at once is less than.0004 if there are 35 users.

What is the simultaneous equation?

Multiple algebraic equations that have the same unknown variables and the same answer are referred to as simultaneous equations. This suggests that there is a single solution to the simultaneous equations. Several illustrations of simultaneous equations.

To know more about simultaneously visit:-

https://brainly.com/question/28325805

#SPJ4

if karel is facing north and the code turnleft(); turnleft(); runs; which direction is karel facing now?

Answers

At the moment the code turn Left(); turn Left(); executes, Karel is facing East.  Assume the world is 10 by 10) Karel starts at Street 1 and Avenue 1 and faces east.

The simplest definition of coding is the act of inputting commands that must be executed in order to give instructions to a computer. The code that powers our digital world. It's been said that learning to code is similar to learning a foreign language, or perhaps a family of languages. Coders are the builders and architects of the digital age as a result. Code is necessary for the operation of every website, mobile application, piece of computer software, calculator, and even microwave. If Karel starts at Street 1 and Avenue 1 and faces east, where will he be and which direction will he be facing when the following code is run? (Assume the world is 10 by 10) Karel starts at Street 1 and Avenue 1 and faces east.

Learn more about Code here:

https://brainly.com/question/29556843

#SPJ4

The answer is, of course, SOUTH

Other Questions
An object at 20C absorbs 25.0 J of heat. What is the change in entropy S of the object? Express your answer numerically in joules per kelvin.An object at 500 K dissipates 25.0 kJ of heat into the surroundings. What is the change in entropy S of the object? Assume that the temperature of the object does not change appreciably in the process. Express your answer numerically in joules per kelvin.An object at 400 K absorbs 25.0 kJ of heat from the surroundings. What is the change in entropy S of the object? Assume that the temperature of the object does not change appreciably in the process. Express your answer numerically in joules per kelvin.Two objects form a closed system. One object, which is at 400 K, absorbs 25.0 kJ of heat from the other object,which is at 500 K. What is the net change in entropy Ssys of the system? Assume that the temperatures of the objects do not change appreciably in the process. Express your answer numerically in joules per kelvin. what is the consequence of only producing cdc6 and cdt1 during late mitosis and early g1 phases of the cell cycle in eukaryotes? this allows for more than one replisome to be produced for replication. this ensures that the genome is only replicated once per cell cycle. an overproduction of these proteins would stop dna replication. these proteins are required for synthesis of the leading and lagging strand. which depreciation method will compute the most depreciation expense over the life of the asset? multiple choice question. all methods will produce equal depreciation expense over the life of the asset. units-of-production will produce the most depreciation expense. straight-line will produce the most depreciation expense. declining-balance will produce the most depreciation expense. Quadrilateral W X Y Z was dilated with the origin as the center of dilation to create quadrilateral W X Y Z . The quadrilateral was dilated using a scale factor of 2. The lengths of the sides of quadrilateral W X Y Z are given. Enter the lengths of the sides of quadrilateral W X Y Z below. (Decimal values may be used.) Please help and thaks how is the endocrine system involved in the physiological responses of temperature and body position g Directions: Use the Law of Sines to find each missing side or angle. Round to the nearest tenth. Predict the properties of substances required to answer each of the following questions. In each case, explain your answer by relating the intermolecular forces of the substances to their properties. powers company reported net sales of $1,330,000, average accounts receivable, net of $65,500, and net income of $56,550. the accounts receivable turnover ratio is: What does music mean to you? Is it a big part of your life, or is it just "there". Answer in at least two complete sentences. What is ratio grade 7? You are approaching an intersection where a traffic signal is displaying a steady yellow light. If you have not already entered the intersection, you should: ______. the body's proteins and some of its mineral salts prevent changes in the acid-base balance of its fluids by serving as . a. electrolytes b. ions c. buffers d. solutes Match each treaty with its result. Column A1.Treaty of Fort Wayne 1809:Treaty of Fort Wayne 18092.Treaty of Greenville 1795:Treaty of Greenville 17953.Treaty of Chickasaw 1816:Treaty of Chickasaw 1816Column Ba.The Native American tribe who signed the treaty was eventually completely removed from Tennessee.b.The treaty was unsuccessful, and the Native American tribes and settlers continued to fight over the land in the Northwest Territory.c.Native Americans were unhappy with the treaty and sided with the British in the War of 1812. Activity 2: Identifying words using context clues Directions: With the help of the hints under each number, rearrange the jumbled etters to produce the correct word 1. It is beyond human control, causing devastation to the environment, animals, and humans, and occasionally resulting in death PENHOMENNO 2. It is the result of heavy rain caused by typhoon mostly happened during rainy session DOFOL 3. Disturbances are spread from one location to another in a predictable and well organized manner. It is really love by the suffers by it hates by the fisherman VE WASplss help me at the science What is the cardiac rhythm? a. Atrial fibrillation b. Idioventricular c. Paced rhythm d. Junctional rhythm What do we call a simple machine that is a flat surface set at an upward angle sloping at any point less than a 90 degree angle? An angle bisector of a triangle divides the opposite side of the triangle into segments 6 cm and 9 cm long. A secondside of the triangle is 22.5 cm long. Find all possible lengths for the third side of the triangle. an operating system is responsible for validating certificates used to secure communication. for windows, microsoft maintains a database of trusted root certificates issued by certificate authorities (cas). a root certificate is the original certificate issued by the ca. when a windows system opens a secure email or visits a secure website and encounters a new digital certificate, it requests microsoft's trusted root certificate, which is downloaded to the computer. the download happens seamlessly without the user's knowledge unless there's a problem. if windows cannot obtain the root certificate to validate the email or website, an error is displayed. where do you go in the windows operating system to view and delete root certificates? which part of the compromise of 1850 was considered an outrageous piece of legislation? a. admission of california as a free state b. enactment of the new fugitive slave law c. opening of new mexico and utah territories to slavery under popular sovereignty d. reduction of texas to its present boundaries