1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ad-work [718]
2 years ago
15

The following pseudocode is an example of ____.do stepAdo stepBif conditionC is true thendo stepDelsedo stepEendifwhile conditio

nF is truedo stepGendwhilea. nestingb. stackingc. posttestd. pretest
Computers and Technology
1 answer:
rewona [7]2 years ago
6 0

Answer:

Option d pretest

Explanation:

Given the pseudocode:

  1. do stepA
  2. do stepB
  3. if conditionC is true
  4. then do stepD
  5. else
  6. do stepE
  7. end if
  8. while conditionF is true
  9. do stepG
  10. end while

The pseudocode above shows that there is a pretest before some codes are executed. For example, line 3 check if condition is true then only execute stepD otherwise execute stepE. Line 8 check if conditionF is true then repeatedly execute stepG. These are examples of pretest a condition will must be met (pretest passed) before a block of codes can be executed. This pretest can be seen in if-else statements and also the while condition.  

You might be interested in
Q-3 A technician is setting up a computer lab. Computers on the same subnet need to communicate with each
Tasya [4]

Answer:

the answer would be B proxy server

4 0
3 years ago
Most colleges require blank years of foriegn language for admission
Sladkaya [172]

They require about 4 years of foreign language if you want to learn more afterwards then it is another 2 years or 3.

3 0
3 years ago
Imagine that the United States is characterized by a political structure in which the state government and the national governme
Alenkinab [10]

Answer:

The answer is " Co-operative federalism".

Explanation:

It is also known as Marble-cake governance, this federalism provides an idea, in which both governments (state and local), works together and productively resolves the common issues, that are distinct, but mostly identical.

  • It provides disagreement, over a policy in a national system, that is governed by the federal state.
  • It supports fitness, that's why the Co-operative federalism is the correct answer.
6 0
3 years ago
What are two design elements that help MRAP trucks resist mines?
CaHeK987 [17]

Answer:

The two design elements that help MRAP Trucks resist mines are:

A) Its hard armored body

B) Its hull is V-shaped. A design that enables it to deflect Improvised Explosive Devices (IED) blasts away from the vehicle

Explanation:

Mine-Resistant Ambush Protected. This is the full meaning of MRAP. This terminology is used to describe trucks used mainly by the United States Military in terrains that have been weaponized with explosives.

These heavy-duty vehicles are also designed to decimate or clear explosives and mines. They offer more protection than tanks and humvees and can be retrofitted with offensive gear.

Interestingly, they are very street legal and can be purchased by non-military personnel or civilians.

Cheers

7 0
2 years ago
How can the Calendar view be customized?
anzhelika [568]

Answer:

A. The layout command group is used to change the views.

Explanation:

5 0
2 years ago
Other questions:
  • Discuss the differences between dimensionality reduction based on aggregation and dimensionality reduction based on techniques su
    13·1 answer
  • Drag the tiles to the correct boxes to complete the pairs.
    7·2 answers
  • .) Write a complete C program in one file which takes a double value from the user, cubes it, and prints the result. Your progra
    10·1 answer
  • Why might a variable used for output have to be of a different type then a variable used for input? ​
    12·1 answer
  • echnician A says that underinflation can increase the rolling resistance of a tire. Technician B says that underinflation can ca
    9·1 answer
  • Write HTML code for inserting an image "cricket.jpeg" in size 500 width and 400 height.
    12·1 answer
  • Assuming dataFile is an ofstream object associated with a disk file named payroll.dat, which of the following statements would w
    9·1 answer
  • PLZ ANSWER QUICKLY!!
    12·1 answer
  • PLS HURRY!!!<br> Look at the image below!
    9·2 answers
  • Examine about the Internal &amp; External Fragmentation methods give an example for each. essay​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!