Searching for "loop"

Q:

In due course of time the meander loop cuts off from the river and forms a cut-off lake, also called an _________ lake.

A) ox-bow B) oasis
C) lagoon D) tectonic
 
Answer & Explanation Answer: A) ox-bow

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

Q:

Values that are used to end loops are referred to as _____ values.

A) stop B) sentinel
C) end D) finish
 
Answer & Explanation Answer: B) sentinel

Explanation:
Report Error

View Answer Report Error Discuss

Q:

What is the maximum velocity with which a body of mass 'm' must enter a vertical loop of radius 'R'so that it can complete the loop?

A) 0  B) gR   C)  2gR  D)  5gR

A) A B) B
C) C D) D
 
Answer & Explanation Answer: D) D

Explanation:

To complete the vertical loop, the minimum speed required at the lowest point  = 5gR.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , GATE
Job Role: Analyst

Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

Q:

You want to ping the loopback address of your IPv6 local host. What will you type?

A) Ping 127.0.0.1 B) Ping 0.0.0.0
C) Ping ::1 D) trace 0.0. :: 1
 
Answer & Explanation Answer: C) Ping ::1

Explanation:

The loop back address with IPv4 is 127.0.0.1 . With IPv6, that address is ::1

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

If routers in a single area are configured with the same priority value, what value does a router use for the OSPF Router ID in the absence of a  loopback interface?

A) The Lowest IP address of any physical interface B) The Highest IP address of any physical interface
C) The Lowest IP address of any logical interface D) The Highest IP address of any logical interface
 
Answer & Explanation Answer: B) The Highest IP address of any physical interface

Explanation:

At the moment of OSPF process startup, the highest IP address on any active interface will be the Router ID (RID) of the router . If you have a loopback interface configured (logical interface), then that will override the interface IP address and become the RID of the router automatically.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

When a ping to the loopback address fails , what can you assume?

A) The IP address of the local host is incorrect B) The IP address of the remote host is incorrect
C) The NIC is not functional D) The IP stack has failed to initialize
 
Answer & Explanation Answer: D) The IP stack has failed to initialize

Explanation:

When a ping to the loopback address fails , you can assume the IP stack has failed to initialize.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which two descriptions are correct about characteristics of IPv6 unicast addressing? (Choose two)

A. Global addresses start with 2000::/3.
B. Link-local addresses start with FF00::/10.
C. Link-local addresses start with FE00:/12.
D. There is only one loopback address and it is ::1.

Answer

Answer : A , D


Explanation:


An IPv6 Unicast address identifies a single network interface. The Internet Protocol delivers packets sent to a unicast address to that specific interface.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA