Requirement types discussed during software development include _____.A) functional and color scheme
B) nonfunctional and code style
C) constraint and nonfunctional
D) fashionable and functional.

Answers

Answer 1
Answer:

Answer:

this is a confusing question cuz its normally functional and non-functional but imma have to go with C

~batmans wife dun dun dun....


Related Questions

What is a web server?
In excel, =(24+75)/(6*3) is what?
A man-made world event that would affect the labor market would be a(n) _____.
The seven basic parts of a computer are
‘‘Anyone in the developed world can publish anything anytime, and the instant it is published, it is globally available and readily findable’’ (Shirky, 2008:71) Discuss the impact of the internet on the use of news and information services.

If you are using a sprite for your MakeCode Arcade game, which code blockwould you click on to edit the sprite?
on start
set
mySprite
to
sprite
of kind
Player -
move
mySprite -
with buttons
O A. The move mySprite with buttons block
OB. The on start block
O C. The set mySprite block
O
D. The sprite of kind player block

Answers

The thing that would happen if the on overlap block at the bottom was not included in the program shown is that A. The player would have difficulty moving the sprites on the screen.

How do you know if a sprite is overlapping?

If a person want to know if a Player sprite overlaps an Enemy sprite, the person can simple place the first sprite type to Player and the second sprite type in other type to Enemy .

The thing that would happen if the on overlap block at the bottom was not included in the program shown is that A. The player would have difficulty moving the sprites on the screen.

Therefore,The thing that would happen if the on overlap block at the bottom was not included in the program shown is that A. The player would have difficulty moving the sprites on the screen.

Learn more about sprites from:

brainly.com/question/14339997

#SPJ5

Answer:

set mySprite block

Explanation:

BRAINLIEST?

7. Write a program in C to display the string "ARRAY" in the following format : A AR ARR ARRA ARRAY

Answers

This program will the string array in the given format.

int main(void){
char arr[6];
int counter;
strcpy(arr[], "ARRAY");

for(counter=0; counter<6; counter++){
printf("%c", arr[counter]);
}

return 0;
)

Note: Do not forget to include all the necessary library that is needed to run this program.

All of the following are screen displays in Word EXCEPT:a. Full Screen Reading View
b. Margins View
c. Two Page View
d. Split View

Answers

All of the following are screen displays in Word EXCEPT: b.) MARGINS VIEW.

Margins is found in the page layout tab not in the view tab.

Aside from Full Screen Reading View, Two Page View, and Split View, screen displays in Word also includes Print Layout, Web Layout, Outline, and Draft.

A _____ is a note that can be added to a document or presentation without making any changes to the text itself.

Answers

A comment is a note that can be added to a document or presentation without making any changes to the text itself

The part of the computer that contains the brain, or central processing unit, is also known as the A.monitor B.modem C.keyboard D.system unit

Answers

The part of the computer that contains the brain, or central processing unit is also known as System Unit.Because Cpu plays a vital role and it is the central component in computer.Without Cpu calculations are not performed by computer.It directs the entire computer system to carry out stored program instructions.

Betty has a number of report templates at her disposal filed in folders to respond to her boss's requests. In order to know where to find a report that meets the needs of her manager, she first needs to know what category of report will satisfy the request.?Betty's manager wants to just see the total figures of the sales without much of the supporting details. In which of the following folders is she likely to find this category of report?a. ?Summary reports
b. ?Exception reports
c. ?Detail reports
d. ?Control reports

Answers

Answer:

a. ​Summary reports

Explanation:

​Summary reports -

It is a form of tabular report , which consists of rows and column of data , is referred to as summary report .

It acts as a source for the components of dashboard .

As summary report enables to create a chart , view subtotal etc .

The subtotal value can be viewed from this type of report for a particular field , in order to generate a hierarchical list .

Hence , from the given scenario of the question ,

The correct answer is summary reports .