Answer: B. judgment
Explanation: To critique a work of art, there are a 4 steps method:
<u>Description</u>: describe everything you see in the work: name of the artist, the title, what you observe, what media he/she used, the year it was created;
<u>Analysis</u>: describe how the artist uses the <u>elements of art</u> (line, shape, color, texture, space) and the <u>principles</u> <u>of</u> <u>design</u> (balance, movement, pattern, emphasis, contrast);
<u>Interpretation</u>: try to explain what is the meaning of the art, why the artist created it, what was he/she's idea for it, based on the 2 previous steps;
<u>Judgment</u> <u>or</u> <u>Evaluate</u>: make an opinion of why the art is worth it based on the other steps and give reasons for liking or disliking, its importance or the way it make you feel;
After going through each step, your evaluation or opinion will be expressed in the 4th step: Judgment.
it is globe because I want a successful the all people
Answer:
hope this helps. I am also a learner like you. Please cross check my explanation.
Explanation:
#include
#include
using namespace std;
int main()
{
int a[ ] = {0, 0, 0}; //array declared initializing a0=0, a1=0, a3=0
int* p = &a[1]; //pointer p is initialized it will be holding the address of a1 which means when p will be called it will point to whatever is present at the address a1, right now it hold 0.
int* q = &a[0]; //pointer q is initialized it will be holding the address of a0 which means when q will be called it will point to whatever is present at the address a0, right now it hold 0.
q=p; // now q is also pointing towards what p is pointing both holds the same address that is &a[1]
*q=1
; //&a[0] gets overwritten and now pointer q has integer 1......i am not sure abut this one
p = a; //p is now holding address of complete array a
*p=1; // a gets overwritten and now pointer q has integer 1......i am not sure abut this one
int*& r = p; //not sure
int** s = &q; s is a double pointer means it has more capacity of storage than single pointer and is now holding address of q
r = *s + 1; //not sure
s= &r; //explained above
**s = 1; //explained above
return 0;
}
It shows the number of times SLA
ICMP (Internet Control Message Protocol), Protocol (TCP), File Transfer Protocol (FTP), Dynamic Host
Configuration Protocol (DHCP), Domain Name System (DNS), or UDP echo operations
did not manage to reach the web server.