Which of the following are characteristics of global variables? Check all that apply.

They are accessible from anywhere in the program.

They are accessible only in specific regions of a program.

They are accessible only within a declared function.

They are accessible during the entire time the program is running.

Answers

Answer 1

Answer:

A and D

Explanation:

took the test

Answer 2

Answer:

A and D

Explanation:

because it is c;


Related Questions

How does a resident virus differ from a non-resident virus? !!!25 POINTS!!!!!

A) Resident viruses simply disrupt operations while non-resident viruses will control hosts.

B)Resident viruses will control hosts while non-resident viruses simply disrupt operations.

C)Resident viruses find networks to infect while non-resident viruses load themselves into memory.

D)esident viruses load themselves into memory while non-resident viruses find networks to infect.

Answers

Answer:

The correct answer is **D)** Resident viruses load themselves into memory while non-resident viruses find networks to infect. A resident virus is a type of computer virus that’s deployed and resides within a computer’s random access memory (RAM). A non-resident computer virus, on the other hand, is a type of computer virus that doesn’t reside within a computer’s RAM. Non-resident computer viruses can still be deployed within RAM, but they don’t stay there.

D is the correct answer! :)

Did the ANSI developed the A series, B series, or the Arch series?​

Answers

Answer:

ANSI developed the B series.

Explanation:

Change Unit. An ANSI B piece of paper measures 279 × 432 mm or 11 × 17 inches. ANSI B is part of the American National Standards Institute series, with an aspect ratio of 1:1.5455. ANSI B is also known as 'Ledger' or 'Tabloid'.

How to convert Docx files to pdf format?

Answers

search up on your laptop “docs to pdf” click on the first website and you can copy and paste or it will show instructions
When you want to save it on microsoft word, there is an option to publish as pdf

What do you believe about money? Do you believe that it’s hard to come by?

Answers

Money is an object we need to get through life
Money is a paper currency we need to get by in life.

Answer correct or d.i.e :D
BE WARNED
Write an algorithm using pseudocode that someone else can follow. Choose one of the following options:
1. Decide on the message you would like to display to the screen. Some ideas include:
1. Your favorite book title or TV show and why you like it
2. A few sentences sharing information about you
3. Your favorite sport and team or athlete
2. Use two variables to store your message.

Answers

Answer:

Insert your pseudocode here:

# Assignment  Python Variables worksheet

#10/30/2020

def main():

   TVshow = ("Darling in the Franxx")

   print(TVshow)

   WhyILikeIt = ("Action Romance fighting")

   print(WhyILikeIt)

main()

Output

My favorite TV show is Darling in the FRANXX.

I like it because there's a lot of action and fighting.  

Review Question

Response

What was the purpose of your program?

The purpose of my program was to say "I like coding" to my teacher. It also gave me a chance to practice my Python skills.

How could your program be useful in the real world?

I'm going to show it to my teacher so she knows I like the class.

What is a problem you ran into, and how did you fix it?

I kept typing “Darling In the FRANXX" without the quotation marks, and it wouldn’t work. When I realized my error, I fixed it and it worked.

Describe one thing you would do differently the next time you write a program.

I learned that it is important to pace myself and pay attention to details. When I found the error, I learned what happens when I don’t use the quotation marks. Now I know I need to pay attention to my code, so I don't leave out important information.

Alr bye world :)))))))

what are some steps Hector could have taken to ensure that his photographs were not ruined near the end of the shoot?

Answers

Answer:

make several extra copies of the pictures and frame them right away if they're printed out.

Explanation:

Answer:

make several extra copies of the pictures and frame them right away if they're printed out.

Explanation:

Jackie is planning a birthday party for her little brother and is researching different trampoline parks. She receives a pop-up asking for her name, address, and date of birth so she can receive a special promotion from the trampoline park. What should Jackie do?

a
Ignore the request and not enter any personal information.

b
Provide only her name and date of birth.

c
Provide only her name and address.

d
Provide the requested information to receive the discount.

Answers

Answer:

a

Explanation:

sis is gonna get scammed

Answer:

a

Explanation:

You dont know who is getting your information and it is not someone you know. STRANGER DANGER!

What is output?
Print (12 % 5)

