WHO LIKES Blading in real life

Answers

Answer 1

Answer:

everyone

Explanation:


Related Questions

Tab

are the lines that appear in front of tabbed text.
a) headers
b) underlines
c) leaders
d) indicators

Answers

Answer:

tab leaders are the lines that appear in front of tabbed text

What are recommended practices when practicing a speech using presentation technology?

Answers

The recommended practices when practicing a speech using presentation technology are:

Decide exactly when to change slidesRehearse with the mouse or keyboard until their use requires only a glance at the equipmentMark cues in the speaking notes to indicate slide changes

What is meant by the act of giving a presentation?

When a person is known to often gives a presentation, they are seen to often give a formal talk.

Note that  a lot of times, in order to be able to pass or sale something or get support for what we calla proposal. One need to use a Powerpoint presentation of what is to be done.

Hence, The recommended practices when practicing a speech using presentation technology are:

Decide exactly when to change slidesRehearse with the mouse or keyboard until their use requires only a glance at the equipmentMark cues in the speaking notes to indicate slide changes

Learn more about presentation from

https://brainly.com/question/24653274

#SPJ1

They want to move to a more agile and innovative software development model, in which their developers can focus on application features and functionality, rather than underlying environments and infrastructure. which cloud computing model would provide healthyapp with the framework to help achieve this goal?

Answers

PAAS (platform as a service) is known to be the cloud computing model that would provide healthy app with the framework to help achieve this goal.

What platform is a service PaaS?

Platform as a service (PaaS) is known to be a kind of a total or complete development and also the deployment of the  environment in what is known to be the cloud.

Note that this is often done with resources that helps a person to be able to send everything via the use of a simple cloud-based apps to any kind of sophisticated, cloud-based firm applications.

Hence, PAAS (platform as a service) is known to be the cloud computing model that would provide healthy app with the framework to help achieve this goal.

Learn more about agile from

https://brainly.com/question/7246595

#SPJ1

Product with recursive methods using recursion, create a program that will allow for a user to enter 5 numbers. The program will provide the product of all 5 numbers using recursive methods. Submit screenshots of your program?s execution and output. Include all appropriate source code in a zip file. Java.

Answers

Given a product with recursive methods using recursion, the program that will allow for a user to enter 5 numbers is given below.

What program will allow for a user to enter 5 numbers is given below?

import java.util.Scanner;

class Main

{

public static void main(String[] args)

{

int[] arrray = new int[5]; // variable declaration

Scanner s = new Scanner(System.in); // scanner declaration

System.out.print("Enter five numbers:");

for(int i=0;i<5;i++)  // Loop runs from 0 to 4 total 5 times

arrray[i] = s.nextInt();   // Accept array elements

System.out.println("Multiplication of 5 numbers is "+multiply(arrray,4));  // calling function

}

public static int multiply(int x[], int count)  // Called function

{

if(count<0)

return 1;  // It return 1

return x[count] * multiply(x, --count);  // recursive calling

}

}

Learn more about programs:
https://brainly.com/question/26134656
#SPJ1

A(n) _______ is a printout of your presentation with anywhere from one to nine slides per page and with areas for taking notes.

Answers

Answer:

piece of paper with certain words and symbols

Explanation:

Hardware refers to the _________________ of a computer

Answers

Answer:

physical component

Explanation:

Well, softwares are the applications and anything installed inside the computer but hardware isn't installed, it's just been connected by wires

explain the following joke: “There are 10 types of people in the world: those who understand binary and those who don’t.”

Answers

It means that there are people  who understand binary and those that do not understand it. That is, binary is said to be the way that computers are known to express numbers.

What is the joke about?

This is known to be a popular  joke that is often  used by people who are known to be great savvy in the field of mathematics.

The joke is known to be one that makes the point that a person is implying that the phrase is about those who only understands the decimal system, and thus relies on numbers in groups of 10.

The binary system is one that relies on numbers that are known to be  in groups of 2.

Therefore, If the speaker of the above phrase is one who is able to understand binary, that person  would  be able to say that that the phrase  is correctly written as  "there are 2 types of people that understand binary".

Learn more about binary from

https://brainly.com/question/21475482

#SPJ1

Instruction messages clearly explain how to execute a task. Before writing instructions, be sure you fully understand the process you are explaining. The body of instruction messages should

Answers

Instruction messages is one where the body of instruction messages should arrange items vertically with numbers.

What is an  Instruction messages?

An instructional message is known to be one whose design is said to be a kind of a  real-world application of instructional and learning theories that is made to design the tools and technologies that are also known to be used to communicate and rightly pass information

Note that based on the above,  Instruction messages is one where the body of instruction messages should arrange items vertically with numbers.

See full question below

Instruction messages clearly explain how to execute a task. Before writing instructions, be sure you fully understand the process you are explaining.

The body of instruction messages should : ___________?

A. divide the instructions into steps

B. avoid numerical lists

C. arrange items horizontally

Learn more about Instruction messages from

https://brainly.com/question/13669320

#SPJ1

explain the following joke: “There are 10 types of people in the world: those who understand binary and those who don’t.”

Answers

It means that there are people  who understand binary and those that do not understand it. That is, binary is said to be the way that computers are known to express numbers.

What is the joke about?

This is known to be a popular  joke that is often  used by people who are known to be great savvy in the field of mathematics.

The joke is known to be one that makes the point that a person is implying that the phrase is about those who only understands the decimal system, and thus relies on numbers in groups of 10.

The binary system is one that relies on numbers that are known to be  in groups of 2.

Therefore, If the speaker of the above phrase is one who is able to understand binary, that person  would  be able to say that that the phrase  is correctly written as  "there are 2 types of people that understand binary".

Learn more about binary from

https://brainly.com/question/21475482

#SPJ1

Similar to Wi-Fi, ____ is designed to provide Internet access to fixed locations (sometimes called hotzones), but the coverage is significantly larger.

Answers

Similar to Wi-Fi, WiMAX is designed to provide Internet access to fixed locations (sometimes called hotzones), but the coverage is significantly larger.

What is WiMAX used for?

WiMax is know to be a full worldwide interoperability that is said to be made just for microwave access and this is said to be a form of a communication technology that was set up for wireless delivering of  high-speed Internet service to a lot of geographical areas.

Wi-Fi is also known to be a kind of a wireless technology that is often used to link up computers, tablets, and other devices to that of the internet.

Note that Wi-Fi is said to be a radio signal transmitted from a wireless router  and as such, Similar to Wi-Fi, WiMAX is designed to provide Internet access to fixed locations (sometimes called hotzones), but the coverage is significantly larger.

Learn more about Wi-Fi from

https://brainly.com/question/13267315

#SPJ1

Why is the middle portion of 3des a decryption rather than an encryption?

Answers

Answer:

There is no cryptographic significance to the use of decryption for the second stage. Its only advantage is that it allows users of 3DES to decrypt data encrypted by users of the older single DES by repeating the key.

The structure theorem states that it is possible to write any computer program using only ________ basic control structures

Answers

Answer:

three

Explanation:

Structured programming is based on three control structures: sequence, selection, and repetition. The structure theorem states that any program can be written using only three control structures.

Felicity wants to capture the attention of the regular subway commuters in her area through her print advertisement. she wants to use a stationary print medium that commuters can see from a distance. which print medium should felicity choose?

Answers

It can be print medium to be determined by the felicity should be Billboard. Therefore, option (D) stands correct.

What is billboard?

Billboard exists an American music and entertainment magazine published weekly by Penske Media Corp. The magazine furnishes music charts, news, video, opinion, reviews, circumstances, and styles connected to the music industry.

Billboard exists a hoarding and huge outdoor advertisement board That can be visited by many people. To be seen by most automobiles and pedestrians, billboards stand frequently erected in busy areas like highways and urban areas.

Many companies publish their brands and products on the billboard for extending brand awareness and spreading the word about their company to as many individuals can know about the product.

According to the above scenario, Felicity can capture the awareness of the regular subway commuters in her area via billboard advertisement. From a distance, commuters can notice the advertisement.

Therefore, it can be print medium to be determined by the felicity should be Billboard. Therefore, option (D) stands correct.

The complete question is,

Felicity wants to capture the attention of the regular subway commuters in her area through her print advertisement. She wants to use a stationary print medium that commuters can see from a distance. Which print medium should Felicity choose?

(Correct answer only)

A. magazine

B. newspaper

C. flier

D. billboard

E. brochure

To learn more about billboard refer to:

https://brainly.com/question/3391907

#SPJ4

