Answer:
Databace
Explanation:
What are the names of the methods which are used to control an i/o device??.
Answer: 1
Explanation:
i took the quiz and it was correct
5. The Shape Fill drop-down menu is used to
A b or c or d
Answer:
Change the color of the shape.
Explanation:
In the sentence, you must look at keywords, like "Fill" and "Shape".
The fact that it said shape fill means the tool would fill the inside of a shape.
Make sure to look at the definition of keywords to figure out what they mean.
Therefore, "Change the color of the shape" would be the correct answer.
-kiniwih426
five types of conflict in the school
Answer:
Conflicts can be classified into five different types: structural, value, relationship, interest, and data [
Explanation:
Answer:
Conflicts can be classified into five different types: structural, value, relationship, interest, and data
Explanation:
follow me please
Distributions of links in most networks follow a(n) __________ rule. radio_button_unchecked 60/40 radio_button_unchecked 90/10 radio_button_unchecked 50/50 radio_button_unchecked 80/20 SUBMIT
In most computer networks, the distribution of links follow an: 80/20 rule.
A network can be defined as a set of interconnected computer systems (nodes) and the relational ties linking the computer systems together.
An 80/20 rule is also referred to as the Pareto Principle and it can be defined as a concept in cybersecurity, which states that there exist an unequal relationship between outputs and inputs, in the ratio of 80 percent to 20 percent respectively.
In most computer networks, the distribution of links follow an 80/20 rule by rationalizing the amount of traffic that must enter into a network (20 percent) with respect to the amount of traffic that must exit the network (80 percent).
Read more: https://brainly.com/question/22365112
Bob has started a company and registered its name with the government as a private corporation. He tries to create a domain name using that registered name along with his country code. The name has already been registered by someone else. What should Bob do
Answer:
bobo
Explanation:
tax preparation software can help prepare and file your taxes by _________.
Which tool was developed for packet flow monitoring and was subsequently included in Cisco routers and switches
Pedestrians, bicyclists, and skateboarders _____ the rules of right-of-way when they use the road.
Pedestrians, bicyclists, and skateboarders must follow the rules of right-of-way when they use the road.
____ refers to protecting against unauthorized data disclosure and ensuring the authenticity of the data source.
Answer:
Secrecy
Explanation:
Options:
A) Necessity.
B) Secrecy.
C) Integrity.
D) Encryption.
B) Secrecy Is correct answer
(Hope this helps can I pls have brainlist (crown)☺️)
Which development model emphasizes small revisions that enhance the code and expand the functionality until the entire program is built
Answer:
Iterative
Explanation:
is the model that emphasizes small revisions, unlike waterfall which is in a linear sequential flow.
Do you think should give credit to people who invented viral dances?
Answer:
michal jackson i think who credit to people invented viral dances.
Answer:
Yes
Explanation:
Well, they added some taste to life.
What is an IF statement used for?
The IF statement is a decision-making statement that guides a program to make decisions based on specified criteria. The IF statement executes one set of code if a specified condition is met (TRUE) or another set of code evaluates to FALSE.
What is the difference between the dom api and the html dom api.
Animals living in burrows under the ground is an interaction between the biosphere and the
Answer:
Geosphere
Explanation:
The geosphere is made up of the rocks and minerals of the earth found in the ground.
A file ____ shows the location of a file or folder
Answer:
Path
Explanation:
correct answer: Path
(Hope this helps can I pls have brainlist (crown)☺️)
does anyone know how to make a astronaut hop while using loop?
Answer:
In Java
Explanation:
package application;
import java.util.Scanner;
import entities.Astronaut;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("How is the astronaut's energy in a scale of 0 to 100? ");
int energy = sc.nextInt();
Astronaut fakeArmstrong = new Astronaut();
while (energy > 0) {
fakeArmstrong.hop();
energy--;
}
System.out.println("The astronaut is tired eh? Let him rest you psychopato");
sc.close();
}
}
----------------------------------------------------------------------------------------------
package entities;
public class Astronaut {
private int bodyEnergy;
public Astronaut() {
}
public int getBodyEnergy() {
return bodyEnergy;
}
public void hop() {
System.out.println("up and down!");
}
}
Modems communicate data by using which method?.
Considering the modem technology, Modems communicate data by using Radio frequency method.
What is Radio frequency method?The radio frequency method in modem communication allows modems to communicate or transfer data through wireless over a distance of tens of kilometers.
The essence of Radio frequency in modemsWith radio frequency, modems can easily communicate without telecommunication or satellite network operators. It usually performs at 300 MHz to 900 MHz range.
Hence, in this case, it is concluded that the correct answer is the Radio frequency method.
Learn more about modem technology here: https://brainly.com/question/9617717
5G can support more users simultaneously than LTE, but it may not provide any improvements in terms of data rates. True or False
How to square a number in java.
Answer:
num**2
Explanation:
To square a number in Java, you just take the number and use two asterisks (**) to denote an exponent, and then connect a 2 to it.
For example, if your number is 5:
5**2 in Java means 5^2, which is 25.
Just like how 5**3 in Java means 5^3.
Hope this helps.
what are foundations of any game systems that control what the players can or cannot do in the game, as well as the penalties, reward, and other consequences that result from the players actions?
rules
feedback
tasks
algotithms
Answer:
A. Rules
Explanation:
Rules can determine what can be done and what cannot be done... giving it restrictions, or RULES in a video game among-st a player
How many binary digits are in 10^100.
Answer:
333 binary digits.
Explanation:
What are web protocols.
Answer:
Web protocols are a set of standards used to exchange information. It ensures that code can be modular and portable.
Answer:
The standard network protocol of the Internet, TCP/IP, stands for Transmission Control Protocol/Internet Protocol. The Internet Protocol part of the standard refers to the addressing of data message packets. Additional protocols that operate within the TCP/IP framework include UDP, HTTP and FTP. Each has different functions and purposes that ultimately work together to provide assorted capabilities through what's currently known as the World Wide Web.
Explanation: i hope this helps
Chapter 20 reading and vocab review
Explain the subtractive and additive approaches to editing.
Answer:
Essentially additive editing and stringing “the good stuff” together, whereas subtractive is more about stringing all your raw footage together and “removing the bad stuff”
Additive editing feels confident and concerned with the pursuit of a specific, existing vision. And it’s faster. Subtractive editing feels like a deeper listening to what the footage is saying, and holding on to many potential permutations.
Explanation:
Addictive editing - creating a program from raw footage by starting by starting with nothing and adding selected components
Subtraction editing - creating a program by removing redundant or poor quality material from the original footage
Amelie is planning a gingerbread house making workshop for the neighborhood, and is writing a program to plan the supplies. She's buying enough supplies for 15 houses, with each house being made out of 5 graham crackers. Her favorite graham cracker brand has 20 crackers per box. Her initial code:
The line of code that successfully calculates and stores the number of leftover crackers in the final box is extras ← crackersPerBox - (neededCrackers MOD crackersPerBox).
From the complete information, her initial code is given as:
numHouses ← 15
crackersPerHouse ← 5
crackersPerBox ← 20
neededCrackers ← crackersPerHouse * numHouses
It was depicted that Amelie realizes that she'll need to buy more crackers since the crackers come in boxes of 20. Therefore, to calculate how many graham crackers will be leftover in the final box, the line of code from the options will be extras ← crackersPerBox - (neededCrackers MOD crackersPerBox).
Read related link on:
https://brainly.com/question/25663035
The ____ design is the process of selecting the data storage and data access characteristics of the database.
Answer:
The Physical database design is the process of selecting the data storage and data access characteristics of the database.
Edward scissorhands Of course, Jim is the villain, but who or what is the antagonist in the film? Explain in detail.
The implementation stage of the SDLC is when the system is moved into operation where it can be used. What stage PRECEDES the implementation stage and what happens in this preceding stage
The stage that precedes the implementation stage of SDLC is testing and it involves checking the functionality of the system.
System design involves the process of determining an overall system architecture, which typically comprises the following:
Hardware.End users.Physical processing components.Software.Communication channel.Generally, there are seven (7) main stages in the systems development life cycle (SDLC) model and these include:
1. Planning.
2. Analysis.
3. Design.
4. Development.
5. Testing.
6. Implementation.
7. Maintenance.
From the above, we can deduce that the stage which precedes the implementation stage of SDLC is testing.
During the testing stage of SDLC, a quality assurance (QA) expert checks the system to determine whether or not it is functioning properly before it is deployed for operation, which is where the system can be used.
Read more: https://brainly.com/question/20813142
The Sales team uses the /sales directory to store documents related to sales, contacts, and orders. Currently, permissions on the directory only allow the user and group owners to view the contents of the directory. Users who are not part of the group owner are unable to list the contents of the directory.
As part of a new company policy to increase teamwork, you want to allow all users to be able to see the /sales directory and list its contents. You also want to let all users open, but not change, any document inside that directory.
Task:
Allow the other group to browse the /sales directory.
Modify permissions on all files in the /sales directory to allow members of the other group to view but not change the file.
Type:
chmod o+rx /sales
Answer:
it should be d
Explanation:
please mark this as brainlists i could really use it
File permissions are often set or changed using “Change Mode.” o+ Add permission for “others” with – (remove) r (other possible options include u (user) and g (group)). Permission is read. Implement permission (other possible values include w – write permission)
What is main function of the chmod?What permission—read (r), write (w), or execute—is third? (x). You would enter chmod o+rx [filename] to add world read and execute permission to a file using symbolic mode. You would type chmod o-r [filename] to make a file world read-only.
— rw-r—r— (644) — Group members and others can only read; only the user has read and write access. — rwx——— (700) — Reading, writing, and executing are all restricted to the user.
Therefore, RWXRXRX (755) — Only the user and the group and others can read and execute; the user has read, write, and execute permissions.
Learn more about chmod here:
https://brainly.com/question/14187643
#SPJ2
Who are the primary users of erp systems?.
Explanation:
resellers, partners, suppliers, and distributors.
poob bn vbyfcfgxfc jghjg jhgh
Answer:
Ploob was a monster employed at Horville's Hut of Horrors. He looked like a small green ball with a long tube-like nose and hair along his spine.
Explanation: