if ( (ans == 'Y' && errors < 5) || numTries < 10 ) // note uppercase 'Y' count++; Which combinations of values result in count being incremented after the statement is complete?

Answers

Answer 1

The correction options to the case abode are:

Option B. ans = 'Y' (upper case)

errors = 6

numTries = 5

Option C. ans = 'y' (lower case)

errors = 4

numTries = 5

Option D. ans = 'Y' (upper case)

errors = 100

numTries = -1

What is Coding?

Computer coding is known to be the act that entails the use of computer programming languages to instruct the computers and machines on a given number of instructions on what need to be  performed.

Note that in the statement above,  the combinations of values results in count being incremented after the statement is complete is option B, C and D.

See full question below

Learn mode about coding from

https://brainly.com/question/22654163

#SPJ1


Related Questions

prototypes remain largely unchanged throughout the design process. true or false?

Answers

Prototypes remain largely unchanged throughout the design process is said to be a false statement.

What is a prototype?

Prototyping is known to be a kind of an experimental process that is where design teams are known to often implement ideas into a kind of tangible forms such as from paper to digital.

It is said to be often prone to a lot of changes and as such, Prototypes remain largely unchanged throughout the design process is said to be a false statement.

Learn more about prototypes  from

https://brainly.com/question/7509258

#SPJ1

An IEEE 802.11ac radio card can transmit on the _____________________ frequency and uses __________________ spread-spectrum technology.

Answers

An IEEE 802.11ac radio card can transmit on the 5 GHz frequency and uses DSSS spread-spectrum technology.

What is 802.11ac?

A 802.11ac is one of the wireless network standards which was developed by the Institute of Electrical and Electronics Engineers (IEEE) which operates on a 5 GHz microwave bandwidth (frequency) and as a result it is faster and can transmit over a long distance.

In this context, we can logically deduce that an IEEE 802.11ac radio card can transmit on the 5 GHz frequency and uses direct-sequence spread spectrum (DSSS) technology.

Read more on 802.11ac here: https://brainly.com/question/18370953

#SPJ1

9) WAp to display the given series
1 2
1 2 3
1 2 3 4
1 2 3 4 5​

Answers

The program that displays the given series is exemplified below. Also, see the meaning of Java.

What is Java?

Java is a class-based, object-oriented general-purpose programming language.

The programming language is designed so that developers may write code anywhere and run it anywhere, regardless of the underlying computer architecture.

It is also known as write once, run anywhere (WORA)

Sample program:

public class KboatPattern

{

   public static void main(String args[]) {

       for (int i = 1; i <= 5; i++) {

           for (int j = i; j >= 1; j--) {

               System.out.print(j + " ");

           }

           System.out.println();

       }

   }

}

Learn more about Java at;
https://brainly.com/question/26642771
#SPJ1

Which of the following policies states that users agree to follow it in order to be given access to corporate email, information systems, and the I Internet? Acceptable Use Policy. Social Media Policy. Information Privacy Policy. Email Privacy Policy.

Answers

Answer:

Acceptable Use Policy

Explanation:

Hope that helps

Which is true about arrays and methods? Group of answer choices Arrays cannot be passed to methods An array is passed to a method as a reference Passing an array to a method creates a copy of the array within the method A programmer must make a copy of an array before passing the array to a method

Answers

Answer:

Correct option is: Arrays are passed to methods by reference.

Explanation:

Arrays are passed to methods by reference. This means that if the content of the array is changed in a method, the change will be reflected in the calling method.

Write a program that lists all ways people can line up for a photo (all permutations of a list of strings). The program will read a list of one word names (until -1), and use a recursive method to create and output all possible orderings of those names, one ordering per line.
When the input is:
Julia Lucas Mia -1
then the output is (must match the below ordering):
Julia Lucas Mia Julia Mia Lucas Lucas Julia Mia Lucas Mia Julia Mia Julia Lucas Mia Lucas Julia ------File: main.cpp------
#include
#include
#include
using namespace std;
// TODO: Write method to create and output all permutations of the list of names.
void AllPermutations(const vector &permList, const vector &nameList) {
}
int main(int argc, char* argv[]) {
vector nameList;
vector permList;
string name;
// TODO: Read in a list of names; stop when -1 is read. Then call recursive method.
return 0;
}

