6. x, y, and z (x is right, z is forward, and y is up)
7. true
8. plane
9. Cartesian grid
10. They describe a location using the angle and distance from the original.
11. effects that alter the look of an object.
12. true
13. true
14. (not sure, but I would go with conceptual)
15. 3-D elements
Hope this helps! Please let me know if you need more help, or if you think my answer is incorrect. Brainliest would be MUCH appreciated. Have a great day!
Stay Brainy!
Answer:
2 & 3
Explanation:
Only mathematical operations that can be used to change contents of pointer variables include addition, subtraction, comparison, increments and decrements.
Although modulus, division and multiplications are not possible. A snippet of code is attached showing pointers addition and subtraction and their result.
Check it by replacing + or - signs with *, / or % which represent multiplication, division and modulus respectively. It would result in an error.
When a field value is currently not in any group, What happens when you try adding it to an existing group is that It is removed from the "all" list, and placed under its new group.
<h3>
What is a
field value?</h3>
The value of a field can be described as the string of bytes, which do contains all bytes in the field after the first colon.
The field value function is is useful in a case whereby extraction of the field data from linked data types is needed.
It is a good method thst used when writing formulas that refer to data types, and that is why the field value do help the user when creating a conditional calculations using a linked data types.
It also gives the enablement in the extraction of the exact values from the cell linked to data types.
It should be noted that this field value is concatenation of all the lines found in the the field, outside the starting name and colon, hence When a field value is currently not in any group, What happens when you try adding it to an existing group is that It is removed from the "all" list, and placed under its new group.
Find out more on field value at brainly.com/question/843074
#SPJ1
Answer:
Check the explanation
Explanation:
CREATE FUNCTION dbo.DateRange_sp4 ("at"StartDate DATE, "at"NumberofConsecutivedays INT) RETURNS "at"DateList TABLE ( DateID INT IDENTITY, DateValue DATE, Year SMALLINT, Quarter SMALLINT, Month SMALLINT, Week SMALLINT, DayOfWeek SMALLINT ) AS BEGIN DECLARE "at"Counter INT = 0; WHILE ("at"Counter < "at"NumberofConsecutivedays) BEGIN INSERT INTO "at"DateList VALUES ("at"Counter + 1, DATEADD(DAY, "at"Counter, "at"StartDate), DATEPART(YEAR, "at"StartDate), DATEPART(QUARTER, "at"StartDate), DATEPART(MONTH, "at"StartDate), DATEPART(WEEK, "at"StartDate), DatePart(WEEKDAY, "at"StartDate) ); SET "at"StartDate = DATEADD(day,"at"Counter + 1, "at"StartDate); SET "at"Counter += 1 END RETURN; END GO SELECT * FROM dbo.DateRange_sp4('2020-01-10', 20);
kindly check the screenshot below
Answer:
Option 3 is the correct answer for the above question.
Explanation:
- A tarball is a software which is used to encrypt the other software or hide the other software and make it small. It again makes the original software program from the encrypted ones.
- It is used to make the file sort and can use for the transfer which takes some amount of memory.
- The above question asked about that technology which is used to make encrypted software from the original software and use it with the help of some script. Then the answer is tarball which is referred to from option 3. Hence Option 3 is the correct answer for the above question while the other is not because--
- Option 1 states about the package manager which is used to manage the library only.
- Option 2 states about the DBMS which is used to manage the database.
- Option 4 states about the router which is used for the internet.