Answer:
should be commission
Explanation: i took this class a while back, hope this helps man
Which will have "5" as an output?
>>> from gcd import math
>>> gcd(15,20)
>>> from random import GCD
>>> GCD(15,20)
>>> from math import god
>>> gcd(15,20)
>>> from random import GCD
>>> GCD(15.20)
answer ?
The code that will have "5" as an output is as follows;
from math import gcd
gcd(15, 20)
Code explanationThe code is written in python.
GCD is the largest common divisor that divides the numbers without a remainder.
gcd is a function in python that accepts two required integers and it finds the HCF.
Base on the code,
We imported gcd from the math module in python.Then, we inputted the integers in the gcd function.learn more on python here: https://brainly.com/question/25550841
1. The running configuration is also known as the _____________ (Select Two) a. Startup config b. Working configuration c. Current configuration d. Backup configuration
Answer:
1. The running configuration is also known as the b. working configuration
c. current configuration
Explanation:
hopes this help (:
Discuss what is an embedded system. Explain the relative advantages and disadvantages of an embedded OS based on an existing commercial OS compared to a purpose-built embedded OS.
Answer:
An embedded system is a computer system a combination of a computer processor, computer memory, and input/output peripheral devicesthat has a dedicated function within a larger mechanical or electronic system.
Advantage
Simple to deliver higher creation.
Less costs for per bit of resultant.
It has not many interconnections.
It has Better steady and Higher speed.
It has Higher dependable.
To use for one errand.
Disadvantage
Once configured, these systems cannot be changed. ...
They are hard to maintain. ...
Troubleshooting is difficult for embedded systems. ...
Because these systems are made for specific tasks, hardware is limited
Help!! When was technology made?
Answer:
3.3 million years ago, if you mean technology in general, if you mean computer technology, then 1837 should be your answer.
Answer:
3.3 million years ago the first tools were made but technology is older than our specis itself
Explanation:
well even the use of rocks as wepons are technology
Exercise 1.7.4: Remove From Line4 points
You are given an array of names of people who are in line for movie tickets. Use the remove element
to remove the first person from the line twice, as if you have just given them their tickets.
var line = ["Sam", "Lisa", "Laurie", "Bob", "Ryan"];
You should write a function to print everyone in line. Then print the line before and after removing the people.
The console should print this:
Sam, Lisa, Laurie, Bob, Ryan
Laurie, Bob, Ryan
When I run the program it does not match the desired result because I don't have spaces.
Use the knowledge in computational language in python to write a code with array of names of people who are in line for movie tickets.
How to define an array in python?Arrays are similar data structures to Python lists, but not as flexible. In an array all elements must be of the same type, typically numeric, such as int or float. Also, the size of an array cannot be modified, unlike lists that can grow dynamically. In contrast, using arrays is much more efficient and makes it easier to compute large volumes of numerical data. This makes arrays particularly useful in scientific computing.
So in an easier way we have that the code is
function start(){
var line = \["Sam", "Lisa", "Laurie", "Bob", "Ryan"\];
for(var i = 0; i < line.length; i++)
{
if(i + 1 == line.length){
println(line[i]);
}else{
print(line[i] + ", ");
}
}
var elim = line.remove(1);
var elim2 = line.remove(0);
for(var i = 0; i < line.length; i++){
if(i + 1 == line.length){
print(line[i]);
}else{
print(line[i] + ", ");
}
}
}
See more about python at brainly.com/question/18502436
James, an IT manager, expresses a concern during a monthly meeting about weak user passwords used on company servers and how they may be susceptible to brute-force password attacks. Which concept can James implement to make the weak passwords stronger
Answer:
James could implement the use of symbles and numbers in the passwords so its less easy to brute-force it, and a maximum amount of characters and symbles
Explanation:
a password that looks like: invisable man (invisableman), is easy to guess unlike a password that looks like this: &31invisable#man%^2
or you could go with something like this: 1nv1548!3 m4n (or add random caps+numbers (maybe symbles))
2. what are the advantages of breaking up a single logical message into a number of fixed-sized packets and then sending each one of those packets independently through the network?
The advantages of breaking up a single logical message into a number of fixed-sized packets is that it makes it more flexible and also it increases the performance and also the reliability of the internet.
There is an Easy lost data recovery Internet as it is an heterogeneous network.
Are packets made of fixed size?Packets are known to come in different sizes. They can also be made of a fixed size.
The examples are 1,000 or 1,500 bytes, or other kinds of variable sizes, based on the system. Its advantages is one where errors can be corrected easily and data recovery is fast.
Learn more about fixed-sized packets from
https://brainly.com/question/3991989
What are enterprise messaging solutions most often used by business teams
for?
A. Cataloging and printing shipping labels for product deliveries
B. Sorting through and deleting a large number of company emails
C. Working on projects and communicating with each other to stay
updated
D. Distributing and tracking the use of computers in the workspace
Answer:
C. Working on projects and communicating with each other to stay updated
Explanation:
Working on projects and communicating with each other to stay
updated. Therefore, the correct answer is option C.
An corporate Messaging System (EMS) is a system that allows "program-to-program" messaging across corporate applications and systems.
Company messaging is typically used to integrate several company systems. It is a software interface that allows one programme to send loosely connected asynchronous data (messages) and store it in a message queue until the receiving programme can process it.
Typically, enterprise messaging falls under two categories:
Enterprise Messaging is classified into two types: promotional and transactional.
Bulk SMS messages are used to market a company's products and services. Bulk uploads, templates, phonebooks, scheduling messages, viewing delivery reports, and importing text and excel files are all common capabilities.Transactional SMSs: The SMS is typically sent by the sender's name (brand name) and is available 24 hours a day, seven days a week.Advantages of deploying an EMS:
Secure Messaging - The secure transmission of critical information and files to smartphones or feature phones.Notifications, reminders, and alerts are delivered globally.Two-way interactive SMS is commonly used for appointment confirmation, business process automation, surveys, and voting campaigns.Campaign Control/Management - Marketing programmes can be readily managed and measured in terms of performance.Delivery Assurance - Access to detailed message delivery can be gained.Customer preferences can be used to create customised messaging programmes using intelligent analytics and reporting.Therefore, the correct answer is option C.
Learn more about the enterprise messaging solutions here:
https://brainly.com/question/32271386.
#SPJ3
Which type of hackers break into systems for the thrill or to show off their skills?.
Choose the answer.
The ____ ... meeting is a great way to bring everyone involved together to discuss
the project. Some topics of this meeting include project vision, roles and
responsibilities, team buildings, team commitments, and rules.
how academic skills for teachers help students at the university
Academic skills for teachers has help students at the university because with its use, students are able to have test-taking strategies and understands their courses more better.
Why are academic skills vital for university?The use of Academic skills is one that act to encourage students so they can be able to be more efficient and better learners.
Conclusively, It is one that give students the power or confidence to be involved fully in any courses that are useful for them outside of the classroom.
Learn more about skills from
https://brainly.com/question/1233807
what is the answer in online learning and digitalcitizenship
Answer: an online encyclopedia.
Explanation: encyclopedias often have constantly updated pieces of news, that are also accompanied by fact-checkers as well unlike newspapers.
In your opinion what is the best or greatest technology advancement in your lifetime and why?
At least 6 sentences and include a topic sentence and conclusion sentence. Provide an example in the paragraph to support your opinion. No need to site
Answer:
ELECTRICITY
Since early discoverers like Benjamin Franklin studied it, and inventors like Nikola Tesla tested ways to turn it into power, electricity has not only been fueling generations of new innovations but also become an irreplaceable tool of modern life.
Explanation:
There's an old joke about a group of friends debating the world's greatest invention:
There's an old joke about a group of friends debating the world's greatest invention:"The greatest invention of all time is the Thermos bottle," one man says.
There's an old joke about a group of friends debating the world's greatest invention:"The greatest invention of all time is the Thermos bottle," one man says."Why is that?" one of his friends asks.
There's an old joke about a group of friends debating the world's greatest invention:"The greatest invention of all time is the Thermos bottle," one man says."Why is that?" one of his friends asks."Well," says the man, "when you put something hot in it, it stays hot. And when you put something cold in it, it stays cold."
There's an old joke about a group of friends debating the world's greatest invention:"The greatest invention of all time is the Thermos bottle," one man says."Why is that?" one of his friends asks."Well," says the man, "when you put something hot in it, it stays hot. And when you put something cold in it, it stays cold.""Yeah," says the friend, "so what?"
There's an old joke about a group of friends debating the world's greatest invention:"The greatest invention of all time is the Thermos bottle," one man says."Why is that?" one of his friends asks."Well," says the man, "when you put something hot in it, it stays hot. And when you put something cold in it, it stays cold.""Yeah," says the friend, "so what?""Think about it, " says the man. "That little bottle -- how does it know? but have you ever think how
Thermos bottle made.
yeah, because of electricity....
The discovery of electricity became the necessary basis for the occurrence of multiple other sciences and inventions that are constantly used and are of crucial meaning in the contemporary world.
The modern society, its life and well being depends on electricity wholly. We cannot imagine our lives without cell phones, computers, the internet, coffee makers, toasters, washing machines, and microwave ovens, and all of these devices work due to electricity, but we often forget that more crucial needs of ours are fulfilled.
:-befrank
83\2+58+3^3+95*2/10
it's computer pls help
Answer:
145.5
Explanation:
I was unsure what you needed done, but if it was a math equation then that is your answer :)
Hope this helped <3 Brainliest please? :)
True or false: A local area network is a group of computers, printers, and other devices connected to the same network and covers a large geographic range such as a city, a county, or a state.
Answer:
True.
Explanation:
Hope this helps you!
What is a logical grouping of related records called?.
Answer:
File
Explanation:
Files are frequently classified by the application for which they are primarily used (employee file). A primarily key in a file is the field whose value identifies a record among others in a data file
what is alternative name of home page
Answer:
In this page you can discover 5 synonyms, antonyms, idiomatic expressions, and related words for home page, like: web page, web site, website, webpage and homepage.
what is the impact of ict on school policy
Answer:
It improves the effectiveness of education. It aids literacy movements. It enhances scope of education by facilitating mobile learning and inclusive education. It facilitates research and scholarly communication.
Explanation:
Answer:
Hello FluffyStrawberry here~
Your answer is
It improves the effectiveness of education. It aids literacy movements. It enhances scope of education by facilitating mobile learning and inclusive education. It facilitates research and scholarly communication
hope it’s helps you
Explanation:
~FluffyStawberry
Zoom and Adobe Acrobat Reader are freeware programs. What does this
mean?
A. Anyone can use them free of charge with some limitations.
B. Their source code can be altered or shared as long as attribution
is given
C. Their creators no longer hold the rights to them.
D. Their source code can never be altered.
How to change notification sounds for different apps.
List and describe in detail any four power management tools that were developed by atleast two manufacturers to prevent and/or reduce the damage of processors from theprocess of overclocking
Some power management tools to reduce damage to processors by the overclocking process are:
CPU TwakerMSI AfterburnerIntel Extreme Tuning UtilityAMD Ryzen MasterWhat is overclocking?It is a technique that allows you to increase the power and performance of various computer hardware. That is, this process increases the energy of the components and forces the pc to run at a higher frequency than determined by the manufacturer.
Therefore, there are several power management models and manufacturers to reduce and prevent physical damage to pc components.
Find out more about overclocking here:
https://brainly.com/question/15593241
Match the items with their respective descriptions.
defining focus
visual balance
color harmonies
screen design principles
helps make visually attractive and
functional web page
helps with color combinations in a
>
web page
helps scan for Information quickly in a
web page
>
helps provide visually pleasing screen
arrangement in a web page
>
Defining focus helps scan for Information quickly in a web page.
Visual balance helps make visually attractive and functional web pageColor harmonies helps with color combinations in a web pageScreen design principles helps provide visually pleasing screenarrangement in a web page.What is Defining focus?This is known to be a form of good screen design that can help on to highlight important areas to which one can focus on when looking for information.
Note that this form of guidance helps a person to scan for information very fast . Without having a clear focal points, you have to work a lot on the the entire web page.
Learn more about Defining focus from
https://brainly.com/question/7284179
presenting results to the user is called
Answer:
You're answer is,
Output devices
Explanation:
An output device is any piece of computer hardware equipment which converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment. It can be text, graphics, tactile, audio, or video. Examples include monitors, printers, speakers, headphones, projectors, GPS devices, optical mark readers, and braille readers.
Hope this helps
`
`
`
Tori
29. The startup configuration file is stored in ________________ a. ROM b. NVRAM c. Flash Memory d. RAM
Answer:
The start configuration is stored on the nonvolatile random-access memory aka NVRAM for the vast majority of systems.
disadvantages of using lossless compression rather than lossy compression
Answer:
Larger files
Explanation
Lossless advantages and disadvantages Advantages: No loss of quality, slight decreases in image file sizes. Disadvantages: Larger files than if you were to use lossy compression.
Compression, Explained. We use compression to make files smaller, so that they take up less storage space and can be downloaded more quickly.
Lossless vs. Lossy Formats.
Lossy Compression. Lossy compression is useful because of its ability to shrink a file to a more convenient size
Select the Pixel Format to be either Mono8 or BayerRG8.
Ensure ISP Enable is not selected (disabled).
From the Image Compression Mode drop-down, select Lossless.
Select the Adaptive Compression Enable checkbox to allow dynamic updates to compression tables to achieve a better compression ratio.
Imagine that you’re partner in a business firm that sells computers and other electronic goods. As part of your business organization’s Corporate Social Responsibility drive, you have to present a slide show to the retailers (and the general public) about how to dispose of end-of life electronic goods in an eco-friendly manner. Perform online research and describe available media options to present the slide show.
The best way to dispose of electronic goods is by recycling raw materials and correctly disposing of the remaining hazardous materials.
What does eco-friendly disposal imply?This implies using disposal practices that have a low negative impact on the environment.
How do you dispose electronic goods?The best way to do this is:
Appropiately collect electronic goods that cannot be used anymore.Identify the materials or parts that can be recycled as this reduces the number of new parts that will be manufactured.Separate the recycling materias from those that cannot be recycled.Dispose of the remaining materials in the best way depending on the material as some of these are hazardous and require special disposing practices.Learn more about recycling in: https://brainly.com/question/11861824
Please help me on this it’s due now
The answer is both A and B because logistics is the overall process of how things are equipped, stored and taken to their final destination.
By buying in bulk, Deborah managed to have 6,000 CDs manufactured for $9,000. What was the cost per unit for manufacturing?
Answer: It would be $1.50 per unit
Explanation
What is another name for several small utility programs that are found in the control panel?
Answer:
Applets
Explanation:
Defintion from Windows - A window containing several small Windows utility programs called applets that are used to manage hardware, software, users, and the system. Accessed through Control Panel, used to set the date and time in Windows.
The person who decides how to organize data into tables and how to set up the relations between these table is the?
database manager
database technician
databaseadmistrator
database designer