CAD provides the architect opportunity to electronically plan and place elements of a building. The correct option among all the options that are given in the question is option "c". The full form of CAD is Computer Aided Design. It gives the designers the opportunity to create three dimensional pictures.
Answer:
None of them is correct, but it seems one of the option has missing words.
The exact definition is, MySQL is a database management system.
Explanation:
Agile is not a programming language, it is a software development methodology.
HTML stands for "Hypertext Markup Language"
Java and JavaScript are different languages.
Actually, MySQL is a database management system. It is used to deal with the relational databases. It uses SQL (Structured Query Language).
Answer:
The answer is "Option D".
Explanation:
In the given code an array that is "array1" is declared that stores double value because its data type is double. This array stores 10 element, that is equal, and between 0 to 9, because array indexing always starts from 0. In the given array declaration code all options are correct, that can be described as follows:
- In option A, It is correct, because all element stores double value.
- In option B, It is correct, because the size of the array is 10.
- In option C, It is also correct, because it ranges between 0 to 9.
Answer:
The correct answer to the following question will be "Buffer overflow".
Explanation:
- For security policy and computing, the buffer overflow is a phenomenon where the code overwrites the boundaries of the buffer when adding data to the buffer and overwrites neighboring storage positions.
- A vulnerability of buffer overflow occurs when you offer so much data to a program. Excessive data corrupts memory space in the vicinity and it may change certain data. As a consequence, the program could report a mistake or act differently. These vulnerabilities are often referred to as buffer overrun.
- If the programmer constructs a compiled code which does not test for a given quantity of system memory, the buffer overflow would strike on it.
Therefore, Buffer overflow is the right answer.
Answer:
the answer to the question should be b