Examlex
What are the values of i and j after the following code snippet is run?
Int i = 10;
Int j = 20;
Int count = 0;
While (count < 5)
{
I = i + i;
I = i + 1;
J = j - 1;
J = j - j;
Count++;
}
System.out.println("i = " + i + ", j = " + j) ;
Stereotyping
involves assigning fixed and oversimplified beliefs or attributes to individuals based on their membership in a particular group, often leading to prejudice and discrimination.
Accurate Information
Data or facts that are correct, precise, and free from errors or distortions.
Self-Enhancement
A psychological tendency to view oneself more favorably and promote one's positive qualities to others.
Self-Categorisation Theory
A theory that expands on the idea of self-categorisation, explaining how individuals’ perceptions of belonging to various social categories can influence their attitudes, behaviors, and group dynamics.
Q1: When an if statement is nested inside
Q9: Which one of the following is a
Q11: What will have to change if the
Q16: Some of the individual characteristics that have
Q37: Consider the following code fragment from the
Q64: To use an interface, a class header
Q66: Which operator is used to concatenate two
Q100: How many times does the loop execute
Q108: Which of the following is correct for
Q124: Which of the following statements is correct