Answer:
import java.util.Scanner;
public class num9 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter year");
int givenYear =in.nextInt();
if(givenYear>=2101){
System.out.println("Distant Future");
}
else if(givenYear>=2001){
System.out.println("21st Century");
}
}
}
Explanation:
Answer:
A. To ensure that management and the team has a clear picture of the state of the project
Explanation:
hope this helps!
Answer:
A
Explanation:
Answer:
shortNames = ['Gus', 'Bob','Zoe']
Explanation:
In this assignment, your knowledge of list is been tested. A list is data structure type in python that can hold different elements (items) of different type. The general syntax of a list is
listName = [item1, "item2", item3]
listName refers to the name of the list variable, this is followed by a pair of square brackets, inside the square brackets we have items separated by commas. This is a declaration and initialization of a list with some elements.
The complete python code snippet for this assignment is given below:
shortNames = ['Gus', 'Bob','Zoe']
print(shortNames[0])
print(shortNames[1])
print(shortNames[2])
Answer:
False
Explanation:
A password in a one factor or multi-factor authentication is a mechanism not of what an entity has but what they know.
One factor authentication makes use of passwords only, to secure a user account. A multi-factor authentication uses two or more mechanisms for securing user accounts. It ask the question of what the users know (for password), what they have (security token, smart cards), and who they are(biometrics).
Answer:
False
Explanation:
The authentication mechanism especially the multi-factor authentication uses three types of authentication form factors.
i. What the entity knows: This includes what the entity knows and can always remember. Such as passwords and PINs
ii. What the entity has: This includes physical items that belong to the entity such as smart cards and token generators.
iii. What the entity really is: This includes natural or body features of the entity such as its thumbprint and its palm which can be used for verification.
According to these three factors, it is evident that password is based on "what an entity knows" and not "what an entity has".
B. contiguous signals
C. ramp signals
D. exponential signals
Answer: A) Digital signals
Explanation:
Answer:
i think digital signals
Explanation:
A digital signal is a signal that is being used to represent data as a sequence of discrete values; at any given time it can only take on one of a finite number of values.[1][2][3] This contrasts with an analog signal, which represents continuous values; at any given time it represents a real number within a continuous range of values.
a. Lack of direction
b. Lack of coordination
c. Lack of delegation
d. Lack of control
Answer:
b. Lack of coordination
Explanation:
LAteral communication in human resources and organizational communication is known as the communication that exists between peers and colleagues, so that wouldn cause a lack of cirection, delegation or control because its not between bosses and employees, what it would cause would be a lack of coordination between the employees.
Answer:
b
Explanation:
b, lack of coordination
mean field replacement time (MFRT)
b.
mean time to repair (MTTR)
c.
mean time to restore (MTTR)
d.
mean restoration time (MRT)
Answer:b) Mean time to repair (MTTR)
Explanation:- Mean time to repair (MTTR) is the average time that is defined for the repairing of the of any failure or damage that has occurred. Mean time to repair gives idea about the maintenance of the elements that can be repaired. It holds the responsibility of the reverting about the repair speed of the item. Therefore, the correct option is option(b).