What is a goal for a good programmer?

a. writing efficient code

b. force the computer to multitask

c. to increase the memory in a computer

d. name applications

Answers

Answer 1

Answer:

A. Writing efficient code.

Hope this helps!


Related Questions

Computers represent color by combining the sub-colors red, green, and blue (rgb). Each sub-color's value can range from 0 to 255. Thus (255, 0, 0) is bright red, (130, 0, 130) is a medium purple, (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (In other words, equal amounts of red, green, blue yield gray).

Answers

Answer:

Follows are the code to this question:

#include <iostream>//defining a header file

using namespace std; //using namespace

int main() //defining main method

{

int red,green,blue,s; //defining integer variable

cout<<"Enter value: \n ";//print message

cin>>red>>green>>blue; //input value

if(red<green && red<blue)//defining if block that checks red value

s=red;//store red variable value to s variable

else if(green<blue)//defining else if block that checks green value less then blue

s=green;//store green variable value in s variable

else//defining else block

s=blue; //store blue variable value in s variable

//calculating red, green, blue value

red=red-s;//store red value

green=green-s;//store green value

blue=blue-s;//store blue value

cout<<red<<" "<<green<<" "<<blue;

}

Output:

Enter value:

130  

50

130

80 0 80

Explanation:

In the above code, inside the Main method, four integer variable "red, green, blue, and s" is defined, in which "red, green, and blue" is used for input the value from the user end.

In the next step, a conditional statement is used, that checks the red variable value, if the condition is true, it will store its value in the "s" variable, otherwise, it will go to else if block.In this block, the green variable checks its value less than then blue variable value, if the condition is true, it will store the green value in the "s" variable, otherwise, it will goto else block.In this block, it will store the blue variable value in the "s" variable, and subtract the value of "red, green, and blue" value from "s" and store its value, and at the last, it will print its value.    

What are the three primary colors found on the color wheel?

Answers

Answer:

The three primary colors are red, yellow, and blue.

How would you justify using cloud computing?

A less network traffic
B sharing a network could reduce overall costs
C new technology
D government pressure

Answers

Answer:

B.

Explanation:

(just basic coding I can't wrap my around :L) Which of the following shows the assignment of a string to a variable? Select 3 options.

answer = input("How old are you? ")

answer = "23"

answer = (23)

answer = '23'

answer = 23

Answers

Answer:

The answer is A, B, D.

Explanation:

I hope this helps. Have a great day and be safe.

Only 2 people answer this

Answers

Answer:

2

Explanation:

A film producer is having difficulty with distribution. After major and minor theaters show no interest in the film, what would the logical next move be for him to take?


release the soundtrack on compact disc

make a sequel

give up

pursue Internet distribution

Answers

Answer:

pursue internet distribution

Explanation:

Answer:

B: pursue internet distribution

Explanation:

edg2021

PLEASE HURRYYY Suppose your employer wants you to purchase a tablet device that you will use to run the company's custom sales software. The company will reimburse you for the purchase. What is the most important question to ask before making the purchase?

What size screen should it have?

What platform should I get?

Where should I buy it?

What peripherals should I buy?

Answers

Answer:

Platform

Explanation: I just took it on edge

The most important question to ask before making the purchase is "what platform should I get?" The correct option is B.

What is custom software?

Customised software (also known as bespoke software or tailor-made software) is software that is designed specifically for a particular organization or user.

Custom software development creates applications that are specifically designed to meet the needs of these organizations and users.

For example, the banking industry employs highly specialized custom software to provide customers with easy access while safeguarding sensitive data with cutting-edge security features.

As technology and clients become more complex and demanding, more businesses are turning to custom software development to solve problems on a variety of fronts.

Before making a purchase, the most important question to ask is "what platform should I get?"

Thus, the correct option is B.

For more details regarding software, visit:

https://brainly.com/question/28874701

#SPJ2

Which of the following quantities has decreased with the advent of digital technology? attendance at live performances quality of music production cost of performance advertising longevity of established artists

Answers

Answer:

A. The correct answer is attendance at live performances.

Explanation:

took it on edge 2020

1
Match the following document file types with the suitable descriptions.
Document file type
Description
(a) TXT file
• (i) It can be edited by Microsoft Word 2010.
(b) PDF file
(ii) It can be opened in OpenOffice.org Writer.
(c) DOCX file
• (iii) It can be shared on the Internet easily.
(d) Google document
(iv) It can be opened by most word processors.
(e) ODT file
. (v) Its content and layout cannot be edited by
an ordinary word
processor.​

Answers

Answer:

a-i b-II c-III d-iv e-v

“Computers are really just simple _______________ that perform __________________ actions through many layers of abstraction.”

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

This question is a type of fill in the blank. So the correct options to fill in the blanks are machines and complex.

       

Computers are really just simple machines that perform complex actions through many layers of abstraction.

Which computer program offers a comprehensive collection of tools for creating digital art by using a variety of shapes, lines, and letters which can be easily measured and formatted?​

Answers

Answer:

LibreOffice Draw

Explanation:

Answer:

A

Explanation:

You created a plan for the program to find the slope, as shown below.
# Find the slope of the user's two points
# Get the points
# Calculate the slope
# Display the result
This plan is in the form of
O flowcode
O pseudochart
pseudocode
flowchart

Answers

Answer:

Pseudocode

Explanation:

Correct answer edge 2020

Answer:

Pseudocode

Explanation:

When ever you are using idle for coding, if there are number signs(hashtags) in front of the text, that means that this text is considered comments. In the lines of code, these "comments" don't affect the code. They are there as placeholders. The proper term for this is Pseudocode.

___________ system allows us to talk to any person in the world it any time​

Answers

World wireless system

Complete the procedure for creating a new task by selecting the correct term from each drop-down menu.

1. In the Tasks folder, click the
button.

2. In the Tasks dialog box, in the Subject field, enter a task subject.

3. In the

field, select a task start date.

4. In the Due date field, select a task due date.

5. Configure optional task settings or add task details as desired.

6. Click the
button.

Answers

Answer:

✔ New Task

✔ Start date

✔ Save & Close

Explanation:

On edg

Answer:

1. New Task

3. Start Date

5. Save and Close

Hope this helps! :D

What Coding program does UNITY use?

Answers

Answer:

c#

Explanation:

Scripts are written in a special language that Unity can understand. And, it's through this language that we can talk to the engine and give it our instructions. The language that's used in Unity is called C# (pronounced C-sharp). All the languages that Unity operates with are object-oriented scripting languages.

What is BM(of KARD)'s favorite color,I'm making a Powerpoint about K-Pop because my teacher asked me to,and for me to give them some song reccomendations(I have that covered though UwU).
Thanks!

Answers

Answer:

I don't even know but hey fellow K-Pop stannnnn

What is a SCSI-1? What is it's function?

Answers

Answer:

The Small Computer Systems Interface (SCSI) is a local I/O bus that is used to connect up to seven peripherals to a host computer. A wide variety of peripherals can be connected including, hard drives, tape drives, CD-ROMs, scanners, etc. The SCSI-1 Hard Drive Interface is a Single ended data bus transmitting data referenced to ground [unbalanced]. SCSI-1 may be call narrow SCSI [or just SCSI] when the 8-bit data path is implemented, or Wide SCSI when operating with a 16-bit data bus. ... A total of 7 devices may be connected on the bus.

Which is the best reason for why it is important to keep personal information private online?
to prevent becoming the target of a scam
to ensure strangers do not approach them
to prevent others from using it dishonestly
to stop people from following them online

Answers

Answer:

A. To prevent becoming the target of a scam

Explanation:

The more person information you put out on the internet, the easier it is for people to steal it and use it for malicious purposes.

Answer:

To prevent others from using it dishonestly.

Explanation:

Keeping private information to yourself is always a safe approach. Giving out your private information could result in false behavior on your account.

The Event Viewer (Microsoft Windows) or Console (Apple Mac OS X) is used for what purpose?
to view and manage events scheduled in one or more user calendars
to configure system security features such as firewalls and antivirus scanners
to view incidents recorded in the Application, Security , and System logs
to manage user names and passwords on a network

Answers

Answer: Its C

Explanation:

The Event Viewer is a practical heritage feature in Windows 10 that collects event logs from programs and system components into a simple structure that you can then examine to diagnose and repair software or hardware issues with your computer. Thus, option C is correct.

What Event Viewer role in Microsoft and macOS?

A monitoring application called Microsoft Windows Server Event Viewer displays a log of events and can be used to diagnose problems on Windows-based systems. Information concerning application-related, security-related, system-related, and setup events is shown in the Event Viewer.

Crescendo is a real-time event viewer for macOS that leverages the ESF to display process executions and forks, file events, share mounting events, kernel extension loads, and IPC event data.

Therefore, to view incidents recorded in the Application, Security , and System logs is used for purpose.

Learn more about Event Viewer here:

https://brainly.com/question/25675228

#SPJ2

Help me ASAP please I’m hungry

Answers

Answer:

D.

Explanation:

Answer:

D, you can correct me if I'm wrong

Explanation:

Think of an example in your life where a number could be described as data, information, and knowledge

Answers

Answer:

how many event you have been too in the last month (well non during this time but as an example)

Explanation:

What is cognitive overload?
A. The notion that too many images can create fatigue in the
audience.
B. The concept that too much textual information needs to be
balanced with media.
O C. A state of confusion brought on by a person processing too mu
information at once.
O D. A theory backed by current research that states that the human
mind can only comprehend five new concepts in an hour.

Answers

Answer:

C

Explanation:

C mentions the brain being overloaded

Statement that can be considered as true statement about cognitive overload is C. A state of confusion brought on by a person processing too much information at once.

Cognitive overload can be regarded as used amount of working memory resources. It involves giving more than expected load to the memory.

When this takes place, individual will find it difficult in processing informations, and this could be intrinsic cognitive load.

Therefore, option C is correct.

Learn more at:

https://brainly.com/question/15094030?referrer=searchResults

HELP asap please... ​

Answers

Answer:

I have absolutely no idea bruddah.

Explanation:

Soz!

again, only 2 people may answer this c:

Answers

Answer:

Sup

Explanation:

What does SFA software provide tools for?

Answers

Answer:

managing the data and tasks involved in lead generation, opportunity tracking, sales activity, etc.

Explanation:

(Mother is a software engineer :3)

CONVERT .0001 KILOMETERS TO MILLIMETERS

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

As we know that

1 km = 1000000 mm

So, 0.001 * 1000000 =  100

the answer is 100 millimeters.

List 2 benefits of printing in pla filament

Answers

Answer: Advantages of PLA include:
Low printing temperature: PLA has a relatively low printing temperature compared to other thermoplastics (e.g. for PLA an ideal printing temperature starts from around 180°C, while ABS this is around 250°C). ...
Ease of use: PLA is one of the easiest material filaments to 3D print with






Kinda gave more than 2 but hope it helped you ! ;)

Which of the following domain types is most trustworthy 1) .com 2) .tv 3).org 4) .edu

Answers

Answer:

.edu

Explanation:

Answer:

.edu

Explanation:

The order is (.edu)( .org) (. com)( .tv)

Gina is using Outlook in the default cached mode and is connected to an Exchange server. What is the default file type used to store a cached version of Gina’s mailbox?

PST
OST
MSG
XML

Answers

Answer:

Its C. MSG

Explanation:

On edg

Answer:

c

Explanation:

took the test


How does the rhythm of "The Raven" compare to "Casey at the Bat?"

Answers

Answer:

Casey at the Bat: A Ballad of the Republic Sung in 1888' is the full title of an American poem written by Ernest Lawrence Thayer. The poem tells the story of the final half-inning of a baseball game. ... Not only is it a love song to the dramatic sport of baseball, but it is a ballad to 'the Republic in 1888'.

Other Questions
the average weight of 6 people is 173, a 7th person gets on and now the average weight is 165, how much did the 7th person weigh yo my old account got disable so i'm on this account plz help me get back up to the top what controls traits and inheritance Pythagorean Theorem!!! someone pls help tyyy Evaluate the piecewise defined function at the indicated values. {x + 4x if x you own a scholarship to study abroad write a letter to your friend telling him or hwe.pls amsweerre for meeee suppose your parents invited you are a school principals and teacher for New Year eve dinner at your home .how comfortable would you be in the presence of your teachers at your house ? Read and choose the right option. Paula: Buenas tardes, Mercedes. Hoy voy a la clase de estudios sociales. Y t? Mercedes: Hola, no voy a la escuela hoy. Paula: Hoy es mircoles y tienes clases. Mercedes: S, pero hoy es mi cumpleaos. Paula: Feliz cumpleaos! Mercedes: Yo voy el martes. Y voy el sbado para recuperar > las clases. Paula: Oh s? Mi amigo Felipe va el sbado tambin >. When does Paula go to social studies class? 2x+y=9 let x=3 what is y Urey and miller cooked a "primordial soup" with Hadean gases, water snd electricity to make _____,_____,_____ and_____ Help please like I mentioned before I suck at physics During 2020, Stellar Furniture Company purchases a carload of wicker chairs. The manufacturer sells the chairs to Stellar for a lump sum of $137,655 because it is discontinuing manufacturing operations and wishes to dispose of its entire stock. Three types of chairs are included in the carload. The three types and the estimated selling price for each are listed below. Type No. of Chairs Estimated Selling Price Each Lounge chairs 920 $90 Armchairs 690 80 Straight chairs 1,610 50 During 2020, Stellar sells 460 lounge chairs, 230 armchairs, and 276 straight chairs. What is the amount of gross profit realized during 2020? What is the amount of inventory of unsold straight chairs on December 31, 2020? (Round cost per chair to 2 decimal places, e.g. 78.25 and final answer to 0 decimal places, e.g. 5,845.) Gross profit realized during 2020 $enter a dollar amount 27,232 Amount of inventory of unsold straight chairs $enter a dollar amount 42,021 what is the value of 5 in 7,156,489 Please hurry its urgent Thank you Help with math! a, b, c or d? FAST i need some help only answer if you are 100% sure Input a number that has a 5 with 1/10 of the value of the 5 in 105,234 This is for Health, What is a way to relieve stress and tension? What is the percent of 40 of 230 Match the four kinds of slope with the coordinating conditions - Positive:- Negative:- Undefined:- Zero:-------------------------------------------------------------------------------------------- A Horizontal line- A Vertical line- As you move from left to right the line was increasing- As you move from left to right the line was decreasing