A(n) __________ describes a set of well-defined logical steps that must be taken to perform a task1. logarithm
2. plan of action
3. logic schedule
4. algorithm

Answers

Answer 1
Answer: 4. Algorithm, this is correct as the use of an algorithm shows the way in which a problem is solved

Related Questions

Select _______ to apply formatting to several cells at the same time. A. a cell containing a value B. a range C. any cell D. a label text cell
When Twitter is used to gather a large group for a face-to-face meeting it is calleda. Flash mob. Group mob. Tweet mob. Twitter mob.
Smart cards are also known as gift cards. a. True b. False
What is a web server?
Of the following statements are applicable to an actor in a use case diagram? Select all the statements which are true. a) An actor represents a user or another system interacting with the system being modeled. b) An actor must be a physical person. c) An actor can initiate and participate in use cases. d) An actor cannot be part of more than one use case.

Write a C++ program to count even and odd numbers in array. The array size is 50. The array elements will be entered by the user.

Answers

Answer:

The program in C++ is as follows:

#include <iostream>

using namespace std;

int main(){

   int numbers[50];

   int evekount = 0, odkount = 0;

   for(int i = 0; i<50;i++){

       cin>>numbers[i];

       if(numbers[i]%2==0){            evekount++;        }

       else{            odkount++;        }

   }

   cout<<"Even Count: "<<evekount<<endl;

   cout<<"Odd Count: "<<odkount<<endl;

   return 0;

}

Explanation:

This declares the integer array of number

   int numbers[50];

This initializes the even count and odd count to 0

   int evekount = 0, odkount = 0;

This iterates from 1 to 50

   for(int i = 0; i<50;i++){

This gets input for the array

       cin>>numbers[i];

This checks for even

       if(numbers[i]%2==0){            evekount++;        }

This checks for odd

       else{            odkount++;        }

   }

This prints the even count

   cout<<"Even Count: "<<evekount<<endl;

This prints the odd count

   cout<<"Odd Count: "<<odkount<<endl;

Disciplines that contribute to the technical approach to information systems are:a. economics, sociology, and psychology.
b. management science, computer science, and engineering.
c. engineering, utilization management, and computer science.
d. operations research, management science, and computer science.
e. computer science, engineering, and networking.

Answers

Answer:

The correct answer is d)

Explanation:

  • Operations Research: by focusing on mathematical techniques it optimizes selected parameters of organizations.
  • Management Science: developing models for management and decision-making practices.
  • Computer Sciences: establishes theories of computability, methods of efficient data storage, access, and computation.

Answer:

ok oooooooooooooooooooooooooooooooooooooooooooo

Explanation:

i love computer science

A router is a peripheral that may need troubleshooting if the network goes down.True
False

Answers

true, you should always check the router if the network goes down.
Hey there

The statement " a router is a peripheral that may need troubleshooting if the network goes down " is true. 

Joe always misspells the word calendar. He types the word as calender but the correct spelling appears on the document. Which feature of the word processor corrects this word?AutoCorrect
Spell Check
Grammar Check
Change

Answers

AutoCorrect is the feature of the word processor that corrects this word. AutoCorrect is a software feature that is usually found in word processors and text editing interfaces. This feature mainly functions by correcting spellings and common typing errors. For example if a user types “the winow is closed, autocorrect will automatically change it to “the window is closed”.

I had the same question so i put (A) auto correct.    

Which of the following symbols would not be seen in the syntax for Java variables, methods, or arguments? {}
()
??
[]

Answers

Answer:

??

Explanation:

?? is invalid syntax

When declaring or initializing variables names, and when writing methods, or arguments ?? is not used in Java .

() [] {} all these are used with variables , methods or arguments.

If you are using a sprite for your MakeCode Arcade game, which code blockwould you click on to edit the sprite?
on start
set
mySprite
to
sprite
of kind
Player -
move
mySprite -
with buttons
O A. The move mySprite with buttons block
OB. The on start block
O C. The set mySprite block
O
D. The sprite of kind player block

Answers

The thing that would happen if the on overlap block at the bottom was not included in the program shown is that A. The player would have difficulty moving the sprites on the screen.

How do you know if a sprite is overlapping?

If a person want to know if a Player sprite overlaps an Enemy sprite, the person can simple place the first sprite type to Player and the second sprite type in other type to Enemy .

The thing that would happen if the on overlap block at the bottom was not included in the program shown is that A. The player would have difficulty moving the sprites on the screen.

Therefore,The thing that would happen if the on overlap block at the bottom was not included in the program shown is that A. The player would have difficulty moving the sprites on the screen.

Learn more about sprites from:

brainly.com/question/14339997

#SPJ5

Answer:

set mySprite block

Explanation:

BRAINLIEST?