Answer:
Sure, as long as it gets the job done and doesn't screw things up & is user friendly. I would also want to be able to turn it on and off at will.
Explanation:
The National Archives is part of the federal government, which means that its content:
-belongs to everyone.
-is off limits to the public.
-comes with extreme licensing fees.
-is outdated and useless.
Answer:
belongs to everyone.
Explanation:
A National Archive can be defined as the collection of data (informations) and documents by the government of a particular country for record keeping purposes.
Basically, these documents comprises of information about important and historical events that have happened in the country or events generally related with the country.
Hence, the National Archives is part of the federal government, which means that its content belongs to everyone. This is simply because the federal government is a government of the people, for the people and by the people. Thus, the ownership of governmental institutions or agencies belongs to the general public i.e the citizens of the country.
PLS HELP IM SO DESPERATE!! 40 points
Consider how you would help your Uncle Sandro diagnose the location of the problem and offer a likely solution in the following scenario:
Uncle Sandro has a computer. It is an older model. He calls you in as his tech-savvy nephew and asks if you could help him. It seems like data that is traveling across his computer is getting corrupted, and there is not a clear source. He asks you what the problem is and how he might fix it.
Answer:
1 reboot the computer
2 install a VPN and virus detector
Explanation:
Ryan is installing new flooring in his house. Ryan can install 169 square feet of flooring in 5 hours. How much new flooring can Ryan install in 35 hours?
Answer:
1183 square feet.
Explanation:
If Ryan can install 169 square feet in 5hours.
Then, he can install times 7 of that in 35 hours since 35 / 5 = 7
So, 169 x 7 = 1183
Choose the correct color to complete the sentence.
It is generally understood that
Blank is the best color choice for a global audience.
Answer:blue is the best color choice for a global audience.
The following if statement tests the rainfall in New York’s Central Park during the months of June, July and August.
if (low <= rain && rain <= high)
System.out.println("Rainfall amount is normal.");
else
System.out.println("Rainfall amount is abnormal.");
It could be replaced with:
I.
if (rain >= low)
{
if (rain <= high)
System.out.println("Rainfall amount is normal.");
}
else
System.out.println("Rainfall amount is abnormal.");
II.
if (rain >= low)
{
if (rain <= high)
System.out.println("Rainfall amount is normal.");
else
System.out.println("Rainfall amount is abnormal.");
}
else
System.out.println("Rainfall amount is abnormal.");
III.
if (rain >= low)
System.out.println("Rainfall amount is normal.");
else if (rain <= high)
System.out.println("Rainfall amount is normal.");
else
System.out.println("Rainfall amount is abnormal.");
I only
II only
III only
(II or III)
I, II or III
Answer:
II only
Explanation:
In the original code, both conditions of low<=rain and rain >= high must be met for the print message to be executed. This is denoted by the && logical operator.
The code in II does the same thing. It first checks that the low <=rain condition is true; then it goes on to check if the rain >= high condition is true as well before the "normal" print statement can be executed. But if either of the condition is not true, it prints "abnormal" because both conditions must be true.
What value is returned by the call mystery(2, 3, 6)?
answer choices:
9
10
14
8
20
Answer:
8888888888888888888888888888Explanation:
yyugjhgfgdsfsghgtredfzgxhcjvkiu
The invention of computers as a technological tool has completely changed our lives. Name any three areas to support this statement and explain how computers have made our lives better
Answer:
-They allow huge amounts of information to be stored in a small space
-They also allow a person to calculate mathematical problems with ease
-They allow people to communicate with one another through internet sites
-Finally, computers provide teachers and students the means to communicate quickly via email. Online grading systems also make it easier to view and audit a student's progress
Hope i helped!
Please can anyone write an algorithm
Answer:
The algorithm is as follows:
1. Start
2. Total = 0
3. For days = 0 to 4
3.1 Input Minutes
3.2 Total = Total + Minutes
3.4 Output Total
4. Stop
Explanation:
This starts the algorithm
1. Start
This initializes counter to 0
2. Total = 0
This iterates from day 0 to day 4
3. For days = 0 to 4
This inputs the minutes played for each day
3.1 Input Minutes
This sums up the minutes played for each day
3.2 Total = Total + Minutes
This prints the cumulated minutes for all 5 days
3.4 Output Total
This stops the algorithm
4. Stop
Where is information stored in the computer?
Answer:
files
Explanation:
data is stored in files
P16 Consider the following network. ISP B provides national backbone service to regional ISP A. ISP C provides national backbone service to regional ISP D. Each ISP consists of one AS. B and C peer with each other in two places using BGP. Consider traffic going from A to D. B would prefer to hand that traffic over to C on the West Coast (so that C would have to absorb the cost of carrying the traffic cross-country), while C would prefer to get the traffic via its East Coast peering point with B (so that B would have carried the traffic across the country). What BGP mechanism might C use, so that B would hand over A-to-D traffic at its East Coast peering point?
Solution :
Considering the following data :
[tex]$\text{ISP B}$[/tex] provides the national backbone to the regional [tex]$\text{ISP A}$[/tex].
[tex]$\text{ISP C}$[/tex] provides the national backbone to the regional [tex]$\text{ISP D}$[/tex].
Each of the ISP consists of one autonomous systems (AS).
[tex]$\text{ISP B}$[/tex] would like to hand over the traffic of C through the [tex]$\text{West}$[/tex] Coast.
The [tex]$\text{ISP C}$[/tex] would like to receive traffic from B's peering point via East Coast.
One way for [tex]$C$[/tex] to force [tex]$B$[/tex] to hand over all of [tex]$B$[/tex]’s traffic to [tex]$D$[/tex] on the east coast is for [tex]$C$[/tex] to only advertise its route to [tex]$D$[/tex] via its east coast peering point with [tex]$C$[/tex].
does trend in computing important for organization management?explain
Answer:
Yes
Explanation:
Trend analysis can improve your business by helping you identify areas with your organisation that are doing well, as well as areas that are not doing well. In this way it provides valuable evidence to help inform better decision making around your longer-term strategy as well as ways to futureproof your business.
To print preview a document, navigate to the _____ tab and select the Print option. File Page Design View Insert
Answer:
Option A
Explanation:
The process of viewing the print preview option in MS word is as follows -
a) First of all click on the File tab
b) After clicking on file tab, click on the print button at the left hand side
c) In the new tab that open up after clicking on the print button will provide an option of print preview.
Hence, option A is correct
Answer:
b. page layout
Explanation:
What is a circuit breaker and how is it different from a fuse? Why do we need these two different devices?
DO NOT PLAGARIZE!
Answer:
Circuit breakers and fuses both have the same purpose, but a fuse will melt when stopping electricity where as circuit breakers can just be reset. You need both devices in order to stop a overload of power that could fry your electronics or worse, start fires.
Explanation:
which statement about routers is !!!FALSE!!!
a. they (routers) put packets in the right order after they arrive at their destination
b. they are located at the intersections of the network of wires and cables that make up the internet.
c. they check the address on each packet that arrives and decide which way it should go next
Answer:
b. they are located at the intersections of the network of wires and cables that make up the internet.
Explanation:
Given that Router is a computer networking device that operates by transferring data packets between computer networks, while also ensuring traffic organizing tasks on the Internet.
Hence, Routers put packets in the right order after they arrive at their destination by matching the destination IP address of the packet and one of the addresses in the routing table.
Also, Routers check the address on each packet that arrives and decide which way it should go next by ensuring the data packets are summarized for the outgoing interface recorded in the table entry.
Therefore, the correct answer is option B
The decimal equivalent of the product of 1011 and 1100 is
Answer:
132
Explanation:
We convert each number to base 10 (decimal) and multiply.
So 1011₂ = 1 × 2³ + 0 × 2² + 1 × 2¹ + 1 × 2⁰
= 1 × 8 + 0 × 4 + 1 × 2 + 1 × 1
= 8 + 0 + 2 + 1
= 11₁₀
1100₂ = 1 × 2³ + 1 × 2² + 0 × 2¹ + 0 × 2⁰
= 1 × 8 + 1 × 4 + 0 × 2 + 0 × 1
= 8 + 4 + 0 + 0
= 12₁₀
So, 1011₂ × 1100₂ = 11₁₀ × 12₁₀ = 132₁₀
So, the decimal equivalent of the product of 1011 and 1100 is 132
Dose anybody know how to do this because i dont.
Answer:
All you need to explain in this assignment is specific things which makes a product an innovationi or new. This is what emerging means in the first question. Then say why these new technologies can be hard to identitfy.
Explanation:
Don't Answer if you are going to give me a link! Don't Waste My Points!
An image is considered a portrait if the person is looking into the camera lens.
A.
True
B.
False
Answer:
Hello there! :) It could be considered a portrait but that is not exactly what a portrait is.
Explanation:
A portrait is mostly considered a painting or drawing of someone that that same person has drawn. For example, a portrait of the Mona Lisa would have been her drawing/painting herself. Now someone just looking at camera lens would'nt exactly be true, it would be false so the answer is B. False
Hope this helps!
Answer: False
Explanation: I don't know 100%, but it wouldn't make sense if it was because the person can be really far away and still be looking at camera, as well as be looking slightly away from lens and it still look like a portrait.
write an algorithm to print the natural numbers from 1 to 15
Answer:
1. n = [ ]
2. i = 0
3. j = i + 1
4. i = j
5. append i to n
6. Repeat 3 to 5
7. Stop when i = 15
Write a C program to insert and delete values from a stack(to perform pop and push operations) using an array data structure
#include<stdio.h>
// Method to insert a value into a stack
void push(char value, char myStack[], int *top, int sizeOfStack){
if(*top == -1){
myStack[sizeOfStack - 1] = value;
*top = sizeOfStack - 1;
}
else if(*top == 0){
printf("Stack is full. \n");
}
else{
myStack[(*top) - 1] = value;
(*top)--;
}
}
//Method to remove a value from a stack
void pop(char myStack[], int *top, int sizeOfStack){
if(*top == -1){
printf("Stack is empty. \n");
}
else{
printf("Value removed: %c \n", myStack[(*top)]);
// Now if the value removed was the last value in the stack
// you should set top to -1.
// This would show that the stack is now empty
if((*top) == sizeOfStack - 1){
(*top) = -1;
}
else{
(*top)++;
}
}
}
//Method to test the pop and push methods
int main() {
//variable to hold the size of stack
int sizeOfStack = 6;
//create the stack
char myStack[sizeOfStack];
//set the top to -1
//this is to show that the stack is initially empty
int top = -1;
//insert a value tot the stack
push('x', myStack, &top, sizeOfStack);
//print the value on the top
printf("Value on top of stack: %c\n", myStack[top]);
//insert another value to the stack
push('y',myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
//insert another value to the stack
push('z',myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
//remove the last inserted value
pop(myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
//remove another value
pop(myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
return 0;
}
Sample Output:Value on top of stack: x
Value on top of stack: y
Value on top of stack: z
Value removed: z
Value on top of stack: y
Value removed: y
Value on top of stack: x
Explanation:The code above has been written in c and it contains comments explaining important parts of the code. Please go through the comments.
It also contains a sample output resulting from the run of the program.
Tell me what does WSG mean
Answer:
It could mean many different things but heres some things it could
With Special Guest
World Standard Group
Web Security Guard
Hope this helps!
What are some common summary operations that aggregate functions can perform in a crosstab query? Check all that apply.
adding
counting
dividing
subtracting
identifying an average
calculating a minimum or maximum
predicting the next value in a pattern.
Answer:
adding
counting
identifying average
calculating max or min
Explanation:
edg 2021
does trend in computing important for organization management?
Answer:
yes it is...................
Can you please help me? I give you a brainlest
!
What market was technology designed to appeal to?
Answer:
Explanation: Technology has transformed marketing by making campaigns more personalized and immersive for people and creating ecosystems that are more integrated and targeted for marketers. And it's not just the interface between brands and people that have been transformed.
WHERE THE SMART PEOPLE AT??????
PLEASE I NEED HELP
THIS IS MY LAST QUESTION FOR THE TEST
PLEASE
I KNOW THE ANSWER IM JUST MAKING SURE
You can use tables for layout work. However, in XHTML, each form control should have its own ______ element
a. method
b. textarea
c. label
d. fieldset
Answer:
I would say A. Method
Explanation:
.
Ian’s photography teacher asks him to take some photos of a few different species over the weekend. Which group of photos would MOST LIKELY get Ian a good grade if he turned them in?
A.
pictures of a lion, tiger, and leopard from his visit to the zoo
B.
pictures of Ian’s backyard, a birdhouse, and the river behind the school
C.
pictures of Ian’s golden retriever playing with the neighbor’s puppy
D.
pictures of a mother bird feeding her baby chicks in a nest
Any tips or tricks I can use on my phone?
Answer:
What phone you got mate? I'm interested
Answer:
No ffrjrirrjj dudjddiejejej
what is data? why is it important to collect data ? explain the points.
Answer:
so i dont know if u mean like science or math but like there similar. so data is the results and information you get when you do experiments. It is important to collect it so it can back up your reasons and points. It also helps us advance and become smarter.
Explanation:
Dar un ejemplo en donde se puede aplicar lista multinivel y nombrar los botones que nos permiten cambiar de un nivel al otro
Answer:
Microsoft word and power point
Explanation:
In a Microsoft Word you can make multilevel list and can select different theme and name the buttons to make the customization. Similarly in Microsoft Power Point you can make multilevel list and customize it by Home tab in paragraph group, there are many options to add your customization level.
Do Not Answer If You Are Going To Give Me A Link! DONT WASTE MY POINTS!!
Choi is trying out for a reality show on television. The application requires a self-portrait. Choi is setting up a self-portrait but wants to get her whole body. How might Choi BEST take a self-portrait that looks professional enough to submit?
A.
She could stand in front of a mirror holding her phone to take the photo.
B.
She could hold up the camera and take a selfie pointed down toward her body.
C.
She could use a self-timer to allow herself to get into position for the shot.
D.
She could ask her friend to take a photo of her as she stands against a background.
Answer:
My answer may be right nor wrong
A.
Answer: D seems like a good answer because she has a background behind her and it's a full body photo so i will say d looks more professional
Explanation: