Answer:
adress
Explanation:
Given the number of every players of two cricket team to find the winner team and find total half-century,in C program
Answer:
podrías especificarla mas por favor
Draw a flowchart diagram for a program that display a person's name x times
Answer:
See attachment for flowchart
Explanation:
The flowchart is as follows:
Step 1: Start
This signals the beginning of the flowchart
Step 2: Input name, x
This gets input for name and x from the user
Step 3: count = 0
This initializes count to 0
Step 4: Print name
This prints the person's name
Step 5: count = count + 1
This increments the number of times the name has been printed
Step 6: count = x?
This checks if the number of times the name has been printed is x times
If yes, step 7 is executed.
If no, step 4 is executed
Step 7: Stop
This signals the end of the flowchart
Work-based learning can be defined as educational experiences that focus on
Answer:
Work Based Learning is an educational approach or instructional methodology that uses the workplace or real work to provide students with the knowledge and skills that will help them connect school experiences to real-life work activities and future career opportunities.
Explanation:
Work Based Learning is an educational approach or instructional methodology that uses the workplace or real work to provide students with the knowledge and skills that will help them connect school experiences to real-life work activities and future career opportunities.
What is Work based learning?The broad term "work-based learning" (WBL) is used to describe activities that involve employers and schools working together to provide students with structured learning experiences.
By giving students the chance to apply the knowledge and skills they have learned in the classroom to actual circumstances, a good WBL program can increase the relevance of school-based learning.
Both the workplace and the school support work-based learning. While work site learning takes place outside of school in a company or other community group, school-based learning concentrates on academic and career preparation as part of the classroom curriculum.
Therefore, Work Based Learning is an educational approach or instructional methodology that uses the workplace or real work to provide students with the knowledge and skills that will help them connect school experiences to real-life work activities and future career opportunities.
To learn more about Work based learning, refer to the link:
https://brainly.com/question/13597551
#SPJ2
(Python) Write an expression that prints 'You must be rich!' if the variables young and famous are both True. Sample output with inputs: 'True' 'True' You must be rich!
Answer:
young = True
famous = True
if young == True and famous == True:
print("You must be rich!")
Explanation:
Which Backstage view feature helps you to specifically remove customized information from a document? Protect Document Feedback Properties Manage Document
Explanation:
Properties. 100% correct. goodluck.
Answer:
properties on edg.
Explanation:
which of the view will show you a view very similar to the Print view
Answer:
Print Layout view is the one most closely related to what your document will look like when you actually print it. (In some versions of Word this view may be called Page Layout view.) ... This is the viewing mode you should use if you want to always see what your document will look like.
Explanation:
I hope this helps and pls mark me brainliest :)
The dealer's cost of a car is 85% of the listed price. The dealer would accept any offer that is at least $500 over the dealer's cost. Design an algorithm that prompts the user to input the list price of the car and print the least amount that the dealer would accept for the car.
Answer:
Explanation:
The following code is writen in Python. It is a function called minPrice. It asks the user to input the list price of the vehicle and then multiplies that by 0.85 in order to get the dealer's cost. Then it adds 500 to that price and returns it to the user as the minimum price that the dealer would accept for the car.
def minPrice():
list_price = input("Please enter the list price of the car: ")
dealers_cost = int(list_price) * 0.85
min_accepted_price = dealers_cost + 500
print(min_accepted_price)
Pls help I don’t know the answers
Answer:
1. DLL Files.
2. System software repair.
3. Software configuration.
4. Human-computer interaction.
5. A graphical user interface (GUI).
Explanation:
1. DLL Files can become lost or damaged on a computer and prevent it from working correctly. These are important registry files used by various system softwares to perform specific tasks.
2. System software repair is a type of software you can run to help fix computer problems. Some examples are disk defragmenter, regedit, etc.
3. Software configuration means the process of setting up an application and selecting specific options. This is usually done in the settings section of a software application or program.
4. Human-computer interaction is the name of the discipline concerned with the design of optimal user interfaces.
5. A graphical user interface (GUI) is what users make use of to interact with graphical icons and other visual elements in order to accomplish tasks.
Match the tasks with the professionals who do them.
Answer:
purchasing agent: negotiate contracts with suppliers
attend conferences and trade shows to find new products
office clerk: file paperwork according to a filing system in the office
type data into software to be used by the company
freight forwarder: calculate the weight and volume of cargo
track shipments to make sure that they arrive on time