Answers

The code that lists all the possible permutations until -1 that corrects the problem in your code is:

#include <algorithm>

#include <iostream>

#include <vector>

int main() {

   std::vector<std::string> names{

       "Julia", "Lucas", "Mia"

   };

   // sort to make sure we start with the combinaion first in lexicographical order.

   std::sort(names.begin(), names.end());

   do {

       // print what we've got:

       for(auto& n : names) std::cout << n << ' ';

       std::cout << '\n';

       // get the next permutation (or quit):

   } while(std::next_permutation(names.begin(), names.end()));

}

Read more about permutations here:

https://brainly.com/question/1216161

#SPJ1

When adopting and implementing a software as a service (saas) platform such as salesforce for your business, which responsibility falls on you, as the client company? managing the platform feature roadmap installing software updates and bug-fixes hosting data storage and backups complying with governance obligations i don't know this yet.

Answers

When adopting and implementing a software as a service (saas) platform such as salesforce for your business, the responsibility falls on you in Hosting data storage and backups.

What is  data storage?

Storage is known to be the  method used in keeping one's data in a secure location that one can be able to access readily.

Hence, When adopting and implementing a software as a service (saas) platform such as salesforce for your business, the responsibility falls on you in Hosting data storage and backups.

Learn more about saas from

https://brainly.com/question/24852211

#SPJ1

For the execution of a successful information strategy, staff synchronization _____. (Select all that apply.) relies on informed commander's guidance begins at the execution phase of operations requires cross-talk and cross-representation breaks down staff planning into clearly defined major subsets integrates products does not impact actions, words, and images

Answers

For the execution of a successful information strategy, staff synchronization relies on informed commander's guidance.

What is the above about?

A successful information strategy, staff synchronization is one that  depends on informed commander's guidance.

And as such, if one say that For the execution of a successful information strategy, staff synchronization relies on informed commander's guidance. it is a true statement.

Learn more about information strategy from

https://brainly.com/question/8368767

#SPJ1

Organizations must ensure that proper consent is obtained from data subjects or establish some other lawful basis for processing before processing their personal data. what's another requirement that must be met before processing data?

Answers

Answer:Consent.

Explanation:

GDPR requires any organization processing personal data to have a valid legal basis for that processing activity. The law provides six legal bases for processing: consent, performance of a contract, a legitimate interest, a vital interest, a legal requirement, and a public interest. If the data subject, a.k.a. natural person, consents to processing without knowing the (several) purpose(s) in full and in an easy to understand way, then consent is not a legal ground for processing as it's by definition not freely given, specific, informed and unambiguous. Moreover, consent cannot be bundled. Consent needs to be an unambiguous indication. Consent is an act: it needs to be given by a statement or by a clear act. Consent needs to be distinguishable from other matters. The request for consent needs to be in clear and plain language, intelligible and easily accessible.

1.The ____ operator executes one of two expressions based on the results of a conditional expression. conditional expressional comparison

Answers

Answer:

Ternary operator

Explanation:

Example if (a == 1) ? 'execute b' : 'execute c'

You are configuring shared storage for your servers and during the configuration you have been asked to a supply a LUN. What type of storage are you configuring

Answers

The type of storage you are said to be configuring is storage area network (SAN).

What is SAN storage?

A SAN is known to be a kind of block-based storage that is known to often bring about a high-speed architecture that links servers to their counterparts which are the logical disk units (LUNs).

Note that in the above case, The type of storage you are said to be configuring is storage area network (SAN).

Learn more about configuration from

https://brainly.com/question/24847632

#SPJ1

Taylor uses the numeric keypad to enter statistical data into a spreadsheet. which finger should she use to type the number 7 in the number 7609?

Answers

Answer:

index finger

Explanation:

The image attached is a nice visual explanation numbering fingers.

Answer:

index finger

Explanation:

Please compose an email back to your client mr. smith, letting him know we are unable to secure the requested reservation at eleven madison park tonight for a party of 2 at 6pm.

Answers

The compose an email back to your client Mr. smith is written above,

Mr Smith,

Manager Venus PLC.

Dear sir,

Issue with requested reservation

I wish to inform you concerning the requested reservation for the eleven Madison park tonight for a party of 2 at 6pm.

The place has been taken by another person as at that time and our request was said to be made too late but there are other options that have been given for  that time but in a letter date.

We are sorry for the inconveniences this may have cause you and we hope to meet you to discuss the way forward.

Thanks for your continuous patronage,

Mr. Rolls.

Manager Madison park

Learn more about Email from

https://brainly.com/question/24688558

#SPJ1

Answer the following 8-mark question in your book.

Discuss the ethical issues in the growing use of mobile technology.

You may wish to include the following points:

cyberbullying
confidential data stored on the devices
health
social pressure
digital divide
high cost

Answers

Health effects of mobile phones owing to RF radiation include "thermal" effects, which refer to a rise in body temperature.

What is mobile technology?

Technology that travels with the user is called mobile technology. It includes of computer equipment, portable two-way communication devices, and the networking technology that links them.

Currently, internet-capable gadgets like smartphones, tablets, and watches best represent mobile technology

Our culture is experiencing ethical problems as a result of mobile technology. According to research by Archie Carroll, some users of mobile technology disregard personal responsibility.

People are using their cell phones while driving through congested crossings. Carroll claims that mobile phones have caused driving distractions.

A sort of bullying or harassment that uses technology is called cyberbullying or cyber harassment.

There are worries that the RF radiation that mobile phones generate, even at low doses, might result in headaches or brain tumors.

To learn more about mobile technology refer;

https://brainly.com/question/2500723

#SPJ1

Cheryl is responsible for cybersecurity at a mid-sized insurance company. She has decided to use a different vendor for a network antimalware than she uses for host antimalware. Is this a recommended action, why or why not

Answers

yes, this a recommended action and this is known to be best described as vendor diversity.

What is Vendor diversity?

This is known to be one that gives two security benefits in regards to the fact that it does  not have a single point of failure if one vendor cease operations and also each vendor has their own methodology and algorithms used for known or seeing malware.

Hence in the above case, yes, this a recommended action and this is known to be best described as vendor diversity.

learn more about cybersecurity from

https://brainly.com/question/12010892

#SPJ1

Select the correct answer.
What does firewall software do?
A.
It improves network connectivity.
B.
It monitors network traffic to block malicious content.
C.
It adds some new features to the operating system.
D.
It installs viruses in the system.

Answers

Answer:

A. It improves network connectivity.

Answer:

B. It monitors network traffic to block malicious content.

The response of the DBMS to a query is the ___________ The response of the DBMS to a query is the ___________ ad hoc response query result set integrated view of the data ad hoc query

Answers

The response of the DBMS to a query is the query result set.

What is a query ResultSet?

A resultset is known to be a form of an object that is made up of the results that are used in the executing of an SQL query.

Note that the data from a resultset is gotten back through the use of the fetch functions in python and as such, The response of the DBMS to a query is the query result set.

Learn more about  Query result from

https://brainly.com/question/19338967

#SPJ1

Which component of CIA triad ensures that the connectivity and performance are maintained at the highest possible level

Answers

The component of CIA triad ensures that the connectivity and performance are maintained at the highest possible level is Availability.

What is Availability in CIA triad?

Availability is known to be the information that needs to be consistently and one that is said to be readily accessible in times of need by authorized parties.

Note that for a thing to be available, it means that that thing can be accessible at any time and any day. it is an attribute that is not very common and as such, it brings about high performance and easy connectivity.

Hence, in the above case, The component of CIA triad ensures that the connectivity and performance are maintained at the highest possible level is Availability.

Learn more about CIA triad from

https://brainly.com/question/17269063

#SPJ1

Last week I was able to go to see the new Dr. Strange movie. I thought it was pretty awesome. When I was looking at buying tickets I wanted to make sure I got as many discounts as I could get. By default a movie ticket is $15. If you go before 5pm, the ticket price is $12.50. If you plan on buying in bulk (5 or more tickets) you will receive a 10% discount. If you are a student, you get a 15% discount.
Write a program that asks the user if they are going to the movie before 5PM (1 for yes, 0 for no), how many tickets they are going to buy (an integer greater than 1), and if they are a student (1 for yes, 0 for no). Print out the total cost for the amount of tickets you would like to buy.
Sample Case 1:
Are you going to the movie before 5PM? (1 - Yes, 0 - No)
0
How many people are going?
2
Are you a student? (1 - Yes, 0 - No)
0
The group’s price is $30.00.

Answers

The program is an illustration of conditional statements.

Conditional statements can have single condition or multiple conditions

The complete program

The program written in Python is as follows:

price = 15

timeCheck = int(input("Are you going to the movie before 5PM? (1 - Yes, 0 - No)"))

if timeCheck == 1:

   price = 12.5

numPeople = int(input("How many people are going?"))

if numPeople>= 5:

   price = price * 0.90 * numPeople

else:

   price = price * numPeople

student = int(input("Are you a student? (1 - Yes, 0 - No)"))

if student == 1:

   price = price * 0.85

print("The group's price is",price)

Read more about Python programs at:

https://brainly.com/question/13246781

#SPJ1

compare the two methods of creating table in ms access ( Datasheet view and Design view) which one wouldyou prefer to use to record the advantages and dis advantages of using the internet?

Answers

The main difference between the datasheet view and the design view is in the datasheet view, we can only view and do minor changes but in the design view, we can edit the table and modify it.

What is MS Access?

MS Access is a service of Microsoft, that is used in the sector of business and other companies, to store and manage data.

Datasheet view and design view are the two types of tables in ms access, the design view has more functions, you can change and edit the table.

Thus, the primary distinction between the datasheet view and the design view is that while we can examine and make some minor adjustments in the datasheet view, we can edit and amend the table in the design view.

Learn more about MS Access, here:

https://brainly.com/question/17135884

#SPJ1

Linux drivers may be delivered in an archive format called Stuffit. Group of answer choices True False

Answers

Answer:

False

Explanation:

A security engineer implemented once-only tokens and timestamping sessions. What type of attacks can this type of security prevent

Answers

The type of attacks that this type of security prevent are:

A replay attack A pass-the-hash-attack

What is a replay attack?

A replay attack is known to be a form of network attack where a said attacker is known to detects a data transmission and he or she is the one that fraudulently delayed it or repeated it.

Based on the above scenario, The type of attacks that this type of security prevent are:

A replay attack A pass-the-hash-attack

Learn more about A replay attack  from

https://brainly.com/question/25807648

#SPJ1

What technology uses mathematical algorithms to render information unreadable to those lacking the required key

Answers

Data encryption is the name of the technology that uses mathematical algorithms to render information unreadable to those lacking the required key.

What is Data encryption technology?

This is a technology that helps to secure data by applying a technique known as cryptography. What this basically means is that a secret code (or key) is generated which would provide access to the cryptographically stored information, and failure to provide the correct key makes the data or information unreadable.

You can learn more about how data encryption works here https://brainly.com/question/9238983

#SPJ1

Toni is reviewing the status of his organization's defenses against a breach of their file server. He believes that a compromise of the file server could reveal information that would prevent the company from continuing to do business. What term best describes the risk that Tony is considering

Answers

Due to the fact that Toni is reviewing the status of his organization's defenses against a breach of their file server, the best describes the risk that Tony is considering is Strategic risk.

What is Strategic risk?

This is known to be a form of internal and external events that often render it hard, or lets say impossible, for a firm to achieve their aims and strategic goals.

Note that, Due to the fact that Toni is reviewing the status of his organization's defenses against a breach of their file server, the best describes the risk that Tony is considering is Strategic risk.

Learn more about file server from

https://brainly.com/question/17062016

#SPJ1

What should the status of your cpt application be in order for a student to be e-verified and eligible work?.

Answers

The status of your cpt application be in order for a student to be e-verified and eligible work are:

Applied statusApproved status

What is CPT?

Curricular Practical Training (CPT) is known to be a legal off-campus employment that is known to be linked to one's major and an integral part of one's degree program.

Therefore, The status of your cpt application be in order for a student to be e-verified and eligible work are:

Applied statusApproved status

Learn more about cpt application from

https://brainly.com/question/17216580

#SPJ1

Most computers today support the ____ standard, which means the computer automatically configures new devices as soon as they are installed and the computer is powered up.

Answers

A lot of computers today support the plug and play standard, which means the computer automatically configures new devices as soon as they are installed.

What is the Plug and Play (PnP)?

This is the aspect of Windows that helps the  computer system to be able to stand  or adapt to hardware changes with some little intervention by the user.

Hence, A lot of computers today support the plug and play standard, which means the computer automatically configures new devices as soon as they are installed.

Learn more about configuration from

https://brainly.com/question/26084288

#SPJ1

List the two examples of input devices

Answers

Answer:

Computer - Input Devices

•Keyboard.

•Mouse.

•Joy Stick.

•Light pen.

•Track Ball.

•Scanner.

•Graphic Tablet.

•Microphone.

Explanation:

hope this helps you

______ feedback is a technology that sends resistance to the gaming device in response to actions of the user.

Answers

Force feedback is the name of the technology used that sends resistance to the gaming device in response to the actions of the user.

Gaming device

Gaming devices are a piece of hardware used by game players. For example, devices such as gamepads and joysticks all fall under the category of gaming devices. These gaming devices make use of a force feedback technology which sends resistance when users perform certain actions.

You can learn more about force feedback technology from a related question here https://brainly.com/question/1786465


#SPJ1

Write the logical Expression and Draw the Truth table for the
following questions

Answers

The logical expressions are

(X NOR Y ) OR Z ⇒ [tex](\bar X \bar + \bar Y) + Z[/tex](A NAND B) AND NOT C ⇒ [tex](\bar A \bar \cdot\bar B) \cdot \bar C[/tex]

How to determine the logical expressions?

Logical expression 1

X and Y are linked by the NOR gate.

So, we have:

X NOR Y

The X NOR Y is linked to Z by the OR gate.

So, we have:

(X NOR Y) OR Z

Hence, the logical expression is (X NOR Y ) OR Z ⇒ [tex](\bar X \bar + \bar Y) + Z[/tex]

Logical expression 2

A and B are linked by the NAND gate.

So, we have:

A NAND B

The A NAND B is linked to C by the AND gate.

So, we have:

(A NAND B) AND C

Hence, the logical expression is (A NAND B) AND NOT C ⇒ [tex](\bar A \bar \cdot\bar B) \cdot \bar C[/tex]

See attachment for the truth tables

Read more about truth tables at:

https://brainly.com/question/27989881

#SPJ1

Interactivity and Blank______ are two important capabilities of the Internet in the Blank______ relationship.

Answers

Interactivity and individuality are two important capabilities of the Internet in the buyer-seller relationship.

What is  individuality?

The Definition of the term individuality connote the full character that is specific to and set apart a person from another.

Note that Interactivity and individuality are two important capabilities of the Internet in the buyer-seller relationship.

Learn more about individuality from

https://brainly.com/question/18405002

#SPJ1

Other Questions
1. While researching online, you come across an article that prominently displays the author's name. This source is likely to haveA. timeliness.B. unreliable sources.C. authority.D. a direct citation. Read the passage from "Marriage Is a Private Affair" by Chinua Achebe. In this conversation, Nnaemeka speaks first, and Nene speaks second."You have lived in Lagos all your life, and you know very little about people in remote parts of the country."Thats what you always say. But I dont believe anybody will be so unlike other people that they will be unhappy when their sons are engaged to marry."Yes. They are most unhappy if the engagement is not arranged by them. In our case its worseyou are not even an Ibo.This was said so seriously and so bluntly that Nene could not find speech immediately. In the cosmopolitan atmosphere of the city it had always seemed to her something of a joke that a persons tribe could determine whom he married.At last she said, "You dont really mean that he will object to your marrying me simply on that account? I had always thought you Ibos were kindly disposed to other people."So we are. But when it comes to marriage, well, its not quite so simple. And this, he added, "is not peculiar to the Ibos. If your father were alive and lived in the heart of Ibibio-land he would be exactly like my father. Emily's family loves to work together in the garden. They have a slight preference for flowers, as 60%, percent of their plants are flowers and 40%, percent are vegetables. They have 50 plants growing in the garden. How many vegetable plants do they have? Explain the mechanics of breathing. Include the role of intercostal muscles, diaphragm, and air pressure. You are attempting to control bleeding on a coworker who has cut himself while using a hand tool on a job site. How should you best address the possibility of being exposed to an infectious blood borne disease Can you help me to answer the question Graph a system of equations to solve log (5.6x + 1.3) = 1 x. Round to the nearest tenth.From the least to the greatest, the solutions are: write a few sentences describing the US response to attempts by jewish refugees to flee nazi germany. how did this response create challenges for the refugees? Homer's Odyssey is whatHomer's Odyssey is __. Group of answer choices A Science Fiction narrative A Comedy A Tragedy An Epic Poem A 60kg man jumps off a 30 foot building. Assuming he falls from rest and there is negligible air resistance, how long will it take him to reach the ground? Please help ill give whoever answers the best the brainliest answer :00 [tex] {3}^{2x - 2} - 28( {3}^{x - 2} ) + 3 = 0[/tex]solve for x..... A group of researchers wanted to measure the impact of playing classical music at bedtime to infants. They choose 20 infants to play music from 6:30 7:30 pm at bedtime and 20 infants to not play music at all. For each day for 3 months they observed them for 4 hours and recorded exactly how long it took for them to fall asleep. At the end of the 3 months they calculated the percentage of awake time to the time they slept for the 4 hours and compared the percentages to infants that had music played versus infants that did not. None of the answer choices Experimental Survey Observational Study A group of researchers wanted to measure the impact of playing classical music at bedtime to infants . They choose 20 infants to play music from 6:30 7:30 pm at bedtime and 20 infants to not play music at all . For each day for 3 months they observed them for 4 hours and recorded exactly how long it took for them to fall asleep . At the end of the 3 months they calculated the percentage of awake time to the time they slept for the 4 hours and compared the percentages to infants that had music played versus infants that did not . None of the answer choices Experimental Survey Observational Study For every 5 minutes that Scarlett plays on the computer, she plays outside for 12 minutes. What is the ratio of minutes Scarlett plays on the computer to minutes she plays outside? Which of the following graphs shows thesolution set to 2x < 6 and 3x + 2 >-4? The amniotic fluid __________. Group of answer choices delivers food and oxygen to the developing organism helps keep the temperature of the prenatal world constant produces blood cells until the organs are mature enough to take over this function delivers nutrients and removes waste products 8. An organizational activity that results in the creation, coordination, and organization of information about that organization and the dissemination of it to the public through the mass media is called __________. The graph shows the velocity f(t) of a runner during a certain time interval:Graph of line segment going through ordered pairs 0, 2 and 6, 8. Graph of another line segment going through ordered pairs 6, 8 and 8, 0. Label on the x axis is time in seconds, and label on the y axis is velocity in meters per second.Which of the following describes the intercepts on the graph? The initial velocity of the runner was 8 m/s, and the runner stopped after 2 seconds. The initial velocity of the runner was 2 m/s, and the runner stopped after 8 seconds. The initial acceleration of the runner was 8 m/s2, and the runner stopped after 2 seconds. The initial acceleration of the runner was 2 m/s2, and the runner stopped after 8 seconds. Complete the equation of the line through ( 10 , 7 ) (10,7)left parenthesis, minus, 10, comma, minus, 7, right parenthesis and ( 5 , 9 ) (5,9)left parenthesis, minus, 5, comma, minus, 9, right parenthesis. Use exact numbers. Which of these health risks may be caused by sleep deficiency? A.Cancer B.Allergies C.Obesity D.Lung disease