Answer:
True. It transmits through digital
Answer:
Its false I just know it
Explanation:
ISDN eliminates the need for voice digitizers in the central office. It carries the 64Kbps digital signal from the central office directly to the subscriber, and the subscriber can use it for voice or data.
What does median mean in the data?
Answer:
What data? Also, if it's median wouldn't that be Mathematics? edit-im sorry im d-u-m-b i thought you meant there was numbers and data but you mean the meaning of median
the median in data is the middle number and if its an even number you add the two middles together and divide by two
again sorry
Answer:
The median is the middle number in a sorted, ascending or descending, list of numbers and can be more descriptive of that data set than the average.
Explanation:
The median provides a helpful measure of the centre of a dataset. By comparing the median to the mean, you can get an idea of the distribution of a dataset. When the mean and the median are the same, the dataset is more or less evenly distributed from the lowest to highest values.
A ____ is an Access feature that makes it easy to enter data.
Answer forms is an access
Explanation:
mark brainliest
Answer: The answer is Forms
Explanation: The reason forms are used so often is that they're an easy way to guide people toward entering data correctly. When you enter information into a form in Access, the data goes exactly where the database designer wants it to go: in one or more related tables. Forms make entering data easier.
Please mark branliest!
Chen was here
The first person gets the brainiest!!!
Match the areas seen on the presentation program’s interface with their uses.
A. Placeholder
B. Speaker Note
C. Slide Master
D. Theme
1. default template for any new presentation
2. predefined appearance of a slide
3.used to insert the choice of items on a slide
4. guidelines that assist in delivering the presentation
Where is my Plato/ Edmentum at???
Answer:
1A
2D
3C
4B
Explanation:
:)
On the planet Mongo, each year has 15 months and each month has 26 days.
Write a function compute_mongo_age(birthYear, birthMonth, birthDay, currentYear, currentMonth, currentDay)
that residents of Mongo can use to compute their age. It should take 6 positive integers as input: the person's birthdate (year, month from 1 to 15, and day from 1 to 26) and the current date (year, month from 1 to 15, and day from 1 to 26), and return a float of the age of the person in years.
For example, print(compute_mongo_age(2879,8,11,2892,2,21)) should print 12.6256410256, the age (in Mongo years) of a person, who was born on the 11th day of the 8th month of the year 2879, is on the 21st day of the 2nd month of the year 2892.
Answer:
DateTime now = DateTime.Today;
int age = now.Year - bday.Year;
if (now < bday.AddYears(age))
age--;
So your helper method would look like:
public static string Age(this HtmlHelper helper, DateTime birthday)
{
DateTime now = DateTime.Today;
int age = now.Year - birthday.Year;
if (now < birthday.AddYears(age))
age--;
Question 1 (2 points)
To open PowerPoint, click on:
Question 1 options:
Click on the start button and then on PowerPoint
Click on the PowerPoint icon on the task bar
Neither option
Both A and B will work
Question 2 (1 point)
True/False – The tools are located in the tabs at the top of the screen.
Question 2 options:
True
False
Question 3 (1 point)
True/False – PowerPoint documents are called Presentations.
Question 3 options:
True
False
Question 4 (1 point)
True/False – The first slide of your Career Map will have the results from your Interest Inventory Assessment.
Question 4 options:
True
False
Answer:This is not a simple question let me look at it again
Explanation:
Which is the best approach to debugging?
A.
Don’t worry about it at all until after the program is written.
B.
Be sure the program will work perfectly before writing it.
C.
Anticipate errors before they happen, and find and fix errors that happen.
D.
Use an HTML encoder.
1. Read What You Need to Know closely and watch the Five Components of Fitness video
2. Design a billboard advertisement for the information that you read about. Just like a movie billboard/poster advertises a film, take the most compelling and important images and create an advertisement to sell the following concept:
In order for an individual to plan their own workout program they must understand the Five Components of Fitness. This knowledge is essential for goal setting and effective program design.
3. You may use an additional program such as Word, Powerpoint or Paint to create and Upload using the button below. Or you may create a billboard/poster, take a picture and upload it here.
Answer:
hi sorry
Explanation:
I
An example of how a merge code would appear in a letter would be _____.
Answer:
Space blank
Explanation:
It means the question needs you to answer the question
Answer:
An example of how a merge code would appear in a letter would be C i.e. /University_Name/. Explanation: Merge codes help speed up the method of making letters by inserting data into your letters.
Explanation:
I hope this helps
Fill in the blanks:
Potential prospects will be best for applicants who keep up with the latest ___________and ____________
Variables are used to store information. List one example of a number that you may want to store and one example of a string you may want to store. (this is for python coding) please give me a answer i really need it for a assignment!!!!
Answer:complex
Explanation:
Answer:
Complex
Explanation:
when do we use an if- statement
Answer:
You'd use an if statement if something happens. What I mean is that {If this happens} Then that happens but if the if doesnt happen then the then doesnt happen
Explanation:
Answer:
The if statement is used to check a condition and if the condition is true, we run a block of statements (called the if-block), else we process another block of statements (called the else-block). The else clause is optional.
Explanation:
Select the correct answer.
What is Hypertext Transfer Protocol?
A.
the language used to build web pages
B.
a set of rules that allows for exchange of information on the web
C.
the language used by computers to exchange information on the web
D.
a set of rules that defines what search engines can do
Digital and analog audio recordings have pros and cons. Do you think the pros of digital recordings outweigh the cons and therefore prefer digital audio recordings? Or, do you think the cons outweigh the pros and therefore you prefer analog audio recordings? Explain. ( USE C.E.R *Claim, Evidence, Reasoning* )
I think the pros of digital recordings outweigh the cons! I prefer digital audio recordings over analog audio recordings because analog recordings require more financing and preservation. Compared to digital recordings, analog recording equipment is more expensive and the tape deteriorates over time. Which to me personally, doesn't seem to be worth the amount of effort since it's such a process to go through. You can possibly go into debt due to that. Digital recording equipment, on the other hand, is more affordable. It's less time-consuming and although it does have its disadvantages, they're minor. Digital recordings can be stored online. Its data get corrupted? You can get it back! It won't cost you anything.
Which technique will game developers use to provide more immersive simulations in future games?
A.
computer-hand interfaces
B.
brain-hand interfaces
C.
computer-technology interfaces
D.
brain-computer interfaces
Answer:
brain-computer interfaces
Explanation:
Why isn't my brainly post being answered?
Try deleting then reposting, it may not always pop up in new questions, I will have a look at the question anyway.
When the prompt function is used in JavaScript, _____ appears.
A.
an error message
B.
a pop-up box
C.
a data warning
D.
a password request
Answer:
B
Explanation:
instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until the user either submits the text or cancels the dialog
Lol fortnite really going UwU and anime
First buff cat aka. Meowscles
Then Anime girl aka. Lexa
But tbh i like anime more but meowscles is one of my favortite skins, and lexa is also one of my favorite skins
Answer:
epic
Explanation:
Answer:
le epic
Explanation:
can someone plz help me with this question plz
Question:
what does 64-bit mean? Explain in your own words.
Answer:
64-bit integers, memory addresses, and other data units are all 64 bits wide in computer architecture. Furthermore, architectures based on 64-bit central processing units and arithmetic logic units are those that use processor registers, address buses, or data buses of that size.
Explanation:
Play the Scratch Game Chase HQ, Pay special attention to the animation, sounds, and colors used. Then answer the following questions in word processing document:
What kinds of sounds were used? How did the sounds affect the feel of the game?
How did the colors affect the mood and feel of the game?
What kinds of animation principles were used?
Answer:
Please mark me brainiest. It took a lot of time to compile this answer.
What kinds of sounds were used? How did the sounds affect the feel of the game?
Many sound effects were used, such as the screeching of the tyres, the sudden acceleration and the crashing or bumping of the car. The sound affects made the game feel more realistic
How did the colors affect the mood and feel of the game?
The main color used in the game is blue, which dominates the background and the color of the player's car. Blue is often associated with calmness and serenity, which is an interesting contrast to the high-intensity action of the game.
Red is also used prominently in ChaseHQ, which is often associated with danger, urgency, and excitement. In the game, red is used to indicate the presence of criminals and other hazards that the player must avoid or confront.
Overall, the color palette of ChaseHQ is intended to create a sense of high-speed action and excitement, while also providing a clear visual contrast between the player's car and the other elements in the game. The use of blue and red also helps to create a sense of urgency and danger, which is a key element of the game's gameplay and story.
What kinds of animation principles were used?
Chase HQ used a variety of animation principles to create movement and visual effects in its projects. Some of the key animation principles used in Scratch include:
Squash and Stretch: This principle involves stretching an object in one direction and compressing it in another to give the impression of weight and movement.
Timing: The timing of an animation can greatly affect its impact. In Scratch, users can control the timing of their animations by adjusting the duration and speed of individual blocks.
Anticipation: This principle involves adding a small movement in the opposite direction of the intended action to help build anticipation and create a more dynamic animation.
Follow-Through and Overlapping Action: These principles involve creating secondary movements that follow the main action of the animation, helping to create a more natural flow of movement.
Arcs: This principle involves using curved paths of motion to create more organic and appealing movement.
Overall, Scratch provides a range of tools and features that allow users to incorporate these animation principles and create engaging and dynamic projects.
Explanation:
Answer: Please mark me brainiest. It took a lot of time to compile this answer.
What kinds of sounds were used? How did the sounds affect the feel of the game?
Many sound effects were used, such as the screeching of the tyres, the sudden acceleration and the crashing or bumping of the car. The sound affects made the game feel more realistic
How did the colors affect the mood and feel of the game?
The main color used in the game is blue, which dominates the background and the color of the player's car. Blue is often associated with calmness and serenity, which is an interesting contrast to the high-intensity action of the game.
Which of the following lines of code creates a division called answer?
A.
B.
C.
D.
Answer:
Explanation:
Why is it important for iOS developers who have learned to program in Swift to also know Objective-C?
A. Objective C is a user interface framework for building software using iOS.
B. Objective C is the integrated development environment best suited for iOS app development.
C. Objective C is the language in which older iOS apps were written, which developers may want to upgrade.
D. Objective C is the newest programming language for building iOS apps.
Where do you find the different challenges on here????? I saw them the other day but now I cannot find them!
Answer:
you find them on the side of your screen
Explanation:
then you just click on them to start the challenge you can earn points for doing the challenges.
hope this helps :)
Answer:
Here,there, everwhere
Explanation:
troll or unhelpful answers get reported Helping Hands
Are you cool under pressure? Are you passionate about making things better for others? Are you the kind of person who is not afraid to step up when everyone else is stepping out? If so, then there is a chance that helping others is what you were meant to do. The clusters we learned about in this unit highlighted careers of those who dedicate their lives to helping others. In the three videos, learn the vital role that each person’s job plays and how they feel after lending a helping hand.
Annie, Air Force Reserve Staff Sergeant
Ryan, Firefighter Paramedic
Cheryl, Occupational Therapist
Now head back over to the Bureau of Labor Statistics’ Occupational Outlook Handbook and do some more research on the careers mentioned above. Look especially at the headings “What _____s Do” and “How to Become a _______.” (Note: for our Air Force Reserve Staff Sargent, you would search Military Careers.)
Careers such as these take self-sacrifice but fulfill a vital need for our communities. Your assignment is to create a video advertisement featuring the three careers you learned about. Make your advertisement positive and exciting so that it will attract those who may not have considered looking at these career clusters. Help your viewers to see how important these jobs are and how fulfilling they can be.
i just need to type
Answer: Before reading, keep in mind i have to answer with a video so this is just a general guide line!
Air force:Maffs
What is it: The Air force is the part of the military that uses planes/aircraft as main combat. In Annie's situation, she helps with putting out wildfires
Whys it important: This is important because it only takes one match to make a fire spread and in dry land, one match could lead to a huge wildfire. Wether its accidental or not, the fire must be put out to protect the safety of the public. Otherwise, businesses, houses, ect can be burned down and destroyed.
How to get in: To get into the air force, you must be a citizen of the United states, take the AFOQT, pass the air force physical fitness test, get a good ACT or SAT score, have at least 90 college credits, and be at least 18 but less that 35.
Quote: “It is a skillset that is awesome to have, and I love being trained in it. But it is also something that you really don't want to used.”
Paramedic:
What is it: A paramedic is someone who responds to emergency calls, perform medical services, and transport patients to medical facilities.
Whys it important: This career is important because when someone is in danger, usually a fire in Ryan’s stuation, you need to call for help before things get too out of hand. Calling paramedics for help can eliminate any excess danger to come and make sure everyone involved in the situation is okay. If not okay, the paramedic will perform procedures to try and bring you back to health if its crucial and the patient may be unable to make it to the hospital in time.
How to get in: To become a paramedic, you must complete a postsecondary educational program, and be licensed.
Quote: “This is my second family”
Occupational Therapist:
What is it: An occupational therapist is someone who treats patients with injuries, illnesses, and disabilities through a form of therapy where you are doing everyday tasks to become stronger.
Whys it important: This is important because some people are unable to help themselves with everyday tasks and need extra help to do things like walk, eat, shower, ect so an occupational therapist will take their need and instead of doing these things for them, they will help them do it. This will actually help them relearn or gain their independence again so that later they will not need help and can start to normally live their life again.
How to become one: To become an occupational therapist, you must have a masters degree in occupational therapy and be licensed.
Quote: “Its just a really rewarding job”
Giving brainliest for correct answers!
The winner of The Landlord’s Game using Prosperity rules was the player who built the nicest houses in the city and had the most money.
answer choices
True
False
Answer:
true
Explanation:
What is a 5B and 4B? on exel :) need help fast plz!
Answer:
those are spots like 1A or 3D
Explanation:
Answer:
9B
Explanation:
I'm a bit confused about what you are asking for but I believe this is the answer
Please tell me if I'm wrong.
Brainliest would be appreciated.
Have a wonderful day!
so idrk if this is the right place to ask but im here anyway
So like every time i open my chromebook after closing it, it says "chrome os is missing or damaged"
i think it started this morning. i figured out how to turn my chromebook back on but i haven't been able to find anything to permanently get rid of it. help is GREATLY appreciated!!
Answer:this is just a computer glitch reset chrome sign out then in
Explanation:
I NEED HELP!!!
What important piece of information should a sketch include in addition to the numeric dimensions?
PLEASE HELP ME I WILL GIVE 20 POINTS AND BRAINLIST WHO EVERS HELP ME
You are writing a computer program. The algorithm requires the program to add two numbers if it is true that they are even and to subtract them if it is false that they are even. Which variable type should be used for the determination of whether they are even?
char
date
Boolean
float
Answer:
char
Explanation:
char is the answer
What is your prediction for the future of the internet in the next 20 years?
Answer:
The future of the Internet over the next two decades and beyond is most likely to see a whole new hyperconnected world of networked people, objects, and systems capable of transforming, reframing, and undermining the established norms of business and society.
What are some ways to use and rework copyrighted materials ethically and legally?
you can use copyrighted material under fair use or for inspiration
hope this helps
scav
Answer: you can mix up the words and cut some parts out that arnt necessary
Explanation: