Select each of the strategies you can use to be more efficient when using the Internet. (MULTIPLE CHOICE)


- creating bookmarks or favorites

- setting your home page

- organizing bookmarks into folders

- navigating to other Web pages by clicking on links

- using tabs

- deleting bookmarks you are no longer using

- creating tables

Answers

Answer 1
Answer:
organizing bookmarks into folders creating bookmarks or favorites
Explanation:
not saying that I'm right or wrong but according to my research say you find a site that fits your interests and try to find that site later on using bookmarks could really help you making folders help separate things and the favorites to find sites you enjoyed and find them very easy like the bookmarks

Related Questions

Match the description
to the method below for
protecting databases. Methods may match more than
one description.

Answers

Answer:

find()

Explanation:

When dealing with MongoDB the method that needs to be used in this scenario would be the find() method. This method basically returns all of the records that exist in the collection on which it is called, if no parameter is passed. If you pass a parameter/expression then only the records that match completely the expression will be returned to the user, otherwise nothing is returned. For example, on a database (db) we would call the following

db.find() ... This will return all records

db.find({specific}) ... This will return only the records that match specific.

need the answer for codehs 3.4.4 go down the slide part two please help me

Answers

Answer:

You can view the solution for an assignment in multiple ways: Through the Assignments page.

...

View Solution References via the Resources Page

Navigate to the Resources page on the left-hand sidebar.

Choose Solution References.

Click Switch Course and choose which course you would like to view solutions for!

Explanation:

The given code or program have some errors, the corrected one is given below:

function start() {

   // Go to the top of the stairs

   for (var i = 0; i < 4; i++) {

       climbStep();

   }

   // Go down the slide and collect the balls

   for (var i = 0; i < 4; i++) {

       getABall();

   }

}

// Makes Karel climb up one step

// Precondition: Karel is facing East at the bottom of a step

// Postcondition: Karel is facing East on top of the next step

function climbStep() {

   turnLeft();

   move();

   turnRight();

   move();

}

// Has Karel go down part of the slide to collect

// one ball.

// Precondition: Karel is facing East above a ball

// Postcondition: Karel is facing East on the next ball (if there is one)

function getABall() {

   move();

   takeBall();

   turnAround();

   move();

   turnAround();

}

// Turns Karel 180 degrees to face the opposite direction

function turnAround() {

   turnLeft();

   turnLeft();

}

Thus, this is the corrected code.

For more details regarding code, visit:

https://brainly.com/question/20712703

#SPJ2

Your question seems incomplete, the probable complete question is:

CodeHS Karel The Dog - 3.4.4: Go Down the Slide: Part Two

*CODE ONLY FOR THAT PART*

function start(){

// Go go the top of the stairs

for(var i = 0; i < 4; i + 1){

climbStep();

}

// Go down the slide

for(var i = 0; i <= 4; i++){

getABall();

}

}

// Makes Karel climb up one step

// Precondition: Karel is facing East at the bottom of a step

// Postcondition: Karel is facing East on top of the next step

function climbStep(){

turnLeft();

move();

turnRight();

move();

}

// Has Karel go down part of the slide to collect

// one ball.

// Precondition: Karel is facing East above a ball

// Postcondition: Karel is facing East on the next ball (if there is one)

function getABall(){

move();

turnRight();

move();

takeBall();

turnLeft();

}

PLEASE TRY TO FIX THE CODE

"Which process can reduce expensive redundant tests that are ordered because one provider does not have access to the clinical information stored at another provider's location?
a. a electronic medical records processing
b. clinical decision support
c. telehealth d health information exchange "

Answers

The process that can reduce expensive redundant tests that are ordered because one provider does not have access to the clinical information stored at another provider's location is telehealth. The correct option is c.

What is telehealth?

In order to promote long-distance clinical health care, patient and professional health-related education, public health, and health administration, telehealth refer to the utilization of electronic information and telecommunications technologies.

Internet, store-and-forward images, streaming media, terrestrial and wireless communications, as well as videoconferencing, are examples of technologies.

Therefore, the correct option is c. telehealth.

To learn more about telehealth, refer to the link:

https://brainly.com/question/28819324

#SPJ1

In the eller college website redesign process, tasks such as competitive analysis, creating a project plan and assessing as-is capbilities using web surveys were performed during which phase of the project?.

Answers

During  Defining the Redesign (Phase 1) phase of the project  web surveys were performed

What is defining the Redesign phase?

An existing web presence that has been redesigned is given a visual makeover or rearrangement. A redesign primarily concerns the layout, while a relaunch concentrates on technical changes and content revision. It doesn't modify technical attributes the way that switching to a new content management system or URL would.

The following are the steps to redesign:

1. Introducing the Case for a Product Redesign.

2. Rework Data and Research.

3. The Bolts and Nuts.

4. Still the same, but better.

5. Start.

6. Onboarding.

7. Update Regularly

Therefore we can conclude that by using the above steps we can redesign any kind of product.

To know more on redesign follow this link:

https://brainly.com/question/1246610

#SPJ4

So my brother has got this psuedocode homework. I’m not sure how to do loops and all. Ive been asking friends all over for help and none of them know. If you can, please help. He gotta write gcse’s

Answers

An algorithm is just a set of instructions used to do a specific task. They serve as the foundation for programming and enable the operation and decision-making of devices like computers, cellphones, and webpages.

What is the role of algorithm in programming?

Programming algorithms are methods or procedures for solving problems. It is predicated on performing several planned activities that, when combined, have an end result.

Therefore, indicate how to carry out a task, and your computer will always carry out that task in that same manner. An algorithm operates by following a set of input-based steps.

Learn more about algorithm here:

https://brainly.com/question/23079607

#SPJ1

write pseudocode to accept two numbers and nod any ones of the operators. Base on the operator entered a pseudocode should be add, subtract, multiply or divide the numbers and display the results

Answers

What is Pseudocode?The term "pseudocode" is frequently used in algorithm-based professions such as programming. It is a method that enables the programmer to depict how an algorithm is implemented. It's the fabricated representation of an algorithm, to put it simply. Pseudocodes are frequently used to depict algorithms because they may be understood by programmers with any level of programming experience. The term pseudocode refers to a bogus code or a representation of code that even a layperson with basic programming understanding can understand.

Pseudocode to Add Two Numbers

BEGIN.NUMBER s1, s2, sum.OUTPUT("Input number1:")INPUT s1.OUTPUT("Input number2:")INPUT s2.sum=s1+s2.OUTPUT sum.

To learn more about Pseudocode, refer to

https://brainly.com/question/24953880

#SPJ1

In algorithm-based fields like programming, the word "pseudocode" is widely used.

What is Pseudocode?In algorithm-based fields like programming, the word "pseudocode" is widely used.It is a technique that gives the programmer the ability to show how an algorithm is used.Simply put, it is a manufactured representation of an algorithm.Because pseudocodes may be understood by programmers of any expertise level, they are widely employed to represent algorithms.Pseudocode is a term used to describe fake code or a representation of code that even a layperson with rudimentary programming knowledge can comprehend.

Pseudocode to Add Two Numbers

BEGIN.NUMBER s1, s2, sum.OUTPUT("Input number1:")INPUT s1.OUTPUT("Input number2:")INPUT s2.sum=s1+s2.OUTPUT sum.

To learn more about Pseudocode, refer to

brainly.com/question/24953880

#SPJ1

Write a Java program called Decision that includes a while loop to prompt the user to enter 5 marks using theJOptionPane statement and a System.out statement to output a message inside the loop highlighting a passmark >= 50 and <= 100. Any other mark will output a messaging stating it’s a fail.Example of the expected output is as follows:55 is a pass12 is a failC

Answers

Following is the decision program for a while loop

import java.util.Scanner;

class DecisionLoop {

 public static void main(String[] args) {

   int n;

 

   Scanner input = new Scanner(System.in);

   System.out.println("Input an integer");

 

   while ((n = input.nextInt()) >= 50 && <=100) {

     System.out.println("You have entered " + n);

     System.out.println("You are passed");

   }

   System.out.println("its a fail");

 }

}

What is a loop?

A "While" Loop is used to repeat a specific block of code an unknown number of times until a condition is met. For example, if we want to ask a user for a number between 1 and 10, we don't know how many times the user may enter a larger number, so we keep asking "while the number is not between 1 and 10."

A while loop is a loop that iterates through the code specified in its body, also known as a while statement until a predetermined condition is met. The loop ends if or when the condition is no longer met.

Hence to conclude the while loop is the one which is used with along the for

To know more on loops follow this link

https://brainly.com/question/15086216

#SPJ1

Write a program called SumSquares that includes an integer return type method called Squares(). The method accepts two integer parameters (num1 and num2) and calculates the sum of these two squares (num12 + num22). The main method includes the method call, passing the following values (2, 3) to the Squares() method and the output displaying the sum of the squares in the command line window.

Answers

Answer:

13

Explanation:

since your function is for the sum of 2 squares and the parameters are 2,3. you should do num1^2 + num2^2 which will be 2^2 +3^2

4+9 = 13

so your answer is 13

Why is it easier to fix errors in modular programs than in non-modular
programs?

OA. Because errors in a single module are easier to identify and edit
B. Because modular programs can be debugged automatically
OC. Because functions can't contain errors
OD. Because errors in functions fix themselves

Answers

It is easier to fix errors in modular programs than in non-modular programs because errors in a single module are easier to identify and edit.

What is modular programs?The process of segmenting a computer program into distinct sub-programs is known as modular programming.A module is a distinct piece of software. It frequently performs a range of tasks alone or in conjunction with other system elements. In order for the programming code to be reused by other applications, similar functions are combined into the same unit of code while distinct functions are built as separate units of code.The modular programming idea and object-oriented programming (OOP) are largely compatible. Multiple programmers can split up the work and independently debug different parts of the software thanks to modular programming.

To learn more about modular program, refer to

https://brainly.com/question/28516170

#SPJ1

the programming language is for visual basic please help me

Answers

Answer:

visual basic

Explanation:

Imports System

Module Module1

   Sub Main()

       For i as Integer = 0 to 100

           If (i Mod 5) = 0

               Console.WriteLine(i)

           End If

       Next

   End Sub

End Module

You must write a loop that prints 1 to 100 with a difference of 5 between two consecutive numbers using Visual Basic Programming Language.

For a better understanding, start at 0 and increment each value by 5 until you reach 100.

Loops in Visual Basic

Visual Basic loop structures allow you to run one or more lines of code repetitively. You can repeat the statements in a loop structure until a condition is True, until a condition is False, a specified number of times, or once for each element in a collection.

For Loops

The For...Next construction performs the loop a set number of times. It uses a loop control variable, also called a counter, to keep track of the repetitions. You specify the starting and ending values for this counter, and you can optionally specify the amount by which it increases from one repetition to the next.

CODE:

Imports System

Module Module1

   Sub Main()

       For intValue as Integer = 0 to 100

              If (intValue Mod 5) = 0

              Console.WriteLine(intValue)

       End If

       Next

    End Sub

End Module

To know more about Visual Basics, visit: https://brainly.com/question/28258692

#SPJ13

Which of the following is NOT a Neo-Luddite criticism of computers?
Use of computers in schools thwarts development of social skills
Computers separate humans from nature and destroy the environment
None of these

Answers

The option that is NOT a Neo-Luddite criticism of computers is option D) None of the above.

What did the Luddites criticize?

British weavers and textile workers who disapproved of the growing use of automated looms and knitting frames were the first Luddites. The majority of them were expert craftspeople who had spent years honing their craft, and they were afraid that untrained machine operators were robbing them of their source of income. 2

Luddites mainly objected to the rise in popularity of automated textile machinery, which threatened the jobs and way of life of skilled workers by allowing them to be replaced by less expensive and less qualified workers.

Therefore, An anti-modern technological philosophy is known as eo-Luddism or neo Luddism. The term "Luddite" is typically used to denigrate those who exhibit technophobic tendencies. The name is derived from the 1811–1816 period of time during which the English Luddites were active.

Learn more about criticism from

https://brainly.com/question/2947946
#SPJ1

Which of the following instructions clears all the bits in register $8 except for the low order byte, which is unchanged? A. ori $8,$8,0xFF B. ori $8,$0,0x00FF C. xori $8,$8,0xFF D. andi $8,$8,0xFF

Answers

The  instructions that clears all the bits in register $8 except for the low order byte, which is unchanged is option D. andi $8,$8,0xFF

How many bits are in a register?

A register on the MIPS can store 32 bits. Although the processor has several registers, only few of them are visible in assembly language. The processor makes use of the others when performing its tasks. An procedure known as a load transfers a bit pattern from memory to a register.

Hence, it a general-purpose register is used to store a byte of data in a specific position in memory. An order sent to a computer processor by a computer program is known as a computer instruction. Each instruction is, at its most basic level, a series of 0s and 1s that represents a physical action the computer is to carry out.

Learn more about instructions from

https://brainly.com/question/20393075
#SPJ1

What is an effective way to determine a game's goals and limitations?
A. Ask questions during the Define step.
B. Seek user feedback during the Deploy step.
OC. Create a mood board during the Design step.
OD. Test the prototype during the Develop step.

Answers

Answer: A. Ask questions during the Define step.

Explanation:

II. Describe the impact of having more than one window open at the same time

Answers

Crashing is the most problematic aspect of using several windows where there is instability. Your computer is not only more prone to crash, but if it does, you may lose anything you were working on at the moment. Navigating When you have several windows open, it might be tough to move between them.

What is a window in computers?

Microsoft's Windows operating system family is a collection of many proprietary graphical operating system families that it created and commercialized. Each family serves a certain segment of the computer industry, such as Windows NT for consumers, Windows Server for servers, and Windows IoT for embedded systems.

The cascading window arrangement may be used to handle numerous open windows at the same time. Overlaid windows are another name for cascading windows.

A window is a distinct viewing area on a computer display screen that is part of a system that supports several viewing areas as part of a graphical user interface (GUI). As part of a windowing system, windows are handled by a windows manager. The user may generally resize a window.

Learn more about Windows:

https://brainly.com/question/13502522

#SPJ1

6. Repeating the same motion over and over again when using technology can cause

OA. a computer virus.
dB. Internet addiction.
OC. hearing loss.
OD. Repetitive Stress and Strain Syndrome.

Answers

Repetitive Stress and Strain Syndrome can result from performing the same action repeatedly while using technology.

What is meant by Repetitive Stress ?

Computer users frequently experience repetitive strain injury as a result of poor ergonomics, improper posture, stress, and repetitive motion. Numerous signs and symptoms point to the possibility of repetitive strain injury in computer users.

The most typical case of RSI is tendonitis, whereas carpal tunnel syndrome is a more uncommon and dangerous condition.

The slow accumulation of damage to muscles, tendons, and nerves as a result of repetitive actions is known as a repetitive strain injury (RSI), also known as a repetitive stress injury. RSIs are widespread and can result from a variety of activities, including using a computer mouse. typing.

To learn more about Repetitive Stress refer to:

https://brainly.com/question/1394967

#SPJ1

how to identify the significant accounts, disclosures, and relevant assertions in auditing long-lived assets.

Answers

To identify the significant accounts, disclosures, and relevant assertions in auditing long-lived assets are as follows:

How do you calculate the Long-Lived assets?

Upon recognition, a long-lived asset is either reported under the cost model at its historical cost less accumulated depreciation (amortisation) and less any impairment or under the revaluation model at its fair value.

Why are long-lived assets are depreciated?

Long-term assets must be depreciated throughout the period of their useful lives, much like most other types of assets. It is because a long-term asset is not anticipated to produce benefits indefinitely.

The long-lived assets are also called Non-current assets, and they contain both tangible and intangible assets and are utilised throughout several operational cycles.

-Tangible assets are things with a physical shape. • Equipment, structures, and land.

-Intangible assets have a form that is not physical. • Copyrights, patents, trademarks, and brand recognition.

Hence, the significant accounts, closures and relevant assertions are identified by the above steps.

To learn more about the long-lived assets from the given link

https://brainly.com/question/26718741

#SPJ1

What are arbitrary code widgets?

Answers

Briefly-
The “Text” widget allows you to add HTML to a widget and then add that widget to a widget area.

Write a Java program called Decision that includes a while loop to prompt the user to enter 5 marks using theJOptionPane statement and a System.out statement to output a message inside the loop highlighting a passmark >= 50 and <= 100. Any other mark will output a messaging stating it’s a fail.Example of the expected output is as follows:55 is a pass12 is a fail

Answers

Using the knowledge in computational language in JAVA  it is possible to write a code that program called Decision that includes a while loop to prompt the user to enter 5 marks using theJOptionPane statement and a System.

Writting the code:

import javax.swing.*;  // import swing library

public class Main {  

JFrame f;

Main(){

 int count=5;

 f=new JFrame(); // create an object

 JOptionPane.showMessageDialog(f,"Enter 5 marks.");

 while(count-- > 0){

   String mark =JOptionPane.showInputDialog(f,"Enter mark: ");

   int a = Integer.parseInt(mark);

   if(a>=50 && a<=100){

     System.out.print("\nPass!");

   }else{

     System.out.println("\nFail!");

   }

 }

}

public static void main(String[] args) {  

   new Main();

 }  

}  

See more about JAVA at brainly.com/question/12975450

#SPJ1

Erik Lieberman relies on a screen reader when visiting websites. Some things that frustrate him are when the webpage uses an image that he cannot see, and when the screen reader seems to read content out of order. Why is it important for webpage publishers to address these issues before posting content? What methods and tools should they use to prevent frustration from users like Erik?

Answers

The reason that it important for webpage publishers to address these issues before posting content is that the primary goal of having interesting material on a website is to inform and educate users. Without content, no one will understand your company's mission, values, or how they can take advantage of what you have to offer.

The methods and tools should they use to prevent frustration from users like Erik is by In-depth investigation and monitoring are essential to preventing user annoyance and efficiently resolving it. We strongly advise you to monitor user behavior and analyze it in order to identify areas that could utilize improvement.

What contributes to user annoyance?

Error messages, failed network connections, lengthy download times, and difficult-to-find features were the most often mentioned causes of the frustrating experiences. Between 30.5% and 45.9% of the time spent on the computer was lost as a result of the frustrating experiences.

A  webpage publishers is a person or business that maintains or manages a website; one who uploads, creates, or updates content on web pages.

Hence, When a person is unable to get beyond a challenge or accomplish a goal, user frustration results. This indicates that your app isn't performing as your users would like or need. Even worse, a sizable portion of users may currently be experiencing these issues with your app, costing you users and money.

Learn more about webpage publishers from

https://brainly.com/question/14329350
#SPJ1

What type of computer is most likely to need peripheral devices?
A. Smartphone
B. Laptop
C. Desktop
D. Server

Answers

Answer:

D

Explanation:

they are mostllikely to need it the most

In this code, the portion of the block with the text "Player" is an example of
both a parameter and a(n).

O A. output
OB. event
OC. function
OD. input

Answers

In this code, the portion of the block with the text "Player" is an example of both a parameter and an input.

What is input?Every computer will take input. Data entered into or received by a computer is referred to as an input. This could involve the user tapping a touchpad, clicking a mouse to pick an item on the screen, or pressing a key on a keyboard. While some inputs give the computer instructions on what to perform, others give it data to process. It's not necessary for humans to always initiate inputs. As an illustration, a computer may receive a message from another device or get data from a temperature sensor.What the computer does with the input is determined by the process. Different methods can be used to process the same information.

To learn more about input, refer to

https://brainly.com/question/24833629

#SPJ1

Which of the following is a core component that makes the Teaching Interaction Procedure differ from others?

Reinforcement
Task analysis
Label
Rationale

Answers

Rationale is a core component that makes the Teaching Interaction Procedure differ from others. Hence option d is correct.

What is teaching interaction procedure?

Teaching interaction procedure is defined as an effective training method for pro-social behaviors that is based on applied behavior analysis. Children that connect with their peers in a positive way should be praised and given positive feedback.

Rationale is defined as the primary cause or causes behind why something happens. Finding the research gap that your study will fill should be the first step in explaining the motivation for your investigation.

Thus, rationale is a core component that makes the Teaching Interaction Procedure differ from others. Hence option d is correct.

To learn more about Teaching Interaction Procedure, refer to the link below:

https://brainly.com/question/16348155

#SPJ1

Which type of IP address is assigned to a device to allow direct access over the internet?

ISP
Network
Private
Public

Answers

The answer I believe is Network

Match the term with the appropriate definition
integrity
punctuality
initiative
efficiency
reliability




ANSWER:
integrity - doing the right thing, even when no one is watching
punctuality - the habit of being on time
initiative - the ability to be self-directed and to complete tasks without direct supervision
efficiency - completing work quickly and with few mistakes
reliability - the characteristic of being dependable and consistent

Answers

Answer:

I don't know why there is answer already in question??

answer for my this question please..

Explanation:

= doing the right thing, even when no one is watching= the habit of being on time= the ability to be self directed and to complete tasks without direct supervision = completing work quickly and with few mistakes= the characteristics of being dependable and consistent

What do you think digital media will be like in 25 years?

Answers

Answer:

a lot of new futures

Explanation:

like one might be 3d images another might be and we are currently heading to A.I generated images(most of the time art)

The things I think digital media will be like in 25 years is that Some important components make up the future of digital transformation. It's anticipated that access to remote operations would improve. The idea of employee well-being is anticipated to rise in organizational importance. Predictive analytics may be enabled via digital twin computer power.

What is the future of digital media?

Digital media is always changing as new tools are developed, consumer needs change, and technologies get better in terms of quality and accessibility. The development of mobile video, virtual reality, augmented reality, and the more sophisticated application of data analytics will all have an impact on the future of digital media.

Technology will be applied in far more inventive ways in 25 years than it has ever been. Robots may soon assist humans in daily tasks like cooking, cleaning, and even driving automobiles.

Learn more about digital media from

https://brainly.com/question/25356502
#SPJ1

What type of cookie is used by an advertiser or other outside company?

Answers

Third-party cookies are used by an advertiser or other outside company.

What are cookies?

Cookies are small pieces of text sent to your browser by a website you visit.

What are cookies used for?

They help that website remember information about your visit, which can both make it easier to visit the site again and make the site more useful to you.

What are the types of cookies?

Session cookies: Session cookies, also known as 'temporary cookies', help websites recognize users and the information provided when they navigate through a website. Permanent cookies: Permanent cookies, also known as 'persistent cookies', remain in operation even after the web browser has closed.First-party cookies: First-party cookies are installed directly by the website (ie domain) the user is visiting (ie the URL shown in the browser's address bar).Third-party cookies: Third-party cookies are installed by third parties with the aim of collecting certain information from web users to carry out research into, for example, behavior, demographics, or spending habits. They are commonly used by advertisers who want to ensure that products and services are marketed toward the right target audience.Flash cookies: Flash cookies, also known as 'super cookies', are independent of the web browser. They are designed to be permanently stored on a user's computer. Zombie cookies: Zombie cookies are a type of flash cookie that is automatically re-created after a user has deleted them. This means they are difficult to detect or manage.

Thus, third-party cookies are used by advertisers and other outside companies.

To know more about cookies:

https://brainly.com/question/14102192

#SPJ13

Define pseudo code and show the different ways it can be used?

Answers

Answer:

Pseudocode basically means fake code.

Explanation:

Sometimes, when you want to write some code in an easy way for people to understand you would write the code using made-up examples that represent the real value. Pseudocode is also used to first outline the code you are trying to write. So you can work from your outline and convert it to functional code.

Although usually, the syntax should be the same as the coding language it is representing.

An example would be: if I had to show you a script for a train journey and I wanted you to easily be able to understand it, I could do something like this:

function trainJourney() {

   trainEngineStart();

   trainMoveForwards();

   trainTurnLeft();

   trainTurnRight();

   trainEngineStop();

}

None of the above code would actually work, but its a  representation of what the code should be doing.

Hope this helped!

You are comparing the portion of female drivers on the phone to the portion of male drivers on the
phone. You created a two-dimensional array using lists. There are 100 observations in your study. An
abbreviated version of the list data is shown.
data = [['male', True], ['female',True], ['male',False]]
As an example, ['male', True] represents a male who is on the phone. ['female', False] represents a female
who is not on the phone.
What is the missing line of code?

Answers

Using knowledge of computational language in python to write a code that created a two-dimensional array using lists. There are 100 observations in your study.

Writting the code:

# height_in and weight_lb are available as a regular lists

# Import numpy

import numpy as np

# Calculate the BMI: bmi

np_height_m = np.array(height_in) * 0.0254

np_weight_kg = np.array(weight_lb) * 0.453592

bmi = np_weight_kg / np_height_m ** 2

# Create the light array

# Print out light

# Print out BMIs of all baseball players whose BMI is below 21

See more about python at brainly.com/question/18502436

#SPJ1

Answer:

The answer is if item[1]

Explanation:

Edge 22

hope this helps!!!

"Which of the following describe the DHCP Discover message?
1. It uses FF: FF:FF: FF: FF: FFas a layer 2 broadcast.
2. It uses UDP as the Transport layer protocol
3. It uses TCP as the Transport layer protocol
4. It does not use a layer 2 destination address
A. 1 only
B. 1 and 2
C. 3 and 4
D. 4 only "

Answers

B.) 1& 2………………………………

