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.
being able to download a chapter of a new book before buying it or trying out a software option for a month before purchasing are examples of which aspect of the 4e framework?
Answer:
Experience the product
Explanation:
Being able to download a chapter of a new book before purchasing it is an example of how consumers can experience the product.
drawing tablet cursor goes to top left corner of screen when pen is away
Answer:
This is just my opinion I think the answer might be A
13. WHICH OF THE FOLLOWING IS INVOLVED IN CREATING A DOCUMENT? *
SAVING AND STORING
ENTERING TEXT
FORMATTING TEXT
ALL OF THE ABOV
Answer:
All of the above
Explanation:
Hope this helps...
Why do reviewers consider the context of a work?
A. To analyze whether or not the public will like the work
B. To pick chart all the content presented in the work
C. To research its original purpose and historical background
D. To take notice of one's physical reaction to a media piece
Answer:
I think the answer is C.
Explanation:
Why is feedback from other people important when you create software?
Feedback connects your software to programming libraries.
Feedback helps you know what is good or bad about your program.
Feedback automatically fixes the errors in your code.
Feedback tells users how to use your software program in the right way.
The reason why feedback from other people is important when you create a software application (program) is: B. Feedback helps you know what is good or bad about your program.
Software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software programs (applications).
Basically, there are six (6) main stages involved in the creation of a software program and these are;
Planning.Analysis.Design.Development (coding).Deployment.Maintenance.After the deployment of a software program, the developers usually take feedback from end users, so as to know what is good or bad about their program.
In conclusion, feedback is very important and essential for software developers because it help them to know what is good or bad about a software.
Read more: https://brainly.com/question/18369405
Answer:
k
Explanation:
Imagine that you are going to recommend a pet to someone. What are three questions you would ask them to help make that recommendation?
Answer: what kind of pet do u like? Would u like a big animal? Would u want a reptile or a dog and that stuff?
Explanation:
The three questions to ask to help make a suitable recommendation:
What is your daily routine like, and how much time can you dedicate to caring for a pet?Do you have any allergies or sensitivities to pet dander or fur?What type of living situation do you have (apartment, house, etc.), and are there any pet-related restrictions?What is the recommendationIf we know what a person does every day, it will help us figure out if they have enough time to take care of a pet.
This includes giving them food, keeping them clean, making sure they get enough exercise, and spending time with them. Some pets need more time and care than others, so it's important to choose a pet that matches the person's lifestyle.
Read more about recommendation here:
https://brainly.com/question/25288497
#SPJ3
state the functions of the parts of the computer
"My pet named Steve."
Who said this?
Answer:it seems you have said it
Explanation:
....
in order to remove a slide from a presentation you should
Answer:
Right Click on the slide and press delete or the undo button if adding a slide was the last thing you did.
Explanation:
Have a splendiferous day!
Hope this helps!
is anyone good with microsoft excell?
Answer:
no
Explanation:
Answer:
i kinda am [random characters]
Mood is established by not just images but also sounds, music, and even movements.
A.
True
B.
False
Answer:
true
Explanation:
most computers have temporary holding areas called __________.
Answer:
Random Access Memory (RAM)
mention two cables that connect the monitor to the system unit
What is 11100111 to decimal form?
Answer:
231
Explanation:
What is system Analysis
Answer:
Systems analysis is the process by which an individual (s) studies a system such that an information system can be analyzed, modeled, and a logical alternative can be chosen. Systems analysis projects are initiated for three reasons: problems, opportunities, and directives.
Explanation:
Because Brainly is such a big organization for students in need of help with their school work, I believe that it was either somehow reported or taken down by something. Every since even April 2020 and earlier, Brainly has been having issues with letting people register, and now they took down all of their ad's too. Although, it was helpful to many people, it was probably for a benefit. Who agrees?
Answer:
I agree
Explanation:
This feature allows you to adjust your view to see the lower and upper part of a document
Scroll bar i hope this helps :D
Answer: scroll bar
Explanation: It allows you to change your view from side to side and up and down
:D
what is the term used to describe image file that contains multiple small graphics?
You are the administrator for a small organization with four servers. You have one file server named StormSrvA that runs Windows Server 2016. You have a junior administrator who needs to do backups on this server. You need to ensure that the junior admin can use Windows Server Backup to create a complete backup of StormSrvA. What should you configure to allow the junior admin to do the backups
Answer:
The local groups by using Computer Management
Explanation:
To allow the junior admin to do backups, their account needs to be part of the Backup Operators local group. To add their account to the local group, you need to use Computer Management.
What are some limitations when it comes to testing and ensuring program quality? List at
least two limitations; you may refer to specific kinds of testing in your answer.
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
Which formula calculates the total value of a single row of cells across a range of columns in excel
The formula which calculates the total value of a single row of cells across a range of columns in Microsoft Excel is: =SUM(C15:Y15).
Microsoft Excel can be defined as a software program (application) that is typically designed and developed by Microsoft Inc., to avail its end users the ability to analyze and visualize spreadsheet documents.
A spreadsheet can be defined as a file or document which comprises cells in a tabulated format (rows and columns), that are typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer systems through the use of Microsoft Excel.
In Microsoft Excel, the SUMIF function is a function which is used to calculate the total value of cells that meet a specific criteria such as:
Text.Dates.Numbers.Hence, "=SUM(C15:Y15)" is a formula which can be used to calculate the total value of a single row of cells across a range of columns in Microsoft Excel.
Read more: https://brainly.com/question/24249483
Select the correct answer.
Which of these statement(s) is true about comments in Java?
A.
Single-line comments "comment out" only one line in a program.
B.
Single-line comments can be used only once in a single program.
C.
Multi-line comments start and end with //.
D.
Single-line comments start with /* and end with */ on the same line.
Answer:
b multi line comments can be used only once in a single program.
Java single-line comments are marked with /* and */ and can be used to comment out one or multiple lines.
Hence, option D is correct.
In Java, single-line comments are denoted by the symbols /* and */, allowing you to comment out one or more lines in your code.
This feature is useful for temporarily disabling code or providing explanations within your program.
On the other hand,
Multi-line comments in Java are enclosed by /* at the beginning and */ at the end, enabling you to comment out larger sections of code or provide detailed explanations that span multiple lines.
To learn more about programming visit:
https://brainly.com/question/14368396
#SPJ3
Which 2 tools are useful to remote employees and coworkers.
Explain the working principle of computer with suitable diagram.
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.
When using a voltmeter the loading effect of the meter is very much considered, where the intended resistance of the voltmeter must be very high. Why do you think it should be this way?
Answer:
The loading effect of a dc voltmeter refers to the phenomenon in which a negative error is produced in the voltmeter reading (measured voltage), due to the low internal resistance (i.e., low sensitivity of the voltmeter).
When should the while loop be used in Python?
A. When a condition is not necessary for the action to repeat
B. When the range of repetitions includes positive and negative numbers
C. When an action will be repeated for a specific number of repetitions
D. When the exact number of repetitions is unknown
The while loop is used in Python is When a condition is not necessary for the action to repeat. The correct option is A.
What is a loop in python?While the test expression (condition) is true, a block of code is iterated over in a while loop in Python. When we are unsure of how many times to iterate, we typically utilize this loop.
When a condition is not satisfied, a "While" loop is used to repeat a certain piece of code an undetermined number of times.
Therefore, the correct option is A. When a condition is not necessary for the action to repeat.
To learn more about loop in python, refer to the link:
https://brainly.com/question/17161155
#SPJ1
Answer: C. When an action will be repeated for a specific number of repetitions
Explanation: In order for a while loop to work, it needs to know how long it is supposed to be repeated.
Example: x = 0
while x (x<10):
x = x + 1
So when x is greater than 10, the loop will run, but when x is less than 10 it will not.
While loop definition: tells Python to repeat the action while a certain condition is true
Hope this helps :)
--k7ro
Write a program in BASIC- 256 to accept two numbers from the user and print their sum and product
which of the following are good ways for virtual team members to get to know one another? (choose every correct answer.)
what are the choicess
italic, bold, bold italic, and underline are examples of _____.
Answer:
Examples of typographical emphasis.
the act of getting information out of memory storage
Answer:
'retrieval'
Explanation: