An office employee working in a payroll department uses a customized program to log hours employees have worked. The customized program is an example of _____.

Answers

Answer 1
the answer is software


Related Questions

Which of the following would be the least effective reference?

Answers

The correct answer is your grandfather who would be a great business owner is: B

Answer choices are:

a.  Your boss at your part-time job

b.  Your grandfather who is a small business owner

c.  Your neighbor for whom you do odd jobs

d.  Your guidance counselor.

____________________________________________________________

Correct answer choice is:

b.  Your grandfather who is a small business owner .

____________________________________________________________

Explanation:

Conducting reference checks can be one of the most significant measures in the selection method. Since earlier production is usually the immeasurable symbol of ultimate production, references enable you to talk to former executives in sequence to ascertain if the candidate being judged is suited for the position.

Reference checking enables you to secure that you are obtaining the most adequate person who is also a valid match for the job. By attending reference checks, you can bypass damages connected with abandoned ordeal terms and poor production, which can influence your tenants or customers and ruin your image or reliability.

A USB flash drive uses solid

Answers

State drive. SSD=Solid State Drive

Maria is an experienced programmer who has worked on different projects. she was recently promoted to be a software development team leader. what skills must programmers like maria exemplify in order to do well as a team leader?

Answers

Final answer:

Maria must demonstrate strong technical skills, effective team interaction abilities, and a self-motivated approach as a software development team leader. Remaining flexible, being resourceful, and fostering open communication and professional growth in her team are also essential. She must balance individual autonomy with team goals, emphasizing proactive problem-solving and skills development.

Explanation:

Maria, as an experienced programmer recently promoted to a software development team leader, must exemplify several key sets of skills to excel in her new role. Leadership in software development not only requires strong technical skills but also effective team interaction abilities. She needs to be self-motivated and success-oriented, willing to deliver against goals set for her team.

Furthermore, it is critical that Maria remains flexible and adaptable to changing priorities and assignments which are commonplace in technology projects. She must also convey her interest in the organization's mission, maintaining a professional attitude when responding to feedback and own up to mistakes or errors in judgment, as accountability is key in a leadership position.

Maria should also participate actively in meetings, embrace new projects, and minimize the need for direct supervision by proactively providing updates. It's essential for her to be resourceful and cultivate a supportive network within her team, seeking feedback and support when necessary. Her capacity to recognize the value of individual contribution in teamwork and to maintain open communication will further her capacity to lead and foster professional growth within her team.

As the team leader in product development, Maria must leverage her programming background to guide her team through technical challenges and encourage innovative solutions. Recognizing the importance of initiative, she should encourage her team members to be problem-solvers while also developing their skills for the benefit of the group and the organization.

Final answer:

Programmers like Maria must exemplify strong technical skills, strong team interaction ability, and a self-motivated, success-oriented mindset in order to do well as a software development team leader.

Explanation:

As a software development team leader, programmers like Maria must exemplify a variety of skills in order to do well in their role. Some key skills include:

Strong technical skills: Being an experienced programmer, Maria already has strong technical skills which will help her guide and mentor her team members effectively.Strong team interaction ability: Maria should be able to effectively communicate and collaborate with her team members, understand their capabilities, and provide guidance and support.Self-motivation and success-oriented mindset: Maria should lead by example and exhibit a strong drive to deliver against goals, being motivated to excel and succeed in her role.

A file named numbers.txt contains an unknown number of lines, each consisting of a single positive integer. Write some code that reads through the file and stores the largest number read in a variable named maxvalue.

Answers

In Python, assume that a file containing a series of integers is named numbers.txt and exist on the computer's disk. Write a program that reads the entire numbers store in the file and calculates their total.

Here is what I have written but it does not run:  

def. main():

   out file=open('numbers.txt','r')

   temp=outfile.readline()

   total=0

   while temp!='':

       t=int(temp)

       total=total+i

       temp=outfile.readline()

       outfile.close()

       print('Total sum is:',total)

main()

Text file is a file named numbers.txt with the numbers 1-50 in it

Learn more:

The sum of three consecutive integers is 186. what are the integers

        brainly.com/question/1768254

Keywords: python, integers, computer, numbers, program

To find the maximum value from a list of single positive integers of a file following procedure is used:

First open the file and initialize the maxvalue variable. Now, begin the for loop that will compare the maxvalue variable with the value stored in the file. If the value of maxvalue variable is less than the stored value of the file then store it in maxvalue variable otherwise not store it. The comparison will continue till the last value of the file and finally display the maximum value.

Further explanation:

The python code to calculate the maximum value from a file is as shown below:

Code:

#First open the file  in the read mode

file = open('numbers.txt', 'r');

#Initialize the variable

maxvalue=0

#Begin the for loop.

for line in file:

#Compare the values of text file from maxvalue variable and find the maximum value

if maxvalue <= int (line):

#Store the maximum value in the variable maxvalue.

maxvalue = int (line)

#Display the maximum value of the numbers.txt file.

print ('maxvalue is:',maxvalue)

The content of the text file is as shown below:

Text file "numbers.txt"

3

6

8

1

6

9

4

7

2

Output:

maxvalue is : 9

Learn more:

1. How does coding work on computers?  brainly.com/question/2257971

2. Prediction accuracy of a neural network depends on _______________ and ______________. brainly.com/question/10599832  

Answer details:

Grade: College Engineering

Subject: Computer Science

Chapter: Python Programming

Keyword:

python, input, output, programming, statements,  char, int, variables, maxvalue, open, file, loop, text file, line, numbers

According to the government, employees have a right to understand the risks associated with the materials they work with.

Answers

True. They require a MSDS (Material Safety Data Sheet) for each chemical that a business receives.

A file type that allows a document to be read on most computers is a _____.

Answers

A file type that allows a document to be read on most computers is a PDF. The correct option is A.

What is PDF?

The acronym PDF stands for Portable Document Format. Regardless of the software, hardware, or operating systems being used by everyone who examines the document. This adaptable file format from Adobe provides individuals with a simple, dependable way to show and trade data.

Regardless of the software, hardware, or operating systems being used by everyone who examines the document, this adaptable file format from Adobe provides individuals with a simple, dependable way to show and trade data.

Therefore, the correct option is A. PDF.

To learn more about PDF, refer to the link:

https://brainly.com/question/14863778

#SPJ1

The question is incomplete. Your most probably complete question is given below:

PDF

DOC

STM

PFF

What’s the purpose of balancing or monitoring your checking account?
A.To find out which checks you have bounced
B.To help you calculate how much money you have in your account
C.To keep an estimation of how many checks you write
D.To stop identity theft from occurring

Answers

Correct answer choice is:

B. To help you calculate how much money you have in your account.

Explanation:

A checking account is a deposit account maintained at an economic organization that provides withdrawals and deposits. Furthermore named demand statements or transactional statements, checking accounts are very viscous and can be reached utilizing checks, automated teller machines, and computerized bills, with other systems.

The following actions can assist you to maintain your checking account adequately.

1. Analyze your expenses.

2. Seek to lessen fees and expenses.

3. Buy for a conventional account.

4. See for a stable money-management means.

5. Observe your accounts monthly.

6. Analyze your expenditures repeatedly.

(
A. int = 314.562 * 150 ;

Answers

Mutiply 314.562 * 150 and delete from the decimal point onward (it's called truncting).

To move up one paragraph, press the ____ key(s). f1 alt up arrow up arrow ctrl up arrow

Answers

paragraph up button (pg up)

which of these factors can adversely affect a computer performance
a: cold
b: heat
c: moisture
d: dryness

Answers

B: Heat As if a computer gets too hot it will over heat and parts of the computer may burn out

Which function returns the least value of a given set of numbers or range of cells?
A.)ROUND
B.)COUNT
C.)NOW
D.)MIN

Answers

Min()
This function will return the least value of a set of given numbers

What describes the main purpose of tracking changes?
to leave feedback on a document
to control what changes are made to a document
to improve the overall look of the document
to leave comments on a document

Answers

Hey there! Hello!

For this problem, I'm pretty convinced that your answer is B. The main purpose of tracking changes on a document is to see what changes you've made and be able to go back to before you made certain changes. B sounds the most like that.

A and D are pretty much the same and don't really capture what tracking changes is for.

C doesn't really have to do with tracking changes and more about the document itself.

Hope this helped you out! Feel free to ask me any additional questions if you have any.

Answer: C i just have do it

Explanation:

The primary reason for a company to outsource jobs is to

Answers

the primary reason is to cut labor costs

An automated search feature used by search engines to find results that match your search terms is called a spider or

Answers

An automated search feature used by search engines to find results that match your search terms is called a spider or crawler.

An automated search feature used by search engines to find results that match your search terms is called a spider or crawler. The correct option is C.

What is a search engine?

A search engine is a software system that performs web searches. They conduct systematic searches of the World Wide Web for specific information specified in a textual web search query.

A search crawler and a web spider do the same thing. A search engine is known by many different names, including automatic indexers and web spiders.

A crawler is a program that crawls the World Wide Web in order to provide updated data to a specific search engine. Its purpose is to generate index entries for search engines.

A crawler operates by receiving a list of URLs to visit and save. It obtains copies, which it stores for later indexing by the search engine.

Thus, the correct option is C.

For more details regarding search engine, visit:

https://brainly.com/question/11132516

#SPJ2

Your question seems incomplete, the missing options are:

A. bot

B. bug

C. crawler

D. creeper

Under normal circumstances, you can't erase or add any information to a A. rewritable CD. B. formatted floppy. C. hard disk. D. CD-ROM.

Answers

CD-ROM.

Rewritable CD is a dead giveaway, floppy is definitely not the answer, your hard disk is where all your computer stuff is saved. And think, if you save a picture, you can definitely delete it.

When you identify the data elements in a new database, you typically subdivide data elements into?

Answers

When you identify the data elements in a new database, you typically subdivide data elements into the smallest practical component. 

Thank you for posting your question here at brainly. I hope the answer will help you. Feel free to ask more questions.

Sean has trouble remembering all the geometry formulas. What can he do to make sure he doesn't forget these formulas during his tests?

1.preview the test to see the types of questions asked
2.read the directions for each part of his test carefully
3.write the formulas somewhere on his test when he gets it
4.focus on his favorite type of test question formats first

Answers

Answer:

3

Explanation:

so then u can remember them

To make sure he doesn't forget these formulas during his tests, he writes the formulas somewhere on his test when he gets it. Thus the correct option is 3.

What is a Test?

A test is referred kind of examination or assessment used for the evaluation of students or any individual based on the knowledge and competency of an individual.

In this case, it is observed that Sean has trouble remembering all the geometry formulas. So it is suggested that she should write the formulas so he does not forget the formulas during the test.

When an individual learns something, writing it on a piece of paper will help him to remember the content for a longer duration of time. Apart from that has to focus on concentration to make things remembered.

Therefore, option 3 is appropriate.

Learn more about Tests, here:

https://brainly.com/question/13194932

#SPJ6

What type of organism forms the base of food webs?

Answers

A producer forms the base of food webs.

Sending an email about questions on a test is not considered cheating in most schools. true or false.

Answers

False. Sending an email about questions on a test is not considered cheating in most school. Cheating is not allowed and is strickly prohibited in schools. Sending an email asking about questions is a form of cheating because you are trying to figure out the answers to a test. The email is also easily traceable and if caught, can get you an F on the test or expelled.

Sending an email about questions on a test is not considered cheating in most schools is false statement.

What is Email?

Email, or electronic mail, is a communication technique that sends messages via electronic devices across computer networks.

a programmer, invented a mechanism to send messages between computers on the Advanced Research Projects Agency Network in the 1970s, email has existed in some form.

With the introduction of email client software and web browsers, which allow users to send and receive messages via web-based email clients, modern versions of email have been widely accessible to the general public.

   

Therefore, Sending an email about questions on a test is not considered cheating in most schools is false statement.

To learn more about Email, refer to the link:

https://brainly.com/question/14666241

#SPJ6

If you click the increase font size button too many times and make the font size too big, you can click the ____ button until the desired font size is displayed

Answers

Hey there! Hello!

I believe that you can click a button that has something to do with decreasing the font size, to go along with the question, perhaps the decrease font size button. Sometimes these buttons are represented with minus signs or arrows pointing downwards, among other symbols that convey that the font size will be decreasing.

