Certification Questions

Q:

You are creating an ASP.NET page for a travel service. The page contains a CheckBoxList control that contains travel destinations. Customer can select favorite destinations to receive weekly e-mail updates of travel packages.

 

The CheckBoxList control is bound to a database table of possible destinations. Each destination is ranked according to its popularity. You modify the page to sort the destination list by rank, from the most popular to the least popular. The list has three columns.

 

You want the most popular destination to be on the top row of the check box list at run time. Which property setting should you use for the CheckBoxList control?

A) Set the RepeatDirection property to Vertical. B) Set the RepeatDirection property to Horizontal.
C) Set the RepeatLayout property to Flow. D) Set the RepeatLayout property to Table.
 
Answer & Explanation Answer: B) Set the RepeatDirection property to Horizontal.

Explanation:

The DataList.RepeatDirection property is used to get or select whether the DataList control displays vertically or horizontally. If this property is set to RepeatDirection.Horizontal, the items in the list are displayed in rows loaded from left to right, then top to bottom, until all items are rendered.

 

Incorrect Answers:

A: If the DataList.RepeatDirection property is set to RepeatDirection.Vertical, the items in the list are displayed in columns loaded from top to bottom, then left to right, until all items are rendered.


C, D:DataList.RepeatLayout Property gets or sets whether the control is displayed in a table or flow layout. It does not affect the order in which the items are displayed.

Report Error

View Answer Report Error Discuss

0 2249
Q:

When is redistribution required for EIGRP?

Answer

Redistribution is required when more than one EIGRP session or process is running and they are identified with different ASNs. Redistribution shares topology information between EIGRP sessions.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2246
Q:

What is the command to copy a Cisco IOS to a TFTP server?

Answer

copy flash tftp

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2246
Q:

You are choosing a Windows 2000 operating system to use on a new computer at your company. This new computer will be a heavily used SQL server in your enterprise network environment. which operating system should you choose?

A) Windows 2000 professional B) Windows 2000 Server
C) Windows 2000 Advanced Server D) Windows 2000 Datacenter Server
 
Answer & Explanation Answer: C) Windows 2000 Advanced Server

Explanation:

Windows 2000 Advanced Server is optimized for use on servers (such as SQL servers) in an enterprise network environment.

Report Error

View Answer Report Error Discuss

0 2238
Q:

You just finished installing the Dynamic Host Configuration Protocol (DHCP) service on a Windows 2000 Server computer that is a domain controller on your network. What must you do before the DHCP service can start?

A) Authorize the DHCP server in Active Directory B) Configure a scope, a superscope, and a multicast scope
C) Configure a DHCP address reservation D) Configure the DHCP server for DNS integration
 
Answer & Explanation Answer: A) Authorize the DHCP server in Active Directory

Explanation:

Before the DHCP service can start, the DHCP server must be authorized in Active Directory.

Report Error

View Answer Report Error Discuss

0 2233
Q:

What type of Cisco tagging information allows VLANs to be multiplexed over a trunk link through an external encapsulation method?

Answer

Inter-Switch Link (ISL)

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

1 2233
Q:

What is the purpose of the AS_PATH attribute?

Answer

If a router has more than one route to the same IP prefix, the best path is the one with the shortest AS_PATH (assuming other BGP attributes are equal).

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 2233
Q:

Describe the functions of DNS and DHCP in the network?

Answer

Dynamic Host Configuration protocol (DHCP) provides network configuration information (including IP address) to hosts, eliminating the need to perform the configurations manually.


Domain Name Service  (DNS)resolves hostnames - both internet names such as www.routersim.com and device names such as workstation 2 to IP addresses, eliminating the need to know the IP address of a device for connection purposes.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2229