I have devised a list of open and quality game names for it’s appropriate category.
> Shooting — A Sound Of War
> Drifting — Open Terrain Drifting
> Racing — Xpense Racing Life
> Open World Crime/Driving — Only Danger Driving
> Trucking — Trucking Thrill
How to effectively keep and organize your study notes
Answer:
1. start by sorting out your notes into categories
2. label them in alphabetical order and category in a binder
3. I recommend using color labels like stickers or separators for a complete organization.
Which characteristics describe the MOV video file
format? Choose all that apply.
-used for streaming video
-compatible only with Apple OS
-uncompressed file format
-compressed file format
Answer:
the 1st and last ne are the correct answers.
Explanation:
MOV files contain videos, audio, subtitles, timecodes and other media types. It is compatible across different versions of QuickTimePlayer, both for Mac and Windows. Since it is a very high-quality video format, MOV files take significantly more memory space on a computer.
Answer:
A and D are correct
Explanation:
Write a c++ program to find;
(I). the perimeter of rectangle.
(ii). the circumference of a circle.
Note:
(1). all the programs must allow the user to make his input .
(2).both programs must have both comment using the single line comment or the multiple line comment to give description to both programs.
Answer:
Perimeter:
{ \tt{perimeter = 2(l + w)}}
Circumference:
{ \tt{circumference = 2\pi \: r}}
Just input the codes in the notepad
Assume the variable s is a String and index is an int. Write an if-else statement that assigns 100 to index if the value of s would come between "mortgage" and "mortuary" in the dictionary. Otherwise, assign 0 to index.
Using the knowledge in computational language in python it is possible to write a code that Assume the variable s is a String and index is an int.
Writting the code:Assume the variable s is a String
and index is an int
an if-else statement that assigns 100 to index
if the value of s would come between "mortgage" and "mortuary" in the dictionary
Otherwise, assign 0 to index
is
if(s.compareTo("mortgage")>0 && s.compareTo("mortuary")<0)
{
index = 100;
}
else
{
index = 0;
}
See more about JAVA at brainly.com/question/12975450
#SPJ1
The objective is to work with your partner to fix the HTML bugs so that none of the code is pink. In general, how do I change HTML code color?
Answer:
Click inspect then go to change color
Explanation:
there you go have a nice day!
Large and small app buttons on the right side of the start menu
Answer:
the are known as "tiles"
Advantages of ASCII over EBDCDIC
Write a program that prompts a user to enter the number of elements to store in an array. Then prompt the user to enter all the numbers stored in the array.
The program should then cycle through the array to see if any numbers are divisible by 5. If any number is divisible by 5 print out which ones are and identify them in the output.
Answer:
Here's an example of a program that does what you've described:
# Get the number of elements in the array
n = int(input("Enter the number of elements to store in the array: "))
# Initialize the array
arr = []
# Get the elements of the array from the user
print("Enter the elements of the array:")
for i in range(n):
arr.append(int(input()))
# Print out which numbers are divisible by 5
print("The following numbers are divisible by 5:")
for i, x in enumerate(arr):
if x % 5 == 0:
print(f"{i}: {x}")
This program will first prompt the user to enter the number of elements in the array. It then initializes an empty array and prompts the user to enter each element of the array. Finally, it loops through the array and prints out the index and value of any element that is divisible by 5.
Explanation:
how much electricity is in the human brain?
Answer:
On average, at any given moment, your brain's electricity is outputting roughly 0.085 Watts of power.
Explanation:
Answer:
roughly 0.085 Watts of power.
Explanation:
describe source code escrow
Answer:
Source code escrow is the deposit of the source code of software with a third-party escrow agent.
In the _____ approach to integration through linking data collection and analysis methods, data collection and analysis link at multiple points. Group of answer choices connecting building merging embedding
Question:
In the _____ approach to integration through linking data collection and analysis methods, the two databases are brought together for analysis
Answer:
Mixed Methods Approach: connecting, building, merging, embedding
Explanation:
The mixed methods approach in research occurs when the researcher combines collection and analysis of data in one study. In other words, the researcher collects both qualitative and quantitative data(from surveys for example) and integrates and analyzes all in one study. The connecting, building, embedding and merging are methods used in the database to achieve mixed methods approach. Connecting links databases, building notes different databases in data collection, merging brings them all together for analysis, and embedding combines data collection and analysis at different points.
In this lab, you use what you have learned about parallel lists to complete a partially completed Python program. The program should either print the name and price for a coffee add-in from the Jumpin’ Jive Coffee Shop or it should print the message "Sorry, we do not carry that.".
The given python code is given below as it makes a parallel list and prints an output.
What is Python Programming?This refers to the high-level programming language that is used to build data structures and is object-oriented.
Hence, we can see that to use a parallel list to print a program in Python:
Python zip()
list_1 = [1, 2, 3, 4]
list_2 = ['a', 'b', 'c', 'd']
for i, j in zip (list_1, list_2):
print (j)
else
print (i) "Sorry, we do not carry that.";
Read more about python programs here:
https://brainly.com/question/26497128
#SPJ1
Please can someone help me with this AB + A+B
Answer:
Please specify the question, but I assume this is boolean algebra so the answer would be:
A + B
Explanation:
AB + A + B
Now we are solving the above expression using Boolean theorems:
Factoring
(1+B)A+(1+A)B
Identity Law A+1=1
1A+(1+A)B
Identity Law:A.1=1
A+(1+A)B
Identity Law A+1=1
A+1B
Identity Law:A.1=1
A+B
what is a program or collection of programs that enable a person to manipulate a visual images on a computer
In order to average together values that match two different conditions in different ranges, an excel user should use the ____ function.
Answer: Excel Average functions
Explanation: it gets the work done.
Answer:
excel average
Explanation:
What are the two types of programming languages?
Answer:
High level language.
Low level language
Explanation:
please give brainliest
Which of the following is not true about deep learning
Answer: it is also known as supervised learning
Explanation:
Deep learning is a sub field of machine learning and it refers to an artificial intelligence function that has to do with the imitation of the way that the brain works in the processing data which are used in making decisions.
It should be noted that deep learning is not thesame as supervised learning. While there's no creation of high-level abstraction of input features in the supervised learning, there's formation of abstractions of input features in deep learning.
help please , I'm marking the brainliest
A.) True or False
1.) Effective communication goes beyond simply relating an idea or information.
(TRUE OR FALSE)
2.)The last thing to consider in the design of the report is the purpose.
(TRUE OR FALSE)
3.) The design that you will be creating should complement the report’s purpose.
(TRUE OR FALSE)
4.) Effective communication is when the idea or information must be conveyed in a way that is easily understood.
(TRUE OR FALSE)
----------------------------------------------------
5.) Which of the following acronym is used for guides to Effective Visual Communication?
a.) Decode
b.) Decorum
c.) Decor
6.) It is the page that contains summarizing information about the publication.
a.) content page
b.) title page
Answer:
1. true
2.true, it is not the only last thing to consider
3.false ,not every time
4.it could be true or false , because effective communication can be conveyed in a way that is easily understood . But choose bit should be true
5.i'm not sure of that
6. (a) content page
Explanation:
hope this helps you
And office now has a total of 35 employees 11 were added last year the year prior there was a 500% increase in staff how many staff members were in the office before the increase
There were 5 staff members in the office before the increase.
To find the number of staff members in the office before the increase, we can work backward from the given information.
Let's start with the current total of 35 employees. It is stated that 11 employees were added last year.
Therefore, if we subtract 11 from the current total, we can determine the number of employees before the addition: 35 - 11 = 24.
Moving on to the information about the year prior, it states that there was a 500% increase in staff.
To calculate this, we need to find the original number of employees and then determine what 500% of that number is.
Let's assume the original number of employees before the increase was x.
If we had a 500% increase, it means the number of employees multiplied by 5. So, we can write the equation:
5 * x = 24
Dividing both sides of the equation by 5, we find:
x = 24 / 5 = 4.8
However, the number of employees cannot be a fraction or a decimal, so we round it to the nearest whole number.
Thus, before the increase, there were 5 employees in the office.
For more questions on staff members
https://brainly.com/question/30298095
#SPJ8
how to write email abut new home your friend
Answer:
Start off with a greeting like Dear Sarah. Then you write a friendly body that tells about your home and describe it as much as you can and tell about what your bedroom theme is like and so on. Finally, top it off like a closing like Sincerely, Tessa.
Answer:
you start off by saying
Dear (name), talk about how your house is comforting and things like that... I hope thats what you were asking for.
what is computer hardware part
Answer:
Computer hardware includes the physical parts of a computer, such as the case, central processing unit, monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers and motherboard. By contrast, software is the set of instructions that can be stored and run by hardware.
Explanation:
Answer:
Computer hardware is the physical parts of a computer system that is visible.
The parts of computer hardware is Central processing unit, Monitor, Mouse, Keyboard, Computer data storage, Motherboard, Speakers and Mouse.
Hope that helps. x
ive atleast 10 examples of FAKE anti-virus and anti- spyware software
Answer:
Explanation:
protegent
spysheriff
doctor antivirus
winwebsec
spybouncer
thespybot
malwarealarm
macsweeper
spywarestop
spylocked
If you have a really good picture of your friend, it is okay to post without asking because they allowed you to take it in the first place. O True O False
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
FILL IN THE BLANK. a __ area network is a type of wireless network that works within your immediate surroundings to connect cell phones to headsets, controllers to game systems, and so on.
A personal area network (PAN) is a type of wireless network that works within your immediate surroundings to connect cell phones to headsets, controllers to game systems, and so on.
A personal area network (PAN) is a type of wireless network that provides connectivity between devices in close proximity to each other, typically within a range of 10-meters. PANs are typically used for personal, non-commercial purposes and connect devices such as cell phones, headsets, personal digital assistants (PDAs), game controllers, and other small, portable devices.
PANs typically use low-power, short-range technologies such as Bluetooth, Infrared Data Association (IrDA), or Zigbee to establish connectivity. These technologies allow devices to communicate with each other wirelessly, eliminating the need for cords and cables and making it easier to connect and use the devices.
One of the main benefits of PANs is their simplicity and convenience. They allow you to quickly and easily connect devices in close proximity, eliminating the need for manual configuration or setup. Additionally, they use very low power, making them ideal for use with battery-powered devices.
Overall, PAN are a useful technology for individuals and small groups who need to connect their devices in close proximity for personal, non-commercial purposes.
Learn more about personal area network (PAN) here:
https://brainly.com/question/14704303
#SPJ4
Write a test program that prompts the user to enter three sides of the triangle (make sure they define an actual triangle), a color, and a Boolean value to indicate whether the triangle is filled.
Answer:
Scanner in = new Scanner(System.in);
System.out.print("Please enter 3 sides of a triangle, color and " +
"whether it is filled or not (true false): ");
double s1 = in.nextDouble();
double s2 = in.nextDouble();
double s3 = in.nextDouble();
String color = in.next();
boolean filled = in.nextBoolean();
Triangle t1 = null;
try {
t1 = new Triangle(s1, s2, s3, color, filled);
}
catch (IllegalTriangleException ite) {
System.out.println(ite.toString());
}
System.out.println(t1.toString());
System.out.printf("Triangle color: %s, Triangle filled: %s%n" +
"Area: %.2f%n" +
"Perimeter: %.2f%n%n",
t1.getColor(),
t1.isFilled(),
t1.getArea(),
t1.getPerimeter());
Explanation:
Scanner in = new Scanner(System.in);
System.out.print("Please enter 3 sides of a triangle, color and " +
"whether it is filled or not (true false): ");
double s1 = in.nextDouble();
double s2 = in.nextDouble();
double s3 = in.nextDouble();
String color = in.next();
boolean filled = in.nextBoolean();
Triangle t1 = null;
try {
t1 = new Triangle(s1, s2, s3, color, filled);
}
catch (IllegalTriangleException ite) {
System.out.println(ite.toString());
}
System.out.println(t1.toString());
System.out.printf("Triangle color: %s, Triangle filled: %s%n" +
"Area: %.2f%n" +
"Perimeter: %.2f%n%n",
t1.getColor(),
t1.isFilled(),
t1.getArea(),
t1.getPerimeter());
If you had a job that drill holes in the earth in search of water,what career cluster would you be working in?
The occupation of drilling wells to extract groundwater falls under the realm of Agriculture, Food & Natural Resources career cluster.
Why is this so?This area comprises multiple job roles associated with harvesting natural resources like soil scientists; geologists; hydrologists; conservationists; and environmental engineers.
Their expertise comes into effect when they study these resources to preserve them sustainably instead of depleting them blindly.
So one mustnote that their efforts shift towards formulating agriculture methods that don't harm these reserves or endanger wildlife.
Learn more about Careers:
https://brainly.com/question/30040900
#SPJ1
Look at the picture
Answer:
im pretty sure to rent somewhere youd sign a lease
Answer:
mortgage
Explanation:
a mortgage and a lease are simliar but the answer you are looking for is a mortgage
The up address and the port are both numbers. Which statement is true?
The statement "The IP address and the port are both numbers" is true.
In computer networking, an IP (Internet Protocol) address is a unique numerical identifier assigned to each device connected to a computer network. IP addresses are typically represented as a series of four numbers separated by periods, such as 192.168.0.1.
Similarly, a port number is a numeric identifier used to specify a particular process or service running on a device within a network. Port numbers range from 0 to 65535 and are used to facilitate communication between different applications or services on a network.
Learn more about IP address, here:
https://brainly.com/question/18722788
#SPJ1
(ANSWER ASAP!! GIVING BRAINLIEST IF CORRECT :))
Before she applies for an internship with a local engineering company, what type of letter might Zaynab ask one of her teachers to write for her?
A: resignation letter
B: complaint letter
C: thank-you letter
D: recommendation letter
Answer:
D
Explanation:
She would want a teacher to write a recommendation letter. A recommendation letter vouches for the student and explains why the student would be a good fit for the job.
Answer:
Recommendation letter
Explanation:
A recommendation letter vouches for the student and explains why the student would be a good fit for the job.