Answer:
no question
Explanation:
An array called numbers contains 35 valid integer numbers. Determine and display how many of these values are greater than the average value of all the values of the elements. Hint: Calculate the average before counting the number of values higher than the average
python
Answer:
# put the numbers array here
average=sum(numbers)/35 # find average
count=0 #declare count
for i in numbers: #loop through list for each value
if i > average: #if the list number is greater than average
count+=1 #increment the count
print(count) #print count
While gaming online, Julian receives several insulting comments from another player. This is an example of
O denigration
O cyberstalking
harassment
O outing
Answer:
cyberstalking harassment
Explanation:
since Julian is being harrased or bullied online by someone
What is the best scenario to use a display font?
for quickly read messages, such as a highway sign
for important, dense information, such as a nutrition label
for small type, such as in body copy
for large type, such as a title
Answer:
For large type, such as a title
Explanation:
i tried all of the answer's til i got the right one
The best scenario to use a display font is that it makes the requirement to type large, such as a title. Thus, the correct option is D.
What is a Display font?A display font may be defined as the arrangement of words with respect to the requirement that makes the writing more attractive, effective, and understandable.
Display font is utilized in order to determine how a font face is represented based on whether and when it is downloaded and ready to use.
Display fonts generally include large types of texts which are used to frame a title. This makes the title more attractive, effective, and ready to read from a long distance as well.
A title is the main characteristic that influences the readers about the writing.
Therefore, the best scenario to use a display font is that it makes the requirement to type large, such as a title. Thus, the correct option is D.
To learn more about fonts, refer to the link:
https://brainly.com/question/14052507
#SPJ2
Without using parentheses, enter a formula in C4 that determines projected take home pay. The value in C4, adding the value in C4 multiplied by D4, then subtracting E4.
HELP!
Parentheses, which are heavy punctuation, tend to make reading prose slower. Additionally, they briefly divert the reader from the core idea and grammatical consistency of the sentence.
What are the effect of Without using parentheses?When a function is called within parenthesis, it is executed and the result is returned to the callable. In another instance, a function reference rather than the actual function is passed to the callable when we call a function without parenthesis.
Therefore, The information inserted between parenthesis, known as parenthetical material, may consist of a single word, a sentence fragment, or several whole phrases.
Learn more about parentheses here:
https://brainly.com/question/26272859
#SPJ1
Type the correct answer in the box. Spell all words correctly.
John wants to use graphical elements on his web page. Which image formats should he use to keep the file size manageable?
John should use
formats to keep the file size manageable.
Answer:
PNG, GIF
Explanation:
How do programming and electricity work together?
Answer:
When you first press the power button, the computer sends a signal to the computer power supply, which converts the AC (alternating current) to DC (direct current). This power supplies the computer and its components with the proper amount of voltage and electricity.
Answer:
Electricity drives current whose outcome can vary with Transistors. Transistors combined together form Flip Flops or Logic Gates.
Explanation:
Follow instagrm at ➜ mvnnyvibesFollow instagrm at ➜ mvnnyvibesIn Python, an equal symbol (=) is used to concatenate two or more strings.
True
False
How would you maximize the use of a class?
Answer:
can't understand your qs.......
Heather accidentally dropped her camera into the sand at the playground. What should she do?
Answer:
Pick it up and wipe it off.
Explanation:
Is it possible to beat the final level of Halo Reach?
Which is an example of an operating system
a
Adobe Photoshop
b
Internet Explorer
c
Windows
d
Microsoft Word
Answer:
windows
Explanation:
Examples of Operating Systems
Some examples include versions of Microsoft Windows (like Windows 10, Windows 8, Windows 7, Windows Vista, and Windows XP), Apple's macOS (formerly OS X), Chrome OS, BlackBerry Tablet OS, and flavors of Linux, an open-source operating system.
Write a program that
1. Walks through a directory tree (os.walk()) and searches for files with an extension of .pdf.
2. Print these files with their absolute path and file size to the screen.
3. Copy these files from whatever location they are into a new folder.
Answer:
import os
import shutil
# directory holding the file to be used
curr_path = "C:\\Users\\user\\Desktop\\test"
# change to the target directory absolute path
os.chdir(curr_path)
# create new folder in current directory
os.mkdir('C:\\Users\\user\\Desktop\\newFolder')
for root, dirs, files in os.walk("."):
for name in files:
# check if it is pdf
if name.endswith(".pdf"):
# find path
path = os.path.join(root, name)
# find size
size = os.stat(path).st_size
# print absolute path and size
print(os.path.abspath(path), "\t", size)
# copy the file to the new folder
shutil.copy(path, 'C:\\Users\\user\\Desktop\\newFolder\\'+name)
Explanation:
The python program uses the os and shutil python module, which is used to interact with the computer system operating system to get the absolute path of all the pdf text files using the os.walk() method to create an iterator to loop over, printing the path string and the file size. The shutil.copy() is used to make a copy of each pdf file in the new folder.
A browser is an example of a. :
general-purpose application
specialized
program
system application
utility program
Question 15 (4 points)
As a user is testing your prototype, you should not:
ask them what they're thinking.
Otell them which button to press.
Ogive them an overview of the product.
have them explain their actions.
When a user is testing the prototype the owner should not explain them about their actions. Thus, option D is correct.
What is a prototype?A prototype can be understood as the original model of the entire project over which the project will function.
If the new user is introduced to the prototype and asked to test it, then the owner cannot direct the user or explain the use r about what actions to be taken for testing the prototype.
Therefore, option D is correct.
Learn more about prototype, here:
https://brainly.com/question/14291377
#SPJ1
Answer: Tell them which button to press.
Explanation: Just took the test
The more employees can do, the less they have to be managed by supervisors.
Please select the best answer from the choices provided
T
F
Answer:
True
Explanation:
hi wanna play fortnite tomorrow add me im batjoker09 no caps or spaces
Answer:
ok
Explanation:
Which of the following statements are true about how technology has changed work? Select 3 options. Responses Businesses can be more profitable by using communication technology to reduce the costs of travel. Businesses can be more profitable by using communication technology to reduce the costs of travel. With the spread of technology and the Internet, smaller businesses are not able to compete as effectively as before. With the spread of technology and the Internet, smaller businesses are not able to compete as effectively as before. In a gig economy, workers are only hired when they are needed for as long as they are needed. In a gig economy, workers are only hired when they are needed for as long as they are needed. Through the use of the Internet and collaboration tools more workers are able to perform their jobs remotely. Through the use of the Internet and collaboration tools more workers are able to perform their jobs remotely. Technology has not really changed how businesses operate in the last fifty years. Technology has not really changed how businesses operate in the last fifty years.
The three genuine statements almost how technology has changed work are:
Businesses can be more productive by utilizing communication technology to decrease the costs of travel. This can be genuine since advances like video conferencing and virtual gatherings permit businesses to conduct gatherings, transactions, and collaborations remotely, lessening the require for costly travel courses of action.With the spread of technology and the Web, littler businesses are not able to compete as successfully as some time recently. This explanation is genuine since innovation has empowered bigger companies to use their assets and reach a worldwide advertise more effortlessly, making it challenging for littler businesses to compete on the same scale.Through the utilize of the Web and collaboration devices, more laborers are able to perform their occupations remotely. This explanation is genuine as innovation has encouraged farther work courses of action, allowing employees to work from anyplace with an online association. Collaboration instruments like extend administration computer program and communication stages have made inaccessible work more doable and effective.Technology explained.
Technology alludes to the application of logical information, aptitudes, and devices to form innovations, fathom issues, and move forward proficiency in different spaces of human movement. It includes the improvement, usage, and utilize of gadgets, frameworks, and processes that are outlined to achieve particular assignments or fulfill specific needs.
Technology can be broadly categorized into distinctive sorts, such as data technology, communication technology, therapeutic innovation, mechanical technology, and transportation technology, among others. These categories include different areas, counting computer science, hardware, broadcast communications, building, and biotechnology.
Learn more about technology below.
https://brainly.com/question/13044551
#SPJ1
What are the core steps to add revisions or features to a project?(1 point)
Responses
Evaluate feasibility of the goals, create a list of functionality requirements, and develop the requirements of the feature.
Evaluate feasibility of the goals, develop programming solutions, and evaluate how well the solutions address the goals.
understand the goals, evaluate the impact on the project, create a list of functionality requirements, and develop the requirements of the feature.
Communicate with the client, create a sprint backlog, develop the project, and evaluate how well the solution fits the requirements.
The core steps to add revisions or features to a project are ""Understand the goals, evaluate the impact on the project, create a list of functionality requirements, and develop the requirements of the feature." (Option C)
How is this so?
The core steps to add revisions or features to a project include understanding the goals,evaluating the impact on the project, creating a list of functionality requirements,and developing the requirements of the feature.
These steps ensure that the goals are clear, the impact is assessed, and the necessary functionality is identified and implemented effectively.
Learn more about project management at:
https://brainly.com/question/16927451
#SPJ1
which statements did both aristotle and ptomlemy assume? select two options
Both Aristotle and Ptolemy considered that each planet is bound to a single sphere, but geometers and astronomers might use a number of such spheres to create the observed planet movements.
Who is Ptolemy?Claudius Ptolemy was a Roman mathematician, astronomer, astrologer, geographer, and music theorist who produced many scientific treatises, three of which were influential in Byzantine, Islamic, and Western European science.
Ptolemy centered his geocentric model on the Earth. Ptolemy assumed the universe was a system of nested spheres around the Earth based on the facts he had. He thought that the Moon was nearest to the Earth, followed by Mercury, Venus, and finally the Sun.
Learn more about Ptolemy:
https://brainly.com/question/15075606
#SPJ1
Write a 2 paragraph on an African American who has become successful in IT. Need help asap can’t think of anything
Answer:
wait you need 2 paragraphs on an african american that became sucessful in what? please clear this up so that i can help you
Explanation:
The length of a list can be determined through the index function
True
False
Answer:
false
Explanation:
What type services can be offered by a single insurance plan or the joint venture among two or more insurance payers this option provide subscribers or employees the choice of HMO PPO or traditional health insurance plans
A single insurance plan or a joint venture among two or more insurance payers can offer a variety of services, including HMO, PPO, or traditional health insurance plans, providing subscribers or employees with a choice of coverage options.
When an insurance plan is offered by a single insurance provider or through a joint venture between multiple insurance payers, it can offer a range of services to cater to the diverse needs of subscribers or employees. These services typically include Health Maintenance Organization (HMO), Preferred Provider Organization (PPO), or traditional health insurance plans.
HMO plans generally offer comprehensive coverage with a focus on preventive care and coordination of healthcare services through a network of healthcare providers. Subscribers are required to choose a primary care physician (PCP) and obtain referrals for specialist care.
PPO plans provide more flexibility and choice by allowing subscribers to receive care from both in-network and out-of-network providers. They do not require a PCP or referrals, offering more freedom to seek care from a wider range of healthcare professionals.
Traditional health insurance plans, also known as fee-for-service plans, provide the most flexibility in terms of choosing healthcare providers. Subscribers can visit any doctor or specialist without requiring referrals, but they may have higher out-of-pocket costs.
By offering these different types of plans, a single insurance plan or a joint venture among insurance payers can accommodate varying preferences and needs of individuals or employees, allowing them to select the coverage option that best suits their healthcare requirements.
For more such answers on insurance plan
https://brainly.com/question/31773844
#SPJ8
Not all programming languages are appropriate for all users.
Answer:
Maybe. But you can learn....
Explanation:
Could you mark this answer as brainiest?
Thanks!
PLEASE HELP ASAP WILL GIVE 100 POINTS!!!!
Suppose a packet that is transmitted across the internet contains the following information (from left to right):
Bits 1-4: Packet sequence number within the message.
Bits 5-8: Total number of packets in the message.
Bits 9-16: Number identifying the sender.
Bits 17-24: Number identifying the receiver.
Bits 25-64: Part of the actual message being sent.
Here is one of the packets being sent over the internet:
01111011 10000001 11001110 01010110 00111100 10011100 11100010 10001111
Which of the following statements about this packet is true? Select one answer
A)This is packet 1 out of 8 total packets in the message.
B)This is packet 7 out of 11 total packets in the message.
C)This is packet 14 out of 22 total packets in the message.
D)This is packet 123 out of 129 total packets in the message.
Answer:
The correct answer is C.
The packet sequence number is stored in bits 1-4, which in this case is 10011100. This is equal to 23 in decimal.
The total number of packets in the message is stored in bits 5-8, which in this case is 01010110. This is equal to 22 in decimal.
Therefore, this is packet 23 out of 22 total packets in the message.
* * *
Here is a breakdown of the bits in the packet:
```
Bits | Description
------- | --------
1-4 | Packet sequence number
5-8 | Total number of packets in the message
9-16 | Sender ID
17-24 | Receiver ID
25-64 | Message data
`
1) Create a Java program that asks the user using the
Scanner class for his/her name, the number of hours
worked and the hourly pay rate. The program should
calculate the gross pay and
display the results in the
following format:
Hello
Your gross pay is
the program here>
Note that the Java Program that given the output described above is:
import java.util.Scanner;
public class GrossPayCalculator {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.print("Enter your name: ");
String name = input.nextLine();
System.out.print("Enter number of hours worked: ");
double hours = input.nextDouble();
System.out.print("Enter hourly pay rate: ");
double payRate = input.nextDouble();
double grossPay = hours * payRate;
System.out.println("Hello, " + name + "!");
System.out.println("Your gross pay is $" + grossPay);
}
}
How does the above program work?The Java program uses the Scanner class to prompt the user for their name, number of hours worked, and hourly pay rate.
It then calculates the gross pay by multiplying the number of hours worked by the hourly pay rate. The results are displayed using a formatted output statement, which shows the user's name and their calculated gross pay.
Learn more about Java:
https://brainly.com/question/29897053
#SPJ1
Which are technical and visual demands
that need to be considered when
planning a project?
Answer: Resolution or DPI, deliverables, and file types are important technical and visual demands to consider when planning a project.
Explanation: Keep in mind whether or not the project will be published in print or on the Web.
In a VLOOKUP formula, what does the argument column_index_number mean?
O the secret INDEX number that each column in an Excel worksheet has
O the number of the column within the selected table array where the lookup result is located
O a numerical representation of the letters at the top of a worksheet; for example, A= 1, B = 2, etc.
O numbers a user assigns to columns in a worksheet
Note that In a VLOOKUP formula, the argument column_index_number means: "the number of the column within the selected table array where the lookup result is located." (Option B).
What is a VLOOKUP formula?The VLOOKUP function is defined as follows: =VLOOKUP(the item you want to look up, where you want to look for it, the column number in the range holding the value to return, return an Approximate or Exact match - denoted as 1/TRUE, or 0/FALSE).
Note that VLOOKUP stands for 'Vertical Lookup'. It is a function that causes Excel to look for a certain value in a column (the so-called 'table array') in order to retrieve a value from another column in the same row.
The advantage of utilizing VLOOKUP is that it allows you to look up and get data from a huge spreadsheet or database fast and efficiently by using a unique identifier or key.
When working with huge volumes of data, this can save time and enhance accuracy by eliminating the need to manually search through rows and columns to get the information you need.
Learn more about VLOOKUP:
https://brainly.com/question/14167074
#SPJ1
Summarize the history of artificial intelligence detailing its origin and future state in technology today.
Wrong answer will get reported
Scaled AI implementation can enhance team performance and strengthen corporate culture. Discover how BCG's AI-driven projects have aided in maximizing value for our clients. Learn About Our AI Products.
How does artificial intelligence work?The replication of human intelligence functions by machines, particularly computer systems, is known as artificial intelligence. Expert systems, language processing, speech recognition, and machine vision are some examples of specific AI applications.
What fundamental principle underpins artificial intelligence?Artificial intelligence is founded on the idea that intellect can be described in a way that makes it simple for a computer to duplicate it and carry out activities of any complexity. Artificial intelligence aims to emulate cognitive processes in humans.
To know more about artificial intelligence visit:
https://brainly.com/question/23824028
#SPJ1
what is digital literacy? describe three examples of digital literacy skills
Digital literacy means having the skills you need to live, learn, and work in a society where communication and access to information is increasingly through digital technologies like internet platforms, social media, and mobile device
Examples of Digital Literacy skills:
What is digital literacy?
ICT proficiency.
Information literacy.
Digital scholarship.
Communications and collaborations.
Digital learning.
Digital identity.
In which category would Jamal most likely find an appropriate template for his report?
Designs
Diagrams
Education
Personal
Answer:
Education
Explanation: