How many things can a computer compare at one time?

Answers

Answer 1

Answer: billion of items at one time

Explanation: The computer is very capable of comparing items bulk at one time


Related Questions

What is the maximum possible value of num after the code has been run?

Answers

Answer:

the maximum value from the first line is 20 - 0 = 20

and from the second 20-5 and 20+5 so the maximum is 25

what is internet? short ans​

Answers

Answer:

The Internet is a big network that connects computers all over the world.

what is the full form of Blog​

Answers

The term “Blog” is a shortened form for “web log”. Individual articles on a blog are referred to as “post”, the person who created the blog post is often called a “blogger” and the activity of keeping a blog is known as “blogging”.

PLZ HELP! 50 POINTS!!!! Which device is used to change a signal into a code?


Group of answer choices


an encoder


an antenna


a wave

Answers

B) Antenna they receives signals

Answer:

It should be an encoder.

Explanation:

hope this helps and sorry if its wrong

What does // this mean in your code?

Answers

Floor division

For example:-

11//5=2

Some more :-

[tex]\boxed{\begin{array}{c|c}\sf * &\sf Multiplication \\ \sf ** &\sf Exponention \\ \sf \% &\sf Remainder \\ \end{array}}[/tex]

what is meant by formatting the presentation?​

Answers

It's deciding how things look. If you are on powerpoint you would choose the text style and colors and organize your information how you would like. If you were giving a speech you would decide what order your information is in.

In Super Mario Bros., you become Mario and your friend is Mario’s younger brother Luigi. Your job is to race through Mushroom Kingdom to save Princess Toadstool and avoid the enemy, Bowser. You can jump from and to different objects, picking up coins and other items to help you on your journey through the levels. What game genre (or combination of genres) best describes this game?

A.
strategy simulation
B.
action adventure
C.
RPG
D.
sports action

Answers

B action adventure ——————

write 10 place where computer use and it uses​

Answers

Answer:

dynamite ohohoh

Explanation:

nânnananananananann eh

house store school park

In the program to evaluate passwords, you gradually built a message to display to the user. What did you add to the end of each message string to start each message on a new line?

message = message + "Your password needs an uppercase letter. _____ "

\endline

\e

\n

\newline

Answers

You need to add \n to start a new line

The option that one need to add to the end of each message string to start each message on a new line is \n.

What is a message string?

This is known to be a kind of running aspect of text messages that relates to one topic or any question.

Based on the program written above, the option that one need to add to the end of each message string to start each message on a new line is \n as it is the one that will give the best result.

Learn more about program  from

https://brainly.com/question/1538272

#SPJ2

To remove a specified number of characters from anywhere within a string, you should use the ____ method.

Answers

Answer:

remove

Explanation:

If a flowchart has a diamond with the words “yes” and “no” to the sides of it, then it is representing a program that is a sequence.
Group of answer choices

True

False

Answers

Answer:

true

Explanation:

hope it help

Write a program to print sum on first 10 natural numbers.
#include
int main()
{
int i, sum;
for(i=1;i<=10;++i);
{
sum =sum + i;
}
printf("The sum is = %d",sum);
}

Answers

A program that prints the sum on the first 10 natural numbers is:

int sum=0;int i=1;for(i=1; i <= 10 ; i++) // the value of i will be from 1 to 10{sum=sum+i; //each number will get added to the variable ‘sum’}System.out.println(sum); //

What is a program?

A computer program in a programming language is a set of instructions and commands written in a language that a computer can execute or understand. 

Using the For Loop program, the variables of the first 10 natural numbers can be written as:

int sum=0;int i=1;for(i=1; i <= 10 ; i++) // the value of i will be from 1 to 10{sum=sum+i; //each number will get added to the variable ‘sum’}System.out.println(sum); //

Learn more about writing a program here:

https://brainly.com/question/23275071

What is this on G00gel Documents , how do I fix it?

Answers

Answer:

Sorry but it donest show the picture

Explanation:

relevez le rôle principal de la peau dans l,organime humain. je suis bloquée aidez moi metci​

Answers

Answer:

language?

Explanation:

Please help please help

Answers

Answer:

Explanation:

je pense que la reponse est la suivante a et b puis c

Digital cameras often have trouble with auto white balance, which can result in unattractive blue, orange, or green casts.

A: true

B: false

Answers

The statement about digital cameras often having trouble with auto white balance which can result in unattractive blue, orange or green casts is; A: True.

Let us first define white balance(WB).

White balance is defined as the process of removing unrealistic color casts, in a way that will make the objects that appear to be white in person to also be appear white in the photo.

