When a designer follow accepted standards and protocols, the basic characteristics of network architecture that's achieved is called scalability.
<h3>What is
scalability?</h3>
Scalability can be defined as a measure of the ability of a system to change (increase or decrease) in performance and cost as a result of changes in demands of application and system processing, especially in a network architecture.
This ultimately implies that, scalability is the basic characteristics of network architecture that's achieved when a designer follow accepted standards and protocols.
Read more on scalability here: brainly.com/question/14301721
SPJ12
<span>To resize columns in a subform, press and hold or right-click the subform in the navigation pane, and tap or click OPEN on the shortcut menu. Doing that, you will be able to resize columns in a subform. The answer is: OPEN.</span>
Answer: xD = haha
Explanation:
XD looks like a haha face laughing :P
have a good day :)
Answer:
Explanation:
The following code is written in Java and it asks you for your age and then prints out the exact date from your birthday that you will turn 10,000 days old.
import java.util.Calendar;
import java.util.Date;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("What is your age?");
int age = in.nextInt();
int daysLeft = (10000 - (age*365));
Date birthday = new Date();
Calendar cal = Calendar.getInstance();
cal.setTime(birthday);
cal.add(Calendar.DATE, daysLeft);
Date modifiedDate = cal.getTime();
System.out.println(modifiedDate);
}
}
I don't know but I am guessing 666 or 777 or 888.