Answer
0
5
2
1

Answers

It’s 5. Hope it helpsss
5 because most outputs are usually smaller then the input so that makes 5 the output

How do the text feature help on the text?

Answers

Answer:

Text features help you locate important information in a text. Knowing the purpose of the text feature helps you decide at which text feature to look when you want to understand your text better. Organized by purpose, the chart identifies text features and how they help the reader.

Explanation:

Here is your answer
How do the text feature help on the text?

What will be the value of number after this code is finished executing?

for i in range(100):

number = 0

A.
100

B.
0

C.
1

D.
i

Answers

The value of number given after this code is finished executing for i in range(100) will be B. 0.

What is coding?

Computer code, or a set of instructions or a system of rules defined in a specific programming language, is a term used in computer programming.

Code, often known as source code, refers to text that a computer programmer has created in a programming language. Programming languages like C, C#, C++, Java, Perl, and PHP are examples. Another less formal term for text produced in markup or style languages, such as HTML and CSS, is code.

In this case, after execution for i in range(100), it will be 0 which is the number given to perform the execution.

Learn more about code on:

https://brainly.com/question/26134656

#SPJ1

The value of number given after this code is finished executing for i in range(100) will be B. 0.

What is coding?

Computer code, or a set of instructions or a system of rules defined in a specific programming language, is a term used in computer programming.

Code, often known as source code, refers to text that a computer programmer has created in a programming language. Programming languages like C, C#, C++, Java, Perl, and PHP are examples. Another less formal term for text produced in markup or style languages, such as HTML and CSS, is code.

In this case, after execution for i in range(100), it will be 0 which is the number given to perform the execution.

A college campus uses robots to give students tours. The prospective students can ask the robot questions about life on campus. The robot allows the visiting student to choose which parts of campus to visit. What best describes the type of AI possessed by the robot?

weak AI

neural network AI

symbolic AI
Strong AI

Answers

The type of AI possessed by the robot in this scenario is Weak AI, also known as Narrow AI or Applied AI.

Weak AI is designed to perform a specific task, and it operates within a limited domain. The robot in this scenario is programmed to give tours of the campus and answer questions about life on campus. It does not have general intelligence, consciousness, or the ability to think and reason like a human being, and it cannot perform tasks outside of its programmed capabilities.

In contrast, Strong AI, also known as Artificial General Intelligence (AGI), is a theoretical form of AI that would possess human-like intelligence and the ability to reason and perform any intellectual task that a human can do. However, Strong AI does not currently exist.

Neural network AI and Symbolic AI are categories of techniques and approaches used in the development of AI, and they can be applied to both Weak AI and Strong AI systems. Neural network AI involves developing algorithms that are modeled after the structure and function of the human brain, while Symbolic AI involves creating AI systems based on a set of rules or symbols. However, the type of AI possessed by the robot in this scenario is more specifically described as Weak AI.

weak Al other wife knows as Apllied Al

Which of the following translates packets so that the node can understand them once they enter through a port?
A translator packet
The node translates on its own
A NIC
A NAS

Answers

Answer:

The node translates on its own.

Explanation:

20 points and brainliest please help
Write an algorithm using pseudocode that someone else can follow. Choose one of the following options:
1. Decide on the message you would like to display to the screen. Some ideas include:
1. Your favorite book title or TV show and why you like it
2. A few sentences sharing information about you
3. Your favorite sport and team or athlete
2. Use two variables to store your message.

Answers

Answer:

Main Module()

Declare String P1 = "The Fourth Closet"

Declare String P2 = "because it's about FNAF"

Do

Display P1

Display P2

End Module

Explanation:

You can put whatever in P1 and P2

Answer:

Explanation:

Insert your pseudocode here:

Begin Program

My name is Sophia, favorite book is “I found you” because the author had well described the book.

I was born on February 18th, 2008

Name my first variable (About me)

Name my second variable (Birth date)

Print my first variable (About me)

Print my second variable (Birth date)

End Program

(This is what I did}

public class Main {

public static void main(String[] args) {

String firstName = "John ";

String lastName = "Doe";

String fullName = firstName + lastName;

System.out.println(fullName);

}

}

From this example copy and paste code that when run would say your name. in javascript with my first name being Ryan and my last name being Smith

