Which of the following job duties would a software developer perform?
A. developing a product that is easy to use and meets a customer’s need
B. establishing security procedures to protect important information
C. managing and securing data
D. writing the code to make a new application work

Answers

Answer 1

Answer:

Either B or D but I think mostly B cause it makes more sense

Answer 2

Answer:

A. developing a product that is easy to use and meets a customer’s need

Explanation:

lnao its easy

definitely not b or d


Related Questions

What is nanotechnology?​

Answers

Answer:

Nanotechnology is a field of research and innovation concerned with building 'things' - generally, materials and devices - on the scale of atoms and molecules.

Explanation:

The diameter of a human hair is, on average, 80,000 nanometres.A nanometre is one-billionth of a metre – ten times the diameter of a hydrogen atom.

Answer:

Nanotechnology are the areas of science and engineering where phenomena that take place at dimensions in the nanometre scale are utilised in the design, characterisation, production and application of materials, structures, devices and systems.

Write a program that reads numbers from the user until a blank line is entered. Your
program should display the average of all of the values entered by the user. Then
the program should display all of the below average values, followed by all of the
average values (if any), followed by all of the above average values. An appropriate
label should be displayed before each list of values.

Answers

Answer:

nums = []

while True:

   in = input()

   if in:

       nums.append(in)

   else:

       break

if nums:

   avg = sum(nums) / len(nums)

   for i in range(len(nums)):

       if nums[i] == avg:

           print(f"index: {i+1}")

           print(nums[i])

else:

   print(-1)  # if there aren't any values in nums

Explanation:

Assuming that you are coding in Python 3x. The last 'else' statement is an edge case that you might want to consider, I don't know what you want to put there, but I'm just going to leave it as -1.

F
Х
Which is a feature of fairy tales in "A Modern Cinderella"?
O A. It begins with "Once Upon a Time."
O B. It includes pictures.
O C. It has a humorous tone.
Is it a b c or d that’s what I’m loo

Answers

Answer:

everything

A.

B.

C.

NOOO.

A team member who feels uncomfortable when disagreeing with another team member is likely from a(n) _______(fill in the blank) culture.
competetive
individualistic
collectivistic

Answers

collectivistic culture

A team member who feels uncomfortable when disagreeing with another team member is likely from a collectivistic culture.

What is a collectivistic culture?

Personal identity is the element in a collectivist culture where ties between persons and relationships with other group members are crucial.

People who are kind, helpful, trustworthy, and considerate of others are viewed favorably in collectivist cultures.

While individualism emphasizes the importance of each person's rights and interests, collectivism emphasizes the value of the group. Individualism places a strong importance on independence and self-identity, whereas collectivism places a high value on togetherness and selflessness.

Therefore, the correct option is c, collectivistic culture.

To learn more about collectivistic culture, refer to the link:

https://brainly.com/question/10230027

#SPJ2

PLEASE HELP ASAP WILL GIVE BRAINLYEST

Answers

A

B

C

D

Web camera   C

Printer   D

Hard Drive   A

Microphone   C

DVD    C

Scanner    C

CPU    B

Monitor     D

__________(fill in the blank) in online education refer(s) to how online education impacts students of a specific economic group, ethnicity, gender, origin, race, or disability.
Accessibility
Ethics
Equity

Answers

Answer:

Equity in online education refer(s) to how online education impacts students of a specific economic group, ethnicity, gender, origin, race, or disability.

Explanation:

Equity in online education refer(s) to how online education impacts students of a specific economic group, ethnicity, gender, origin, race, or disability. The correct option is C.

What is equity?

Equity is a way of treating all people equal despite their gender, class, race or economic conditions. The true meaning of equity is being impartial. It is also equals to justice.

Online education is providing education with the medium of technology with no human touch. Online education is done when the teacher and the students are living far away and when there is a lockdown due to pandemics.

Online education can be taken by any person who has access to the internet, there is no partiality in it. And the meaning of equity is to make equal rules and conditions for everyone.

Thus, the correct option is C. Equity regarding the impact of online education.

To learn more about equity, refer to the link:

https://brainly.com/question/25947032

#SPJ5

Identify uses of embedded computers?

Answers

Answer:

Explanation:

Applications that embedded computers are deployed for range from Industrial Automation and Control, Intelligent Transportation, Medical Imaging, Digital Signage, to unmanned military & defence – to name but a few. There numerous applications where a Embedded Computer can be deployed

Identify ways to safeguard computer against each of the following risk viruses, worms, Trojan horses, botnets, denial of service attacks, back doors and spoofing​

Answers

Answer:

First, never download software or videos from untrusted websites, as they can hide malicious code inside it. Never turn off the anti virus, anti virus only purpose is to block malware or viruses if you disabled it and don't know what you are doing high chance there will be a back door created in your PC. Try a antivirus that is well known and has good reputation on protecting a PC, note that good looking GUI on an antivirus doesn't tell it is always good, it's not the GUI you care about its the whole protecting your PC.

Which of the following is NOT a benefit of pair-programming?
Code takes 15% less time to write than with a solo programmer.
Programs have fewer bugs than if written by a single programmer.
Code solutions are more creative.
o o
Bias in programs is reduced.

Answers

Answer:

Programs have fewer bugs than if written by a single programmer.

Explanation:

this is what I think personally

Coupled with risk reduction and knowledge sharing within an organization, pair programming is a key technique for producing faster, higher quality code. Thus, option B is correct.

What is the role pair programmer in the programs?

Two programmers collaborate at the same workstation while using the agile software development technique known as pair programming.

The observer or navigator reads each line of code as it is entered while the driver, who is also the code writer, types it in.

Pair programming is a method where two programmers collaborate on the same block of code while using just one computer.

This introduces the idea of pair programming roles, where one performs the function of the driver (writing code) and the other that of the navigator (ensuring the accuracy of the code).

Therefore, Programs have fewer bugs than if written by a single programmer.

Learn more about pair programmer here:

https://brainly.com/question/14190382

#SPJ2

if the middle number is lesser than the candidates then u eliminate the ___ half of the data​

Answers

Answer:

kimochisiwiwie282828

How many times will the loop body execute:
for i in range(5,9)
A) 1
B) 2.
C) 3
D) 4



I think it’s a But I don’t know

Answers

I’d also say B, which is 2

which of the following statements describes the general idea of an assistive media​

Pasagot po plssss

Answers

Answer:

What statmentssssssssss

The general idea of assistive media is described by C) Technology or tools designed to aid individuals with disabilities in accessing information and interacting with the world.

We have,

Assistive media refers to various technologies or tools that are specifically developed to assist people with disabilities.

These tools are designed to enhance their ability to access information, communicate effectively, and interact with their environment.

Assistive media can take many forms, such as screen readers for individuals with visual impairments, communication devices for those with speech disabilities, adaptive keyboards or switches for individuals with motor impairments, and more.

The main purpose of assistive media is to level the playing field and provide individuals with disabilities the means to participate fully in various aspects of life, including education, communication, work, and social interactions.

Thus,

The general idea of assistive media is described by C) Technology or tools designed to aid individuals with disabilities in accessing information and interacting with the world.

Learn more about assistive media here:

https://brainly.com/question/29891210

#SPJ3

The complete question:

Which of the following best describes the concept of assistive media?

A) A form of social media that helps people connect with friends and family.

B) A type of entertainment media, such as movies or music.

C) Technology or tools designed to aid individuals with disabilities in accessing information and interacting with the world.

D) Media coverage of events and news happening globally.

what is HDLC flow control?​

Answers

HDLC is a synchronous Data Link layer bit-oriented protocol developed by the International Organization for Standardization (ISO).

Which of the following responses is the best example of a problem that can be solved using a computer program?

What flavor of ice cream has sold the most?
What toy will my puppy like the most?
Which flavor of ice cream is my favorite?
Who should I ask to the school dance?

Answers

Answer: a)

Explanation: because the program going to compare the amount of each ice cream flavor have been sold.

OSI layer for HDLC??​

Answers

Answer:

HDLC is one of the most commonly used internet protocols (IP) in what is Layer 2 of the industry communication reference model called Open Systems Interconnection (OSI).

Explanation:

it's urgent. I will mark you brainliest. is it legal to share your internet connection with your neighbors? explain in three paragraphs.​

Answers

Answer:

It mostly depends (IF YOU ARE COPY-PASTING GO TO EXPLANATION)

Explanation:

It mostly depends, are any of your passwords alike? If so, that can be dangerous, even if you "trust" your neighbor. Your computer could also be infected with malware. The neighbor could make security mistakes, etc. Really think about how much you can trust them.

It can be hard to give them updates on new security such as new passwords. Also, not everyone is completely aware of why you would put the amount of security you do, (more or less than they think should be there) and you could get complaints from them on YOUR security.

It would be best to just politely decline, or get a guest network. Guest networks are safer, but some complications are still there, such as the ones in my second paragraph. So, safest and best option for both parties would be to decline.

What is computer software?​

Answers

Answer:

Software is a collection of instructions and data that tell a computer how to work. This is in contrast to hardware, from which the system is built and actually performs the work.

Explanation:

HOPE IT HELP

Answer:

software is the collection of programs which makes computer work.

Choose the comparison operator that will create a true statement in scratch

Answers

Answer:

the first one

Explanation:

think about it. 60 equals 60! this is true!

Answer:

A is correct

Explanation:

i took this same test

Please please help I don’t understand this

Answers

Answer:

Yes and yes

Explanation:

It’s is this because yes and yes

how do you unblock things on a school cromebook?

Answers

Answer:

School chromebooks are usually controlled/managed my administrators or teachers, so if you wanted to unblock things on a school chromebook you would have to ask an administrator or teacher at your school.

what is the full form of MHz​

Answers

Answer:

megahertz

Explanation:

The megahertz, abbreviated MHz, is a unit of alternating current (AC) or electromagnetic (EM) wave frequency equal to one million hertz (1,000,000 Hz). The megahertz is commonly used to express microprocessor clock speed.

PLZZZ HELPPP NOWW

A person's digital footprint consists of the following:

I. Comments you leave
II. Pictures you post
III. Topics you search
IV. Apps you use
V. Music you download
VI. Emails you send

Answers

Answer:

2 and 6 for sure maybe 3 I'm not too sure on that one

1. What are the main uses for Protein in the body?
2. What are the main types of food you get Protein from?

Answers

Answer:

1 muscle building

2 meats, nuts

Explanation:

1 proteins are needed for growth ,they are used to repair worn out tissues, they are used to make enzymes and hormone they give energy ,they are used to make white blood cells stronger.

2 meat egg fish milk beans

What refers to the images of characters you use in a game?

Answers

Answer:

the character image in the game

Question 3 of 15
Which term describes a computer program's ability to run, receive feedback to
rewrite, and improve its own algorithms for the future?
A. Machine learning
B. Operator with variables
C. Algorithmic bias
D. If-then programming

Answers

A. Machine learning

Machine learning is the study of computer algorithms that can be automatically modified for improvement through experience and the use of data.


Microsoft Word cannot be used to create personalized web
pages.
OTrue
False

Answers

Answer:

False

Explanation:

Because Microsoft can be used to create personalized web

How to write a C++ program that allows a user to enter their rating of the three movies in the Dark Knight Trilogy and then display each rating entered, the highest rating, the lowest rating, and the average of the ratings??

Answers

The program is an illustration of arrays.

Arrays are used to hold multiple values in one variable.

The program in C++ where comments are used to explain each line is as follows:

#include <iostream>

using namespace std;

