Major links



Quicklinks


📌 Quick Links
[ DBMS ] [ SQL ] [ DDB ] [ ML ] [ DL ] [ NLP ] [ DSA ] [ PDB ] [ DWDM ] [ Quizzes ]


Saturday, September 25, 2021

Machine Learning Multiple Choice Questions with Answers 31

Top 3 Machine Learning Quiz Questions with Answers explanation, Interview questions on machine learning, quiz questions for data scientist answers explained, machine learning exam questions, question bank in machine learning, k-nearest neighbor, decision tree, linear regression

Machine learning Quiz Questions - Set 31

 

1. Which of the following machine learning algorithms has both training and test phases?

a) k-Nearest Neighbor

b) Linear regression

c) Case-based reasoning

d) None of the above

Click here to view answer and explanation


 

2. Given a kNN classifier, which one of the following statements is true?

a) The more examples are used for classifying an example, the higher accuracy we obtain

b) The more attributes we use to describe the examples the more difficult is to obtain high accuracy

c) The most costly part of this method is to learn the model

d) We can use kNN for classification only

Click here to view answer and explanation


 

3. Decision trees can work with

a) Only numeric values

b) Only nominal values

c) Both numeric and nominal values

d) Neither numeric nor nominal values

Click here to view answer and explanation


 

**********************

Related links:

When it is difficult to achieve high accuracy in knn?

Multiple choice quiz questions in machine learning

How to use categorical data in decision trees?

List the machine learning algorithms that uses both training and testing

Wednesday, September 22, 2021

Differentiate between forwarding and routing in computer networks

Difference between forwarding and routing; forwarding table, routing table, data plane, control plane

Forwarding Vs Routing

 

Both are activities that take place at a router in the Network Layer.

 

Forwarding

Routing

·        Transfers the incoming packets from input port to the appropriate output port in a router.

·        Uses the forwarding table.

·        Determines local forwarding at this router

·        Done in hardware at link speeds (very fast).

·        Also known as “data plane”.

·        Determines the route taken by the packets from source to their destination.

·        Creates the forwarding tables.

·        Determines end-to-end path through network

·        Done at time scales of minutes or hours.

·        Also known as “control plane”.

 

Forwarding refers to the router-local action of transferring packet from an input link interface to the appropriate output link interface.

A forwarding table usually needs to be structured to optimize the process of looking up an address when forwarding a packet, which holds more information such as MAC address.

 

Routing refers to the network-wide process that determines the end-to-end paths that packets take from source to destination.

The routing table usually focuses on calculating changes in topology, and the entries in routing table are usually more succinct, only including the IP of next hop.

 

**************

Related links

 

Find the key differences between forwarding and routing

What is forwarding table

What is routing table

Please visit, subscribe and share 10 Minutes Lectures in Computer Science

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents