Explanation:
1.
the answer to the first question is organizational unit. this is because in this scenario that we have before us, cost is a deciding factor. a unit as this can adapt to changes, it is flexible and also not very complex
2.
answer to question 2 is PDC emulator. this emulator can perform the function synchronization of time across every domain controller that is in the domain. other of its functions are, authentication and changing of passwords.
3.
the answer to the 3rd question is child domain. It is a factor in this scenario because it works well in a situation where there is an issue of slow network connection.
Which option describes wearable technology?
A.
the incorporation of technology into objects we use regularly
B.
rugged technology that can withstand the elements without much damage
C.
computing systems that derive energy from the user's biological processes
D.
mobile technology that is extremely portable
E.
extremely small and powerful computing systems
Answer:
D
Explanation:
it say mobile
Answer:
I believe its D.) Mobile technology that is extremely portable
What are some positive and nevative aspects of technology?
Answer:
Explanation:
Positive:
Enhances Learning.
Fosters Problem-Solving Skills.
Develops Future Technological Leaders
Negative:
Diminishes Relationships and Social Skills
Stimulates Health Issues
Reduces Sleep Quality
Part 1 Develop a 2- to 3-page table in Microsoft® Word that lists the roles and responsibilities of each of the following with respect to security. Use the following column headings: Title Role Responsibilities Use the following row headings: Chief Executive Officer (CEO) Chief Operations Officer (COO) Chief Financial Officer (CFO) Chief Information Officer (CIO) Chief Information Security Officer (CISO) Senior Security Manager Information Security Architect Information Security Engineer Information Security Auditor Information Security Analyst Security Technician/Specialist
The roles and responsibilities of the below-listed person with respect to security are:
Chief Executive Officer (CEO)- This person is responsible for making major corporate decisions, managing the overall operations and resources of a company
Chief Operations Officer (COO)- He is usually the second-in-command at the firm and can stand in when the CEO is unavailable.
Chief Financial Officer (CFO)- He is responsible for tracking cash flow and financial planning and analyzing the company's financial strengths
Chief Information Officer (CIO)- This person is in charge of information technology initiatives and strategy.
Chief Information Security Officer (CISO)- individual primarily responsible for the assessment, management, and implementation of information security in the organization.
Senior Security Manager Information- This person is in charge of managing the day-to-day operations of their organization's security department
Security Architect Information- This person is responsible for assessing the organization's systems for weaknesses. They conduct penetration tests
Security Engineer Information- This person is in charge of building digital security protocols, operating a cyber security system and maintaining an IT security infrastructure
Security Auditor Information- This person looks at the safety and effectiveness of computer systems and their security components,
Security Analyst- This person protects computer networks from cyber attacks, creates cybersecurity policies and practices f
Security Technician/Specialist- This person has the main duty to maintain and repair security-related concerns in a company.
Read more about Senior Security Manager here:
https://brainly.com/question/14467050
#SPJ1
Which of the following does a code editor NOT provide?
a. highlighting
b. syntax checking
c. color-coded commands
d. automatic language converter
Answer:
A- highlighting
Explanation:
plain code editor's don't provide them hope this helps
Brian has created the following selection sort class in Java. In which line is the index of the smallest value returned? In which line is the input array given as an argument?
public class SelectionSort{
private static int positionMin (int] vals, int startPosition) {
int minPosition startPosition;
for (int i startPosition; i
if (vals[i] vals[min Position]) {
minPosition = i;
return min
Position; private static void swap(int] vals, int firstPosition, int secondPosition) {
int temp; temp vals[firstPosition];
vals[firstPosition] vals[second Position];
vals[secondPosition] temp return public static void selSort(int| vals) {
int minPos for (int startPos 0; startPos< vals.length; startPos++){
minPos positionMin(vals,startPos); swap(vals,startPos, min Pos) ;
for (int i 0; i< vals.length; i++) { if(i
}else Jelse { System.out.println(vals[i]); } }; }
return; } }
Answer:
Explanation:
Since there are no line numbers in this question I will start counting from public class SelectionSort{ as line 1 and so on, as well as provide the code on that line.
The index of the smallest value is returned on line 8 where it says return min which shouldn't have any spaces and should be return minPosition;
The input array is given as an argument at the beginning of the function on line 2 where it says private static int positionMin (int] vals, int startPosition) {, as the variable vals.
This input array is also used as an argument on line 10 where it says Position; private static void swap(int] vals, int firstPosition, int secondPosition) and line 15 where it says vals[secondPosition] temp return public static void selSort(int| vals) {
What hardware architectures are not supported by Red Hat?
Which of the following takes place during the research phase
I am unsure if this is the correct question, but I think this is the full question:
Which of the following takes place during the research phase? (choose all that apply)
O software requirements are gathered
O software requirements are implemented in code
O software requirements are analyzed
O software requirements are detailed in a specification document
The answers to this question are software requirements are gathered, software requirements are analyzed, and software requirements are detailed in a specification document (1st, 3rd, and 4th options).
7. Little Big Planet advanced the platforming genre of games by __________.
a) Adding a real-time physics aspect to the game
b) Including an illusion aspect in the game
c) Creating more powerful user commands
d) None of the above
Answer:
Explanation:
c because it will hook the person
Which code segment results in "true" being returned if a number is odd? Replace "MISSING CONDITION" with the correct code segment.
a) num % 2 == 0;
b) num % 2 ==1;
c) num % 1 == 0;
d) num % 0 == 2;
Answer:
Which code segment results in "true" being returned if a number is odd? Replace "MISSING CONDITION" with the correct code segment.
Explanation:
num % 2 ==1;
___________ is a global issue and there is a requirement to find out the interdependencies among the customers and suppliers.
Answer:
Supply chain disruption is a global issue and there is a requirement to find out the interdependencies among the customers and suppliers.
Explanation:
The context suggests we are discussing some type of challenge involving the relationships between customers, suppliers and a larger supply chain. A "global issue" involving "interdependencies among the customers and suppliers" points to potential supply chain disruption or issues in a supply network.
Since there is a "requirement to find out the interdependencies" between customers and suppliers, this suggests we need to identify and analyze how they are connected and dependent upon each other in order to resolve the broader "global issue." This information could then be used to make changes, build resilience or manage risks in the supply chain.
Hope this helps!
Answer:
Internet is global issues
Question 10 A designer finds a job that she is interested in, but needs to create a resume quickly before the upcoming job application deadline. What tool can she use to create a solid resume with all the necessary elements?
If a designer finds a job that she is interested in, but needs to create a resume quickly before the upcoming job application deadline, a tool she can use to create a solid resume with all the necessary elements is: A. a template from a word processing program
What is a word processing software?A word processing software can be defined as a type of software that is primarily designed and developed in order to enable its end users type, format and save text-based documents.
In Computer technology, word processing software are designed and developed to provide end users with the necessary tools for creating, typing, and editing all kinds of text-based documents such as the following:
LettersResumesReports.ArticlesRead more on word processing here: https://brainly.com/question/28017401
#SPJ1
Complete Question:
Question 10
A designer finds a job that she is interested in, but needs to create a resume quickly before the upcoming job application deadline. What tool can she use to create a solid resume with all the necessary elements?
A template from a word processing program
Figma
Medium
Adobe XD
After reading through the code, what will happen when you click run?
Answer:
B.) Laurel will try to collect treasure when there is not any and it causes an error
Explanation:
Laurel is at the top right corner of the map. When you click run, laurel moves 1 step ahead. This spot is right above the coordinate of the very first diamond. There is no treasure at this spot.
Therefore, when the next command calls for collecting, there will be an error, as there is no treasure at the spot right above the first diamond.
Type a statement using srand() to seed random number generation using variable seedVal. Then type two statements using rand() to print two random integers between (and including) 0 and 9. End with a newline. Ex: 5 7 Note: For this activity, using one statement may yield different output (due to the compiler calling rand() in a different order). Use two statements for this activity. Also, after calling srand() once, do not call srand() again. (Notes)
GIVEN:
#include
#include // Enables use of rand()
#include // Enables use of time()
int main(void) {
int seedVal = 0;
/* Your solution goes here */
return 0;
}
2). Type two statements that use rand() to print 2 random integers between (and including) 100 and 149. End with a newline. Ex:
101
133
Note: For this activity, using one statement may yield different output (due to the compiler calling rand() in a different order). Use two statements for this activity. Also, srand() has already been called; do not call srand() again.
GIVEN:
#include
#include // Enables use of rand()
#include // Enables use of time()
int main(void) {
int seedVal = 0;
seedVal = 4;
srand(seedVal);
/* Your solution goes here */
return 0;
}
Answer:
1. The solution to question 1 is as follows;
srand(seedVal);
cout<<rand()%10<<endl;
cout<<rand()%10<<endl;
2. The solution to question 2 is as follows
cout<<100+rand()%50 <<endl;
cout<<100+rand()%50 <<endl;
Explanation:
The general syntax to generate random number between interval is
Random Number = Lower Limit + rand() % (Upper Limit - Lower Limit + 1)
In 1;
The solution starts by calling srand(seedVal);
The next two statements is explained as follows
To print two random integers between intervals of 0 and 9 using rand()"
Here, the lower limit = 0
the upper limit = 9
By substituting these values in the formula above; the random number will be generated as thus;
Random Number = 0 + rand() % (9 - 0 + 1)
Random Number = 0 + rand() % (10)
Random Number = rand() % (10)
So, the instruction to generate the two random variables is rand() % (10)
2.
Similar to 1 above
To print two random integers between intervals of 100 and 149 using rand()"
Here, the lower limit = 100
upper limit = 149
By substituting these values in the formula above; the random number will be generated as thus;
Random Number = 100 + rand() % (149 - 100 + 1)
Random Number = 100 + rand() % (50)
So, the instruction to generate the two random variables is 100 + rand() % (50)
plsssssss heeeeeelp
Step 1: Create a New LocoXtreme Python Program
Start by creating a new Python program in the LocoRobo Academy.
The logic we will add will occur between the activate and deactivate motor lines. Recall that the motors must be activated in order to properly set the RGB Lights.
W1. Add code to prompt the user three times. Once for each R, G, and B color value, with the output stored in variables R, G, and B respectively. However, each prompt should ask for a HEX value from 00 to FF. Write your code below.
Step 2: Using the Input
With the input hex values stored in variables, we need to convert the values to decimal for use with the LocoXtreme set_lights() command. Recall that the int() function with a base of 16 can convert a hexadecimal string into a decimal integer.
W2. Add code to convert each R, G, B value into decimal, storing the decimal value in the same respective R, G, and B variable. Write your code below.
Now that we have decimal values, we can pass them to the set_lights() command and pause to display the user-specified color.
W3. Call set_lights() using your three decimal color values. Include a sync_lights() call after to update the lights on the robot. Finally, add a time.sleep() call to make the lights display for a time before the robot disconnects.
Step 3. Slicing
In the Lesson Video and Student Guide, it was shown how a string of hex characters could be split using slicing. Rather than prompting the user for three separate hexadecimal color values, we can prompt them for a single string of all three sets concatenated together. For example, rather than a user inputting FF three times, they would input FFFFFF in a single prompt.
For this type of logic, it is assumed the length is always 6 characters. Therefore, the user needs to add a leading '0' if the value would otherwise be a single digit. For example, 'A' would be '0A'.
W4. Update your code to only prompt the user for a single 6-character hexadecimal string. Slice the values for R, G, and B from left to right in the string, before they are cast into decimals. Write your updated code section below.
The Program based on the information will be given below.
How to explain the program# Prompt the user to input a 6-character hexadecimal string
inputs = input("Please enter a six-digit hexadecimal sequence (e.g. FFFFFF): ")
# Slice the R, G and B values separately from left to right in the string, adding a leading '0' if needed
R_value = int(inputs[0:2], 16)
G_value = int(inputs[2:4], 16)
B_value = int(inputs[4:6], 16)
# Call set_lights() with three decimal represented colors then sync_lights()
set_lights(R_value, G_value, B_value)
sync_lights()
# To make lights display longer before disconnecting, add a time delay
time.sleep(5)
Learn more about program on
https://brainly.com/question/26642771
#SPJ1
. Write a program to calculate the square of 20 by using a loop
that adds 20 to the accumulator 20 times.
The program to calculate the square of 20 by using a loop
that adds 20 to the accumulator 20 times is given:
The Programaccumulator = 0
for _ in range(20):
accumulator += 20
square_of_20 = accumulator
print(square_of_20)
Algorithm:
Initialize an accumulator variable to 0.
Start a loop that iterates 20 times.
Inside the loop, add 20 to the accumulator.
After the loop, the accumulator will hold the square of 20.
Output the value of the accumulator (square of 20).
Read more about algorithm here:
https://brainly.com/question/29674035
#SPJ1
Question
Which of the following binary numbers (base 2) are multiples of 4? CHOOSE TWO ANSWERS.
11100
1101
10110
10100
The binary numbers that are multiples of 4 are; 11100 and 10100
Binary to decimal conversionLet us convert each of the given binary numbers to decimal;
A) 11100 = (1 × 2⁴) + (1 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2°) = 16 + 8 + 4 + 0 + 0 = 28
B) 1101 = (1 × 2³) + (1 × 2²) + (0 × 2¹) + (1 × 2°) = 8 + 4 + 0 + 1 = 13
C) 10110 = (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (1 × 2¹) + (0 × 2°) = 16 + 0 + 4 + 2 + 0 = 22
D) 10100 = (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2°) = 16 + 0 + 4 + 0 + 0 = 20
Looking at the decimals, only 20 and 28 are multiples of 4.
Read more about binary to decimal conversion at; https://brainly.com/question/17946394
If you wouldn't want someone to photograph you doing something, don't photograph someone else in that situation either. True False
In the United States, it's illegal for a photographer to use someone's likeness ... Model release forms contain conditions on working with people, and in some ... You'll need this release form if you want to publish photos of another person's ... If you don't want to take any legal risks, then use a photo release form to be safe.
What is the default layout position for images added to a Word 2016 document?
A) square, where the text wraps around an image around a square border
B) through, where the text wraps around an image with irregular borders
C) in front of the text, where the image is placed over the text
D) in-line, with the text where the text stays with the image
Answer:
D
Explanation:
Hope it works
Answer:
D) in-line, with the text where the text stays with the image
Explanation:
Just did it in ED.
What will be printed on the screen? IF 5 > = 10 THEN PRINT “ Hello Joe” END IF
Answer:
Nothing if that's all the question is.
Question 2
What is true about a function?
O It is a data structure that holds many pieces of data at the same time.
It is a variable that stores letters, numbers, and words, and is not used for calculations
OIt is a collection of individual letters, digits, or symbols.
OIt is a collection of commands that are given a name.
The fact that a function is a group of commands with names attached is true.
What comprises a set of instructions relating to objects in a document in a collection of groups?A series of commands can be found on each of the Ribbon's task-oriented tabs. These tabs are used to organise the Ribbon. The Home Tab contains the Word commands that are used the most commonly.
The contents of a file called example txt are shown using which of the following unix commands?Cat myFile. txt should be entered after using the command line to travel to the Desktop. This will output the contents of the file on your command line.. This is equivalent to double-clicking the text file in the GUI to view
To know more about function visit:-
https://brainly.com/question/28939774
#SPJ9
what is the difference between a Supercomputer a mainframe computer Server computer,Workstation computer,Personal computer,Micro-controller,Smartphone?
Answer:
A supercomputer is a high-performance computer that is typically used for scientific and engineering research, such as weather forecasting, climate modeling, and large-scale simulations. They are the most powerful and most expensive computers.
A mainframe computer is a large, powerful computer that is typically used by large organizations, such as banks and government agencies, for mission-critical applications.
A server computer is a computer that is used to manage and distribute network resources, such as email and file storage.
A workstation computer is a high-performance computer that is typically used for engineering, scientific, and other demanding applications, such as computer-aided design (CAD) and video editing.
A personal computer (PC) is a general-purpose computer that is designed for individual use, such as for word processing, internet browsing, and playing games.
A microcontroller is a small computer on a single integrated circuit that is typically used in embedded systems, such as in appliances, automobiles, and industrial control systems.
A smartphone is a mobile device that combines the features of a computer with those of a cellular telephone. It is typically used for making phone calls, sending text messages, and accessing the internet.
Explanation:
As you know computer system stores all types of data as stream of binary digits (0 and 1). This also includes the numbers having fractional values, where placement of radix point is also incorporated along with the binary representation of the value. There are different approaches available in the literature to store the numbers having fractional part. One such method, called Floating-point notation is discussed in your week 03 lessons. The floating point representation need to incorporate three things:
• Sign
• Mantissa
• Exponent
A. Encode the (negative) decimal fraction -9/2 to binary using the 8-bit floating-
point notation.
B. Determine the smallest (lowest) negative value which can be
incorporated/represented using the 8-bit floating point notation.
C. Determine the largest (highest) positive value which can be
incorporated/represented using the 8- bit floating point notation.
Answer:
A. Encode the (negative) decimal fraction -9/2 to binary using the 8-bit floating-point notation.
First, let's convert -9/2 to a decimal number: -9/2 = -4.5
Now, let's encode -4.5 using the 8-bit floating-point notation. We'll use the following format for 8-bit floating-point representation:
1 bit for the sign (S), 3 bits for the exponent (E), and 4 bits for the mantissa (M): SEEE MMMM
Sign bit: Since the number is negative, the sign bit is 1: 1
Mantissa and exponent: Convert -4.5 into binary and normalize it:
-4.5 in binary is -100.1. Normalize it to get the mantissa and exponent: -1.001 * 2^2
Mantissa (M): 001 (ignoring the leading 1 and taking the next 4 bits)
Exponent (E): To store the exponent (2) in 3 bits with a bias of 3, add the bias to the exponent: 2 + 3 = 5. Now, convert 5 to binary: 101
Now, put the sign, exponent, and mantissa together: 1101 0010
So, the 8-bit floating-point representation of -9/2 (-4.5) is 1101 0010.
B. Determine the smallest (lowest) negative value which can be incorporated/represented using the 8-bit floating-point notation.
To get the smallest negative value, we'll set the sign bit to 1 (negative), use the smallest possible exponent (excluding subnormal numbers), and the smallest mantissa:
Sign bit: 1
Exponent: Smallest exponent is 001 (biased by 3, so the actual exponent is -2)
Mantissa: Smallest mantissa is 0000
The 8-bit representation is 1001 0000. Converting this to decimal:
-1 * 2^{-2} * 1.0000 which is -0.25.
The smallest (lowest) negative value that can be represented using the 8-bit floating-point notation is -0.25.
C. Determine the largest (highest) positive value which can be incorporated/represented using the 8-bit floating-point notation.
To get the largest positive value, we'll set the sign bit to 0 (positive), use the largest possible exponent (excluding infinity), and the largest mantissa:
Sign bit: 0
Exponent: Largest exponent is 110 (biased by 3, so the actual exponent is 3)
Mantissa: Largest mantissa is 1111
The 8-bit representation is 0110 1111. Converting this to decimal:
1 * 2^3 * 1.1111 which is approximately 1 * 8 * 1.9375 = 15.5.
The largest (highest) positive value that can be represented using the 8-bit floating-point notation is 15.5.
Explanation:
A chart legend?
A.corresponds to the title of the data series column.
B.provides the boundaries of the chart graphic.
C.is based on the category labels in the first column of data.
D.is used to change the style of a chart.
The question below uses a robot in a grid of squares. The robot is represented as a triangle, which starts in the bottom left square of the grid facing up. The robot can move into any white square (including the numbered squares) but not into a black square.
The program below is intended to move the robot from its starting position on the left to the far right of the grid. It uses the procedure Square_Number () which returns the value of the number written on the square if there is one and returns 0 otherwise.
REPEAT UNTIL NOT (Square_Number ()=0)
{
IF (CAN_MOVE (right))
{
ROTATE_RIGHT ()
}
IF (CAN_MOVE (forward))
{
MOVE_FORWARD ()
}
IF (CAN_MOVE (left))
{
ROTATE_LEFT ()
}
}
What is the result of running the program?
The result of running the program is In middle, facing left. The simplest decision-making statement is the if statement in Java.
It is used to determine if a certain statement or block of statements will be performed or not, i.e., whether a block of statements will be executed if a specific condition is true or not.
Working:
The if block receives control.Jumping to Condition, the flow.The state is examined.Step 4 is reached if Condition yields true.Go to Step 5 if Condition produces a false result.The body within the if or the if-block is performed.The if block is exited by the flow.To know more about Java click on the below link:
https://brainly.com/question/25458754
#SPJ4
You need to replace every occurrence of "barn" with "shed." Which is the fastest method?
a) Use Replace to find and replace each occurrence.
b) Scroll through the document to locate each word, delete "barn," and type "shed."
c) Use Find to locate each occurrence, delete "barn," and type "shed."
d) Delete the entire text and retype the document.
The fastest method to replace every occurrence of "barn" with "shed" would be a) using the "Replace" function.
This method is efficient and avoids the need to manually scroll through the entire document, as in options b) and c), or to delete and retype the entire document, as in option d).
By using the "Replace" function, you can specify the word you want to find ("barn") and the replacement word ("shed"), and the function will automatically locate each occurrence and replace it.
This method is typically available in word processing software and text editors.
The advantage of using the "Replace" function is that it can quickly scan the entire document and make the necessary changes in a matter of seconds, regardless of the document's length.
It eliminates the need for manual searching and editing, which can be time-consuming and prone to errors.
In contrast, options b) and c) involve manually scrolling through the document, locating each occurrence of "barn," deleting it, and typing "shed" in its place.
This method is slower, especially for large documents, and it increases the likelihood of missing or overlooking some instances of the word.
For more questions on function
https://brainly.com/question/11624077
#SPJ8
Question 10 of 10
What information system would be most useful in determining what direction
to go in the next two years?
A. Decision support system
B. Transaction processing system
C. Executive information system
D. Management information system
SUBMIT
Answer: C. Executive information system
Explanation: The information system that would be most useful in determining what direction to go in the next two years is an Executive Information System (EIS). An EIS is designed to provide senior management with the information they need to make strategic decisions.
An Executive Information System (EIS) would be the most useful information system in determining what direction to go in the next two years. So, Option C is true.
Given that,
Most useful information about determining what direction to go in the next two years.
Since Executive Information System is specifically designed to provide senior executives with the necessary information and insights to support strategic decision-making.
It consolidates data from various sources, both internal and external, and presents it in a user-friendly format, such as dashboards or reports.
This enables executives to analyze trends, identify opportunities, and make informed decisions about the future direction of the organization.
EIS typically focuses on high-level, strategic information and is tailored to meet the specific needs of top-level executives.
So, the correct option is,
C. Executive information system
To learn more about Executive information systems visit:
https://brainly.com/question/16665679
#SPJ6
"
in this activity, you will write your response and share it in this discussion forum. Al students will share and have the opportunity to learn from each other. Everyone is expected to be positive and respectful, with comments that help all leamers write effectively. You are required to provide
a positive and respectful comment on one of your classmate's posts
For your discussion assignment, follow this format
Tople Sentence: With growing online social media presence cyberbullying is at an all-time high because.....
Concrete detail Cyberbullying has steadily been on the rise because
Commentary: Looking at some of my (or include the name of the famous person that you chose) most recent social media posts I can see how one could misinterpret my posting because
Concluding Sentence: To help lower the growth rate of cyberbullying, we can
Respond to Classmate: Read other students posts and respond to at least one other student Your response needs to include a specific comment
You did a great job of pointing out how social media's lack of responsibility and anonymity contribute to cyberbullying. It's critical to keep in mind the effect our comments may have on other people.
What do you call a lesson where small groups of students have a quick conversation to develop ideas, respond to questions, etc.?Brainstorming. Students are tasked with coming up with ideas or concepts during a brainstorming session, which is a great tool for coming up with original solutions to problems.
How do you give your students engaging subject matter?Look for images and infographics that engagingly explain your subject. Create a story using all of your topics and the photographs, and you'll never forget it. Create a list of the crucial questions.
To know more about social media's visit:-
https://brainly.com/question/14610174
#SPJ1
where do you think data mining by companies will take us in the coming years
In the near future, the practice of companies engaging in data mining is expected to greatly influence diverse facets of our daily existence.
What is data miningThere are several possible paths that data mining could lead us towards.
Businesses will sustain their use of data excavation techniques to obtain knowledge about each individual customer, leading to personalization and customization. This data will be utilized to tailor products, services, and advertising strategies to suit distinctive tastes and requirements.
Enhanced Decision-Making: Through the use of data mining, companies can gain valuable perspectives that enable them to make more knowledgeable decisions.
Learn more about data mining from
https://brainly.com/question/2596411
#SPJ1
In which of the following situations must you stop for a school bus with flashing red lights?
None of the choices are correct.
on a highway that is divided into two separate roadways if you are on the SAME roadway as the school bus
you never have to stop for a school bus as long as you slow down and proceed with caution until you have completely passed it
on a highway that is divided into two separate roadways if you are on the OPPOSITE roadway as the school bus
The correct answer is:
on a highway that is divided into two separate roadways if you are on the OPPOSITE roadway as the school busWhat happens when a school bus is flashing red lightsWhen a school bus has its flashing red lights activated and the stop sign extended, it is indicating that students are either boarding or exiting the bus. In most jurisdictions, drivers are required to stop when they are on the opposite side of a divided highway from the school bus. This is to ensure the safety of the students crossing the road.
It is crucial to follow the specific laws and regulations of your local jurisdiction regarding school bus safety, as they may vary.
Learn more about school bus at
https://brainly.com/question/30615345
#SPJ1
Which part of the Word application window should the user go to for the following activities?
Read a document: document area.
Find the name of the document: title bar.
Change the way a document is viewed: ribbon area.
Find help to do a certain activity on word: ribbon area.
Go up and down to different parts of a document: scroll bar.
Determine the page number of the document: status bar
Answer:
Correct
Explanation:
Indeed, the world application is a word processing software used by many professionals and students alike.
Read a document: To do this, the user should go to the document area found at the top left corner of the tool bar.
Find the name of the document: By looking at the Title bar.
Change the way a document is viewed: The Ribbon area is located at the top right section of the screen near the minimize icon.
Find help to do a certain activity on word: Close to the Ribbon area there is a dialog box having the image of a bulb.
Go up and down to different parts of a document: By going to the scroll bar which found at the extreme right hand side (margin) of the page.
Determine the page number of the document: By going to the Status bar found at the bottom right of the page.
The part of the Word application window where the information van be found is illustrated thus:
Read a document: The user should go to the document area that can be found at the top left corner of the tool bar.
Find the name of the document: This can be seen by looking at the Title bar.
Change the way a document is viewed: This is located at the top right section of the screen near the minimize icon.
Find help to do a certain activity on word: This can be found close to the Ribbon area.
Go up and down to different parts of a document: This can be found on the scroll bar.
Determine the page number of the document: This can be found on the Status bar.
Learn more about word applications on;
https://brainly.com/question/20659068