Based on the instructions given, a computer receives data through an input unit and sends it back through an output system after it processes the data. ... Once the data is obtained, the central processing unit (CPU) takes over and processes the information it was provided along with the aid of other components.
consider a system for temperature measurement consisting of an integrated temperature sensor (electronic component sensitive to temperature) and an amplifier of the voltage signal produced by the sensor. the sensor has a voltage output and linear characteristic between -10 degrees and 20 degrees; at 0 degrees it is 1 v and increases by 0.1 v for each degree of temperature. it is required to determine the mathematical relationship that links the system output (represented by the amplified voltage) to the input (represented by the temperature of the environment in which the sensor is immersed) and to represent this relationship by means of a graph.
Answer:
ZOO WEE MAMA
Explanation:
ZOO WEE MAMA
Range is an example of a ______________.
PLZ help!!!
Answer:
Function
Explanation:
In python, they use this word a lot.
The function in Python is an example of just one. Whenever called, the reach function accepts one argument. This range function accepts up to 3 arguments, but at least one must be specified when this is invoked.
It provides a process called range(). It returns a series of numbers that starts at zero and increments by one by default, stopping before the defined set.This function is most commonly used to iterate sequence types (Python range () list, string, and so on) using for and while loops.In the for loop, one of the most common uses of the range () method is to iterate through a series of variables.Therefore, the final answer is "Function".
Learn more:
brainly.com/question/22291227
What are megapixels?
A. the size of an image captured by a camera
B. giant pixels inside the camera
C. a computer store
D. a video game played in a camera
Answer:
A.
Explanation:
A. It's the total number of pixels in an image obtained by multiplying the dimensions (height times width). For large images, this multiplication can be in the millions (=mega), hence the term mega pixels.
2. YOU CANNOT IGNORE A SUGGESTION GIVEN BY WORD TO SAY YOU SHOULD CORRECT A SPELLING ERROR. *
True
False
Answer:
False
Explanation:
If you spell a word that Microsoft Word doesn't recognize, you can always click the little opened book icon (the spelling check book will appear with either an x or a check mark) at the bottom left hand-corner, and you have the option to ignore the misspelled word.
Hope this helped :)
If it didn't, then I'm sorry
Designing a video game takes tons of creativity. What inspires your personal creativity and ideas for video games? Explain and give several specific examples. How do you make sure your ideas are original and not copied directly from other video games? Explain.
Explain how the four game mechanics mentioned in the unit (reward, risk/loss, levels, and feedback) could work together to create an interesting sports video game.
You’ve learned that video games use rewards to keep players coming back for more. Can you think of an example in real life that uses rewards to keep people coming back for more? How is this similar to video game rewards? Explain.
The unit says this about levels: “As the levels get harder, the environment might also change, the music might get more intense, and the colors might change shades for a completely different mood.”
Imagine that you are working on a game, and with each level that they progress to, the player encounters a greater risk to their health and life. How would you alter the music, colors, and other aspects of the environment to reflect this risk? Describe and explain. Why do you feel these environment choices and changes reflect increasing risk?
When designing a video game, it is important to make sure that the game offers a balance of risk and reward to keep your players challenged but not frustrate them so much that they do not want to continue playing. How would you assess and test your game before completing it to ensure that you had the right balance of risk/reward? Is there any way to know that you have achieved that balance for every player?
PLZZZ HELP 50 POINTS AND BLAINLEST
Answer:
This is what I have so far
Designing a video game takes tons of creativity. What inspires your personal creativity and ideas for video games? Explain and give several specific examples. How do you make sure your ideas are original and not copied directly from other video games? Explain.
What inspires my personal creativity is all the indie games I have played in the past, and they have always amazed me with their design, video games have always been a part of me from the Mario games I played when I was little to AAA titles. My ideas are original because I’ve seen so much, that I know when something is unique and original.
Explain how the four-game mechanics mentioned in the unit (reward, risk/loss, levels, and feedback) could work together to create an interesting sports video game.
Every 10 levels is a new sport and each level is harder, but at the end of each level you earn money to buy better gear, (like a system from simple rpg,) but if you lose, you also lose money. Also, you would need to use feedback that you would get from players to improve the game.
You’ve learned that video games use rewards to keep players coming back for more. Can you think of an example in real life that uses rewards to keep people coming back for more? How is this similar to video game rewards? Explain.
When a person works 1 job for many years, they may get burnt out, but if they get a raise or a promotion every once and awhile, then they will be more motivated and come back for more. This is similar to games in a few ways, like if you play a single game for years, it will get boring, but if that game receives an update, then it will motivate people to play.
please tell me the answer a.1111+1011. b. 10111+11111 c. 1111*1011 d. 1110*1101 perform the binary calculations.pleaseeeeeee
Answer:
c.111*1011
Explanation:
because this is the perform fissionable or the binary calculations
mark me brainliest please
Answer:
[tex]11010[/tex]
Explanation:
Number 1 in the decimal system
[tex]1111^2 = 1510[/tex]
Number 2 in the decimal system
[tex]1011^2 = 1110[/tex]
Their sum
[tex]15 + 11 = 26[/tex]
Result in binary form
[tex]26 {}^{10} = {1101}^{2} [/tex]
which item is developed last in the cyclical design process
The item that is developed last in the cyclical design process is known to be Prototype.
What is the last step in the design process?Designers which can be known to be evaluators are said to test the complete product using the best solutions known to be in the Prototype stage.
Note that The item that is developed last in the cyclical design process is known to be Prototype.
Learn more about design process from
https://brainly.com/question/10039920
#SPJ1
Program to count how many even and odd number are in the range from M to N using C++ programming language
Answer:
#include<stdio.h>
#include <iostream>
using namespace std;
int main(){
int number, min, max;
cout << "Enter the minimum range: ";
cin >> min;
cout << "Enter the maximum range: ";
cin >> max;
cout << "Odd numbers in given range are: ";
for(number = min; number <= max; number++)
if(number % 2 !=0)
cout << number<< " ";
cout<< "Even numbers in given range are: ";
for(number = min; number <= max; number++)
if(number % 2 ==0)
cout << number << " ";
return 0;
}
Explanation:
First of all, we take declare two variables. one as the lowest number of the range and the other as the upper limit of the range (in this case: min and max). We declare another variable (number) and store in it the lowest number of the range (min). To check whether the number currently stored as the value of the variable (number) is even, we take in account the remainder of that number divided by 2. If the remainder does not equals 0, we print that number as odd. We again check the remainder by dividing the number by 2. If the remainder does equals 0, we print that number as even.
What is the name of the file manager in Microsoft Windows?
The file manager used in Microsoft Windows is
Answer:
The File Explorer. Hope this helped! <3
Explanation:
What type of software repairs or improves a larger application that is already installed on a system?
O spreadsheet
O mapping
O patch
O anti-virus
Answer:
MappingExplanation:
Hope it helps youhow to play powerpoint slides automatically without clicking 2021?
Answer:
Turn on autoplay it is at the bottom of the screen
Explanation: Press the 3 dots at the bottom of the screen. Then click autuplay.
Also set the amount of seconds.
wap to sore two different variable a and b resoectively. Calculate sum
Answer:
Input : x = 10, y = 20;
Output : x = 20, y = 10
Input : x = 200, y = 100
Output : x = 100, y = 200
Explanation:
Pls give ME A BRAINLAIST
Pasta is best if cooked and served immediately. What do you need to
do to follow this golden rule in presenting pasta dishes?
sprinkle a little bit of cheese on there, maybe add a few meatballs.
Over the past week, every time Larry has started his computer, he has noticed that the time is not correct. Larry didn't consider this a problem because his computer was working properly. However, now Larry has decided that he should investigate why the time is not accurate. What can you tell Larry to check to find out why the clock does not keep the right time?
Answer + Explanation:
You can tell Larry to set his device's location on 'enabled' at all times. That way, you get the time zone too. For example. if you live in the US, and your Location is not enabled, then the device may think that you are in China, or where the device was last at.
1.
Which of the following is a soft skill?
1 entering a customer order
2 teamwork
3 driving a forklift
4 repairing an engine
Develop an algorithm to print the names of the candidates who should receive a refund. A refund is due if the candidate's votes received equals or exceeds 20 per cent of the votes cast in the constituency. The algorithm should also determine and print the number of candidates who received a refund. Test the algorithm with data from ten candidates. The algorithm must accept as input the names of the candidates, votes received and the votes cast in the constituency. The algorithm should print the name of the candidate and the words "Refund Due" or "No Refund" and the number of candidates who received a refund.
Answer: start
input candidate name, votes received and vote cast
if count =number of candidate who re
Explanation:
Carlos had 194 seeds and 11 flower pots he put the same number of seeds in each flower pot which is the best estimate for the number of seeds in each flower pot
Answer: in solution.
Explanation:
It is basically 194 divided by 11 since we are evenly grouping 194 seeds into 11 pots. This gives 17.636363…
This means that the best estimate is around that number.
Anna has a hard copy of a document. However, she needs to send the document to a customer 300 miles away in less than one hour. What should Anna do?
-Scan the document and attach the document to an e-mail.
-Convert the document to a PDF and fax it.
-Use image-editing software to enhance the document.
-Retype the document and send it as an attachment in an e-mail.
Answer:
the first one or the last one would be more helpful and useful and also easier
Explanation:
what does the term attenuation mean in data communication?
Simple Answer: Loss of signal strength
Information: Attenuation is the loss of signal strength in networking cables or connections
njbuhbgtgyuhjkhghghvgbtyujhnhbvgvfgtyujhnhbgfrtrythg
Answer:
odkgxxkxhfohxgichocohct8xiycohx8tx8ychichicjoviyxycohvi
Explanation:
brainlylist please
What is 11100111 to decimal form?
Answer:
231
Explanation:
in word 2010, the document information panel has been moved to the ______.
In word 2010, the document information panel has been moved to the File tab.
Microsoft Word is a word-processing program that is used for creating documents.
The steps taken to locate the document information panel is:
Open a new document in Word 2010. Click on the File tab located at the top-left corner of the window. Click on Properties and then click the Show Document PanelIn word 2010, the document information panel has been moved to the File tab.
Find out more at: https://brainly.com/question/17241854
50 POINTS!!!!!!!!!!!!!!!!!!!!1
Which of the following statements about translating content are true? Select 3 options.
A. Using a translation app or plug-in is often the best choice for those on a budget.
B. Translating content is the only activity required to localize your application.
C. In almost all circumstances, it is best to have a person translate your content.
D. Components that should be translated include license agreements, notifications, and alternative text for images.
E. Unicode allows for automatic translation through the use of standard codes for each character.
Answer:
A, C, and E
A. Unicode allows for automatic translation through the use of standard codes for each character.
C. In almost all circumstances, it is best to have a person translate your content.
E. Components that should be translated include license agreements, notifications, and alternative text for images.
Explanation:
I tried your answer but it was wrong. This was the answer that came up instead.
The statements which are true about translating content are as follows:
Using a translation app or plug-in is often the best choice for those on a budget.In almost all circumstances, it is best to have a person translate your content.Unicode allows for automatic translation through the use of standard codes for each character.Thus, the correct options for this question are A, C, and E.
What do you mean by Content translation?The Content translation may be defined as the methodology of modifying existing contents that are considerably designed in order to attract, engage, and retain a particular audience.
Examples of the content translation may include blog posts, white papers, videos, podcasts, newsletters, social posts, etc. These content translations are generally done in order to make the audience understandable and be satisfied with the information that was earlier written in a very complicated form.
Therefore, the correct options for this question are A, C, and E.
To learn more about translation, refer to the link:
https://brainly.com/question/14480244
#SPJ2
what is a photographic print made from a negative image?
Answer: The daguerreotype was a unique image, not capable of making multiple copies. then dried, placed under a negative, and exposed to light, producing a photographic print. dyeline process used today.
Explanation:
Where do you see script fonts? Where do you see Display or Ornamental fonts?
Answer:
Script typefaces are based upon the varied and often fluid stroke created by handwriting. They are generally used for display or trade printing, rather than for extended body text in the Latin alphabet. Some Greek alphabet typefaces, especially historically, have been a closer simulation of handwriting.
Explanation:
People’s personal information is collected _____. Select 4 options.
A. in order to learn how to enhance their privacy.
B. so that organizations can make predictions about people.
C. so that governments can make decisions about policing.
D. so that organizations can market more effectively.
E. in order to learn more about the way they behave.
Answer: I think the answer is A),B),C),D)
Explanation: I hope this helps,please let me know :)
Answer:
A, B, C, and E
Explanation:
correct of edge 2022
Blane is using the iterative process while designing his video game and sending his product through small iterations of building and testing frequently what can Blane ensure by using this process
Answer:
I believe the answer would be that he is actually creating something that people need and want. I hope this helps! :)
Answer:
Iterative game design is the process by which a video game is repeatedly proposed, prototyped, play tested and reevaluated prior to working product release. Iterative game design operates on the following principle: It is unrealistic to create an ideal product on the first try.
By creating and testing working models on core criteria (such as fun), game designers are able to refine product on a gradual basis and increase market success potential.
Explanation:
hope it will help you
An object on the computer use to store data, information and settings is known as?
Answer:
Hard disk maybe.......
describe how you would open a new open word processing document
Answer:
open the program by clicking on the icon or finding it in your program. Once you have opened it you can either use the blank page that has opened or you can go to the file tab and click new word document or new document.
Explanation:
what corporation created what is now the most widely-used computer operating system in the world?
Answer: Microsoft windows
Explanation: Microsoft Windows is likely the most well-known and common computer operating system in the world today. It was developed by Bill Gates’ Microsoft Corporation and can run on a number of different platforms, particularly on PCs or Personal Computers.