Answer:
The program to question as follows:
Program:
PRINT "NEPAL", 'print message
PRINT ".EPA", 'print message
PRINT ".P", 'print message
Output:
NEPAL
.EPA
.P
Explanation:
In the above Qbasic program code, the three print function will be used to print the given pattern, that can be described as follows:
- The first time the print function is used, which uses a value, that is "NEPAL" to print its value.
- In the second time, again this function is used, that prints a value, that is ".EPA".
- In the last time, the print method accepts a value, which is ".P" to print its value. when the code is executed, it will print the given design.
Change owner rights... I think you forgot to put the choices, I am taking a wild guess of what the answers could have been.
Answer:
A
Explanation:
Top-down is a programming style, the mainstay of traditional procedural languages, in which design begins by specifying complex pieces and then dividing them into successively smaller pieces.
I'd say B: the amount and type of security placed on an application.
This is a common problem that exists between IT and other user departments. The IT department is well known for closing up certain sites and applications needed by other departments all in the name of security. As a result, it might slow down operations within different department and may cause inefficiency.
Answer:Screening
Explanation:Packet screening is the process in which whenever a packet is received at the destination port, there is the examining of the packet.The examination of the packet rote from source to destination takes place. The screening takes place for evaluating that the data in the packet is adequate and carries no error that can risk in the security, tracks the routes of the packet path etc.