In which program structure does the processor verify the mentioned condition only after executing the dependent statements once?

A. Switch Case Structure
B. Do While Structure
C. If Else Structure
D. For Structure
E. While Structure​

Answers

Answer 1
B. because you have to do it while in structure.
Answer 2
The answer is B , do while structure.

Related Questions

Write a simple JavaScript function named makeFullName with two parameters named givenName and familyName. The function should return a string that contains the family name, a comma, and the given name. For example, if the function were called like this: var fn = makeFullName("Theodore", "Roosevelt");

Answers

Answer:

Explanation:

Ji

A JavaScript function exists as a block of code created to accomplish a certain task.

What is a JavaScript function?

In JavaScript, functions can also be described as expressions. A JavaScript function exists as a block of code created to accomplish a certain task.

Full Name with two parameters named given Name and family Name

#Program starts here

#Prompt User for Input "given Name and family Name "

given Name = input("Enter Your given Name: ")

family Name = input("Enter Your family Name: ")

#Define Function

def last F(given Name, Family Name):

  given Name = given Name[0]+"."

  print(Last Name+", "+Family Name);

last F(given Name, Family Name) #Call Function

#End of Program

To learn more about JavaScript function

https://brainly.com/question/27936993

#SPJ2

write c++ program from 1to 100 to find prime numbers using statement.

please help me​

Answers

Answer:

int count;

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

count = 0;

for (int j = 1; j <=i; j++)

if (i%j==0) count ++;

if (count == 2) cout << i << " ";

}

Mark is working on a feature film project. His job is to portray the economic status, occupation, and attitude of the characters visually. Which role is he playing?

Answers

Answer:

Videographer

Explanation:

Answer:

i think i would be costume designer

Explanation:

because if you spell videographer  it gives you the little red squiggly line

Which form of data does the image represent? (10 points)
A. Analog data
B. Digital data

Answers

The image in the photograph is representing A. Analog Data. Analog data is data that is represented in a physical way. Where digital data is a set of individual symbols, analog data is stored in physical media, whether that's the surface grooves on a vinyl record, the magnetic tape of a VCR cassette, or other non-digital media. Analog and digital signals are different types which are mainly used to carry the data from one apparatus to another. Analog signals are continuous wave signals that change with time period whereas digital is a discrete signal is a nature. Examples of analog technology: photocopiers. old land-line telephones. audio tapes. old televisions (intensity and color information per scan line). Analog and digital signals are the types of signals carrying information. The major difference between both signals is that the analog signals that have continuous electrical signals, while digital signals have non-continuous electrical signals.

Should the security researcher have published exploit code that affects every version of Windows and cannot be patched

Answers

Answer:

No.

Explanation:

This is because there is probably the risk of malicious attackers grabbing the published exploit code that affects every window and then utilizes it for dubious purposes. Such as stealing vital information after gaining access.

The most ideal way for the security researcher to go about the exploit code that affects every version of the window is to meet the windows manufacturers, discuss the negative issues of windows software with them and eventually assist them in the software update to troubleshoot the patch.

To solve the difficulty of scaling memory organization, memories are physically organized into a ____-dimensional organization.
A) one
B) two
C) three
D) multi

Answers

The answer is D) multi

An attempt to generate a large number of session IDs and have a server process them as part of a session hijack attempt is known as what type of attack

Answers

Answer:

An attempt to generate a large number of session IDs and have a server process them as part of a session hijack attempt is known as

TCP Session Hijacking.

Explanation:

TCP Session Hijacking is a cyber-attack in which illegitimate access is acquired to a client's server in the network.  The attacker then hijacks the TCP/IP session by reading and modifying transmitted data packets and also sending requests to the addressee's server.  To achieve this attack effectively, the hacker generates a large number of session IDs, thereby confusing the client's server to process them as a part of the users' sessions. Sessions (a series of interactions between two communication end points) are used by applications to store user parameters and, they remain alive until the user logs off.

list down four ways to start word 2010​

Answers

1Locate the Word icon on the Start button's All Programs menu. Don't click to start Word now!
2Right-click the Microsoft Word 2010 menu item. A pop-up menu appears.
3Choose Send To→Desktop (Create Shortcut).
4Press the Esc key to hide the Start button menu and view the desktop.

Database are pranized in
consist of a series of
which consist of a senes of​

Answers

Answer:

fields and records I guess is the answer

Discuss two (2) methods for combining multiple anomaly detection methods to improve the identification of anomalous objects. You must consider both supervised and unsupervised cases in your discussion.

Answers

Answer:

Supervised anomaly detection is a process in data mining that uses a historic dataset of dependent variables and labeled independent variables to detect outliers or anomalies in the data been mined.

Unsupervised anomaly detection method uses unsupervised algorithms of unlabeled clusters to label and predicts and rule-out outliers or anomalies.

Explanation:

Anomaly detection is a method of identifying data or observations with high deviation or spread from other grouped data. Supervised and unsupervised machine learning algorithms are used to predict and detect abnormal datasets or outliers during data mining.

The supervised anomaly detection algorithm trains the model with a dataset, for the algorithm to derive a function it could use to predict outlier or anomalies. The unsupervised detection algorithm is able to cluster and label normal and abnormal data in the dataset, using this function to detect anomalies in future datasets.

Overflow and roundoff errors result from real-world limitations in representing . . . (10 points)
A. number systems
B. fractions
C. place values

Answers

Answer:

C. place values

Explanation:

Place value can be defined as the numerical value representing a digit owing to its position in a number. Some examples of the various place values used in representing each digit are tenths, hundredths, thousandths, unit, tens, hundreds, thousands etc.

For example, in the number 316.2;

The place value of 3 is hundreds. The place value of 1 is tens. The place value of 6 is units. The place value of 2 is tenths.

In the real-world, their instances where there are limitations in counting and representing real numbers that are infinite (too small or too large). In order to overcome these limitations or barriers, we use place values.

An overflow error arises when a real number cannot be represented because it is too large and exceeds the upper limits of a range chosen.

Also, a roundoff error can be defined as the difference between the output generated from an algorithm using an exact or actual numbers and the output generated using rounded or finite-precision numbers.

Hence, overflow and roundoff errors result from real-world limitations in representing place values.

Whose guidelines should you follow for the destruction of storage media such as thumb drives, Zip drives, and computers?

Answers

Answer:

Depends how bad you want to hide something. If the drive has previously been encrypted and the password hashed (like AES-256 with SHA-512 hashing), then deleting the content is enough since it will be slightly overridden and thus unusable. If it is not encrypted already, delete it, and override all your disk space with something. If you want it to die as a secrete 100%, burn it and pulverize it. Otherwise, if you want a quick method, use some real delete software.

59. When analyzing the IDS logs, the system administrator noticed an alert was logged when the external router was accessed from the administrator's Computer to update the router configuration. What type of an alert is this

Answers

Answer:

False Positive

Explanation:

A false positive or false positive error may be defined as a result which indicated that the given conditions seems to exists when it actually does not. It is classified as a type I error. It tests a check for a single condition and then falsely provides a positive or affirmative decision.

In the context, a false positive type of error occurred when the external router of the system administrator was accessed from the computer of the administrator that was used to update the configuration of the router.

Your company just installed a new web server within your DMZ. You have been asked to open up the port for secure web browsing on the firewall. Which port should you set as open to allow users to access this new server?

Answers

Answer:

The port that should be set open to allow users to access this new server is:

TCP port.

Explanation:

Ports are openings or entrance doors through which data packages have access to a PC or server.  TCP and UDP are transport protocols with port numbers.  TCP means Transmission Control Protocol.  They are used to connect two devices over the internet and other networks.  UDP means User Datagram Protocol.  They are used to connect applications and to speed the transfer of data.  Comparatively, UDP is faster, simpler, and more efficient than TCP.  TCP enables retransmission of lost data packets, which UDP cannot do.

.NET
It is considered the College database.
1. Create a console application to display the information
from the Teacher table.
2. Create a Windows Forms application for
entering the information in the Teacher table


3. For the Teacher table:
a) create its XML representation;
b) display the representation in a Windows application
Forms in alphabetical order by teacher name (
without idprof);
c) Display each name and surname of each teacher
together with the department to which he belongs.

Please help, need at least the first 2 exercises.

Answers

Answer:

This is called contradiction cloud responsibility (CCR)

Explanation:

Other Questions
Read the excerpt from "Bone Detective," by LorraineJean Hopping.Which statement best describes Hopping's viewpointand purpose in this excerpt?The Hunley recovery team planned to display Diane'scasts in a museum that was about to be built. But did thecasts belong in a public exhibit? Some people objectedto displaying soldiers' remainseven though they wereplastic replicas. Diane saw nothing wrong with it. In fact,she had no qualms about showing the real bones."If people want to really learn about the soldiers," shesaid, "you have to show the bones. The bone is a recordof a person's life, especially the last part-thecircumstances of death."How and why did the Hunley sink? What can we learnabout the livesand deaths of its ill-fated crew?Scientists will likely be investigating the answers foryears to come, thanks in part to Diane's casts.O The author believes Diane France should not displaysoldiers' remains, and she writes to persuade readersto avoid visiting the museum.The author thinks a Union warship caused thesubmarine to sink, and she writes to inform readersabout the war.The author thinks stories about the Civil War areinteresting, and she writes to entertain readers withtrue war stories.0 The author believes Diane France's work in makingbone casts has helped many scientists, and shewrites to give details about her experiences. What is the slop of the line that contains the points (0,1)and(-2,-9).write your answer as a friction in simplest from (hint:2/1 should be simplified to 2 How to watch Go,stop, Murder (kdrama question) Which number line shows the solution to 3 (1)? A number line is shown from negative 5 to 0 to positive 5. There are increments of 1 on either side of the number line. All the numbers are labeled on either side of the number line. An arrow pointing from 0 to negative 3 is shown. Above this, another arrow pointing from negative 3 to negative 4 is shown. A vertical bar is shown at the tip of the arrowhead of the top arrow. A number line is shown from negative 5 to 0 to positive 5. There are increments of 1 on either side of the number line. All the numbers are labeled on either side of the number line. An arrow pointing from 0 to 3 is shown. Above this, another arrow pointing from 3 to 4 is shown. A vertical bar is shown at the tip of the arrowhead of the top arrow. A number line is shown from negative 5 to 0 to positive 5. There are increments of 1 on either side of the number line. All the numbers are labeled on either side of the number line. An arrow pointing from 0 to negative 3 is shown. Above this, another arrow pointing from negative 3 to negative 2 is shown. A vertical bar is shown at the tip of the arrowhead of the top arrow. A number line is shown from negative 5 to 0 to positive 5. There are increments of 1 on either side of the number line. All the numbers are labeled on either side of the number line. An arrow pointing from 0 to 3 is shown. Above this, another arrow pointing from 3 to 2 is shown. A vertical bar is shown at the tip of the arrowhead of the top arrow. Helppppppppppppppppp Help me with number 15 and 16 Write a short poem about your neighborhood. Which phrase best represents the following?n_ =75 Plz help me with this?!?! I will mark you brainliest!!! Review Guide #3 16-27 Why do political parties carefully monitor the actions of officeholders?A to find out what party they supportB to determine what the officeholder is doing while in officeC to determine the electoral votesD to find out the popular vote Drag the tiles to the correct boxes to complete the pairs.Match each graph with a description of its correlation.Tiles:modest negative correlationweak negative correlationperfect negative correlationmodest positive correlationstrong positive correlation. A ball is thrown horizontally at a height of 1.5 meters at a velocity of 70 m/s. Assume no air resistance. How long until the ball reaches the ground?0.25 s0.38 s0.55 s0.67 s click the pdf to download it and help me please answer this question Two carts connected by a 0.25 m spring hit a wall, compressing the spring to 0.1 m. The spring constant k is 100 N m . What is the elastic potential energy stored from the spring's compression? how has school influenced sodapopANSWER ASAP from the outsiders book/movie The management of Asteria Inc. is studying the financial reports and statements of the company for the current accounting period. Which accounting head is a part of an off-balance-sheet item? If you were a new settler from England, what advantages would a city offer Why dont the other animals protest Napoleons decisions?