HELP ASAP

Certain programs are designed to analyze electronic scans of documents such as receipts, business cards and recipes, and allow information from these paper copies to be represented electronically. In order for such a program to understand the difference between, for example, a zip code and a phone number or between the price of an item and the total bill for a shopping trip, certain rules must be put into place. If a program was trying to identify which part of a receipt is the date of purchase, which of the follow probably would NOT be included as part of these rules?

A. Locate any sets of digits with the following format -- _ _ / _ _/ _ _ -- where the underscores represent numerical values.

B.Identify if there are any month names on the receipt (January, February, March, etc…).

C. Search for the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 or 12 anywhere on the receipt.

D. Look for the following format of numbers -- 19_ _ or 20_ _ -- where the underscores represent numerical values.

Answers

Answer 1

Answer:

C. Search for the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 or 12 anywhere on the receipt.

Explanation:


Related Questions

Which of these completes the sentence? People interpret information ___________. Choose one.

Answers

Explanation:

mannejaondpsbma0jdjdhdj

Hhhhgtfw sn jbhhjmbfbnkgy

With whom does the success of information processing in the firm lie with?

Answers

Answer:

depends

Explanation:

it lies with the entire firm and its ability to utilize or process the information in the most efficient way.

Need more info man sorry

vegetable farming is a good source of income explain this statement

Answers

Answer:

Answer:qwertyuioplkjhgfdsazxcvbnm

Answer:qwertyuioplkjhgfdsazxcvbnmExplanation:

Answer:qwertyuioplkjhgfdsazxcvbnmExplanation:qwertyuioplkjhgfdsazxcvbnm

1- every employee’s salary lies within a job grade. Use your HR ERD to show the employee ID, first and last names, salary, job name, and job grade
2- displaying employees and their managers, along with the department names in which they belong. Display the employee ID, first and last name, manager ID and department name. The output must be arranged so that departments are shown together before another one is displayed.
3- Write suitable SQL statement to show this scenario: The HR department needs you to produce a report on job grades and salaries. Write a query that will display the names, job name, department name, salary, and grade for all employees.
4- subquery that reports the last name, department ID, and job ID of all employees whose department location ID is 1700 or 1800.​

Answers

Answer:

share full detail of your question categorically.

Explanation:

distiguish between file organisation and file access​

Answers

Answer:

A set of records constitutes a file

a.
Introduction to HTML, CSS & JavaScript
Introduction to HTML
b. Basic Tags in HTML
CSS
d. JavaScript
C.​

Answers

Answer:

.....................,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Explanation:

Answer:

Whats the question?

Explanation:

Which areas of a business would most benefit from using the Workday platform?

Answers

Answer:

Human resources, compliance, recruiting, and finance would benefit the most from using the workday platform.

Explanation:

The workday platform is used in human resources, compliance, recruiting, and finance department where it is a helpful platform that brings great mobile experience for managers, recruiters, employees that is in need of information access elsewhere. It also helps in organizing, and find candidacies for their respective departments. It is also perfect for any kind of management that can be helpful for the team.

The Workday Platform will provide the most benefit to Human resources, compliance, recruiting, and finance in business.

Workday PlatformThe Workday platform is a cloud-based software vendor whose specialty in business is in the areas of human capital management, enterprise resource management, and financial management applications Benefits of workday platform

In the business world, the Workday Platform will provide the most benefit to Human resources, compliance, recruiting, and finance in the following ways:

It is used in human resources for recruitment purpose.It also helps in organizing, and find candidacies for their respective departments.it provides a useful management system

Learn more about Business and Workday platform at: https://brainly.ph/question/11472985

Write a switch statement that prints A to the screen for x values of 1 and 3, B for values 2 and 4, C for value 5, and D for all other values.

Answers

Answe x = 10.81&.!/‘as

Explanation:

what is information

Answers

Answer:

Information can be thought of as the resolution of uncertainty; it is that which answers the question of "What an entity is" and thus defines both its essence and the nature of its characteristics. The concept of information has different meanings in different contexts.

Explanation: idek if that helps let me kno

William created a spreadsheet and he would like to enter the data he collected. What information should he put in the first row?

A. A pie chart for the data
B. His survey question
C. How many people he surveyed
D. Where he asked his questions

Answers

how many people he surveyed

Contain functions that help you monitor and modify images​

Answers

Answer:

Palettes Palettes contain functions that help you monitor and modify images.

Explanation:

Which of the following is an example of how the respiratory system interacts with the circulatory system to excrete waste?

Answers

Answer:

The veins carry oxygen depleted blood away from body parts,  hence the color blue.

Explanation:

Which of the following is not a data type in Python?

A. Tuple
B. String
C. Float
D. Complex dictionary ​

Answers

Answer:

D

Explanation:

There is no such thing as complex dictionary in python.

graphic designers can compress files in different formats . One of the formats ensures that the quality and details of the image are not lost when the graphic designer saves the file. which file format is this ?​

Answers

Answer:

The format that is used is: PNG

Explanation:

Discussions
My Submissions
Java 8
Curious Shubham (100 Marks)
Draft save
1
2
3
4
There are 26 groups of people in Shubham's Company. At lunchtime, they all want to get some food to eat as soon as possible. All
the groups have made plan to get some food as soon as possible. According to the plan, every person of the group will share the
description of food he/she wants to eat so that all the group members will be able to order the food on the behalf of his/her group.
All the persons stand at various locations in the queue and whoever will get the food first, will distribute the food among all the
group.
But there is a weird procedure of getting the food from a queue. People having even indices form a new queue and process repeats
until only 1 person remains in the queue. He/she will able to order some food of his choice. Shubham and his friends are curious
about the group which will be able to get some food.
Input Format
The first line of input consists of the number of people present in the Queue, N.
The second line of input consists of a string that represents the group of each person who is standing in the queue.
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Constraints
1 The string consists of uppercase letters only.

Answers

Answer:

Explanation:

A,B,D

write an algorithm to sum all numbers between 0 and 1000 that are divisible by ,7​

Answers

Answer:

The algorithm is as follows:

1. START

2. SUM = 0

3. FOR NUM = 0 TO 1000

3.1 IF NUM % 7 == 0

3.1.1 SUM = SUM + NUM

3.2 END IF

4. END FOR

5. PRINT SUM

6. END

Explanation:

This begins the algorithm

1. START

This initializes sum to 0

2. SUM = 0

This iterates from 0 to 1000

3. FOR NUM = 0 TO 1000

This checks if the current number is divisible by 7

3.1 IF NUM % 7 == 0

If yes, the number is added

3.1.1 SUM = SUM + NUM

End the if condition

3.2 END IF

End loop

4. END FOR

This prints the calculated sum

5. PRINT SUM

The algorithm ends here

6. END

When you create names for the elements of a webpage (such as ), what are some rules that you can follow to make your HTML code easier to understand and simpler to use?
Please help!!

Answers

Answer:

by using proper indentation

Explanation:

By using the proper indentation and punctuation

It’s always best to have a detailed script before recording.
True.
False.

Answers

Yes, this is very true! If you don’t it will be obvious

underfloor, cellular concrete floor, cellular metal floor, surface, wireway and busway are all kind of
A. raceways
B. conduit
C. wiring
D.NEC rules

Answers

Answer:

Option C

Explanation:

Underfloor, cellular concrete floor, cellular metal floor, surface, wireway and busway are all kind of wiring.

In these wiring method, a conduit body or a box is installed at  conductor splice, outlet, switch, junction, termination or pull point.

Hence, option C is correct

One governing factor when determining the minimum size of conduit to be used is the?


A. conductor fill

B. presence if water

C. location

Answers

One governing factor when determining the minimum size of conduit to be used is the location.

Malcolm works in a preschool where he takes care of eighteen young children each morning. The children always have a lot of energy, and on some days, the children misbehave. Which quality is most important for Malcolm as he works in early childhood care?

research skills and psychology knowledge
computer and technology skills
patience and stress-management skills
mathematical skills and financial knowledge

Answers

Answer:

patience and stress management skills

Answer:

c

Explanation:

i took the test

DOES THE GATEWAY NE56R41u have touch screen capabilities?

A.) Yes it does
B.) No it doesn't

Answers

Answer:

thats a good question

Explanation:

thats a good one

I don’t think sooooo

Which areas of a business would most benefit from using the Workday platform?


Enterprise resource planning, supply chain, and inventory management


Human resources, compliance, recruiting, and finance


Private equity issuance and listing on a public exchange


Compliance, server machine administration, and anti-money laundering

Answers

Answer:

The first option would be the best I think

Explanation:

Enterprise resource planning, supply chain, and inventory management would most benefit from using the Workday platform. Thus, option A is correct.

What is a business?

A business is defined as an organization that does monetary transactions. It usually means that the product is being made manufactured, processed, or even repacked in a business. the sole reason to create money by exchanging goods or services with the purchaser or the buyer.

