Answer:
I have used a ruler many times to meausre various things such as paper, my height, etc. I was taught how to use a ruler in elementary school. I am pretty confident in using a ruler because I have used one for a majority of my life.
Explanation:
Why can't this app have people ask riddles.
Because this is an app for school. Even though, I always post riddles on it anyway
a computer programmer draws a before writing a comouter program
Answer:
Draws a flow chart
Which is an example of a variable name written in camelcase?
Song Name
songName
song Name
SongNAME
Answer: songName
-DoggyMan5
In computing, what does Bcc mean. The topic in which this is found is HOW TO CREATE AN E MAIL ACCOUNT
Answer:
BCC stands for "blind carbon copy."
Answer:
that I have a a but this is the real account of Finn have a great day today with my mom said you didn't want me there was an accident in the middle of nowhere near as much as I can get some sleep now so I can get some sleep now so I can get some sleep now so I report
A _______ is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.
Answer:
"Wiki" Blog Webcast Microblog
so technically just wiki
Explanation:
A Wiki Blog Webcast Microblog is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.
Answer:
A wiki is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.
Explanation:
What is the difference between ionizing and non-ionizing radiation?
Answer:
Radiation is classified as being either non-ionizing or ionizing. Non-ionizing radiation is longer wavelength/lower frequency lower energy. While ionizing radiation is short wavelength/high frequency higher energy. Ionizing Radiation has sufficient energy to produce ions in matter at the molecular level.
Explanation:
Who wants to play Among Us as My hero Academia characters?
Answer:
this is brainly uhhhhhhh
Explanation:
y
Aight, I missed it walpp
Vector images are drawn ________ available in most graphic software programs.
Answer:
Vector images are drawn with basic line tools available in most graphic software programs
Explanation:
A vector graphic image makes use of points coordinate points on a Cartesian plane, to define computer graphic images, such that the image is based on mathematical relationships between the different parts of the image rather the use of pixels
Vector images are therefore smooth without aliasing errors for all sizes to which the image is zoomed given that the image generated by a combination of lines, curves and points
Write a 10 sentence paragraph about george washington and abraham lincoln and no plagiarism
Answer:
Hands down, no argument, no opinion, when you think of the U.S Presidential candidates you often think of our first founder, George Washington, and our 16th founder, Abraham Lincoln.
Lincoln was born on February 12, 1809. Although being called the Illinoisan President, he was born in Kentucky on a farm in Sinking Spring. A little after his birth, him and his parents - Thomas and Nancy Lincoln - moved to Illinois to live out the rest of their days. He was only 52 years old when he became a Presidential elect, and had 4 kids; William Wallace Lincoln, Tad Lincoln, Robert Todd Lincoln, and Edward Baker Lincoln. Soon, he would die to John Wilkes Booth on April 14th, 1865 at 7:22 am.
George Washington was born on February 22, 1732. He is nationally known for being the first of the Founding Fathers, and the first President elect of the United States. He was President of the U.S 1789-97, but unfortunately died at the age of 67 to a disease named Epiglottitis. Before he died, he had two children; John Parke Custis, and Martha "Patsy" Parke Custis.
9.
Write an application that computes and displays the day on which you become (or
became) 10,000 days old. Save the application as Ten ThousandDaysOld.java.
TI
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);
}
}
illl give brainliest plzzzzzzzzzz
The one paste symbol name is : paste settings
it consist of 'paste special' and 'set default paste if im not wrong'
A broadcast network is one in which a transmission from any one attached station is received by all other attached stations over a shared medium. Examples are a bus-technology local area network, such as Ethernet, and a wireless radio network. Discuss the need or lack of need for a network layer (OSI layer 3) in a broadcast network.
Answer:
In a broadcast network such as radio network for example a walkie talkie, the broadcasted transmission is received equally by all receivers indiscriminately which may lead to dissemination of classified information to an unauthorized receiver, therefore, the network layer is required is needed to ensure proper routing of the information
Similarly, when the all the broadcasters in one location are each trying to send messages to different receivers at another given location, there would be potential for network congestion and it would be difficult to send information through the network
When there is need for priority service the presence of a network layer is needed in the network
However, when the above functions performed by the network layer is not required, then, the network layer can be excluded, such as the communication between layers 4 - 7 of the OSI model
Explanation: