subject

It is an extremely useful data structure in situations where we need to work with multiple data of the same type, associated with a single identifier.

tick the correct alternative according to the text above.

alternatives:

the
variable

b
constant

c
object

d
class

and
array

2
review the following text:

we use the structure when we want to condition the execution of statements or instruction blocks based on a list of expressions that will be evaluated from the value of a variable that serves as the input parameter (inst, 2017).

tick the alternative that correctly completes the gap.

alternatives:

the
stack

b
if

c
is

d
switch

and
while

3
review the following text:

we use to schedule a repetition of a statement or block, conditioned to some logical criterion, represented by a true expression (true or false). the c# language defines the following structures: for, foreach, while, do-while (interator, 2017).

alternatives:

the
queue structures

b
selection structures

c
repeating structures

d
stack structures

and
ordering structures

4
assuming that the features in c# are organized into namespaces, then when we want to use some resource, we need to declare the scope in which they were declared.

the text speaks of:

alternatives:

the
using

b
main

c
algorithm

d
language

and
delimited statements

5
review the following text:

we use the structure to condition the execution of a statement or a block of instructions, so we must have logical information (true or false), and this will be interpreted to determine whether or not to execute what we condition (inst, 2017)

tick the alternative that correctly completes the gap.

alternatives:

the
double

b
read

c
writeln

d
print

and
if

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 23.06.2019 06:40
How many nibbles can be stored in a 16-bit word?
Answers: 1
question
Computers and Technology, 24.06.2019 00:40
What social factors affect your health
Answers: 3
question
Computers and Technology, 24.06.2019 13:00
Ais a built in formula in spread spread a is any math process such as addition or subtraction. options are function and operation
Answers: 1
You know the right answer?
It is an extremely useful data structure in situations where we need to work with multiple data of t...
Questions
question
Biology, 29.07.2019 08:00
question
Mathematics, 29.07.2019 08:00
Questions on the website: 13722361