The message which describe the DHCP Discover message that uses FF: FF:FF: FF: FF: FF as a layer 2 broadcast, and it uses UDP as the Transport layer protocol. Hence, option B is correct.

What is Transport layer protocol?

In computer networking, the TCP protocol is a notional division of protocols within the network stack's tiered design that is based on the OSI model and the Internet protocol suite. End-to-end communications for applications are provided by the protocol of this layer. It offers connections-oriented communication, dependability, packet forwarding, and multiplexing services.

The OSI paradigm of general networking and the implementation specifics and semantics of the transit layer of the protocol suite, the Internet's underlying technology, are different.  Protocols used in this layer of the Internet today were inspired by TCP/development

To know more about Transport layer protocol:

https://brainly.com/question/4727073

#SPJ12

After working on your MakeCode Arcade program for several minutes, you
want to save your progress and back up your game so that it is not lost. What
should you do?

OA. Do nothing, because changes are saved automatically.
B. Click the "Download" button.
O
OC. Click the "Save" icon to save the program on your computer.
O
D. Go to the bottom of the screen and rename your file.

Answers

Do nothing, because changes are saved automatically. After working on your MakeCode Arcade program for several minutes, you want to save your progress and back up your game so that it is not lost

What is  make code arcade program?

MakeCode Arcade is a code editor that allows you to create Retro Arcade games for the web and handheld consoles.

So there are many puzzles and games for this one advantage is you can build and solve all the puzzles anywhere you want also the game comes back from the earlier one even if you don't save, hence we can say this code editor is amazing and it helps you in achieving the good programming knowledge

Hence to conclude the make code arcade program is the best one

To know more on the code arcade program follow the link given below:

https://brainly.com/question/28144559

#SPJ1

Answer:

its c

Explanation: Im taking the test

Other Questions
ava is borrowing money to buy some commercial property for her business. the loan agreement she signs includes a lock-in clause. what does that mean? the clinical medical assistant receives an order to administer an insulin injection to a diabetic patient. which measurement is used in this type of syringe? The basic requirement for a cloud to collapse to form a star is that __________. an older adult client has been placed on a broad-spectrum antibiotic for a recurrent urinary tract infection. which potential problem would the nurse anticipate in this client? Which theory of economics believes government is not only helpful, but necessary in a successful economy?. If you were not able to experience the changes what might have caused such difference. according to the text, stressful events are less likely to lead to illness when the stressful event is which of the following services can be described as infrastructure resources like networks, storage, servers, and other computing resources are provided to client companies? group of answer choices saas paas iaas etl If enough individuals act as _____, the labor union will no longer have the power to negotiate with or lobby business owners or government. Use the change of variables formula and an appropriate transformation to evaluate g xy dA, where R is the square with vertices (0, 0), (1,1), (2, 0), and (1, -1). Country S has 12,345,000 residents who tested positive for COVID-19. What is the largest place value of the numeric part of this quantity? An equation is shown. 23x = 24What value of x makes the equation true? Dont mind the drawing Anyone know the slope of this line Choices are A. 2 B. 1 C. 1/2 D. 2/3 E. 3/1 the pedigree represents inheritance of a disease through a human family. what pattern(s) of inheritance could be depicted by the pedigree? filled in symbols a professional quarterback needs to be able to throw a football the entire length of the field. what is the minimum initial velocity needed to get the ball 91 m down field? assume that air resistance is negligible. recall that the time of flight for projectile motion when the object lands at the height it is launched from is? How much work is done if a 50.0N force is applied on an object opposite to the direction of motion while the object slides 3.00 m across the floor?A) 150.JB) -16.7JC) 16.7JD) -150.J round to the nearest ten thousanda.12,456b.60,792c.93,245 when describing transgender people, some newspapers, magazines, and other media tend to use gender-inappropriate names or pronouns, as well as other languages that trans persons find insensitive or offensive. this is an example of: group of answer choices microaggression sexism homophobia constructionism an open-top box is to be constructed from a square piece of cardboard, 3 feet wide, by cutting out a square from each corner and bending up the sides. what is the largest volume that the box can have?