I hope this helped you out! Feel free to ask me any additional questions if you have any. :-)

Develop pros and cons of online learning.

Answers

Well, I do school online, and would personally not recommend it. It's good for students who learn from visuals and reading something and understanding it, but for me, I don't do well with that. There are some like me who cannot be expected to read something and understand it without some form of help. I like hearing a teacher speak and explain with arm movements and gestures. With online school, you can't really have that, can you? Sorry, i'm really not trying to bash online schooling, it is a life saver for some, but i'm not one of those.

Online learning offers flexibility and inclusivity in discussion, allowing students and teachers to work around their schedules. However, it requires self-discipline, and the lack of face-to-face interaction can lead to isolation and decreased engagement. Accessibility issues and the challenges teachers face in assessing students also present significant drawbacks.

Pros and Cons of Online Learning

From both a teacher's and a student's perspective, online learning presents various advantages and challenges that are worth considering. One of the primary benefits of online learning is the flexibility it offers. Students and teachers can work on their schedules, accommodating personal and professional commitments. This aspect can be particularly beneficial for those with busy lives trying to balance school, work, and family. Furthermore, the format allows for an inclusive environment where each participant can thoughtfully contribute to the discussion, extending beyond traditional class times.

On the other hand, online learning can have its drawbacks. It requires a high degree of self-discipline and time management skills, which can be a limitation for some learners. In addition, the lack of face-to-face interaction can affect the depth of relationships that students and instructors can develop, sometimes impeding engagement and potentially leading to a sense of isolation.

Online learning also raises questions regarding accessibility, as not all students may have reliable access to the necessary technology or internet connectivity. This gap can exacerbate educational inequalities. Lastly, instructors may face challenges in adequately assessing student understanding and providing timely feedback in a virtual environment.

These positives and negatives are essential to assess when considering the impact of online learning in higher education and the potential it has to offer alternative pathways to obtaining college degrees.

Which microsoft operating system started the process of authenticating users with a user name and password?
a. windows xp
b. windows 95
c. windows 98
d. windows nt

Answers

it should be either windows 98 or windows xp but I think it is windows xp

What kind of device does a computer need to provide information to a person or something else?
1.) Input Device
2.) OutputDevice

Answers

An input device is something that gives information to the computer. On the other hand, an output device is something that gives you information.
very easy one 2) output device



Asking yourself questions can help you think of what to _____, in order to get answers.
measure
observe
ignore
weigh

Answers

ask your self questions can help you think of what to measure, in order to get answers.

Option (B) Asking yourself questions can help you think of what to 'observe' in order to get answers.

The correct answer is observe. When you ask questions, you're trying to identify what aspects you need to observe in order to gather information and find answers. For example, in a science experiment, you might ask yourself what variables you need to observe to understand the outcomes. Similarly, in literature, you might ask what themes or character actions you need to observe to interpret the story.

In an image citation, what piece of information is listed first?

Answers

Answer:

Artist's Last Name, First Name. Title of Artwork. Date Artwork Created, Name of Institution or Private Collection Housing Artwork, City Where it is Housed.

Explanation:

Web résumés are posted to the Internet in HTML format.
true or false

Answers

Trure, It is best to post your resume in HTML format. You can find free html templates online :)

Answer:

The answer to the following question is True.

Explanation:

Steps to create the resume in the HTML format:

Creates the resume on the Word Processor application. Then, save the Word Processor resume file in the text format (.txt). Then, open the resume text file in any editor. Then, add required HTML tags in that file. After that, add HTML formatting tags which are necessary. Then, save that file. Then, creates or acquire any of the images which you want to use in resume Then, add the HTML <img> tag which is important for every image that is plan to be used in the resume then, save the resume (see the STEP 6). Then, open the HTML resume file in the HTML supported browsers. Repeat step 5 through step 9 until it satisfied the appearance of the resume. Then, tests all the links on the resume. After all, publish the resume.

The spelling and grammar tools available with word-processing software will find all of the errors in your cover letter. true false

Answers

False. One constant in the history of computers is that people can screw anything, no matter how "bulletproof", up.

Answer:

False

Explanation:

The above statement is false.

What does the Shift key enable a user to do when resizing an object using a corner handle?

Answers

Final answer:

The Shift key enables a user to maintain the aspect ratio of an object when resizing it using a corner handle, preventing distortion and preserving the object's original proportions.

Explanation:

When resizing an object using a corner handle, holding down the Shift key allows a user to maintain the object's aspect ratio. This means that the proportional relationship between the object's width and height is preserved as it is resized, ensuring that the object does not become distorted.

This technique is commonly used in various graphic design and photo editing software programs to keep images looking natural and consistent with the original dimensions even after being resized.

Which piston stroke of the four-stroke cycle prepares the fuel mixture for combustion??

Answers

The four strokes are:

intake (piston is moving down)
compression (piston is moving up)
combustion (piston is moving down)
exhaust (piston is moving up)

Which one of these tasks is part of the gold phase of game development?

A.compiling a bug database

B.creating a prototype of the game

C.conceiving the core idea for the game, and preparing the concept document

D.sending the game out for manufacture, packaging, and shipping before its market release

Answers

Gold Phase is just before release, so the answer is D

Answer:

D

Explanation:

plato

Other Questions
What was the financial power of congress under the articles of confederation a. it could increase its share of states revenueb. it could levy taxes to raise fundsc. it could only request states for fundsd. it could fix the allocation of funds to states For a project, you cut paper into strips that are 2 1/2 inches long by 3/4 inches wide. what is the area of each strip of paper What other sport dose volleyball most resemble Given ABC : DEF, find x. The ____________ (size/color) of crystals formed depends on the speed of evaporation. Based on the graph shown, which of the following statements is true?median < modemedian = modemedian > mode 16. What is the word for the place where two streets intersect? (1 point) el caminla seal de paradael permiso de manejarel cruce de calles 17. If you wanted to tell someone to continue, which verb would you use? (1 point) doblarpararseguirtener prisa 18. When does the Dancing Devils of Yare celebration take place? (1 point) on Corpus Christion New Year's Eveon Christmas Dayon the 1st of May 19. Which of the following statements about Milka Duno is NOT true? (1 point) She holds four master's degrees.She appears in a Hollywood movie.She helped fight for Venezuelan Independence.She is the world's most successful female race car driver 20. If someone tells you to cruzar what is he or she telling you to do? (1 point) turncrossgostopanswer all correct for brainliest ! what number multiplied by itself 4 times equals 81 What is the dominant pressure system influencing baghdad's annual precipitation pattern? Hormones; cholesterol. Which group of lipids represents steroids? A)notable structure=fused rings- presence of deferent functional groups leads to different functions B) Fatty Acid replaced with phosphate Amphiphathic C) one glycerol and three fatty acids- no double bonds between carbons D) one glycerol and three fatty acids- at least one double bond A major increase in research and scientific facilities occurred after which war?A. World War 1 B.World War 2C.Cold WarD.Cilvil War I need help! how many moles are in 3.4*10^-7 grams of silicon dioxide, SiO2. I got 2.0^17 but I think it's wrong :( What is the difference between bacterial reproduction and viral replication? The fictional book Journey to the West describes ________.A.the epic naval battles resulting in the Chinese conquest of Japan during the late Song dynastyB.the adventures of an Indian monk who brought Daoism to India from ChinaC.the travels of a Chinese monk who brought Buddhism to China from IndiaD.encounters with new cultures along the Silk Road from China all the way to North Africa If events A and B are independent, and the probability that event A occurs is 83%, what must be true? mary read 240 pages of the 400 pages in her book.what percentages of the page ls in her book did mary read? 2/3, 3/4, 4/5, 5/6, 6/7Which of the following represents the general term for the sequence given?n/n+1n-1/nn+1/n+2 Which answer is the explicit rule for the sequence: 13,10.5,8,5.5,3,0.5,... To the nearest tenth of a degree, what is the measure of the central angle that represents 46% in a circle graph?a.180.3c.156.5b.149.7d.165.6 What is Old English?1. an archaic language with little lasting importance2. the Germanic language used in Anglo-Saxon England 3. the language spoken during Shakespeare's time Steam Workshop Downloader