The first operation is called the ________ and its purpose is to get the first input value that will be tested by the validation loop

Answers

The first input operation is referred to as the priming read, and its main purpose is getting the first input value that would be tested by the validation loop.

The five Vs of big data.

In Computer technology, big data comprises five Vs and these include the following:

VolumeVeracityValueVarietyVelocity

What is input validation?

Input validation can be defined as a process that typically involves the inspection of data that has been input (entered) into a software program, in order to ensure it is valid before it is used for any computation.

In Computer programming, the first input operation is referred to as the priming read, and its main purpose is getting the first input value that would be tested by the validation loop.

Read more on big data here: https://brainly.com/question/14273643

#SPJ1

Complete Question:

The first input operation is called the ________, and its purpose is to get the first input value that will be tested by the validation loop.

A. first input

B. loop set read

C. loop validation

D. priming read

Which type of supplier is hired to provide products or services directly to a lead firm?
a) tier-1.
b) tier-2.
c) subcontractors.
d) networks.

Answers

Option 1. The tier one supplier is the one that is hired to provide products or services directly to a lead firm.

Who is a supplier?

This is the term that is used to refer to the producers that have to make the goods and the services available before they send it to the retailers who then make it available for the people that are going to consume the product that is in question.

The tier one supplier can be referred to as those supplies that one would have to have a direct business dealing with to contracted firms and other production partners that help in the distribution of products.

Hence we can say that the  tier one supplier is the one that is hired to provide products or services directly to a lead firm.

Read more on supplier here: https://brainly.com/question/26500183

#SPJ1

The __________________ family of amd processors has processors that run up to 3.2 ghz, have up to 6 cores, and use the am3 socket.

Answers

Answer:

anthlon or fx processors

A(n) ________ engine is a specialized program that assists you in locating information on the web and the internet. group of answer choices micro search wiki cloud

Answers

A Search engine is a specialized program that assists you in locating information on the web and the internet.

What is a Search engine?

This is known to be a kind of a Software type.

A search engine is  also seen to be a type of a software system that is known to be designed to function or work out web searches.

Note that They tend to  search the World Wide Web in a way that is systematic in nature  for specific information that is said to be specified in a textual web search query.

Therefore, based on the definition given, one can say that A Search engine is a specialized program that assists you in locating information on the web and the internet.

Learn more about Search engine from

https://brainly.com/question/512733

#SPJ1

A(n) __________ is a sequence of primitive data elements stored in sequential storage locations.

Answers

An array is a sequence of primitive data elements stored in sequential storage locations

A(n)__________is a confirmed event that compromises the confidentiality, integrity, or availability of information. a. operational deviation b. threat c. breach d. residual risk

Answers

In information security, a breach is a confirmed event that compromises confidentiality, integrity, or availability.

What is a breach?

A breach occurs when an obligation or promise is not fulfilled. An act of breaking laws, rules, contracts, or promises; a violation of the basic laws of humanity; a violation of a law; a breach of a promise. The factions hoped to avoid a break in relations; "they hoped to avoid a break".

Therefore, the option C, which is our answer.

To learn more about breach, here

https://brainly.com/question/13885689

#SPJ1

Michael works for a graphic design firm. He is creating an informative poster. He needs to add a great deal of text in the poster. What tool will help him format the text?
Michael will use a ( blank)
tool to help format the text for creating an informative poster.

Answers

Michael will use a Adobe Photoshop or CorelDraw   tool to help format the text for creating an informative poster.

What application is used for graphic design?

They are:

Adobe Photoshop Illustrator, GIMPCorelDraw Canva  and others

Based on the American Institute of Graphic Arts (AIGA), graphic design is known to be a term that is described as “the art and method of planning and bringing forth ideas and experiences along with the use of visual and textual content.”

Therefore, Michael will use a Adobe Photoshop or CorelDraw   tool to help format the text for creating an informative poster.

Learn more about graphic design from

https://brainly.com/question/27019704

#SPJ1

What major difference is likely to exist between on-premises identity services and those used in a cloud-hosted environment

Answers

The major difference between on-premises identity services and those used in a cloud-hosted environment is to deliver account and/or identity management.

What are cloud services?

In computers, a cloud service can be defined as a type of help in which the company may deliver a service on the internet such as, data storage.

Important companies that provide cloud services over the Internet  (e.g., Amazon Web Services) may handle essential information such as account and/or identity management.

In conclusion, the major difference between on-premises identity services and those used in a cloud-hosted environment is that cloud services can deliver account and/or identity management.

Learn more about cloud computing services here:

https://brainly.com/question/19057393

#SPJ1

When a cryptogrpahic system is used to protect data confientiality what takes place?

Answers

Answer:

Unauthorized users are prevented from viewing or accessing the resource

Identify the part of the information processing cycle described by each of the items below.

A student types text into a word processing program.

The computer checks and compares all words entered to find misspellings.

The computer shows possible misspellings on the screen.

You save the revised document to the hard disk.

CDs and DVDs are examples of

Answers

CDs and DVDs are well known examples of storage devices.

What is a storage device?

A storage device can be defined as any tool used to store data in a computer.

A student types text into a word processing program can be defined as an input whereas a computer that checks and compares all words entered to find misspellings refers to processing.

The computer shows possible misspellings on the screen may represent the output and saving documents to the hard disk is storage.

In conclusion, CDs and DVDs are examples of storage devices.

Learn more about storage systems here:

https://brainly.com/question/984226

#SPJ1

You have recently joined in an academic programme to learn more about

programming. You have learnt a few programmes. Your teacher has now given you a

number of tasks to complete.


a) Explain the concept of an algorithm and describe common algorithmic

techniques and solutions.

b)Create a flowchart from the following algorithm.

Step 1: Input VALUE1, VALUE2

Step 2: if (VALUE1 > VALUE2) then

MAX VALUE1

else

MAX VALUE2

endif

Step 3: Print “The largest value is”, MAX

Answers

The concept of an algorithm simply refers to the procedure that is used in problem-solving.

The description of the common algorithmic techniques and solutions are:

Brute-force or exhaustive search.Divide and Conquer.Greedy Algorithms.Dynamic Programming.Branch and Bound Algorithm.Randomized Algorithm.Backtracking.

The sample flowchart:

START

Input

VALUE1,VALUE2

is

VALUE1>VALUE2

If yes

MAX  VALUE1

If no

MAX  VALUE2

Print

“The largest value is”, MAX

STOP

Read more about flowcharts here:

https://brainly.com/question/6532130

#SPJ1

Ethernet provides... Group of answer choices no error detection or correction error detection and correction via CRC check error detection via CRC check error detection and correction via parity checks

Answers

Ethernet provides:

check error detection via CRC check error detection and correction via parity checksWhat is an Ethernet?

This refers to the wire connection that is used to connect to network terminals to connect to the world wide web.

Hence, we can see that based on the answer choices, we can see that the ethernet has many uses and this involves checking error detection via CRC and checking error detection and correction via parity checks

Read more about ethernets here:

https://brainly.com/question/26956118

#SPJ1

If a client performs a stabilization workout on Monday, a power workout on Wednesday, and an SAQ sports workout on Saturday, what kind of periodization is being used for their mesocycle

Answers

When a client performs a stabilization workout on Monday, The kind of periodization that is being used for their mesocycle is Undulating periodization.

What is undulating periodization?

Undulating periodization is known to be a kind of training that entails a lot of volume and intensity that often go up and down, and it is one that is often done weekly or daily, in course of the training period.

Note that a Weekly undulating periodization (WUP) alters the volume and intensity from  week to week and this is also seen as a program that has a dynamic scheme that gives room for weekly and daily fluctuations.

Hence, When a client performs a stabilization workout on Monday, The kind of periodization that is being used for their mesocycle is Undulating periodization.

Learn more about periodization from

https://brainly.com/question/714921

#SPJ1

Microsoft recommends when that you create passwords with upper and lowercase letters, numbers, symbols, and use at least ________ characters.

Answers

Answer: 8 characters

Explanation:

Answer:

10 characters

Explanation:

True or False. You can call/execute a function in the body of a loop

Answers

You can call/execute a function in the body of a loop is a true statement.

Can you call a function in a loop?

Yes, one can be able to call a function that is said to be inside from a loop as well. The function is known to be one that can be called each time the loop is said to have executes and it is one that will stop calling after the loop finishes.

When the loop body is executed it is called?

A single execution of the loop body is known to be what we call an iteration. The loop is one that can makes three iterations.

Hence, You can call/execute a function in the body of a loop is a true statement.

Learn more about loop from

https://brainly.com/question/26568485

#SPJ1

Participating in pi planning enables teams to gain alignment and commitment around a clear set of what?

Answers

Participating in pi planning enables teams to gain alignment and commitment around a clear set of prioritized objectives.

What is planning?

Planning is a form of management function,  that involves thinking regarding the activities or project to be done in other to decide beforehand on things to do.

It also involves how the task or assignment is carried out to get  a specified result.

Human resource to be used, materials and possible time frame are involved in planning. It is on of the major objectives in effective business or project management.

Therefore,

Participating in pi planning enables teams to gain alignment and commitment around a clear set of prioritized objectives.

Learn more on Planning below

https://brainly.com/question/25453419

#SPJ1

The coalesce function provides one way to substitute constant values for _________________ values.

Answers

The coalesce function provides one way to substitute constant values for null values.

What is a coalesce function?

Is a function that returns the first non-NULL value from a series of expressions. The expressions are evaluated in the order in which they are specified, and the result of the function is the first value that is not null. The result of the COALESCE function returns NULL only if all the arguments are null.

Data type determination of the resulting expression is different. ISNULL uses the data type of the first parameter, COALESCE follows the CASE expression rules and returns the data type of value with the highest precedence.

See more about coalesce function at brainly.com/question/14970953

#SPJ1

Other Questions
Breaches of unsecured phi are put through a risk assessment test to determine if they must be reported, the assessment considers:_____. Compare the impact of the industrial revolution in china and great britain. how similar were the two regions? why did great britain move toward industrialization while china did not? An investment pays 10% interest compounded monthly. What percent, as a decimal, is the effective annual yield? Enter your answer as a decimal rounded to four decimal places. Classical conditioning is based on _____ responses, and operant conditioning produces _____ behaviors. Maria is writing an essay about Edgar Allan Poe's "The Premature Burial." In it, she writes the following sentence:Edgar's story "The Premature Burial focuses on a character living in fear which stops him from truly living his life.Which of the following sentences would correct Maria's sentence to fit the rules of writing about literature?O Allan Poe's story "The Premature Burial focuses on a character living in fear which stops him from truly living his life.O Allan's story "The Premature Burial" focuses on a character living in fear which stops him from truly living his life.O Edgar Allan's story "The Premature Burial focuses on a character living in fear which stops him from truly living his life.O Poe's story "The Premature Burial focuses on a character living in fear which stops him from truly living his life. Which political party the democrats, the republicans, or the populists offered a platform that best represented the interests of the united states in 1892? identify this problem plssss Which work did jacques-louis david paint to provide inspiration and encouragement to french revolutionary forces? What is a primary reason for the yield on 3-month treasury bills being low during recessions? Is beyond the firm's capabilities to produce domestically but could be achieved by trading with another country? Suppose a stock qualifies as having moderate risk if the standard deviation of its monthly rate of return is lessthan 10%. A stock rating agency randomly selects 36 months and decides the rate of return for a specific fund.The standard deviation of the rate of return is computed to be 4.95%. Is there sufficient evidence to concludethat the fund has moderate risk at the =0.05 level of significance? A standard probability plot shows that themonthly rates of return are typically distributed.Test the claim using a hypothesis test.What are the null and alternative hypotheses for the hypothesis test?What is the conclusion based on the hypothesis test? How do poriferans and earthworms differ in their mobility? how might mobility have influenced their modes of reproduction? A firefighter rushes inside a burning building to see if anyone is trapped. this is an example of _____ d. Ecological relationships How many chromosomes does an individual human person have? a. 23 b. 46 c. 64 d.82 Quick algebra 1 question for 10 points!Only answer if you know the answer, quick shout-out to tariqareesha2 and MrBrainly, tysm for the help! What are two ways building the Panama Canal would benefit the US politically or economically? The ability and willingness to act and decide in creative ways proves most important during which stage of the npd process? The ideal metallurgical bond, for which there would be no noticeable or detectable interface, would require? Albert bandura's notion that people are affected by their environment, but can also influence that environment, is known as:_______ Select the correct answer.Which statement best describes the main purpose of the New York Constitution of 1777?It established the laws and structure of government for the state of New York.It declared New Yorks independence from King George III and England.It stated that slavery will remain legal within the boundaries of New York.It granted voting rights to wealthy men who own property.