Answer:
the two limitation i can think about is the efficiency like if there are bugs or glitches or if it can get broken into and the second one is if it is running the correct program or not a lot of people deal with this problem.
Explanation: personally these are the two i can come up with at the moment
The two limitations that come arrive in the process of testing and ensuring program quality are as follows:
The errors and kinds of glitches in modern technology seem like distractions in usual life. The overdependency on these resources may harmful to a larger extent. What is Program quality?Program quality may be defined as the fundamental properties of the program's source code and executable code, including reliability, robustness, usability, portability, maintainability, efficiency, and readability.
According to the context of this question, there are various limitations in each and every field of development whether it is science or technology. Similarly, there are a lot of drawbacks in testing and ensuring program quality. You have to manage each and everything in a systematic way in order to ensure the testing of program quality.
To learn more about Program quality, refer to the link:
https://brainly.com/question/13381607
#SPJ2
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
Which type of element is a line break?
Answer:
<BR> element
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 you1.
Which of the following is a soft skill?
1 entering a customer order
2 teamwork
3 driving a forklift
4 repairing an engine
how 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.
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.
Explain the main differences between physical and electronic fax machines
Answer:While traditional faxing often uses unsecured phone lines, electronic faxes are encrypted using a secure and reliable system to protect your data. Electronic faxing is not susceptible to the time-wasting spam and malicious malware that can be common with other internet-based communication methods.
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.
What is 11100111 to decimal form?
Answer:
231
Explanation:
pls help me with this coding/computer science question !!
Answer:
what is the question? I don't see it
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.
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:
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.
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 function do you need to call to ask the user of the program to enter text?
Answer:
raw_input() function
The function that one need to call to ask the user of the program to enter text is the readLine function. The correct option is a.
What are the functions of programming?Code units that are "self contained" and carry out a particular purpose are called functions. Typically, functions "take in," "process," and "return" data and results. Once a function has been written, it can be utilized countless times.
It is possible to "call" functions from within other functions. These coding building pieces are known as functions in programming. There are input and output in every programming function.
The function has instructions that are used to translate its input into output. It is comparable to a cow that consumes grass (the input), converts it into milk, and then is milked by a dairy farmer (the output).
Therefore, the correct option is a. readLine.
To learn more about functions, refer to the link:
https://brainly.com/question/29760009
#SPJ5
The question is incomplete. Your most probably complete question is given below:
readLine
readln
text
println
The terms mainframe computer and supercomputer are interchangeable: both refer to the largest, most powerfut computers. O True O False
Answer:
False
Explanation:
A mainframe computer is way more commonly available than a supercomputer as it is not as powerful/costly.
The statement "The terms mainframe computer and supercomputer are interchangeable: both refer to the largest, most powerfut computers." is false.
Is the statement true or false?The terms "mainframe computer" and "supercomputer" are not interchangeable, as they refer to different types of computers with distinct purposes, architectures, and applications.
Mainframe Computer: Mainframes are large, powerful, and highly reliable computers designed to handle massive amounts of data processing and perform complex transactions. They have been traditionally used in organizations and industries that require high-speed processing, such as financial institutions, government agencies, and large corporations. Mainframes are known for their robustness, scalability, and ability to handle multiple tasks simultaneously. They are typically used for tasks like processing large databases, running critical business applications, and supporting many users concurrently.
Supercomputer: Supercomputers, on the other hand, are the most powerful computers in terms of processing speed and performance. They are specifically designed to solve extremely complex problems and perform intensive numerical calculations at very high speeds. Supercomputers are commonly used in scientific research, weather forecasting, simulations, and other computationally demanding tasks. They are optimized for parallel processing, which allows them to divide complex tasks into smaller parts and process them simultaneously.
While both mainframe computers and supercomputers are powerful machines, they serve different purposes. Mainframes are geared towards transaction processing and business applications in large organizations, whereas supercomputers are focused on scientific research and high-performance computing tasks. Their architectures, hardware, and software configurations are tailored to their specific functions, making them distinct types of computers in the world of advanced computing.
Learn more about supercomputers:
https://brainly.com/question/27291413
#SPJ3
episodic memory is the memory system that holds what kind of information?
Answer:
This is a particular type of memory that stores autobiographical data about a person. It keeps in itself knowledge about where, when, with whom certain events happened. The episodic memory definition in psychology appeared relatively recently - in 1972 by the Canadian experimental psychologist Endel Tulving.
Explanation:
Answer:
Episodic memory is a person's memory of a specific event. Because each person has a different perspective and experience of an event, their episodic memory of that event is unique. Episodic memory is a category of long-term memory that involves the recollection of specific events, situations, and experiences.
Explanation:
An object on the computer use to store data, information and settings is known as?
Answer:
Hard disk maybe.......
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
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
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:
How can you distinguish a field from other text in a main document in a mail merge?
Group of answer choices
Fields are always formatted as bold text.
Fields are always italicized.
Fields are surrounded by cheverons. (<< >>)
Answer:
Most likely
"Fields are surrounded by cheverons. (<< >>)"
Explanation:
what is the general term for programs used to operate a computer
Answer: SOFTWARE
Explanation: Software is a set of instructions, data or programs used to operate computers and execute specific tasks. It is the opposite of hardware, which describes the physical aspects of a computer. Software is a generic term used to refer to applications, scripts and programs that run on a device.
The general term for programs used to operate a computer is "operating system" (OS). An operating system is a software that manages computer hardware and software resources and provides services for computer programs.
It acts as an intermediary between the computer hardware and the user, facilitating the execution of various applications and providing a user-friendly interface. Some popular examples of operating systems include Microsoft Windows, macOS, Linux, and Android.
Android is an open-source operating system designed primarily for mobile devices such as smartphones and tablets. It was developed by the Open Handset Alliance, a consortium of various technology companies. Android is based on the Linux kernel and has become the most widely used mobile operating system globally.
Learn more about software on:
https://brainly.com/question/985406
#SPJ6
How to do a screenshot on your android phone?
answers/w explanation. ✅
nonsense answers, will be reported.
Plus, no links.
Answer:
Take a screenshot
- Press the Power and Volume down buttons at the same time.
- If that doesn't work, press and hold the Power button for a few seconds. Then tap Screenshot.
- If neither of these work, go to your phone manufacturer's support site for help.
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]
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.
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.
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
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:
when someone uses your personal information to pose as you this is
Answer: identity theft
Explanation: identity theft is when somebody poses as you, not to be confused with identity fraud, which is when somebody takes your personal information (such as a credit card) to do things in your name.