what does Iamo mean? i keep on hearing it and idk what it means

Answers

Answer 1

Answer:

laughing my ars e off

Explanation:

AAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH


Related Questions

How often should you change your passwords?

How often do you change your passwords?

Explain why it is so important to protect your email.

Describe (in your own words) how spoofing works.

Answers

Answer:

Explanation:

I think changing a password should be changed atleast three months or four months. It's important protect your email because your email has private info such as credit cards info and social number. Spoofing works by when a unknown person sends a email so they can easily access a person private info when they open the link to the email.

(im sorry if my grammar is bad or theres incorrect spelling)

yooooooooooooooo

people are yall doing good

can yall help me

You would like to search for information about storms but not tornadoes. What type of search strategy may be useful?

entering keywords into many different search engines
a Boolean search
a wild-card search
searching for synonyms

Answers

Answer:

A-A Boolean search

Explanation:

Yes I can help you but that’s a lot of work

You are doing a multimedia presentation on World War I, and you want to use a visual aid to show the battle areas. What visual aid is best suited for this purpose?

Answers

Answer:

You are doing a multimedia presentation on World War I, and you want to use a visual aid to show the battle areas. What visual aid is best suited for this purpose?

Explanation: it is a map.

The visual aid that will be good for the multimedia presentation is a map.

Visual aids are simply referred to as items of a visual manner like graphs, maps, video clips, etc that are used in addition to spoken information.

In this case, since the individual is doing a multimedia presentation on World War I, and wants to use a visual aid to show the battle areas, a map will be the appropriate visual aid to use in this case.

Read related link on:

https://brainly.com/question/3198345

please help will give brainliest

Answers

Answer:

waterfall- google search

Explanation:

PLEASE HELP! WILL MARK BRAINLIEST!!
what are somethings you like about Apple products from your perspective, and why do you like them?

Answers

Answer:

An apple a day keeps the doctor away...

Explanation:

i like Apple because it is a more advanced technology than android and you can have more privileges on IOS/Apple like more apps and other valuable things and new things to enjoy on that type of technology and a other thing I like about apple is the Evolving I like when they make more advanced technology from the old ones.

Which ribbon tab is used to locate the Backstage view and to configure the global Outlook options?
O Home
O Folder
O View
O File

Answers

The file tab helps with locating the backstage view

Answer:

File

Explanation:

I hope this helps! :)

rolulzoss
A. State three positive uses of computers in the government sector​

Answers

Answer:

1) it's easier to keep documents

What is the output of this program? Assume the user enters 2, 5, 1, and 6.

numA = 0
for count in range(4):
answer = input ("Enter a number: ")
fltAnswer = float(answer)
numA = numA + fltAnswer
print (numA)

Answers

Answer:

14.0

Explanation:

The loop converts each answer to a float. The accumulator variable adds the values entered.  

2.0 + 5.0 + 1.0 + 6.0 = 14.0

Answer:

14.0

Explanation:

Edge 2021

YOOO CAN ANYONE SOLVE THIS IN JAVA??

Answers

public class JavaApplication80 {

   public static String swapLetters(String word){

       char prevC = '_';

       String newWord = "";

       int count = 0;

       if (word.length() % 2 == 1 || word.isBlank()){

           return word;

       }

       else{

           for (int i = 0; i<word.length(); i++){

               char c = word.charAt(i);

               if(count % 2 == 1){

                   newWord  += (c +""+ prevC);

               }

               prevC = c;

               count+=1;

               

           }

       }

       return newWord;

   }

   public static void main(String[] args) {

       System.out.println(swapLetters("peanut"));

   }

   

}

This works for me. Best of luck.

Answer:

I do not know

Explanation:

write a for loop to print the numbers 88, 84, 80... 44 on one line

Answers

I've included my code in the picture below. Best of luck.

which sentence is true about artificial neural networks

Answers

The sentence that is true about artificial neural networks is a special type of machine learning algorithm.

What are artificial neural networks?

Artificial neural networks are the most popular machine learning algorithms modeled after the human brain.

The sentence that is true about artificial neural networks is artificial neural networks are algorithm-based machine learning.

Therefore, B is the correct option.

Learn more about artificial neural networks here:

https://brainly.com/question/23824028

#SPJ1

you are splitting up all your apples equally between 3 people. which statement below will calculate how many apples will be left over ?

a. var leftOver = numApples / 3;


b. var leftOver = 3/ numApples;


c. var leftOver = numApples % 3



d. var leftOver = 3% numApples


Answers

Answer:

The correct answer is:

c. var leftOver = numApples % 3

Explanation:

JavaScript uses different operators to perform various mathematical functions. In mathematics, when a number is not completely divisible by other the answer contains the remainder and quotient.

Modulus operator is used in JavaScript to find the remainder.

For example,

20/3 will return the quotient which is 6 while

20%3 will return the remainder which is 2

In the given statement, we have to find the number of remaining apples after being divided into three people

So,

Number of apples mod 3 will give us the number of remaining apples.

Hence,

The correct answer is:

c. var leftOver = numApples % 3

untern
1.
What is interne
2.
3.
What is URL? Explain the component of URL.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The questions are what is the internet and what is URL? and explain the component of the URL.

Internet:

Internet is a network of computers to send data and communicate with each other, such as an example of the post office, that sends letters from one place to others places. Such as, the internet is the network of computers that communicate with each other while sending digital data in small packets.

URL:

URL is a uniform resource locator that locates an existing resource over the internet. For example, when you want to search for something over the internet, you will put the address of that resource in your browser address bar. Or when you directly search using a search engine, the search engine provides you in return to your quarry a list of search-related links. When you click the link and link open in your browser address bar. That link is a URL.

A URL normally has three or four components such as Scheme, Host, Path, and, a Query String.

Scheme: The scheme identifies the protocol to access the resource over the internet such as HTTPS (with SSL) and HTTP (without SSL).

Host: A host identifies the host-name that holds the resource, for example, www. abc.com, in it abc is a host.

Path: It identifies the specific resource in the host that the web client or browser wants to access. For example, /course/topics/first-topic/index.html.

Query string: A query string is a string that is appended in the URL that stores the information about the resource hold.

What is the main difference between a fileserver and network attached storage (NAS)?

Group of answer choices


NAS provides more services.


A fileserver is more customizable.


A fileserver is less customizable.


A fileserver is better for smaller companies.

Answers

Answer:a filserver is better for smaller companies

Explanation:

Hope this helps :)

Answer:

A fileserver is more customizable

Explanation:

if you could repeat the lab and make it better, what would you do differently and why? lab report:heredity and punnet square

Answers

Answer: Mendel's studies constitute an outstanding example of good scientific technique. ... The gardener or experimenter can cross (cross-pollinate) any two pea plants at will. The anthers from one plant are removed before they have opened to shed ... (or individuals) represent different forms that the character

What game is this?????????????????????

Answers

Sonic the hedgehog

Hope this helps you broski

Which of the following are runtime exceptions? Select all that apply.

Select one or more:
a. NullPointerException
b. IllegalArgumentException
c. ArithmeticException
d. IndexOutOfBoundsException

Answers

Answer:

a. NullPointerException

Explanation:

In Computer programming, some examples of runtime exceptions are:

A. NullPointerException

B. IllegalArgumentException

What are runtime exceptions?

Runtime exceptions can be defined as the parent class (superclass) in all exceptions of the Java programming language that has the ability to crash a software program when they occur.

In Java programming language, some examples of runtime exceptions include the following:

IllegalArgumentExceptionDateTimeParseException MissingResourceExceptionNullPointerException

Read more on runtime exceptions here: https://brainly.com/question/3620278

#SPJ9

In the input mask format (999) 000-0000, what do the 9s represent?
o any number, letter, or symbol
any number or letter
required numbers
optional numbers
The answer is D

Answers

It is either C or, as you said, D.

         The standard American telephone number is ten digits, such as (555) 555-1234. The first three digits are the "area code," which, in the past, indicated in what part of the country the phone was located.

        The regular American telephone number has 10 digits, such as (999) 000-0000. The nines, or 3 digits, are the area code of the phone.

        They are required numbers that are based off of where the phone is, the area code.

The 9s in the input mask format is : ( B ) Any number or letter

The American telephone number format  

The 9s in the number represent the area code from which a caller/phone is registered and this could be any number or letter, the american telephone format consists of 10 digits in which the first three is the area code which ic mostly any number or letter.

Hence we can conclude that The 9s in the input mask format is : ( B ) Any number or letter.

Learn more about American telephone number format :  https://brainly.com/question/13076983

#SPJ2

4.8 code practice question 1 edhesive

Answers

Answer:

for x in range(5,76,5):

   print(x, end=" ")

Explanation:

Hope this helps lovely :)

4.8 code practice question 1 adhesive for x in range(5,76,5): print(x, end="").

What is adhesive?

Adhesive is defined as anything that has the ability to functionally hold materials together through surface adhesion that resists separation. PCs and laptops have numerous adhesive applications, primarily for joining electric components. In the construction of laptops, cyanoacrylates, acrylics, epoxies, UV curables, and hybrid adhesives are all utilized.

Code is defined as the collection of rules or instructions that are written in a specific programming language. In general, programming statements written by a programmer using a text editor or visual programming tool and then saved in a file are referred to as source code.

Thus, 4.8 code practice question 1 adhesive for x in range(5,76,5): print(x, end="").

To learn more about adhesive, refer to the link below:

https://brainly.com/question/29061431

#SPJ3

As per of her job, Anna takes pictures of shoes that are used in advertisements, brochures, and menus. She is a

Answers

Answer:

Fashion Photographer

Answer:

commercial

Explanation:

on plato/edmentum

Task 2: Typing a School Speech
You have been given the responsibility of writing a speech about your school in the school's
annual event. Write a short speech (500 words) that talks about your school's legacy,
strengths, and achievements.
Type your response here:

Answers

This is my school put you can change it up:

It has elementary and high school divisions. Wister Elementary School is a public school located in Wister, OK. It has 333 students in grades PK, K-8 with a student-teacher ratio of 14 to 1. According to state test scores, 14% of students are at least proficient in math and 23% in reading.

11. What is the server name?
*
A. WWW
B. .net
C. http

Answers

The server name is http

What software maintain and increase the efficiency of a computer system?

Answers

Answer:

Computer maintenance software

Explanation:

Computer maintenance software perform optimization tasks such as the removal of files that are not used in the operation of the system or by the applications in the system such as memory dumps, temporary files, and old log files

Computer maintenance software can also perform cleaning of the registry of the computer such that clutter in the computer registry is removed

Take two String inputs of the same length and merge these by taking one character from each String (starting with the first entered) and alternating. If the Strings are not the same length, the program should print "error".

Sample Run 1:

Enter Strings:
balloon
atrophy
baatlrloopohny
Sample Run 2:

Enter Strings:
terrible
mistake
error

Answers

Answer:

Written in Python

print("Enter strings: ")

str1 = input()

str2 = input()

if len(str1) == len(str2):

     for i in range(0,len(str1)):

           print(str1[i]+str2[i], end='')

else:

     print("Error")

Explanation:

Prompts user for two strings

print("Enter strings: ")

The next two lines get the input strings

str1 = input()

str2 = input()

The following if condition checks if length of both strings are the same

if len(str1) == len(str2):

If yes, this iterates through both strings

     for i in range(0,len(str1)):

This prints the the characters of both strings, one character at a time

           print(str1[i]+str2[i], end='')

If their lengths are not equal, the else condition is executed

else:

     print("Error")

import java.util.Scanner;

public class JavaApplication89 {

   

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("Enter Strings:");

       String word1 = scan.nextLine();

       String word2 = scan.nextLine();

       String newWord = "";

       if (word1.length() != word2.length()){

           newWord = "error";

       }

       else{

           for(int i = 0; i < word1.length(); i++){

               newWord += word1.charAt(i)+""+word2.charAt(i);

           }

       }

       System.out.println(newWord);

   }

   

}

This is the java solution. I hope this helps!

Do all careers or professions need computer science? Why or why not?

Answers

Answer:

Most careers or professions need computer science

Explanation:

As humanity is improving technological wise most jobs will be replaced and other jobs would come into play and in order for individuals to become employed in jobs that will be available in the future to come they will have to have a degree in computer science or know how to operate computers.

Answer:

No not all careers and professions require computer science

Explanation:

There are so many careers, many in which you may not sit in front of a computer. If you become a farmer, janitor, teacher or more you may not need computer science skills.

tractor in reverse brainliest answer

Answers

Answer:

Valtra

Explanation:

It is the only tractor that goes in reverse.

Thank you so much!

Have a good day

Hope this helped,

Kavitha Banarjee

give some examples where military needs have influenced technological development

Answers

Technological superiority underpins our national military strategy, allowing us to field the most potent military forces by making best use of our resources, both economic and human. It is essential for the United States to maintain superiority in those technologies of critical importance to our security.

difference between a software and a hardware​

Answers

Answer:

soft... intangible hard.... tangible

Which sign or symbol will you use to lock cells for absolute cell reference?
A.
ampersand
B.
asterisk
C.
dollar sign
D.
exclamation mark

Answers

Answer:

Option C. dollar sign is the correct answer

Explanation:

There are two types of referencing styles used in MS excel.

Relative and absolute.

Out of these two, absolute referencing is used where we don't want the cell addresses to change when the formula with cell reference is copied. Dollar sign is with the row and column number to write an absolute cell reference.

An absolute cell reference for cell C5 is written as:

$C$5

Hence,

Option C. dollar sign is the correct answer

Answer:

C. dollar sign

Explanation:

how many lines of text are in your questionnaire document