int main(){

   //This declares an array of three elements for the three ratings

   int ratings[3];

   //This initializes the sum of the ratings to 0

   int total = 0;

   //The following iteration gets input for the three ratings

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

       cin>>ratings[i];

       //This calculates the sum of all inputs

       total+=ratings[i];

   }

   //This declares and initializes the lowest and the highest ratings

   int lowest = ratings[0], highest = ratings[0];

   //This iterates through the array

   for(int i = 1; i<3;i++){

       //The following if condition determines the lowest rating

       if (lowest > ratings[i]){    lowest = ratings[i];        }

       //The following if condition determines the highest rating

       if (highest < ratings[i]){            highest = ratings[i];        }

   }

   //This prints the output header

   cout<<"The ratings are: ";

   //The following iteration prints the three ratings

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

       cout<<ratings[i]<<" ";   }

   //The prints the highest ratings

cout<<endl<<"Highest: "<<highest<<endl;

   //The prints the lowest rating

   cout<<"Lowest: "<<lowest<<endl;

   //The prints the average rating

cout<<"Average: "<<total/3<<endl;

   return 0;

}

At the end of the program, the ratings entered, the highest rating, the lowest rating, and the average of the ratings are printed.

See attachment for sample run

Read more about similar programs at:

https://brainly.com/question/13261254

An Acceptable Use Policy (AUP) are designed for the purpose of _____.
compressing files
maximizing processing power
safety
anonymity

Answers

Answer:

maximizing processing power

An  Acceptable Use Policy is made up for safety. Check more about the terms below.

What does an Acceptable Use Policy made up of ?

An acceptable use policy is one that is made up of a general statement that links to the safe and good use of email and the internet.

Note that based on the above, An  Acceptable Use Policy is made up for safety of all in the use of the internet.

Learn more about Policy from

https://brainly.com/question/3653791

#SPJ2

How can we avoid falling victim to a phishing or pharming scheme

Answers

Answer:

First of all, to avoid phishing check the URL box in your browser, and check the original destination if there are typos in the URL high chance of a phishing attack. Also in the website check out for typos and check for any suspicious activity in the website.

Which of these would be a good name for a variable that holds a person’s first name?

tomSmith

N01

firstName

lastName

Answers

Answer:

firstNAme

Explanation:

Answer:

firstName

Explanation:

I took the test

Other Questions
Which point of intersection is the solution to the equations y = 2/5x-1/2 and y = -1/3x + 2/3?A. AB. BC. CD. D What is the answer to y=3/4x-5 in standard form? summarize ,,so where are you from by,, Naiomi SepisoBrainliest and 10 points!!!!!! vicky also knows that it's possible to consume too much protein. which of the following health conditions are associated with the overconsumption of protein? whats the opposite of -3 pls :) can you pls help asap! please don't answer if you don't have an actual answer max points and brainliest if i can! helpppppp please what are the answers The photoelectron spectrum for the element nitrogen is represented above. Which of the following best explains how the spectrum is consistent with the electron shell model of the atof the atom?A. The leftmost peak represents the valence electrons.B. The two peaks at the right represent a total of three electrons.C. The electrons in the ls sublevel have the smallest binding energyD. The electrons in the 2p sublevel have the smallest binding energy Help I need answers How do you know where something fits on the electromagnetic spectrum? I currently have the Hz but do I need to convert that into something else? Maria owns a bakery and bakes many different types of yeast breads. One day she notices that the bread she baked is flat and does not contain the air bubbles that are usually present. Which of the following would be a good explanation for what has happened to her yeast? i know its easy but i forgot how to do this pls heeeelp me Pleasee can someone help and show work? I hate fractions and i have school in like 30 minutes D: A group of friends paid a total of 50.24 for tickets to the museum each friend pay the same amount for a ticket how much did each friend pay for a ticket to the museum I really need help with this. Thank you. Which of the following is not an appropriate topic for an editorial?Teen Pregnancy on the RiseO Climate Change Denial Hurts Us AllO Movie Guidelines Aren't EnoughAO Vampires in History and Modern Life What is the side of the mountain facing away from the wind is the mountains ? what number has 62 ones, 20 ten thousands, and 300 tens a constant and deliberate effort to stay healthy and maintain the highest levels of well-being is called Given (x 7)2 = 36, select the values of x.---x = 13---x = 1x = 29x = 42Given (x 1)2 = 50, select the values of x.x = 49x = 51---x=1+5 root 2---x=1-5 root 2