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
Aneli [31]
4 years ago
3

17. Consider a scenario in which you develop a C++ program on a computer that has a Pentium processor and compile the program in

to the corresponding machine language. What step should you take to run the same program on a computer that has a different processor?
Computers and Technology
1 answer:
lakkis [162]4 years ago
6 0

Answer:

"There is need to compile the program again on a different processor." is the correct answer for the above scenerio.

Explanation:

  • The c++ program is a platform-dependent program because it is covered on a machine language directly and machine language programs are dependent programs. While in the case of java programming there is an object code that is converted from the class code and it is compatible with the other machine.
  • The dependent program states the meaning that if a program is developed by the one machine then it can not be executed on the other machine
  • The above question asked about the compiled c++ program that it can execute on another machine, which answer is no. if a user wants to execute the c++ program for the other processor then, he needs to compile the program again on the other machine.

You might be interested in
Write a function call it isEvenPositiveInt which takes an integer x and return true if x is positive and also even. Note isinsta
Anna11 [10]

Answer:

The program to this question as follows:

Program:

def isEvenPositiveInt(x): #defining method isEvenPositiveInt

   if x>0: #checking number is positive or not

       if x%2==0: #check true condition

           return True #return value True

       else:

           return False #return value False

   return False #return value False

print(isEvenPositiveInt(24)) #calling method and print return value

print(isEvenPositiveInt(-24)) #calling method and print return value

print(isEvenPositiveInt(23)) #calling method and print return value

Output:

True

False

False

Explanation:

In the above Python program, a method "isEvenPositiveInt" is defined, that accepts a variable "x" as its parameter, inside the method a conditional statement is used, which can be described as follows:

  • In the if block the condition "x>0" is passed, that check value is positive, if this condition is true, it will go to another if block.
  • In another, if block is defined, that checks the inserted value is even or not, if the value is even it will return "true", otherwise it will go to the else part, that returns "false".  
5 0
4 years ago
Illustrate why Sally's slide meets or does not meet professional expectations?
givi [52]

The correct answer to this open question is the following.

Unfortunately, you did not provide any context or background about the situation of Sally and the problem with her slides. We do not know it, just you.

However, trying to be of help, we can comment on the following general terms.

When someone does not meet professional expectations, this means that this individual did not prepare her presentation, lacked technical skills, did not included proper sources, or missed the proper visual aids to make the presentation more attractive and dynamic.

What Sally can improve about her slides is the following.

She can design a better structure for the presentation to have more congruence.

Sally has to clearly establish the goal or goals for her presentation.

She has to add many visuals instead of plain text. This way she can better capture the interest of her audience.

If she can use more vivid colors instead of pale or dark ones, that would be best.

No paragraphs unless necessary. She better uses bullet points.

Take care of the tone of her voice. During her practice, she can record her vice to check how it sounds.

5 0
3 years ago
Given an initialized String variable message, and given a PrintWriter reference variable named output that references a PrintWri
vredina [299]

Answer:

The output streams to this question is "output.print(message)".

Explanation:

The description of the following can be given as:

  • In the given question it is define a string datatype variable that is "message".
  • Then we create a reference variable of PrintWriter class that is "output" and call string type variable that is message by the use of the print function we print message.  
7 0
3 years ago
Megapixels are used to measure which photographic element?
MakcuM [25]

Answer:

resolution of photographs it produces

Explanation:

3 0
1 year ago
Several new projects are being staffed by outside contractors who will be working on servers in the contractors' office, not in
OverLord2011 [107]

Answer:

<em>The VPN control that can be used to minimize employee's access to your network is, by enabling NAP VPN server which monitors client  computer trying to access your network, this is made possible by the NAP enforced client.</em>

Explanation:

<em>The VPN controls that can set up to minimize contract employees' access to your network is taken as follows:</em>

<em>The first step top take is to configure the Network Access Protection (NAP) allows an infrastructure to often check the client's computer if they are trying to get access to a network.</em>

<em>It is important such steps are taken for the overall protection of external threats and health of a network</em>

<em>Also we can state  some procedures and rules for a remote access by enabling the NAP VPN servers, that is to say, a client can be monitored for any kind or fishy activities, this is carried out by the NAP  client enforcement which will request access to a network.</em>

6 0
4 years ago
Other questions:
  • Can someone please help me? my audio visual teacher wants me to watch two movies. i've never seen them and i have no way to watc
    7·1 answer
  • Which of the following is NOT a Boolean Search term used to refine search engine results? A. AND B. With C. OR D. NOT
    14·2 answers
  • If you want to place the insertion point in a cell to edit a specific part of its contents, you can
    5·1 answer
  • The ability to memorize well is an example of
    6·2 answers
  • Given a one dimensional array arr, what is the correct way ofgetting the number of elements in arr
    15·1 answer
  • A newly opened law firm in Kirkland decides to create a small website that provides a brief introduction of the firm, its missio
    8·1 answer
  • A new object of type list is created for each recursive invocation of f.A. TrueB. False
    15·1 answer
  • 2. Which Interface uses
    7·1 answer
  • how do I delete my brainly account, my child signed up for it and nothing has been paid but I do not want the account to exist a
    7·2 answers
  • PLS HELP MEE it's due in 2 minutes​
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!