Answers

Answer:

const firstName = "Ryan ";

const lastName = "Smith";

const fullName = firstName + lastName;

console.log(fullName);

Explanation:

public class Main {

public static void main(String[] args) {

String firstName = "Ryan";

String lastName = "Smith";

String fullName = firstName + lastName;

System.out.println(fullName);

}

HOW DO YOU TURN CAPS LOCK OFF ON CHROMEBOOK

Answers

Press the caps lock button
Press caps lock again

Emma is upset that her friend shared a picture of her from elementary school. She types a negative reply to her post, but then decides to wait until she calms down. Which rule of netiquette did Emma follow? (5 points) Ask permission. Don't post when angry. Don't use inappropriate or hateful language. Expect tough consequences.

Answers

Answer:

Dont post when angry.

Explanation:

It makes most sense out of the four answers due to context clues.

Answer: don’t post when angry

To summarize means to

To summarize means to

Answers

Answer:

communicate the main idea with supporting ideas

To make a long passage full of information short and simple with details that are important while removing unnecessary information

(I made this up teehee) what anime is katski bakugo from

Answers

Scooby do because that is the best shower ever
MHA (My Hero Academia) or Boku no hero academia

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.

Answers

C this makes the most sense
C sounds like the best approach.

Be sure to answer the following in complete and detailed sentences.

1. What might be a benefit of wirelessly connecting smart devices in a physical computing project?
2. How might you connect more than two micro:bits to activate multiple outputs triggered by one micro:bit?
3. How do batteries and other types of power sources make physical computing systems more mobile? Why is that helpful?

Answers

Answer: 1, 3

Explanation:

1: It can not just cause less of a wire mess. It can also cause easy travel if you want to do something from somewhere else!

3: It can make it easier to power up a device quickly when you CAN replace the batteries. It can also make charging more efficient overall.

Answer:1: It can not just cause less of a wire mess. It can also cause easy travel if you want to do something from somewhere else!

3: It can make it easier to power up a device quickly when you CAN replace the batteries. It can also make charging more efficient overall.

Explanation:

Can you please help me with this crossword puzzle, I am having trouble with numbers 5 down and 22 across.

Thank you so much for your help! I really needed this

Answers

I can’t see the picture
There is no picture showing.

who want to go on scratch
I really need people to favorite and like my projects

Answers

Answer:

Sure

Explanation:

What’s your account name?

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* )

Answers

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.

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 type of cyber crime offender requires the highest percentage of risk management in terms of computer monitoring?
A) Sex offenders
B) Identity thieves
C) Low-Risk offenders
D) hackers

Answers

Answer: D

Explanation: Hackers are the only type of cyber criminal that monitors your computer

it would be D the hackers

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

Answers

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

A pop up box to let you know the Java script is there and active

Which of the following lines of code creates a division called answer?

A.


B.


C.


D.

Answers

Answer: ‎

Explanation:

i believe the answer is C

50 points! ㅠㅠ does anyone speak korean or watch korean animes? 안녕 ㅋㅋ ㅇㅅㅇ How do people make animationsss.

Answers

Answer:

Explanation Well depends on what type of animations your asking for but Anime is almost entirely drawn by hand but It also takes skill to create hand-drawn animation and experience to do it quickly. ... They're the ones who make all the individual drawings after the top-level directors come up with the storyboards and the middle-tier “key animators” draw the important frames in each scene it has a lot of process .

explain the history of computing of mechanical era

Answers

Answer:The Mechanical Era

Created a machine that could add and subtract numbers. Dials were used to enter the numbers. ... Designed a machine called the Analytical Engine. The design had all the basic components of a modern day computer. In addition, it was designed to be programmable using punched cards.

Explanation:Hope this helped

Identify the error in the following block of code.
for x in range(2, 6):
print(x)
A. The first line is missing quotes.
B. The first line has a spelling error.
C. The second line has a spelling error.
D. The second line needs to be indented four spaces

Answers

Answer:

D.The second line needs to be indented four spaces

Explanation:

Since the print statement is not indented, it is not part of the for loop. This means that there are no lines of code to be executed in the for loop, so this will cause an error.

D I had this question

Anthony is starting a new business and needs to create posters, business cards, and brochures to pass out. Anthony has a limited budget and cannot pay to have these created by a professional, so he wants to create them himself. What would be the BEST type of program for Anthony to use to create the items he needs for his business?

A.
Creative Commons

B.
word processing program

C.
Weebly

D.
web-based publishing software

Answers

The BEST type of program for Anthony to use to create the items he needs for his business are  word processing program.

What is the word processing program?

Word processing is a type of computer software program used to create, edit, format, and print documents. Common word processing programs include Microsoft Word, Apple Pages, and LibreOffice Writer. Word processing programs are used for a variety of tasks, from creating simple letters and resumes to making complex reports and books. Word processing programs allow users to input, edit, format, and save text documents quickly and easily.

To learn more about  word processing program.

https://brainly.com/question/14718387

#SPJ1

Software program to creat edit and other things of that matter
Other Questions
(25 points) If y = cnx" n=0 is a solution of the differential equation y" + (3x - 2)y - 2y = 0, then its coefficients C, are related by the equation Cn+2 = Cn+1 + Cn. 4 Scale factors 2. Here are points A and B. Plot the points for each dilation described. A B 5 a. C is the image of B using A as the origin and center of dilation and a scale factor of 2. E is the image of B using A as the origin and center of dilation and a scale factor of 6 b. B C. D is the image of A using B as the origin and center of dilation and a scale factor of 2. d. F is the image of using B as the origin and center of dilation and a scale factor of can the economy ever achieve zero unemployment rate? if yes,explain and give examples, if no, explain and give examples Let C be the line segment from the point (-4,8) to the point (2,-4), C, be the arc on the parabola y = r2-8 from the point (-4,8) to the point (2, -4), and R be the region enclosed by C and C2. Consid you are treating a 60-year-old man in cardiac arrest. after delivering a shock with the aed and performing cpr for 2 minutes, you achieve return of spontaneous circulation. your next action should be to: A student measures the molar solubility of silver carbonate in a water solution to be M. Based on her data, the solubility product constant for this compound is the nurse is assigning a room for a client admitted with hepatitis a. which diagnosis would be an appropriate roommate for this client? Think about the various conflicts in the novel. Identify and describe one event from the novel that represents a cause and effect relationship that creates conflict. Explain the fact the complications on other characters in the story. Dragon wings Ill give Brainly but can somebody help me with this? A nurse in a PACU is caring for a school-age child immediately following a tonsillectomy. Which of the following actions should the nurse take?a. Place the child in a side-lying positionb. Instruct the child to drink fluids through a strawc. Offer the child ice cream when alertd. Encourage the child to deep breath and cough Question 3A triangle is shown.30 cm5 cm4 cmWhat is the area of the triangle?A75 cm2Helpppp what are the major distinguishing characteristic of the 2nd industrial revolution as compared to the 1st industrial revolution (mass production integrated what 2 concepts) mars inc. issues 5,000 shares of no par stock for $100,000. which of the following entries are required? (select all that apply.) 5y^3 4y 1Leading term:Leading coefficient:Constant term: Can someone help Find the value of f(-8)? What is the result when the sum of 4x^2+8x-1 and 7x^2-3x+8 is multiplied by 5x^2 ? Suppose that the miles-per-gallon (mpg) rating of passenger cars is a normally distributed random variable with a mean and a standard deviation of 33.8 and 3.5 mpg, respectively. Use Table 1.a.What is the probability that a randomly selected passenger car gets more than 35 mpg?b.What is the probability that the average mpg of four randomly selected passenger cars is more than 35 mpg?c.If four passenger cars are randomly selected, what is the probability that all of the passenger cars get more than 35 mpg? If you add the digits in a two-digit number and multiply the sum by 7, you get the original number. If you reverse the digits in the two-digit number, the new number is 18 more than the sum of its two digits. What is the original number?A.42B.24C.64D.46E.36 classify each of the following as a characteristic of t-dependent or t-independent antigen triggering of b cells. 8.)To buy your Halloween costume, you borrowed $15.00 from your mom. Then youborrowed $3.50 from your Dad to buy face paint, and another $4.00 from yoursister for accessories. How much money do you owe altogether?