Answers

Answer:

*9* lines - I think.

Explanation:

Other Questions
PLEASE EXPLAIN WHY IDC IF ITS OFF THE INTERNETChoose the definition of "agrarian."a. having to do with agricultureb. paying money as direct support to assure successc. a council of advisorsd. supervision; watching over as one who assumes responsibility for 1. Discuss how cells store energy and release energy using ATP. Be specific! Draw the ADP/ATP cycle to help with your explanationplease help,I'm stuck and this is due in a few hours q-q Which conclusion can you draw regarding the circumstances the led to this document? A. People disagree about the procedures for the office. B. People are relocating into new work areas after renovation. C. People have been careless with food and beverages in the work area. D. People are taking too many private calls on their cell phones during work. A scientist is trying to identify an element. It contains 4 protons and two valence electrons WILL MARK BRANLIEST!! URGENTHappy Paws charges $20.00 plus $4.50 per hour to keep a dog during the day. Woof Watchers charges $11.00 plus $5.75 per hour. Complete the equation and solve it to find for how many hours the total cost of the services is equal. Use the variable h to represent the number of hours.The equation is: ______=______The total cost of the services will be equal at __ hours. Given that 529 3.8 = 2010.2write a division with an answer of 5.29 Jessica has an account with a credit union. Her account earns 2.7% simple interest yearly. Exactly a year and a half ago, she opened her account with $900. Do you like it? Should I add it as my background? The diagram shows the electrical circuit inside a flashlight when the switch isopen and closed.Which series of energy transformations occurs when the switch is closed?A. Chemical energy - Electrical energy - Light energyB. Mechanical energy - Light energy - Electrical energyC. Electrical energy Light energy - Mechanical energyD. Light energy - Electrical energy - Chemical energy My cell phone rings again. It is futile to ignore it; Valerie is persistent. When she wants something, she will continue to harass me until I give in."Hello," I answer."State Fair, Bobbie?" she asks in her singsong voice. "When are we heading out? Only two more days left!"I abhor the State Fair. The boisterous crowds, the insanely long lines, and the impossibility of finding a clean restroom all combine to make this an event that I utterly detest.For Valerie, my best friend since middle school, the State Fair is a sign that divine powers really do exist."Really, Bobbie, where else can you pet a cow, ride a horse, fall ten stories, see the worlds smallest person and eat fried macaroni and cheese?" Valerie asks gleefully."Hades?" I guess.The fried food at the State Fair is a gastronomical nightmare on its own. I once tried a fried pickle at the fair and was sick to my stomach for hours. And a fried donut hamburger with bacon, cheese, AND a greasy egg? How could that not be deleterious? Consuming a single serving of fair food has the potential to take years off your life. And I think about this. But then my better nature takes hold, and an image of Valerie's face on the other end of the line comes into view. I haven't seen her for a good month; our schedules are both so hectic. By and by, my hatred of the State Fair becomes inconsequential compared to my desire to spend time with Val. Besides, I don't have to eat the disgusting fair food. I can simply admire it from a safe distance.Alas, I ignore my anti-fair bias for the umpteenth year. "Pick me up at noon," I say and hang up the phone.According to the passage, Bobbie finally agrees to go to the fair becauseA. Valerie convinces her using a tempting descriptionB. Valerie coerces her using peer pressureC. she recognizes that she does not have to eat fair foodD. she wants to spend time with Valerie What is the dependent variable for the following experiment?Kim notices that Brad's Bread does not mold after a week in an open bag. Walter's Wonderful White produces a layer of black "fur" in the same length of time in itsopen bagO Amount of timeType of breadAmount of moldOpen bag 3. A googol is a very large number expressed as10100. Ms. Rogers asked her students todetermine which number is larger, a googolor 10010. Explain how her students might usethe idea of repeated factors in order to findthe solution. What is the author's purpose in writing the passage?O To describe the lack of a human's realization in a dangerous environmentO To contrast the experience of the man with the inexperience of a native animalO To compare the ability of a human to endure a cold environment to that of an animalTo explain the effects of severe below-zero temperatures? True or False: Strep throat is caused by bacteria.ATrueBFalse 5. Why does the author include the scene between Sergeant Duffy and the Lunch CounterAttendant?A to increase the tension...B to add humor.2C to advance the plot.D to develop character. Kate had $28. After she bought a book , she had $18.05 how much did Kate spend on the book What was the main thing that happend in 1977 please help :) What is reincarnation? the belief that people are born into a specific role in life the belief that ones soul will be reborn into a new form the belief that ones good actions will bring good results the belief that people should pray to the gods many times a day will give brainlyest if u help how to implement domain controller?