Now, for a camera to have the right white balance, it will have to consider the "color temperature" of a light source i.e the relative warmth of white light.

Finally humans eyes are very good at judging which is white under different light intensities or sources, but that is not the case with digital cameras because they struggle with auto white balance and that could lead to different colors like unattractive blue, orange, or even green color casts.

Read more about Camera pictures at; https://brainly.com/question/22862481

3- It is an Information page that is displayed through one of the Internet browsers, it can be saved along htm, html page.
a. Dynamic website
f. Static website
b. Ecommerce site
c. Social media sites​

Answers

Answer:

f. Static website

Explanation:

HTML stands for hypertext markup language. It is the standard markup language for web pages that define the structure of the content. These elements are the building blocks of any website.

HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.

Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP (nevertheless URLs ending with ". ... Static web pages are suitable for content that never or rarely needs to be updated, though modern web template systems are changing this.

Static website
Hope this will help.

Whats wrong with this and how do I fix it?

Answers

Answer:

this happened to me before.. there isn't anything wrong you just have to wait a little

Explanation:

anyone please help me with his I keep on getting confused

Answers

Answer:

InDesign- Desktop publishing software

Illustrator- Enterprise software

DreamWeaver- Web development software

Photoshop- Graphic design software

Hope this helps!


[tex]{\huge{\underline{\bf{\pink{Question}}}}}[/tex]

: Given a matrix, we need to count all paths from top left to bottom right of MxN matrix. You can either move down or right.​

Answers

Answer:

[1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.

Based on the information given, the correct option will be [1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.

A matrix simply means a set of numbers that are laid out on rows and columns. The numbers in matrix can represent either data or mathematical equations

It should also be noted that matrix can be used as way of providing quick approximation of calculations.

In conclusion, the correct option is [1,2 ] is the matrix to count all paths from top left to bottom right of M×N matrix.

Learn more about matrix on:

https://brainly.com/question/1821869

What is an example of an outcome for a game?

A. trying to save the world from an evil wizard
B. rescuing Princess Peach from Bowser
C. playing an ocarina to teleport across the land
D. pressing Up, Up, Down, Down, Left, Right, Left, Right, Start on a controller as a “cheat code” to gain extra lives

Answers

Answer:

B

Explanation: I play alot of ####### NIntendo games!!!!!!

Answer:

b

Explanation:

2. Input a decimal number and test if it is not equal to 16.5.


3. If a number x, input from the keyboard is greater than 57, add 4 to x and print the

answer.


4. Input two numbers and find the average only if they are both less than 100.

Answers

Answer:

2:

decNum = float(input("Decimal number: "))

if decNum != 16.5:

   print("Does not equal")

elif decNum == 16.5:

   print("Equal")

else:

   pass

3:

if x > 57:

   x += 4

   print(x)

4:

numOne = int(input("Enter number: "))

numTwo = int(input("Enter number: "))

if numOne < 100 and numTwo < 100:

   yes = numOne + numTwo

   print(yes // 2)

else:

   pass

Explanation:

Please give me brainliest.

Why are graphs and charts important to analyze data?

Answers

Answer:

Graphs and chart provide the GUI representation they provide the analysis in form of summary that is easy to understand and they provide good comparision.

Explanation:

Summary

Comparision

Quick to understand

why is color important for all objects drawn ?​

Answers

Technically, drawing in colored pencil is simply layering semitransparent colors on paper to create vivid paintings. Every color has three qualities

In 1981, Ian Murphy broke into the AT&T online computer system and changed their clocks, allowing people to make calls during the day at a discounted rate. Based on the list of defining factors for computer crimes, what best describes Murphy's crime?

A.
intentionally disrupting, degrading, or destroying information or services on a computer

B.
disclosing any data or information obtained through illegal online activity

C.
knowingly receiving or holding onto any data or information obtained through illegal online activity

D.
intentionally or recklessly tampering with, taking, transferring, concealing, altering, or damaging physical computer equipment

Answers

a. intentionally or recklessly disrupt, degrade, or destroy information or services on the computer

A computer has __ IP address(es).


A. Many
B. One

Answers

Answer:

A computer has one IP address(es).

One

Explanation:

Have a great day!

16. If a user can make modifications to database objects, what permission has that
user been assigned?
A. Update
B. Alter
C. Create
D. Select

Answers

B

Explanation:

The Alter command is used when we want to modify a database or object contain in database.

Think about a career you would like to have 10 years from now.

What role does technology play into this career?

Why is technology beneficial?




Will mark brainliest

Answers

Answer: Scientist

Explanation: Scientists use technology to record data, as well as using technology to study different things, for example scientists use computers to track DNA.

What's the technique of drawing a 3D object with one vanishing point?​

Answers

I don’t no it brother n I was searching for this answer can u plz tell me
A one-point perspective drawing means that the drawing has a single vanishing point, usually (though not necessarily) directly opposite the viewer's eye and usually (though not necessarily) on the horizon line. All lines parallel with the viewer's line of sight recede to the horizon towards this vanishing point.

One Point Perspective is a type of linear perspective that uses a single vanishing point to create the illusion of depth in a work of art.
Parallel – Parallel lines are lines that never touch… even if they are extended indefinitely.
Horizontal Lines – Lines drawn from side to side level with the horizon.

A professional is someone who uses education and acquired skills to earn money in a career.
Question 10 options:
True
False

Answers

After using my big brain it’s true
Other Questions
A farmer's total payment for tools and compost over the course of two years is $27,894. Write and solve an equation to find the payment for the second year if the first years payment is $10,205. What would the world be like without books? It is a Saturday morning, and Jeremy has discovered he has a leak coming from the water heater in his attic. Since plumbers charge extra to come out on weekends, Jeremy is planning to use buckets to catch the dripping water. He places a bucket under the drip and steps outside to walk the dog. In 20 min, the bucket is 1/8 of the way full. What is the rate at which the water is leaking per hour? and what is the longest time he can be away from the house before the bucket will overflow? Q10. Five t-shirts and a hat cost 83.00. Two t-shirts and a hat cost 38.00. How much does one t-shirt cost?No spam links and plz write down the answer. what holiday movie sequel includes a cameo by donald trump? .............................. A user calls the help desk to report that a mobile device exhibits very slow performance. What could cause this problem the weight of a chimpanzee ,y in pounds x months after birth is modeled by the equation y=1.5x+8. Which represents the equation when solved for x? To what extent are human inherently evil? *include evidence from lord of the flies book* Thank you!! A solid object where the radius of bse is 7cm and height is 12cm The function v(t) is the velocity in m/sec of a particle moving along the x-axis. Use analytic methods to do each of the following: (a) Determine when the particle is moving to the right, to the left, and stopped. (b) Find the particle's displacement for the given time interval. If s(0) = 3, what is the particle's final position? (c) Find the total distance traveled by the particle. v(t) = 5 (sint)^2(cost); 0 t 2 What is virtopsy? What are some of its advantages? 21. Which of the following is the best way to clean up an acid spill?A. Wash down the acid spill with plenty of water.B. Wipe up the acid spill with paper towel.C. Spread sawdust on the acid spill to absorb it.D. Neutralize the acid spill with a base; then wash it with plenty of water.T1 Someone help me please If ABCD is a parallelogram, m what is the energy (in j) of a photon required to excite an electron from n = 2 to n = 8 in a he ion? submit an answer to three signficant figures. Read this excerpt from a passage. Robots have been around longer than many people realize. Archytas, who lived in Greece over 2,300 years ago, is believed to have created the first robot. Archytas built a steam-powered mechanical bird that was able to flap its wings and fly over 200 yards. However, it was not until the late 1700s, with the beginning of the Industrial Revolution, that the world saw the large-scale use of more complex machines. Mechanization took another leap during the 1930s, when machines were introduced into many workplaces in order to increase productivity. Instead of hiring workers to perform tasks on an assembly line, factory owners used automated machines that could do the work of several people. Then, in 1954, George Devol created the Unimate, a robotic arm. The Unimate began working on the assembly line at General Motors in 1961, taking on unpleasant, dangerous, and repetitive tasks. This robotic worker had many advantages over human workers. The Unimate did not require a salary, followed company rules, and never called in sick (although it did require the occasional repair). In addition, the Unimate could work twenty-four hours a day, seven days a week. Manufacturers that used the Unimate and other industrial robots saw a marked increase in productivity and a decrease in labor costs.What features show this is an example of historical writing? a. It uses primary research that is based on the scientific method. b. It explains, outlines, and analyzes current trends. c. It focuses on the causes and consequences of certain events. d. It relies on anecdotes, examples, and testimonies as evidence. Select the correct answer.If a = 0.3 and b =0.5, what is the value of a+b?A.8/10B.8/9 C.80/99D.88/100 d20) A department store buys 200 shirts atof $2,400 and sells them at a selling price of $20each. Find the percent markup.Pls answer now I need it pls Share and ShowMATHBOARDModel the product on the grid. Record the product.1. 3 X 13 =2. 5 >Find the product.