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
Pie
3 years ago
13

PLEASE HELP I HAVE A TEST RIGHT NOW!!!

Computers and Technology
1 answer:
lyudmila [28]3 years ago
3 0

Answer:

The algorithm is as follows:

1. START

2. ARRAY2D[3][4]

2. FOR ROW = 0 to 3

2.1 FOR COL = 0 to 2

2.1.1 IF ARRAY2D[ROW][COL] > 7

2.1.1.1 PRINT

2.1.2 END IF

2.2 END FOR

3 END FOR

4. STOP

Explanation:

This begins the algorithm

1. START

This creates a 2d array of 3 column and 4 rows

2. ARRAY2D[3][4]

This iterates through the rows

2. FOR ROW = 0 to 3

This iterates through the columns

2.1 FOR COL = 0 to 2

Check if array element is greater than 7

2.1.1 IF ARRAY2D[ROW][COL] > 7

Print the element, if true

2.1.1.1 PRINT ARRAY2D[ROW][COL]

The following ends the condition and iterations

<em>2.1.2 END IF</em>

<em>2.2 END FOR</em>

<em>3 END FOR</em>

This ends the algorithm

4. STOP

You might be interested in
What concept or principle requires layered, complementary controls sufficient to detect and deter infiltration and exploitation
Alekssandra [29.7K]

Answer:

security In-depth

Explanation:

The security in depth is a principle in which a sequence of safeguarding channels is used to secure the important data and information i.e valuation to the company. It also increased the security for a company as a whole

Therefore in the given situation, the  security In-depth required to layered the safeguarding channels to detect the infiltration

Hence, the  security In-depth is the correct answer

4 0
3 years ago
Given the variables isfulltimestudent and age, write an expression that evaluates to true if age is less than 19 or isfulltimest
Pani-rosa [81]
Which language is this in?

if (age<19||isfulltimestudent==true)
    return true;
6 0
3 years ago
Which of the following are the dimensions of feasibility? Group of answer choices cost, schedule, technical, and organizational
Paha777 [63]

Answer:

"cost, schedule, technical, and organizational feasibility schedule" is the correct option.

Explanation:

A technical feasibility is the study of the concerned about the specifying software and tools which satisfy the users' need. It is also the process of thinking for which business technologies are important to bring labours, transportation, and materials.

An organizational feasibility is the study of the information of the professional background and about the skills which are necessary for the contribution in the business.

7 0
3 years ago
Which of the following is a type of monitor port?
Soloha48 [4]
B. all of those.

just to clarify,
HDMI is the port for monitor and sound.

VGA is for video/monitor port
and display port.... I don't know, but it's a type of monitor port.
7 0
3 years ago
How many times is the second for loop going to loop in this block of code? Write your answer in numeric form in the box provided
pantera1 [17]

Explanation:

The second for loop does 1 of 4 iterations for every 1 of 5 iterations of the parent loop. meaning it is 4 x 5 which is 20.

8 0
2 years ago
Other questions:
  • Failure to verify information can lead to?
    10·1 answer
  • What is one concern associated with web-based applications?
    12·1 answer
  • A top-notch IT company is seeking an experienced leader to direct a team of experts in the development, creation, and modificati
    14·2 answers
  • Betty took her friends bowling. they rented 4 lane. 10 people need rent shoes and
    12·1 answer
  • Assume the following JavaScript program was interpreted using staticscoping rules. What value of x is displayed in function sub1
    12·1 answer
  • Mobile apps known as news _________ collect articles from a variety of sources and present them to you in a magazine-style forma
    7·2 answers
  • What is a multipurpose network device?
    10·1 answer
  • NEED HELP ASAP!!!!!!!!!!!
    7·1 answer
  • I recorded a video on my windows PC, but when i tried to play it i got this message:
    6·2 answers
  • Write a while loop that continues to increment uservalue by 5 as long as uservalue is less than 0.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!