Every form of company, including small, medium, and large organizations, uses Workday's numerous capabilities. They are a cloud-based system and the software helps to create it internally and manage the resources to know when to have new products, and also it is made online managed. Therefore, option A is the correct option.

Learn more about the Workday platform, here:

https://brainly.com/question/21941429

#SPJ2

A blank has a value that determines the value of another quantity. A)Dependent variable B) Independent variable C) Equation​

Answers

Answer:

B

Explanation:

(Sorry if it's wrong)

Answer:

Independent  Variable

Which of these is a problem that a computer CANNOT solve? *

Getting rid of racism
Making a game for entertainment
Getting the news out to the public quickly
Helping architects build models of new buildings

Answers

getting rid of racism

Answer:

i would say getting rid of racism

Explanation:

because i think it’s right and it is a real life problem

Which type of loan is based on financial need

Answers

Answer:

Direct Subsidized Loans are based on financial need.

hope my ans helps

be sure to follow me

pls give brainlist to my answer

stay safe

have a good day

1a) Design an algorithm and draw a flowchart to display a set of even
numbers between 2 and 98 inclusive with their squares,
square roots, cubes and reciprocals.​

Answers

hi guys, my program displays a set of even numbers ranging from 1 to 100 with their square roots, cubes and reciprocals. pls i need a source code

true or false you can create a. network with 2 computers?

Answers

Explanation:

true true jsjsdkdkskdkdksksksksk

Answer:

True :)

Explanation:

8.3 code practice edhesive PLEASE HELP AND HURRY
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.

14 36 31 -2 11 -6

Sample Run
[14, 36, 31, -2, 11, -6]

ALSO I DONT NEED A SUM I NEED AN ARRAY

Answers

Answer:

numbers = '14 36 31 -2 11 -6'

nums = numbers.split(' ')

for i in range(0, len(nums)):

  nums[i] = int(nums[i])

print(nums)

The program is an illustration of arrays and lists.

Arrays and lists are variables that are used to hold multiply values in one variable

The program in Python, where comments are used to explain each line is as follows:

#This gets input for the list of numbers

numbers = input()

#This splits the numbers into a list

numList = numbers.split(' ')

#This iterates through the list

for i in range(len(numList)):

   #This converts each element to an integer

   numList[i] = int(numList[i])

#This prints the list

print(numList)

Read more about Python lists at:

https://brainly.com/question/24941798

question
what is the advantages of maintaining a list of keywords while creating a design blueprint?

A: helps create structured content that has an even and simple flow.

B: helps create content tailored to provide the site with a higher chance of coming up in a relevant web search.

C: helps create elements that work towards a single objective.

D: helps give the website a proper flow

Answers

Your answer would be A
Other Questions
Giving f(x)=8x -15, find x when f(x)=9 Write the equation in slope-intercept form. y + 5 =- 6(x + 7) ( 15n2 - 5n + 45 ) 5 What happens in winterwhen it is very coldand you breath out againstta cold windowpane? Whydoes this happene? The graph represents the profit on the sale of boxes of cookies. what does the slope represent? 6 pls literally. Begging Quater_ part of the Great wall of China was disappeared due to heavy rains, storm and desertification true or false How did some Native Americans avoid reservations? (1 point) O They fled to Mississippi. O They joined the U.S. Army. O They escaped to Canada. O They left for South Dakota can 10,13,16 for a side length triangle? If 5 boys can eat 16 slices of pizza, then how many slices can 20 boys eat? The cost of every college is expected to increase 3.5% next year.The cost to attend Westish College is currently $18,000.What is the expected cost to attend Westish College next year?$ Using a = 15, b =12 andc = 21, is triangle ABCa right angle triangle?YesNo Hydrogen gas + chlorine gas yields hydrogen chloride What do all these numbers have in common ? How does thermohaline circulation circulate water and as a result, connect all the world's ocean in one global system. A truck can be rented from Company A for $90 a day plus $0.30 per mile. Company B charges $40 a day plus $0.40 per mile to rent the same truck. Find the number of miles in a day at which the rental costs for Company A and Company B are the same.At _____ nothing miles, the rental costs are the same from either company. Use the map shown. Each grid on the map represents 1 city block. Yoko walks from the library to the mall. How many city blocks does she walk?Yoko walks ___ blocks. Which of these is equivalent to x + 1 + x + 2 + x + 3 + x + 4? Mhanifa please help! I will mark brainliest! I really dont know how to do this! Random answers will be reported What is the surface area and volume ?