<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>djitz.com &#187; Guides</title>
	<atom:link href="http://djitz.com/category/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://djitz.com</link>
	<description>Giving Positive Impact On People's Lives</description>
	<lastBuildDate>Sun, 15 Jan 2012 22:53:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Starting a Java Project with Maven &#8211; Step by step Guide for Mac</title>
		<link>http://djitz.com/guides/starting-a-java-project-with-maven-step-by-step-guide-for-mac/</link>
		<comments>http://djitz.com/guides/starting-a-java-project-with-maven-step-by-step-guide-for-mac/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 22:11:35 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=868</guid>
		<description><![CDATA[Thanks to my friend, Gandos, he got me interested to use Maven after I read his blog post (It&#8217;s in Indonesian). After consulting to another friend, I think it&#8217;s a good idea to use Maven for the LabGence project. The idea is also influenced from this question that I have, &#8220;What is the best practice [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://djitz.com/wp-content/uploads/maventxt_logo_200.gif"><img src="http://djitz.com/wp-content/uploads/maventxt_logo_200.gif" alt="Apache Maven Logo" title="Apache Maven Logo" width="462" height="106" class="aligncenter size-full wp-image-870" /></a></p>
<p>Thanks to my friend, <a href="http://www.gandos.web.id">Gandos</a>, he got me interested to use Maven after I read his <a href="http://www.gandos.web.id/entry.php?id=menggunakan-apache-maven-bagian-1#">blog post</a> (It&#8217;s in Indonesian). After consulting to another friend, I think it&#8217;s a good idea to use Maven for the LabGence project.</p>
<p>The idea is also influenced from this question that I have, &#8220;What is the best practice to upload an open-source project?&#8221; and &#8220;What files that I should and probably shouldn&#8217;t upload?&#8221;.</p>
<p>I believe Maven can standardize the issue of libraries needed by the project, and also the build script needed. So I decided to give it a try.</p>
<p>Fortunately I found the best and brief introduction tutorial to Maven on <a href="http://javabrains.koushik.org/p/maven.html">JavaBrains.org</a>, you might want to check it out.</p>
<p>I also created the following step by step notes for Mac OSX (which might be applicable also to Linux and other Unix OS).<span id="more-868"></span></p>
<p><strong>Maven Installation<br />
</strong>Steps:<br />
1. Download Maven binary from the <a href="http://maven.apache.org/download.html">official website.</a> I use the Maven 3.0.3 as of this writing.</p>
<p>2. Extract the compressed files.</p>
<p>3. Execute these commands:<br />
<code># export M2_HOME=[path to the Maven extracted directory]<br />
example: # export M2_HOME=/home/djitz/dev/java/maven</code></p>
<p><code># export PATH=[path to the Maven extracted directory]/bin:${PATH}<br />
example: # export PATH=/home/djitz/dev/java/maven/bin:${PATH}</code></p>
<p>4. Test the maven installation, execute:<br />
<code># mvn --v<br />
</code><br />
If it shows something like:</p>
<p><code>Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)<br />
Java version: 1.6.0_24, vendor: Apple Inc.<br />
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home<br />
Default locale: en_US, platform encoding: MacRoman<br />
OS name: "mac os x", version: "10.6.5", arch: "x86_64", family: "mac"</code></p>
<p>then we&#8217;re done for the installation.</p>
<p><strong>Creating Project<br />
</strong>Steps:<br />
1. Go to the directory where we want to have the project.</p>
<p>2. Execute<br />
<code># mvn archetype:generate<br />
</code><br />
It will download files because it&#8217;s the first time we&#8217;re running it.</p>
<p>3. After it finished the download, it will ask for number, and show us the default number. Scroll up and we can see hundreds of different project templates that Maven knows.</p>
<p>For now, just press Enter to accept the default one.</p>
<p>4. Choose the Maven archetype quickstart version, just press Enter to accept the default.</p>
<p>5. For the groupId, input your package name.<br />
example: com.djitz.labgence</p>
<p>6. For the artifactId, input your application name.<br />
example: LabGence</p>
<p>7. Type the version, just press Enter to accept the default.</p>
<p>8. Type the package name, it will copy the value from step #5.</p>
<p>9. Confirm the values from step 5 &#8211; 8.</p>
<p>That&#8217;s it, we successfully created a new project using Maven.</p>
<p>Some more commands to try, go to the created project directory, then do the following commands:</p>
<p><code># mvn compile<br />
# mvn package</code></p>
<p>There are a lot more functions of Maven, but this can get us started. Sonatype.com does a lot of work with Maven, and they have a free Maven reference book in here. (http://www.sonatype.com/books/mvnref-book/reference/index.html<br />
)</p>
<p>Until the next post fellas! <img src='http://djitz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix */
google_ad_slot = "4606479639";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix_2 */
google_ad_slot = "4479753664";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=868&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/starting-a-java-project-with-maven-step-by-step-guide-for-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Write JavaDoc in an Instant (Part 1) &#8211; Templates for Methods</title>
		<link>http://djitz.com/guides/write-javadoc-in-an-instant-part-1-templates-for-methods/</link>
		<comments>http://djitz.com/guides/write-javadoc-in-an-instant-part-1-templates-for-methods/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 03:46:42 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javadoc]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=807</guid>
		<description><![CDATA[We all love good and commented codes, but most of us either don&#8217;t know how to write a good comment for our codes, or just plain lazy to write one. In Java, JavaDoc is pretty much the industry standard when it comes to auto-generated code tool. And as a strong believer of good software development [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://djitz.com/wp-content/uploads/Screen-shot-2011-11-27-at-9.38.08-PM.jpg"><img src="http://djitz.com/wp-content/uploads/Screen-shot-2011-11-27-at-9.38.08-PM.jpg" alt="Write JavaDoc Example" title="Write JavaDoc Example" width="541" height="234" class="alignnone size-full wp-image-810" /></a></p>
<p>We all love good and commented codes, but most of us either don&#8217;t know how to write a good comment for our codes, or just plain lazy to write one.</p>
<p>In Java, JavaDoc is pretty much the industry standard when it comes to auto-generated code tool. And as a strong believer of good software development practice, I always put comments on my code.</p>
<p>To save time, I created this template for methods so I can always refresh myself about how to write a good JavaDoc for my code. These codes are taken from the Java SDK source codes, so talk about how the creator of the Java write their comments (no one can be more expert than them I suppose).<span id="more-807"></span></p>
<p>*The template below is a slide presentation in Google Docs, to see the code expand its view to full screen, or you can download it as PDF or PPTX.</p>
<p></p>
<p><iframe src="https://docs.google.com/presentation/embed?id=1vn8W_9VTpdrh3AtP9ts2i0U1tMPfQop7aOLVkYORXEk&#038;start=false&#038;loop=false&#038;delayms=3000" frameborder="0" width="480" height="389" allowfullscreen="true" webkitallowfullscreen="true"></iframe></p>
<p></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=807&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/write-javadoc-in-an-instant-part-1-templates-for-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Eclipse ADT, Android SDK, and setup AVD Emulator</title>
		<link>http://djitz.com/guides/how-to-install-eclipse-adt-android-sdk-and-setup-avd-emulator/</link>
		<comments>http://djitz.com/guides/how-to-install-eclipse-adt-android-sdk-and-setup-avd-emulator/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 17:05:06 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=789</guid>
		<description><![CDATA[A couple of weeks ago I was so fortunate to get the opportunity working with the Android SDK development in my job (Samsung Galaxy Tab 10.1 ). Compared with Android mobile app development using the Adobe Flex 4.5, the Android SDK may be a bit more tricky to do, so to document my experience I [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_795" class="wp-caption alignnone" style="width: 560px"><a href="http://djitz.com/wp-content/uploads/android-honeycomb-3.1b.jpg"><img src="http://djitz.com/wp-content/uploads/android-honeycomb-3.1b.jpg" alt="Android Honeycomb 3.1" title="Android Honeycomb 3.1" width="550" height="323" class="size-full wp-image-795" /></a><p class="wp-caption-text">The Android Honeycomb</p></div>
<p>A couple of weeks ago I was so fortunate to get the opportunity working with the Android SDK development in my job (Samsung Galaxy Tab 10.1 <img src='http://djitz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). </p>
<p>Compared with Android mobile app development using the Adobe Flex 4.5, the Android SDK may be a bit more tricky to do, so to document my experience I created this blog post (and maybe some more posts in the future).</p>
<p>To start developing Android apps, we need to install the Eclipse ADT, Android SDK (obviously..), and setup the AVD.<span id="more-789"></span></p>
<blockquote><p>ADT &#8211; Android Development Tools<br />
AVD &#8211; Android Virtual Device</p></blockquote>
<p>Prerequisite:<br />
- Familiar with Eclipse IDE</p>
<h3>Steps:</h3>
<p>1. Get Eclipse (I use Eclipse 3.7 &#8211; Indigo), download from:</p>
<ul>
<li><a href="http://www.eclipse.org/downloads/packages/" target="_blank">Eclipse.org</a> or <a href="http://eclipsesource.com/en/downloads/eclipse-helios-download/" target="_blank">EclipseSource</a> (cloud download &#8211; a lot faster!!! <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</li>
</ul>
<p>2. Get <a href="http://developer.android.com/sdk/index.html" target="_blank">Android SDK</a>, run the installation:</p>
<ul>
<li>After the installation, run the SDK Manager</li>
</ul>
<ul>
<li> Check &#8220;Tools&#8221; and the Android version you&#8217;re going to develop.</li>
</ul>
<p>3. Install the <a href="http://developer.android.com/sdk/eclipse-adt.html#installing" target="_blank">Eclipse ADT (Android Development Tools) Plugin</a>:</p>
<ul>
<li> Run Eclipse</li>
</ul>
<ul>
<li> Click Help &gt; Install New Software</li>
</ul>
<ul>
<li> Click Add, copy the following to the Location input: https://dl-ssl.google.com/android/eclipse/</li>
</ul>
<ul>
<li>Check &#8220;Developer Tools&#8221; and follow the rest of installation wizard.</li>
</ul>
<p>4. After restarting the Eclipse, check if the ADT picks-up the SDK directory correctly:</p>
<ul>
<li> Run Eclipse</li>
</ul>
<ul>
<li> Click Windows &gt; Preferences</li>
</ul>
<ul>
<li> Click Android on the left sidebar.</li>
</ul>
<p>5. Create the emulator:</p>
<ul>
<li> Run the Eclipse.</li>
</ul>
<ul>
<li> Go to Window &gt; AVD Manager.</li>
</ul>
<ul>
<li>Click &#8220;New&#8221; button.</li>
</ul>
<ul>
<li> Fill the fields:</li>
</ul>
<blockquote><p>Name: em31<br />
Target: Android 3.1 &#8211; API Level 12<br />
SD Card size: 64 MB<br />
Snapshot: enabled<br />
Hardware:<br />
Device ram size: 768</p></blockquote>
<ul>
<li> click &#8220;Create AVD&#8221;.</li>
</ul>
<ul>
<li> The new AVD should appear in the AVD Manager, click &#8220;Start&#8221; button to run it.</li>
</ul>
<p>*It takes time to start the AVD, in my machine it takes 7 mins.</p>
<p></p>
<h3>FAQ</h3>
<p><strong>Q: Why the AVD is so sloooooooww in my computer?</strong></p>
<blockquote><p>A: There&#8217;s nothing wrong with your computer, it&#8217;s really the problem with the AVD. If you followed my steps correctly, we should&#8217;ve set the RAM size to 768MB and enabled the snapshot. Enabling the snapshot means that whenever we run the emulator, it will bypass the longer boot process. Set the option save to snapshot on the first time, but un-check it whenever we run the emulator afterward, because saving to snapshot will take significant time as well. :p</p></blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix_2 */
google_ad_slot = "4479753664";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=789&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/how-to-install-eclipse-adt-android-sdk-and-setup-avd-emulator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Load Test Flex Application Using JMeter</title>
		<link>http://djitz.com/guides/how-to-load-test-flex-application-using-jmeter/</link>
		<comments>http://djitz.com/guides/how-to-load-test-flex-application-using-jmeter/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 03:27:00 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[IT and Apps]]></category>
		<category><![CDATA[jmeter]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=732</guid>
		<description><![CDATA[Two weeks ago I got responsibility to load test the web application of the company where I work using JMeter. It&#8217;s not the first time I heard about JMeter, because about two years ago I was involved in a large project that demands high availability and high number of concurrent users at the same time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://djitz.com/wp-content/uploads/logo_3d.jpg"><img src="http://djitz.com/wp-content/uploads/logo_3d.jpg" alt="" title="logo_3d" width="472" height="260" class="alignnone size-full wp-image-733" /></a></p>
<p>Two weeks ago I got responsibility to load test the web application of the company where I work using <a href="http://jakarta.apache.org/jmeter/">JMeter</a>.</p>
<p>It&#8217;s not the first time I heard about JMeter, because about two years ago I was involved in a large project that demands high availability and high number of concurrent users at the same time (talk about more than 3,000 branches nationwide).</p>
<p>However, it was my friend who was assigned to explore the capabilities of JMeter back then. I&#8217;m not sure how far he went with the load testing, and what was the problem with JMeter, but we end up utilizing <a href="http://www-01.ibm.com/software/awdtools/tester/performance/">IBM Rational Performance Tester</a>.<span id="more-732"></span></p>
<p>Unlike testing normal web application (that most likely involves HTTP standard requests such GET, POST, PUT, and DELETE), Flex application may use it&#8217;s BlazeDS web messaging to connect to the back-end server, this means it involves passing AMF binary files in the process.</p>
<p>Fortunately, JMeter has the &#8216;Recording Test&#8217; capability to the rescue and simplify our life! <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>The idea is to create a proxy server that will run in the middle of the browser and the application server. This way the JMeter will record all the HTTP requests and files passed to the application server, and also their result. Sweeet!</p>
<p>So how to do that? Just follow the steps below:</p>
<h5>Steps:</h5>
<p><strong>Setup the Thread Group</strong><br />
1. Run JMeter<br />
2. Right click on Test Plan > Add > Threads (Users) > Thread Group<br />
3. Rename the Thread Group to &#8216;Load Test 1&#8242;<br />
4. Set the Number of Threads (Users) field to the number of load test user simulation you want (i.e: set to 25).<br />
5. Right click on &#8216;Load Test 1&#8242; > Add > Listener > Aggregate Graph<br />
6. Repeat step 5, this time choose Aggregate Report<br />
7. Repeat step 5, this time choose Summary Report<br />
8. Repeat step 5, this time choose View Results Tree</p>
<p><strong>Setup the HTTP Proxy Server</strong><br />
1.Right click on WorkBench > Add > Non-Test Elements > HTTP Proxy Server<br />
2. Set the port to available open port in your PC (i.e.: set to 8989)<br />
3. Check &#8216;Redirect Automatically&#8217;<br />
4. Type &#8216; .* &#8216; in the include field.<br />
5. Set Target Controller to Test Plan > Load Test 1<br />
6. Click Start to start the Proxy Server</p>
<p><strong>Setup the Browser</strong><br />
1. Run the browser, and set the connection properties to use proxy.<br />
2. Set it to localhost and the port you set above.<br />
3. Browse the Flex application and try to use it as usual.<br />
4. The JMeter should capture the HTTP request operations you made to the server.<br />
5. Press Stop on the HTTP Proxy Server to stop the recording.</p>
<p><strong>Do the Load Test</strong><br />
1. Now we have the example of HTTP request operations, click the Load Test 1 Test Plan.<br />
2. Press Ctrl+R to run the load test, you should see the green indicator on the top right that it&#8217;s running the tests.<br />
3. Check the Test Results in all four Listeners you added earlier.</p>
<p>This steps were proven working in my case and I use Apache JMeter 2.4 r961953. If they don&#8217;t then try to put some comments below. Happy load testing! <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><br />
</p>
<img src="http://djitz.com/?ak_action=api_record_view&id=732&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/how-to-load-test-flex-application-using-jmeter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Texas Drivers License Driving / Road Test Success Guide (Detailed)</title>
		<link>http://djitz.com/guides/texas-drivers-license-driving-road-test-success-guide-detailed/</link>
		<comments>http://djitz.com/guides/texas-drivers-license-driving-road-test-success-guide-detailed/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 03:53:07 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Driver License]]></category>
		<category><![CDATA[Texas Driver License]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=676</guid>
		<description><![CDATA[Congratulations, you have passed the Texas drivers license written test and now you are going to take the driving test, or also called road test. So, are you nervous about it? Well, I was nervous for several days before I took the road test. But don&#8217;t worry, I will give you the guide how to [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations, you have passed the Texas drivers license written test and now you are going to take the driving test, or also called road test.</p>
<p>So, are you nervous about it? Well, I was nervous for several days before I took the road test. But don&#8217;t worry, I will give you the guide how to pass the driving test successfully.</p>
<p>What is tested in the road test?<span id="more-676"></span></p>
<h5>#1. The Car</h5>
<p>Interestingly enough, the first thing that the examiner will test is whether the car is working properly or not. She will ask you to do the following:</p>
<ul>
<li>Show the car inspection and registration sticker</li>
<li>Show the car insurance card</li>
<li>Turn the left and right signal lights</li>
<li>Test the horn</li>
<li>Press the brake to test the brake lamp</li>
</ul>
<p>Tips:</p>
<ul>
<li>Make sure you have all the valid car inspection, registration, and insurance.</li>
<li>Check the signal lights, horn, and brake lamp prior to taking the road test.</li>
</ul>
<h5>#2. Parallel Parking</h5>
<p>After the examiner felt safe to ride with the car, she will sit in the front passenger&#8217;s seat and ask you to drive to the parallel parking spot located inside the DPS parking area.</p>
<p>I find it hard to describe how the parallel parking spot looks like by word, so let me draw it rather:</p>
<p><a href="http://djitz.com/wp-content/uploads/parallel-parking-diagram.jpg"><img class="alignnone size-full wp-image-677" title="parallel parking diagram" src="http://djitz.com/wp-content/uploads/parallel-parking-diagram.jpg" alt="" width="500" height="234" /></a></p>
<p>What you need to do is straight forward, parallel park your car on the spot shown and don&#8217;t hit the pole. If you hit the pole you failed the parallel parking test, and that also means you failed the road test.</p>
<p>Tips:</p>
<ul>
<li>Practice well your parallel parking skills prior to taking the road test. Although in Texas there is very little chance you need to do parallel park your car (due to the huge spaces everywhere), the purpose of the examiner need to test your parallel parking skill is to make sure you know how to control your car.</li>
<li>If you have no clue about how to parallel parking, watch the parallel parking tutorial videos on my YouTube <a href="http://www.youtube.com/playlist?list=PLD972762803BBA9EE&amp;feature=mh_lolz">playlist</a>.</li>
<li>If you don&#8217;t always have the car to practice with, use these simulation games:
<ul>
<li><a href="http://www.albinoblacksheep.com/games/park">http://www.albinoblacksheep.com/games/park<br />
</a></li>
<li><a href="http://www.learn4good.com/games/simulation/driverseducation.htm">http://www.learn4good.com/games/simulation/driverseducation.htm<br />
</a></li>
<li><a href="http://www.learn4good.com/games/simulation/driverseducation.htm">http://www.driverseddirect.com/game/<br />
</a></li>
</ul>
</li>
</ul>
<h5>#3. The Road Test</h5>
<p>Alright, after you passed the parallel parking test successfully, the examiner will then ask you to drive outside of the DPS parking lot and go to the road. The area around DPS is usually a pretty empty traffic neighborhood, but with lots of intersections (The DPS where I took the test have 5-6 intersections).</p>
<p>The examiner will tell you when to turn left, right, or go straight. For the driving test it takes around 15-20 minutes.</p>
<p>Tips:</p>
<ul>
<li>Practice enough for few days prior to the road test.</li>
<li>Don&#8217;t be nervous, remember all what you have practiced.</li>
<li>STOP COMPLETELY on the introduction with stop sign, rolling stop is not enough.</li>
<li>Observe the speed limits.</li>
<li>Do left and right turn correctly.</li>
</ul>
<h5>#4. The Final Result</h5>
<p>The examiner will tell you to go back to the DPS and park your car. She will then tell you where are your mistakes, if there is any, and tell you some comments. Finally, she will tell you whether you pass or fail (let&#8217;s think positively, you pass).</p>
<p>If you pass, the examiner will ask you to go inside the DPS office with her and wait till they print the temporary drivers license for you.</p>
<p>If you fail, she will give the paper to you and ask you to schedule another appointment for the road test.</p>
<h5>Closing</h5>
<p>Alright, that&#8217;s the detail about the drivers license road test in Texas. I wish you good luck guys and hope you pass the road test. <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_Banner_mix_TxDL */
google_ad_slot = "7301858144";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix */
google_ad_slot = "4606479639";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=676&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/texas-drivers-license-driving-road-test-success-guide-detailed/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Texas Driver License Test Questions and Answers Part 2 (Review)</title>
		<link>http://djitz.com/guides/texas-driver-license-test-questions-and-answers-part-2-review/</link>
		<comments>http://djitz.com/guides/texas-driver-license-test-questions-and-answers-part-2-review/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 02:56:09 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Driver License]]></category>
		<category><![CDATA[Texas Driver License]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=668</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="mtq_quiz_area-1" class="mtq_quiz_area"> 
  <!--Quiz generated using mTouch Quiz Version 2.2.3 by G. Michael Guy (http://gmichaelguy.com/quizplugin/)-->
    <!-- Shortcode entered mtouchquiz id=3 --> 
  <!-- Shortcode interpreted mtouchquiz id=3 alerts=on singlepage=off hints=on startscreen=on finalscreen=on multiplechances=off showanswers=end randomq=off randoma=off status=on labels=on title=on proofread=off list=on offset=1 questions=10 firstid=14 --> 
  <!--form action="" method="post" class="quiz-form" id="quiz-3"-->
    <span id="mtq_quiztitle-1" class="mtq_quiztitle" >
  <h2>Texas Driver License Test Questions and Answers 2 (Review)</h2>
  </span>
  <noscript>
  <span id="mtq_javawarning-1" class="mtq_javawarning">
  Please wait while the activity loads.</br> If this activity does not load, try refreshing your browser. Also, this page requires javascript. Please visit using a browser with javascript enabled.  <span class="mtq_failed_button" onclick="mtq_start_one(1)">
  If loading fails, click here to try again  </span></span>
  </noscript>
    <span id="mtq_instructions-1" class="mtq_instructions">Practice yourself before taking the Texas Driver License written test!</span> <span id="mtq_start_button-1" class='mtq_action_button mtq_css_button mtq_start_button' onclick='mtq_start_quiz(1)'> <span class="mtq_start_text">
  Start  </span> </span>
    <span id="mtq_quiz_results_bubble-1" class="mtq_quiz_results_bubble"> <span id="mtq_quiz_results-1" class="mtq_quiz_results">Congratulations - you have completed <em>Texas Driver License Test Questions and Answers 2 (Review)</em>.

You scored %%SCORE%% out of %%TOTAL%%.

Your performance has been rated as %%RATING%% <br>
  </span> <span id="mtq_quiz_results_highlight-1" class="mtq_quiz_results_highlight">
  Your answers are highlighted below.  </span> </span>
    
  <!-- root element for mtqscrollable --> 
  <span id="mtq_question_container-1" style='display:none'>
  <div class='mtqscrollable' id='mtq_scroll_container-1'>
        <!-- root element for the items -->
    <div id="mtq_scroll_items_container-1" class="items">
            <div class='mtq_question mtq_scroll_item-1' id='mtq_question-1-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 1</span><span id='mtq_stamp-1-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-1-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/11sign-crossroad.jpg"><img class="alignnone size-full wp-image-667" title="11sign crossroad" src="http://djitz.com/wp-content/uploads/11sign-crossroad.jpg" alt="" width="158" height="145" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;

<a href="http://djitz.com/wp-content/uploads/11sign-crossroad.jpg"></a></span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-1-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-1-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(1,1,1)' alt='Question 1, Choice 1'></span><span id='mtq_marker-1-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-1-1' class='mtq_answer_text'>Another road enters the road you are traveling on from the direction shown. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-1-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-1-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(1,2,1)' alt='Question 1, Choice 2'></span><span id='mtq_marker-1-2-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-2-1' class='mtq_answer_text'>Crossroad ahead. Slow down, look carefully in all directions.</span></td></tr><tr id='mtq_row-1-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-1-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(1,3,1)' alt='Question 1, Choice 3'></span><span id='mtq_marker-1-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-3-1' class='mtq_answer_text'>Pedestrian Crossing. You are near an area where a large number of pedestrians cross the street. Slow down and watch for people crossing the street on foot.</span></td></tr><tr id='mtq_row-1-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-1-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(1,4,1)' alt='Question 1, Choice 4'></span><span id='mtq_marker-1-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-4-1' class='mtq_answer_text'>Warns of a traffic control signal ahead.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-2-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 2</span><span id='mtq_stamp-2-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-2-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/12sign-another-road.jpg"><img class="alignnone size-full wp-image-666" title="12sign another road" src="http://djitz.com/wp-content/uploads/12sign-another-road.jpg" alt="" width="145" height="138" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-2-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-2-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(2,1,1)' alt='Question 2, Choice 1'></span><span id='mtq_marker-2-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-1-1' class='mtq_answer_text'>Gives advance notice of a reduction in the number of lanes of pavement ahead.</span></td></tr><tr id='mtq_row-2-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-2-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(2,2,1)' alt='Question 2, Choice 2'></span><span id='mtq_marker-2-2-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-2-1' class='mtq_answer_text'>Another road enters the road you are traveling on from the direction shown. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-2-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-2-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(2,3,1)' alt='Question 2, Choice 3'></span><span id='mtq_marker-2-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-3-1' class='mtq_answer_text'>The pavement ahead narrows; reduce speed. Room for two cars to pass, but with caution.</span></td></tr><tr id='mtq_row-2-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-2-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(2,4,1)' alt='Question 2, Choice 4'></span><span id='mtq_marker-2-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-4-1' class='mtq_answer_text'>Indicates traffic is permitted to pass on either side of a traffic island or an obstruction.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-3-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 3</span><span id='mtq_stamp-3-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-3-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/13sign-sharp-turn.jpg"><img class="alignnone size-full wp-image-665" title="13sign sharp turn" src="http://djitz.com/wp-content/uploads/13sign-sharp-turn.jpg" alt="" width="138" height="141" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-3-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-3-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(3,1,1)' alt='Question 3, Choice 1'></span><span id='mtq_marker-3-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-1-1' class='mtq_answer_text'>The road curves one way (right) and then the other way (left). Slow down, keep right and do not pass. </span></td></tr><tr id='mtq_row-3-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-3-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(3,2,1)' alt='Question 3, Choice 2'></span><span id='mtq_marker-3-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-2-1' class='mtq_answer_text'>Road ahead makes a gradual curve in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr><tr id='mtq_row-3-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-3-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(3,3,1)' alt='Question 3, Choice 3'></span><span id='mtq_marker-3-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-3-1' class='mtq_answer_text'>There is a winding road ahead. Drive slowly and carefully and do not pass.</span></td></tr><tr id='mtq_row-3-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-3-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(3,4,1)' alt='Question 3, Choice 4'></span><span id='mtq_marker-3-4-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-4-1' class='mtq_answer_text'>Road ahead makes a sharp turn in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-4-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 4</span><span id='mtq_stamp-4-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-4-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/14sign-lanes-together.jpg"><img class="alignnone size-full wp-image-664" title="14sign lanes together" src="http://djitz.com/wp-content/uploads/14sign-lanes-together.jpg" alt="" width="161" height="150" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-4-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-4-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(4,1,1)' alt='Question 4, Choice 1'></span><span id='mtq_marker-4-1-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-1-1' class='mtq_answer_text'>You are approaching a point where other traffic lanes come together with the one you are on. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-4-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-4-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(4,2,1)' alt='Question 4, Choice 2'></span><span id='mtq_marker-4-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-2-1' class='mtq_answer_text'>You are approaching a point where two roadways come together, but you are not required to merge, an additional lane begins. Watch for traffic in the new lane.</span></td></tr><tr id='mtq_row-4-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-4-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(4,3,1)' alt='Question 4, Choice 3'></span><span id='mtq_marker-4-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-3-1' class='mtq_answer_text'>The divided highway on which you are traveling ends ahead.</span></td></tr><tr id='mtq_row-4-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-4-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(4,4,1)' alt='Question 4, Choice 4'></span><span id='mtq_marker-4-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-4-1' class='mtq_answer_text'>You should drive in the right-hand lane and expect oncoming traffic in the left-hand lane.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-5-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 5</span><span id='mtq_stamp-5-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-5-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/15sign-winding-road.jpg"><img class="alignnone size-full wp-image-663" title="15sign winding road" src="http://djitz.com/wp-content/uploads/15sign-winding-road.jpg" alt="" width="161" height="151" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-5-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-5-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(5,1,1)' alt='Question 5, Choice 1'></span><span id='mtq_marker-5-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-1-1' class='mtq_answer_text'>Slow down on wet road. Do not suddenly turn, speed up, or stop.</span></td></tr><tr id='mtq_row-5-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-5-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(5,2,1)' alt='Question 5, Choice 2'></span><span id='mtq_marker-5-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-2-1' class='mtq_answer_text'>The divided highway on which you are traveling ends ahead.</span></td></tr><tr id='mtq_row-5-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-5-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(5,3,1)' alt='Question 5, Choice 3'></span><span id='mtq_marker-5-3-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-3-1' class='mtq_answer_text'>There is a winding road ahead. Drive slowly and carefully and do not pass.</span></td></tr><tr id='mtq_row-5-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-5-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(5,4,1)' alt='Question 5, Choice 4'></span><span id='mtq_marker-5-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-4-1' class='mtq_answer_text'>Road ahead makes a sharp turn in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-6-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 6</span><span id='mtq_stamp-6-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-6-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/16sign-pedestrian.jpg"><img class="alignnone size-full wp-image-662" title="16sign pedestrian" src="http://djitz.com/wp-content/uploads/16sign-pedestrian.jpg" alt="" width="152" height="151" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-6-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-6-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(6,1,1)' alt='Question 6, Choice 1'></span><span id='mtq_marker-6-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-1-1' class='mtq_answer_text'>You are near a school. Slow down, and prepare to stop suddenly if necessary. Watch for children.</span></td></tr><tr id='mtq_row-6-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-6-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(6,2,1)' alt='Question 6, Choice 2'></span><span id='mtq_marker-6-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-2-1' class='mtq_answer_text'>Slow your speed and watch for persons who may be disabled or who may be crossing the roadway in a wheelchair.</span></td></tr><tr id='mtq_row-6-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-6-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(6,3,1)' alt='Question 6, Choice 3'></span><span id='mtq_marker-6-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-3-1' class='mtq_answer_text'>Be prepared for a stop sign ahead.</span></td></tr><tr id='mtq_row-6-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-6-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(6,4,1)' alt='Question 6, Choice 4'></span><span id='mtq_marker-6-4-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-4-1' class='mtq_answer_text'>Pedestrian Crossing. You are near an area where a large number of pedestrians cross the street. Slow down and watch for people cross- ing the street on foot.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-7-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 7</span><span id='mtq_stamp-7-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-7-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/17sign-school.jpg"><img class="alignnone size-full wp-image-661" title="17sign school" src="http://djitz.com/wp-content/uploads/17sign-school.jpg" alt="" width="151" height="141" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-7-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-7-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(7,1,1)' alt='Question 7, Choice 1'></span><span id='mtq_marker-7-1-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-1-1' class='mtq_answer_text'>You are near a school. Slow down, and prepare to stop suddenly if necessary. Watch for children.</span></td></tr><tr id='mtq_row-7-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-7-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(7,2,1)' alt='Question 7, Choice 2'></span><span id='mtq_marker-7-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-2-1' class='mtq_answer_text'>Slow your speed and watch for persons who may be disabled or who may be crossing the roadway in a wheelchair.</span></td></tr><tr id='mtq_row-7-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-7-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(7,3,1)' alt='Question 7, Choice 3'></span><span id='mtq_marker-7-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-3-1' class='mtq_answer_text'>Be prepared for a stop sign ahead.</span></td></tr><tr id='mtq_row-7-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-7-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(7,4,1)' alt='Question 7, Choice 4'></span><span id='mtq_marker-7-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-4-1' class='mtq_answer_text'>Pedestrian Crossing. You are near an area where a large number of pedestrians cross the street. Slow down and watch for people cross- ing the street on foot.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-8-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 8</span><span id='mtq_stamp-8-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-8-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/18sign-lanes-reduction.jpg"><img class="alignnone size-full wp-image-660" title="18sign lanes reduction" src="http://djitz.com/wp-content/uploads/18sign-lanes-reduction.jpg" alt="" width="139" height="138" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-8-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-8-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(8,1,1)' alt='Question 8, Choice 1'></span><span id='mtq_marker-8-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-1-1' class='mtq_answer_text'>Indicates traffic is permitted to pass on either side of a traffic island or an obstruction.</span></td></tr><tr id='mtq_row-8-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-8-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(8,2,1)' alt='Question 8, Choice 2'></span><span id='mtq_marker-8-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-2-1' class='mtq_answer_text'>You are approaching a point where other traffic lanes come together with the one you are on. </span></td></tr><tr id='mtq_row-8-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-8-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(8,3,1)' alt='Question 8, Choice 3'></span><span id='mtq_marker-8-3-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-3-1' class='mtq_answer_text'>Gives advance notice of a reduction in the number of lanes of pavement ahead.</span></td></tr><tr id='mtq_row-8-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-8-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(8,4,1)' alt='Question 8, Choice 4'></span><span id='mtq_marker-8-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-4-1' class='mtq_answer_text'>Watch for traffic in the new lane.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-9-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 9</span><span id='mtq_stamp-9-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-9-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/19sign-either-side.jpg"><img class="alignnone size-full wp-image-659" title="19sign either side" src="http://djitz.com/wp-content/uploads/19sign-either-side.jpg" alt="" width="160" height="150" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-9-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-9-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(9,1,1)' alt='Question 9, Choice 1'></span><span id='mtq_marker-9-1-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-1-1' class='mtq_answer_text'>Indicates traffic is permitted to pass on either side of a traffic island or an obstruction.</span></td></tr><tr id='mtq_row-9-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-9-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(9,2,1)' alt='Question 9, Choice 2'></span><span id='mtq_marker-9-2-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-2-1' class='mtq_answer_text'>You are approaching a point where other traffic lanes come together with the one you are on. </span></td></tr><tr id='mtq_row-9-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-9-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(9,3,1)' alt='Question 9, Choice 3'></span><span id='mtq_marker-9-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-3-1' class='mtq_answer_text'>Gives advance notice of a reduction in the number of lanes of pavement ahead.</span></td></tr><tr id='mtq_row-9-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-9-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(9,4,1)' alt='Question 9, Choice 4'></span><span id='mtq_marker-9-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-4-1' class='mtq_answer_text'>Watch for traffic in the new lane.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-1' id='mtq_question-10-1'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 10</span><span id='mtq_stamp-10-1' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-10-1' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/20sign-bridge.jpg"><img class="alignnone size-full wp-image-658" title="20sign bridge" src="http://djitz.com/wp-content/uploads/20sign-bridge.jpg" alt="" width="156" height="150" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-10-1-1'><td class='mtq_letter_button_td'><span id='mtq_button-10-1-1' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(10,1,1)' alt='Question 10, Choice 1'></span><span id='mtq_marker-10-1-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-1-1' class='mtq_answer_text'>The pavement ahead narrows; reduce speed. Room for two cars to pass, but with caution.</span></td></tr><tr id='mtq_row-10-2-1'><td class='mtq_letter_button_td'><span id='mtq_button-10-2-1' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(10,2,1)' alt='Question 10, Choice 2'></span><span id='mtq_marker-10-2-1' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-2-1' class='mtq_answer_text'>The bridge ahead is not as wide as the road. Slow down and use caution.</span></td></tr><tr id='mtq_row-10-3-1'><td class='mtq_letter_button_td'><span id='mtq_button-10-3-1' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(10,3,1)' alt='Question 10, Choice 3'></span><span id='mtq_marker-10-3-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-3-1' class='mtq_answer_text'>The hard-surfaced pavement changes to an earth road or low- type surface. Slow down.</span></td></tr><tr id='mtq_row-10-4-1'><td class='mtq_letter_button_td'><span id='mtq_button-10-4-1' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(10,4,1)' alt='Question 10, Choice 4'></span><span id='mtq_marker-10-4-1' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-4-1' class='mtq_answer_text'>There is a significant drop from the pavement edge to the shoulder. </span></td></tr></table></div>            <div id="mtq_results_request-1" class="mtq_results_request mtq_scroll_item-1">
        Once you are finished, click the button below. Any items you have not completed will be marked incorrect.        <span id="mtq_results_button-1" class='mtq_action_button mtq_css_button mtq_results_button'  onclick='mtq_get_results(1)'> <span class="mtq_results_text">
        Get Results        </span> </span> </div>
                </div>
        <!--End of mtqscrollable items--> 
    
  </div>
  <!--End of mtqscrollable--> 
  <!--mtq_status-->
    <span id="mtq_quiz_status-1" class="mtq_quiz_status">
  There are 10 questions to complete.  </span>
      <table id="mtq_listrow-1" class="mtq_listrow">
    <tr>
      <td class="mtq_listrow_button-td"><div id="mtq_back_button-1" class='prev browse left mtq_back_button mtq_listrow_button' alt="Go to Previous Question"></div></td>
      <td>        <div id="mtq_show_list-1" class="mtq_show_list mtq_css_button mtq_list_button" onclick="mtq_show_nav(1)" rel="mtq_navigator-1"> <span class="mtq_list_text">
          List          </span> </div>
        </td>
      <td class="mtq_listrow_button-td"><div id="mtq_next_button-1" class='next browse right mtq_next-button mtq_listrow_button' alt='Go to Next Question'></div></td>
    </tr>
  </table>
    </span> 
  <!--Holds all questions-->
    <div id="mtq_navigator-1" class="mtq_navigator"> <span id='mtq_return_list_t-1' class="mtq_return_list mtq_css_button mtq_return_button" onclick='mtq_nav_click(0,1)'> <span class="mtq_return_text">
    Return    </span> </span> <span id="mtq_shaded_item_msg-1" class="mtq_shaded_item_msg">
    Shaded items are complete.    </span>
    <table id="mtq_question_list_container-1" class="mtq_question_list_container">
      <tr>
        <td id='mtq_list_item-1-1' class='mtq_list_item' onclick='mtq_nav_click(1,1)'>1</td><td id='mtq_list_item-2-1' class='mtq_list_item' onclick='mtq_nav_click(2,1)'>2</td><td id='mtq_list_item-3-1' class='mtq_list_item' onclick='mtq_nav_click(3,1)'>3</td><td id='mtq_list_item-4-1' class='mtq_list_item' onclick='mtq_nav_click(4,1)'>4</td><td id='mtq_list_item-5-1' class='mtq_list_item' onclick='mtq_nav_click(5,1)'>5</td></tr><tr><td id='mtq_list_item-6-1' class='mtq_list_item' onclick='mtq_nav_click(6,1)'>6</td><td id='mtq_list_item-7-1' class='mtq_list_item' onclick='mtq_nav_click(7,1)'>7</td><td id='mtq_list_item-8-1' class='mtq_list_item' onclick='mtq_nav_click(8,1)'>8</td><td id='mtq_list_item-9-1' class='mtq_list_item' onclick='mtq_nav_click(9,1)'>9</td><td id='mtq_list_item-10-1' class='mtq_list_item' onclick='mtq_nav_click(10,1)'>10</td></tr><tr><td id='mtq_list_item-end-1' class='mtq_list_item' onclick='mtq_nav_click(11,1)'>End</td>      </tr>
    </table>
    <span id='mtq_return_list_b-1' class="mtq_return_list mtq_css_button mtq_return_button" onclick='mtq_nav_click(0,1)'> <span class="mtq_return_text">
    Return    </span> </span></div>
    <div id="mtq_variables" class="mtq_preload" style="display:none"> <input type='hidden' id='mtq_id-1' name='mtq_id_value' value='1' /><input type='hidden' name='question_id[]' value='14'/><input type='hidden' id='mtq_is_answered-1-1' value='0'/><input type='hidden' id='mtq_is_correct-1-1' value='0'/><input type='hidden' id='mtq_is_worth-1-1' value='10'/><input type='hidden' id='mtq_num_attempts-1-1' value='0'/><input type='hidden' id='mtq_points_awarded-1-1' value='0'/><input type='hidden' id='mtq_is_correct-1-1-1' value='0'/><input type='hidden' id='mtq_was_selected-1-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-1-1' value='0'/><input type='hidden' id='mtq_is_correct-1-2-1' value='1'/><input type='hidden' id='mtq_was_selected-1-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-2-1' value='0'/><input type='hidden' id='mtq_is_correct-1-3-1' value='0'/><input type='hidden' id='mtq_was_selected-1-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-3-1' value='0'/><input type='hidden' id='mtq_is_correct-1-4-1' value='0'/><input type='hidden' id='mtq_was_selected-1-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-4-1' value='0'/><input type='hidden' id='mtq_num_ans-1-1' value='4' /><input type='hidden' id='mtq_num_correct-1-1' value='1' /><input type='hidden' name='question_id[]' value='15'/><input type='hidden' id='mtq_is_answered-2-1' value='0'/><input type='hidden' id='mtq_is_correct-2-1' value='0'/><input type='hidden' id='mtq_is_worth-2-1' value='10'/><input type='hidden' id='mtq_num_attempts-2-1' value='0'/><input type='hidden' id='mtq_points_awarded-2-1' value='0'/><input type='hidden' id='mtq_is_correct-2-1-1' value='0'/><input type='hidden' id='mtq_was_selected-2-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-1-1' value='0'/><input type='hidden' id='mtq_is_correct-2-2-1' value='1'/><input type='hidden' id='mtq_was_selected-2-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-2-1' value='0'/><input type='hidden' id='mtq_is_correct-2-3-1' value='0'/><input type='hidden' id='mtq_was_selected-2-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-3-1' value='0'/><input type='hidden' id='mtq_is_correct-2-4-1' value='0'/><input type='hidden' id='mtq_was_selected-2-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-4-1' value='0'/><input type='hidden' id='mtq_num_ans-2-1' value='4' /><input type='hidden' id='mtq_num_correct-2-1' value='1' /><input type='hidden' name='question_id[]' value='16'/><input type='hidden' id='mtq_is_answered-3-1' value='0'/><input type='hidden' id='mtq_is_correct-3-1' value='0'/><input type='hidden' id='mtq_is_worth-3-1' value='10'/><input type='hidden' id='mtq_num_attempts-3-1' value='0'/><input type='hidden' id='mtq_points_awarded-3-1' value='0'/><input type='hidden' id='mtq_is_correct-3-1-1' value='0'/><input type='hidden' id='mtq_was_selected-3-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-1-1' value='0'/><input type='hidden' id='mtq_is_correct-3-2-1' value='0'/><input type='hidden' id='mtq_was_selected-3-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-2-1' value='0'/><input type='hidden' id='mtq_is_correct-3-3-1' value='0'/><input type='hidden' id='mtq_was_selected-3-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-3-1' value='0'/><input type='hidden' id='mtq_is_correct-3-4-1' value='1'/><input type='hidden' id='mtq_was_selected-3-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-4-1' value='0'/><input type='hidden' id='mtq_num_ans-3-1' value='4' /><input type='hidden' id='mtq_num_correct-3-1' value='1' /><input type='hidden' name='question_id[]' value='17'/><input type='hidden' id='mtq_is_answered-4-1' value='0'/><input type='hidden' id='mtq_is_correct-4-1' value='0'/><input type='hidden' id='mtq_is_worth-4-1' value='10'/><input type='hidden' id='mtq_num_attempts-4-1' value='0'/><input type='hidden' id='mtq_points_awarded-4-1' value='0'/><input type='hidden' id='mtq_is_correct-4-1-1' value='1'/><input type='hidden' id='mtq_was_selected-4-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-1-1' value='0'/><input type='hidden' id='mtq_is_correct-4-2-1' value='0'/><input type='hidden' id='mtq_was_selected-4-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-2-1' value='0'/><input type='hidden' id='mtq_is_correct-4-3-1' value='0'/><input type='hidden' id='mtq_was_selected-4-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-3-1' value='0'/><input type='hidden' id='mtq_is_correct-4-4-1' value='0'/><input type='hidden' id='mtq_was_selected-4-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-4-1' value='0'/><input type='hidden' id='mtq_num_ans-4-1' value='4' /><input type='hidden' id='mtq_num_correct-4-1' value='1' /><input type='hidden' name='question_id[]' value='18'/><input type='hidden' id='mtq_is_answered-5-1' value='0'/><input type='hidden' id='mtq_is_correct-5-1' value='0'/><input type='hidden' id='mtq_is_worth-5-1' value='10'/><input type='hidden' id='mtq_num_attempts-5-1' value='0'/><input type='hidden' id='mtq_points_awarded-5-1' value='0'/><input type='hidden' id='mtq_is_correct-5-1-1' value='0'/><input type='hidden' id='mtq_was_selected-5-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-1-1' value='0'/><input type='hidden' id='mtq_is_correct-5-2-1' value='0'/><input type='hidden' id='mtq_was_selected-5-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-2-1' value='0'/><input type='hidden' id='mtq_is_correct-5-3-1' value='1'/><input type='hidden' id='mtq_was_selected-5-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-3-1' value='0'/><input type='hidden' id='mtq_is_correct-5-4-1' value='0'/><input type='hidden' id='mtq_was_selected-5-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-4-1' value='0'/><input type='hidden' id='mtq_num_ans-5-1' value='4' /><input type='hidden' id='mtq_num_correct-5-1' value='1' /><input type='hidden' name='question_id[]' value='19'/><input type='hidden' id='mtq_is_answered-6-1' value='0'/><input type='hidden' id='mtq_is_correct-6-1' value='0'/><input type='hidden' id='mtq_is_worth-6-1' value='10'/><input type='hidden' id='mtq_num_attempts-6-1' value='0'/><input type='hidden' id='mtq_points_awarded-6-1' value='0'/><input type='hidden' id='mtq_is_correct-6-1-1' value='0'/><input type='hidden' id='mtq_was_selected-6-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-1-1' value='0'/><input type='hidden' id='mtq_is_correct-6-2-1' value='0'/><input type='hidden' id='mtq_was_selected-6-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-2-1' value='0'/><input type='hidden' id='mtq_is_correct-6-3-1' value='0'/><input type='hidden' id='mtq_was_selected-6-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-3-1' value='0'/><input type='hidden' id='mtq_is_correct-6-4-1' value='1'/><input type='hidden' id='mtq_was_selected-6-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-4-1' value='0'/><input type='hidden' id='mtq_num_ans-6-1' value='4' /><input type='hidden' id='mtq_num_correct-6-1' value='1' /><input type='hidden' name='question_id[]' value='20'/><input type='hidden' id='mtq_is_answered-7-1' value='0'/><input type='hidden' id='mtq_is_correct-7-1' value='0'/><input type='hidden' id='mtq_is_worth-7-1' value='10'/><input type='hidden' id='mtq_num_attempts-7-1' value='0'/><input type='hidden' id='mtq_points_awarded-7-1' value='0'/><input type='hidden' id='mtq_is_correct-7-1-1' value='1'/><input type='hidden' id='mtq_was_selected-7-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-1-1' value='0'/><input type='hidden' id='mtq_is_correct-7-2-1' value='0'/><input type='hidden' id='mtq_was_selected-7-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-2-1' value='0'/><input type='hidden' id='mtq_is_correct-7-3-1' value='0'/><input type='hidden' id='mtq_was_selected-7-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-3-1' value='0'/><input type='hidden' id='mtq_is_correct-7-4-1' value='0'/><input type='hidden' id='mtq_was_selected-7-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-4-1' value='0'/><input type='hidden' id='mtq_num_ans-7-1' value='4' /><input type='hidden' id='mtq_num_correct-7-1' value='1' /><input type='hidden' name='question_id[]' value='21'/><input type='hidden' id='mtq_is_answered-8-1' value='0'/><input type='hidden' id='mtq_is_correct-8-1' value='0'/><input type='hidden' id='mtq_is_worth-8-1' value='10'/><input type='hidden' id='mtq_num_attempts-8-1' value='0'/><input type='hidden' id='mtq_points_awarded-8-1' value='0'/><input type='hidden' id='mtq_is_correct-8-1-1' value='0'/><input type='hidden' id='mtq_was_selected-8-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-1-1' value='0'/><input type='hidden' id='mtq_is_correct-8-2-1' value='0'/><input type='hidden' id='mtq_was_selected-8-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-2-1' value='0'/><input type='hidden' id='mtq_is_correct-8-3-1' value='1'/><input type='hidden' id='mtq_was_selected-8-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-3-1' value='0'/><input type='hidden' id='mtq_is_correct-8-4-1' value='0'/><input type='hidden' id='mtq_was_selected-8-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-4-1' value='0'/><input type='hidden' id='mtq_num_ans-8-1' value='4' /><input type='hidden' id='mtq_num_correct-8-1' value='1' /><input type='hidden' name='question_id[]' value='22'/><input type='hidden' id='mtq_is_answered-9-1' value='0'/><input type='hidden' id='mtq_is_correct-9-1' value='0'/><input type='hidden' id='mtq_is_worth-9-1' value='10'/><input type='hidden' id='mtq_num_attempts-9-1' value='0'/><input type='hidden' id='mtq_points_awarded-9-1' value='0'/><input type='hidden' id='mtq_is_correct-9-1-1' value='1'/><input type='hidden' id='mtq_was_selected-9-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-1-1' value='0'/><input type='hidden' id='mtq_is_correct-9-2-1' value='0'/><input type='hidden' id='mtq_was_selected-9-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-2-1' value='0'/><input type='hidden' id='mtq_is_correct-9-3-1' value='0'/><input type='hidden' id='mtq_was_selected-9-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-3-1' value='0'/><input type='hidden' id='mtq_is_correct-9-4-1' value='0'/><input type='hidden' id='mtq_was_selected-9-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-4-1' value='0'/><input type='hidden' id='mtq_num_ans-9-1' value='4' /><input type='hidden' id='mtq_num_correct-9-1' value='1' /><input type='hidden' name='question_id[]' value='23'/><input type='hidden' id='mtq_is_answered-10-1' value='0'/><input type='hidden' id='mtq_is_correct-10-1' value='0'/><input type='hidden' id='mtq_is_worth-10-1' value='10'/><input type='hidden' id='mtq_num_attempts-10-1' value='0'/><input type='hidden' id='mtq_points_awarded-10-1' value='0'/><input type='hidden' id='mtq_is_correct-10-1-1' value='0'/><input type='hidden' id='mtq_was_selected-10-1-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-1-1' value='0'/><input type='hidden' id='mtq_is_correct-10-2-1' value='1'/><input type='hidden' id='mtq_was_selected-10-2-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-2-1' value='0'/><input type='hidden' id='mtq_is_correct-10-3-1' value='0'/><input type='hidden' id='mtq_was_selected-10-3-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-3-1' value='0'/><input type='hidden' id='mtq_is_correct-10-4-1' value='0'/><input type='hidden' id='mtq_was_selected-10-4-1' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-4-1' value='0'/><input type='hidden' id='mtq_num_ans-10-1' value='4' /><input type='hidden' id='mtq_num_correct-10-1' value='1' /> <span id="mtq_have_completed_string" class="mtq_preload">
    You have completed    </span> <span id="mtq_questions_string" class="mtq_preload">
    questions    </span> <span id="mtq_question_string" class="mtq_preload">
    question    </span> <span id="mtq_your_score_is_string"  class="mtq_preload">
    Your score is    </span> <span id="mtq_correct_string"  class="mtq_preload">
    Correct    </span> <span id="mtq_wrong_string"  class="mtq_preload">
    Wrong    </span> <span id="mtq_partial_string"  class="mtq_preload">
    Partial-Credit    </span> <span id="mtq_exit_warning_string"  class="mtq_preload">
    You have not finished your quiz. If you leave this page, your progress will be lost.    </span>
    <input type='hidden' id='mtq_answer_display-1' value='1'/>
    <input type='hidden' id='mtq_single_page-1' value='0'/>
    <input type='hidden' id='mtq_show_hints-1' value='1'/>
    <input type='hidden' id='mtq_show_start-1' value='1'/>
    <input type='hidden' id='mtq_show_final-1' value='1'/>
    <input type='hidden' id='mtq_show_alerts-1' value='1'/>
    <input type='hidden' id='mtq_multiple_chances-1' value='0'/>
    <input type='hidden' id='mtq_proofread-1' value='0'/>
    <input type="hidden" name="quiz_id" id="quiz_id-1" value="3" />
    <input type="hidden" name="mtq_total_questions" id="mtq_total_questions-1" value="10" />
    <input type="hidden" name="mtq_current_score" id="mtq_current_score-1" value="0" />
    <input type="hidden" name="mtq_max_score" id="mtq_max_score-1" value="0" />
    <input type="hidden" name="mtq_questions_attempted" id="mtq_questions_attempted-1" value="0" />
    <input type="hidden" name="mtq_questions_correct" id="mtq_questions_correct-1" value="0" />
    <input type="hidden" name="mtq_questions_wrong" id="mtq_questions_wrong-1" value="0" />
    <input type="hidden" name="mtq_questions_not_attempted" id="mtq_questions_not_attempted-1" value="0" />
    <input type="hidden" id="mtq_display_number-1" value="1" />
    <input type="hidden" id="mtq_show_list_option-1" value="1" />
    <input type='hidden' id='mtq_num_ratings-1' value='6'/><input type='hidden' id='mtq_ratingval-1-1' value='-1'/><span id='mtq_rating-1-1' class='mtq_preload'>All done</span><input type='hidden' id='mtq_ratingval-2-1' value='0'/><span id='mtq_rating-2-1' class='mtq_preload'>Need more practice!</span><input type='hidden' id='mtq_ratingval-3-1' value='40'/><span id='mtq_rating-3-1' class='mtq_preload'>Keep trying!</span><input type='hidden' id='mtq_ratingval-4-1' value='60'/><span id='mtq_rating-4-1' class='mtq_preload'>Not bad!</span><input type='hidden' id='mtq_ratingval-5-1' value='80'/><span id='mtq_rating-5-1' class='mtq_preload'>Good work!</span><input type='hidden' id='mtq_ratingval-6-1' value='100'/><span id='mtq_rating-6-1' class='mtq_preload'>Perfect!</span>    <input type="hidden" id="mtq_gf_present-1" value="0"/>
      </div>
  
  <!--Variables Div--> 
  <!--/form--> 
</div>
<!--Quiz area div-->


<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_Banner_mix_TxDL */
google_ad_slot = "7301858144";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=668&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/texas-driver-license-test-questions-and-answers-part-2-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Texas Driver License Written Test Review Questions Part 1</title>
		<link>http://djitz.com/guides/texas-driver-license-written-test-review-questions-part-1/</link>
		<comments>http://djitz.com/guides/texas-driver-license-written-test-review-questions-part-1/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 01:51:40 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Driver License]]></category>
		<category><![CDATA[Texas Driver License]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=637</guid>
		<description><![CDATA[Practice yourself before taking the Texas Driver License written test!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_Banner_mix_TxDL */
google_ad_slot = "7301858144";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p style="text-align: center;">Practice yourself before taking the Texas Driver License written test!</p>
<div id="mtq_quiz_area-2" class="mtq_quiz_area"> 
  <!--Quiz generated using mTouch Quiz Version 2.2.3 by G. Michael Guy (http://gmichaelguy.com/quizplugin/)-->
    <!-- Shortcode entered mtouchquiz id=2 --> 
  <!-- Shortcode interpreted mtouchquiz id=2 alerts=on singlepage=off hints=on startscreen=on finalscreen=on multiplechances=on showanswers=now randomq=off randoma=off status=on labels=on title=on proofread=off list=on offset=1 questions=10 firstid=4 --> 
  <!--form action="" method="post" class="quiz-form" id="quiz-2"-->
    <span id="mtq_quiztitle-2" class="mtq_quiztitle" >
  <h2>Texas Driver License Test Review Questions 1</h2>
  </span>
  <noscript>
  <span id="mtq_javawarning-2" class="mtq_javawarning">
  Please wait while the activity loads.</br> If this activity does not load, try refreshing your browser. Also, this page requires javascript. Please visit using a browser with javascript enabled.  <span class="mtq_failed_button" onclick="mtq_start_one(2)">
  If loading fails, click here to try again  </span></span>
  </noscript>
    <span id="mtq_instructions-2" class="mtq_instructions">Practice yourself before taking the Texas Driver License written test!</span> <span id="mtq_start_button-2" class='mtq_action_button mtq_css_button mtq_start_button' onclick='mtq_start_quiz(2)'> <span class="mtq_start_text">
  Start  </span> </span>
    <span id="mtq_quiz_results_bubble-2" class="mtq_quiz_results_bubble"> <span id="mtq_quiz_results-2" class="mtq_quiz_results">Congratulations - you have completed <em>Texas Driver License Test Review Questions 1</em>.

You scored %%SCORE%% out of %%TOTAL%%.

Your performance has been rated as %%RATING%% <br>
  </span> <span id="mtq_quiz_results_highlight-2" class="mtq_quiz_results_highlight">
  Your answers are highlighted below.  </span> </span>
    
  <!-- root element for mtqscrollable --> 
  <span id="mtq_question_container-2" style='display:none'>
  <div class='mtqscrollable' id='mtq_scroll_container-2'>
        <!-- root element for the items -->
    <div id="mtq_scroll_items_container-2" class="items">
            <div class='mtq_question mtq_scroll_item-2' id='mtq_question-1-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 1</span><span id='mtq_stamp-1-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-1-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/sign-stop.jpg"><img class="alignnone size-full wp-image-645" title="sign stop" src="http://djitz.com/wp-content/uploads/sign-stop.jpg" alt="" width="155" height="137" /></a>

What does the sign above mean?</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-1-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-1-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(1,1,2)' alt='Question 1, Choice 1'></span><span id='mtq_marker-1-1-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-1-2' class='mtq_answer_text'>You must bring you car to a complete stop. Slowing down is not enough.</span></td></tr><tr id='mtq_row-1-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-1-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(1,2,2)' alt='Question 1, Choice 2'></span><span id='mtq_marker-1-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-2-2' class='mtq_answer_text'>You should slow down or stop if necessary so that you can yield the right-of-way to vehicles on the other road.</span></td></tr><tr id='mtq_row-1-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-1-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(1,3,2)' alt='Question 1, Choice 3'></span><span id='mtq_marker-1-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-3-2' class='mtq_answer_text'>Warns of a traffic control signal ahead.</span></td></tr><tr id='mtq_row-1-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-1-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(1,4,2)' alt='Question 1, Choice 4'></span><span id='mtq_marker-1-4-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-1-4-2' class='mtq_answer_text'>Crossroad ahead. Slow down, look care- fully in all directions.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-2-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 2</span><span id='mtq_stamp-2-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-2-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/02sign-yield.jpg"><img class="alignnone size-full wp-image-654" title="02sign yield" src="http://djitz.com/wp-content/uploads/02sign-yield.jpg" alt="" width="149" height="127" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-2-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-2-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(2,1,2)' alt='Question 2, Choice 1'></span><span id='mtq_marker-2-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-1-2' class='mtq_answer_text'>You must bring you car to a complete stop. Slowing down is not enough.</span></td></tr><tr id='mtq_row-2-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-2-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(2,2,2)' alt='Question 2, Choice 2'></span><span id='mtq_marker-2-2-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-2-2' class='mtq_answer_text'>You should slow down or stop if necessary so that you can yield the right-of-way to vehicles on the other road.</span></td></tr><tr id='mtq_row-2-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-2-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(2,3,2)' alt='Question 2, Choice 3'></span><span id='mtq_marker-2-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-3-2' class='mtq_answer_text'>Warns of a traffic control signal ahead.</span></td></tr><tr id='mtq_row-2-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-2-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(2,4,2)' alt='Question 2, Choice 4'></span><span id='mtq_marker-2-4-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-2-4-2' class='mtq_answer_text'>Crossroad ahead. Slow down, look care- fully in all directions.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-3-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 3</span><span id='mtq_stamp-3-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-3-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/03sign-traffic-control-signal.jpg"><img class="alignnone size-full wp-image-653" title="03sign traffic control signal" src="http://djitz.com/wp-content/uploads/03sign-traffic-control-signal.jpg" alt="" width="155" height="153" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-3-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-3-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(3,1,2)' alt='Question 3, Choice 1'></span><span id='mtq_marker-3-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-1-2' class='mtq_answer_text'>You must bring you car to a complete stop. Slowing down is not enough.</span></td></tr><tr id='mtq_row-3-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-3-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(3,2,2)' alt='Question 3, Choice 2'></span><span id='mtq_marker-3-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-2-2' class='mtq_answer_text'>You should slow down or stop if necessary so that you can yield the right-of-way to vehicles on the other road.</span></td></tr><tr id='mtq_row-3-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-3-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(3,3,2)' alt='Question 3, Choice 3'></span><span id='mtq_marker-3-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-3-2' class='mtq_answer_text'>Crossroad ahead. Slow down, look care- fully in all directions.</span></td></tr><tr id='mtq_row-3-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-3-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(3,4,2)' alt='Question 3, Choice 4'></span><span id='mtq_marker-3-4-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-3-4-2' class='mtq_answer_text'>Warns of a traffic control signal ahead.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-4-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 4</span><span id='mtq_stamp-4-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-4-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/04sign-divided-highway.jpg"><img class="alignnone size-full wp-image-652" title="04sign divided highway" src="http://djitz.com/wp-content/uploads/04sign-divided-highway.jpg" alt="" width="161" height="150" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-4-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-4-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(4,1,2)' alt='Question 4, Choice 1'></span><span id='mtq_marker-4-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-1-2' class='mtq_answer_text'>Warns of a traffic control signal ahead.</span></td></tr><tr id='mtq_row-4-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-4-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(4,2,2)' alt='Question 4, Choice 2'></span><span id='mtq_marker-4-2-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-2-2' class='mtq_answer_text'>The divided highway on which you are traveling ends ahead. Be careful as you approach the point where two-way traffic begins again.</span></td></tr><tr id='mtq_row-4-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-4-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(4,3,2)' alt='Question 4, Choice 3'></span><span id='mtq_marker-4-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-3-2' class='mtq_answer_text'>Height of underpass from road surface is shown. Do not try to enter if your load is higher than the figure shown on the sign.</span></td></tr><tr id='mtq_row-4-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-4-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(4,4,2)' alt='Question 4, Choice 4'></span><span id='mtq_marker-4-4-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-4-4-2' class='mtq_answer_text'>Slow down on wet road. Do not suddenly turn, speed up, or stop.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-5-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 5</span><span id='mtq_stamp-5-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-5-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/05sign-slow-down-wet.jpg"><img class="alignnone size-full wp-image-651" title="05sign slow down wet" src="http://djitz.com/wp-content/uploads/05sign-slow-down-wet.jpg" alt="" width="163" height="157" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-5-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-5-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(5,1,2)' alt='Question 5, Choice 1'></span><span id='mtq_marker-5-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-1-2' class='mtq_answer_text'>There is a winding road ahead. Drive slowly and carefully and do not pass.</span></td></tr><tr id='mtq_row-5-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-5-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(5,2,2)' alt='Question 5, Choice 2'></span><span id='mtq_marker-5-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-2-2' class='mtq_answer_text'>You should drive in the right-hand lane and expect oncoming traffic in the left-hand lane.</span></td></tr><tr id='mtq_row-5-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-5-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(5,3,2)' alt='Question 5, Choice 3'></span><span id='mtq_marker-5-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-3-2' class='mtq_answer_text'>The road curves one way (right) and then the other way (left). Slow down, keep right and do not pass.</span></td></tr><tr id='mtq_row-5-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-5-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(5,4,2)' alt='Question 5, Choice 4'></span><span id='mtq_marker-5-4-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-5-4-2' class='mtq_answer_text'>Slow down on wet road. Do not suddenly turn, speed up, or stop.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-6-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 6</span><span id='mtq_stamp-6-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-6-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/06sign-median-island.jpg"><img class="alignnone size-full wp-image-650" title="06sign median island" src="http://djitz.com/wp-content/uploads/06sign-median-island.jpg" alt="" width="163" height="163" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-6-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-6-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(6,1,2)' alt='Question 6, Choice 1'></span><span id='mtq_marker-6-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-1-2' class='mtq_answer_text'>The divided highway on which you are traveling ends ahead. Be careful as you approach the point where two-way traffic begins again.</span></td></tr><tr id='mtq_row-6-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-6-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(6,2,2)' alt='Question 6, Choice 2'></span><span id='mtq_marker-6-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-2-2' class='mtq_answer_text'>You should drive in the right-hand lane and expect oncoming traffic in the left-hand lane.</span></td></tr><tr id='mtq_row-6-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-6-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(6,3,2)' alt='Question 6, Choice 3'></span><span id='mtq_marker-6-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-3-2' class='mtq_answer_text'>You are approaching a point where other traffic lanes come together with the one you are on. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-6-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-6-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(6,4,2)' alt='Question 6, Choice 4'></span><span id='mtq_marker-6-4-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-6-4-2' class='mtq_answer_text'>Advises that you are approaching a section of highway where the opposing flows of traffic are separated by a median island.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-7-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 7</span><span id='mtq_stamp-7-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-7-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/07sign-right-hand-lane.jpg"><img class="alignnone size-full wp-image-649" title="07sign right hand lane" src="http://djitz.com/wp-content/uploads/07sign-right-hand-lane.jpg" alt="" width="162" height="158" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-7-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-7-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(7,1,2)' alt='Question 7, Choice 1'></span><span id='mtq_marker-7-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-1-2' class='mtq_answer_text'>Road ahead makes a sharp turn in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr><tr id='mtq_row-7-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-7-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(7,2,2)' alt='Question 7, Choice 2'></span><span id='mtq_marker-7-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-2-2' class='mtq_answer_text'>Another road enters the road you are traveling on from the direction shown. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-7-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-7-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(7,3,2)' alt='Question 7, Choice 3'></span><span id='mtq_marker-7-3-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-3-2' class='mtq_answer_text'>You should drive in the right-hand lane and expect oncoming traffic in the left-hand lane.</span></td></tr><tr id='mtq_row-7-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-7-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(7,4,2)' alt='Question 7, Choice 4'></span><span id='mtq_marker-7-4-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-7-4-2' class='mtq_answer_text'>You are approaching a point where two roadways come together, but you are not required to merge, an additional lane begins. Watch for traffic in the new lane.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-8-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 8</span><span id='mtq_stamp-8-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-8-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/08sign-merge-additional-lane.jpg"><img class="alignnone size-full wp-image-648" title="08sign merge additional lane" src="http://djitz.com/wp-content/uploads/08sign-merge-additional-lane.jpg" alt="" width="175" height="156" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-8-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-8-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(8,1,2)' alt='Question 8, Choice 1'></span><span id='mtq_marker-8-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-1-2' class='mtq_answer_text'>Another road enters the road you are traveling on from the direction shown. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-8-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-8-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(8,2,2)' alt='Question 8, Choice 2'></span><span id='mtq_marker-8-2-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-2-2' class='mtq_answer_text'>You are approaching a point where two roadways come together, but you are not required to merge, an additional lane begins. Watch for traffic in the new lane.</span></td></tr><tr id='mtq_row-8-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-8-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(8,3,2)' alt='Question 8, Choice 3'></span><span id='mtq_marker-8-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-3-2' class='mtq_answer_text'>You are approaching a point where other traffic lanes come together with the one you are on. Watch for traffic from that direction.</span></td></tr><tr id='mtq_row-8-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-8-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(8,4,2)' alt='Question 8, Choice 4'></span><span id='mtq_marker-8-4-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-8-4-2' class='mtq_answer_text'>The pavement ahead narrows; reduce speed. Room for two cars to pass, but with caution.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-9-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 9</span><span id='mtq_stamp-9-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-9-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/09sign-the-road-curves.jpg"><img class="alignnone size-full wp-image-647" title="09sign the road curves" src="http://djitz.com/wp-content/uploads/09sign-the-road-curves.jpg" alt="" width="160" height="160" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-9-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-9-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(9,1,2)' alt='Question 9, Choice 1'></span><span id='mtq_marker-9-1-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-1-2' class='mtq_answer_text'>The road curves one way (right) and then the other way (left). Slow down, keep right and do not pass.</span></td></tr><tr id='mtq_row-9-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-9-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(9,2,2)' alt='Question 9, Choice 2'></span><span id='mtq_marker-9-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-2-2' class='mtq_answer_text'>Road ahead makes a gradual curve in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr><tr id='mtq_row-9-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-9-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(9,3,2)' alt='Question 9, Choice 3'></span><span id='mtq_marker-9-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-3-2' class='mtq_answer_text'>Crossroad ahead. Slow down, look care- fully in all directions.</span></td></tr><tr id='mtq_row-9-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-9-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(9,4,2)' alt='Question 9, Choice 4'></span><span id='mtq_marker-9-4-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-9-4-2' class='mtq_answer_text'>Another road enters the road you are traveling on from the direction shown. Watch for traffic from that direction.</span></td></tr></table></div><div class='mtq_question mtq_scroll_item-2' id='mtq_question-10-2'><table class='mtq_question_heading_table'><tr><td><span class='mtq_question_label '>Question 10</span><span id='mtq_stamp-10-2' class='mtq_stamp'></span></td></tr></table><span id='mtq_question_text-10-2' class='mtq_question_text'><a href="http://djitz.com/wp-content/uploads/10sign-gradual-curve.jpg"><img class="alignnone size-full wp-image-646" title="10sign gradual curve" src="http://djitz.com/wp-content/uploads/10sign-gradual-curve.jpg" alt="" width="161" height="158" /></a>

<!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} -->What does the sign above mean?

&nbsp;</span><table class='mtq_answer_table'><colgroup><col class='mtq_oce_first'/></colgroup><tr id='mtq_row-10-1-2'><td class='mtq_letter_button_td'><span id='mtq_button-10-1-2' class='mtq_letter_button mtq_letter_button_0' onclick='mtq_button_click(10,1,2)' alt='Question 10, Choice 1'></span><span id='mtq_marker-10-1-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-1-2' class='mtq_answer_text'>There is a winding road ahead. Drive slowly and carefully and do not pass.</span></td></tr><tr id='mtq_row-10-2-2'><td class='mtq_letter_button_td'><span id='mtq_button-10-2-2' class='mtq_letter_button mtq_letter_button_1' onclick='mtq_button_click(10,2,2)' alt='Question 10, Choice 2'></span><span id='mtq_marker-10-2-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-2-2' class='mtq_answer_text'>You should drive in the right-hand lane and expect oncoming traffic in the left-hand lane.</span></td></tr><tr id='mtq_row-10-3-2'><td class='mtq_letter_button_td'><span id='mtq_button-10-3-2' class='mtq_letter_button mtq_letter_button_2' onclick='mtq_button_click(10,3,2)' alt='Question 10, Choice 3'></span><span id='mtq_marker-10-3-2' class='mtq_marker mtq_wrong_marker' alt='Wrong'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-3-2' class='mtq_answer_text'>Road ahead makes a sharp turn in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr><tr id='mtq_row-10-4-2'><td class='mtq_letter_button_td'><span id='mtq_button-10-4-2' class='mtq_letter_button mtq_letter_button_3' onclick='mtq_button_click(10,4,2)' alt='Question 10, Choice 4'></span><span id='mtq_marker-10-4-2' class='mtq_marker mtq_correct_marker' alt='Correct'></span></td><td class='mtq_answer_td'><span id='mtq_answer_text-10-4-2' class='mtq_answer_text'>Road ahead makes a gradual curve in the direction of the arrow (right). Slow down, keep right and do not pass.</span></td></tr></table></div>            <div id="mtq_results_request-2" class="mtq_results_request mtq_scroll_item-2">
        Once you are finished, click the button below. Any items you have not completed will be marked incorrect.        <span id="mtq_results_button-2" class='mtq_action_button mtq_css_button mtq_results_button'  onclick='mtq_get_results(2)'> <span class="mtq_results_text">
        Get Results        </span> </span> </div>
                </div>
        <!--End of mtqscrollable items--> 
    
  </div>
  <!--End of mtqscrollable--> 
  <!--mtq_status-->
    <span id="mtq_quiz_status-2" class="mtq_quiz_status">
  There are 10 questions to complete.  </span>
      <table id="mtq_listrow-2" class="mtq_listrow">
    <tr>
      <td class="mtq_listrow_button-td"><div id="mtq_back_button-2" class='prev browse left mtq_back_button mtq_listrow_button' alt="Go to Previous Question"></div></td>
      <td>        <div id="mtq_show_list-2" class="mtq_show_list mtq_css_button mtq_list_button" onclick="mtq_show_nav(2)" rel="mtq_navigator-2"> <span class="mtq_list_text">
          List          </span> </div>
        </td>
      <td class="mtq_listrow_button-td"><div id="mtq_next_button-2" class='next browse right mtq_next-button mtq_listrow_button' alt='Go to Next Question'></div></td>
    </tr>
  </table>
    </span> 
  <!--Holds all questions-->
    <div id="mtq_navigator-2" class="mtq_navigator"> <span id='mtq_return_list_t-2' class="mtq_return_list mtq_css_button mtq_return_button" onclick='mtq_nav_click(0,2)'> <span class="mtq_return_text">
    Return    </span> </span> <span id="mtq_shaded_item_msg-2" class="mtq_shaded_item_msg">
    Shaded items are complete.    </span>
    <table id="mtq_question_list_container-2" class="mtq_question_list_container">
      <tr>
        <td id='mtq_list_item-1-2' class='mtq_list_item' onclick='mtq_nav_click(1,2)'>1</td><td id='mtq_list_item-2-2' class='mtq_list_item' onclick='mtq_nav_click(2,2)'>2</td><td id='mtq_list_item-3-2' class='mtq_list_item' onclick='mtq_nav_click(3,2)'>3</td><td id='mtq_list_item-4-2' class='mtq_list_item' onclick='mtq_nav_click(4,2)'>4</td><td id='mtq_list_item-5-2' class='mtq_list_item' onclick='mtq_nav_click(5,2)'>5</td></tr><tr><td id='mtq_list_item-6-2' class='mtq_list_item' onclick='mtq_nav_click(6,2)'>6</td><td id='mtq_list_item-7-2' class='mtq_list_item' onclick='mtq_nav_click(7,2)'>7</td><td id='mtq_list_item-8-2' class='mtq_list_item' onclick='mtq_nav_click(8,2)'>8</td><td id='mtq_list_item-9-2' class='mtq_list_item' onclick='mtq_nav_click(9,2)'>9</td><td id='mtq_list_item-10-2' class='mtq_list_item' onclick='mtq_nav_click(10,2)'>10</td></tr><tr><td id='mtq_list_item-end-2' class='mtq_list_item' onclick='mtq_nav_click(11,2)'>End</td>      </tr>
    </table>
    <span id='mtq_return_list_b-2' class="mtq_return_list mtq_css_button mtq_return_button" onclick='mtq_nav_click(0,2)'> <span class="mtq_return_text">
    Return    </span> </span></div>
    <div id="mtq_variables" class="mtq_preload" style="display:none"> <input type='hidden' id='mtq_id-2' name='mtq_id_value' value='2' /><input type='hidden' name='question_id[]' value='4'/><input type='hidden' id='mtq_is_answered-1-2' value='0'/><input type='hidden' id='mtq_is_correct-1-2' value='0'/><input type='hidden' id='mtq_is_worth-1-2' value='10'/><input type='hidden' id='mtq_num_attempts-1-2' value='0'/><input type='hidden' id='mtq_points_awarded-1-2' value='0'/><input type='hidden' id='mtq_is_correct-1-1-2' value='1'/><input type='hidden' id='mtq_was_selected-1-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-1-2' value='0'/><input type='hidden' id='mtq_is_correct-1-2-2' value='0'/><input type='hidden' id='mtq_was_selected-1-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-2-2' value='0'/><input type='hidden' id='mtq_is_correct-1-3-2' value='0'/><input type='hidden' id='mtq_was_selected-1-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-3-2' value='0'/><input type='hidden' id='mtq_is_correct-1-4-2' value='0'/><input type='hidden' id='mtq_was_selected-1-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-1-4-2' value='0'/><input type='hidden' id='mtq_num_ans-1-2' value='4' /><input type='hidden' id='mtq_num_correct-1-2' value='1' /><input type='hidden' name='question_id[]' value='5'/><input type='hidden' id='mtq_is_answered-2-2' value='0'/><input type='hidden' id='mtq_is_correct-2-2' value='0'/><input type='hidden' id='mtq_is_worth-2-2' value='10'/><input type='hidden' id='mtq_num_attempts-2-2' value='0'/><input type='hidden' id='mtq_points_awarded-2-2' value='0'/><input type='hidden' id='mtq_is_correct-2-1-2' value='0'/><input type='hidden' id='mtq_was_selected-2-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-1-2' value='0'/><input type='hidden' id='mtq_is_correct-2-2-2' value='1'/><input type='hidden' id='mtq_was_selected-2-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-2-2' value='0'/><input type='hidden' id='mtq_is_correct-2-3-2' value='0'/><input type='hidden' id='mtq_was_selected-2-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-3-2' value='0'/><input type='hidden' id='mtq_is_correct-2-4-2' value='0'/><input type='hidden' id='mtq_was_selected-2-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-2-4-2' value='0'/><input type='hidden' id='mtq_num_ans-2-2' value='4' /><input type='hidden' id='mtq_num_correct-2-2' value='1' /><input type='hidden' name='question_id[]' value='6'/><input type='hidden' id='mtq_is_answered-3-2' value='0'/><input type='hidden' id='mtq_is_correct-3-2' value='0'/><input type='hidden' id='mtq_is_worth-3-2' value='10'/><input type='hidden' id='mtq_num_attempts-3-2' value='0'/><input type='hidden' id='mtq_points_awarded-3-2' value='0'/><input type='hidden' id='mtq_is_correct-3-1-2' value='0'/><input type='hidden' id='mtq_was_selected-3-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-1-2' value='0'/><input type='hidden' id='mtq_is_correct-3-2-2' value='0'/><input type='hidden' id='mtq_was_selected-3-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-2-2' value='0'/><input type='hidden' id='mtq_is_correct-3-3-2' value='0'/><input type='hidden' id='mtq_was_selected-3-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-3-2' value='0'/><input type='hidden' id='mtq_is_correct-3-4-2' value='1'/><input type='hidden' id='mtq_was_selected-3-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-3-4-2' value='0'/><input type='hidden' id='mtq_num_ans-3-2' value='4' /><input type='hidden' id='mtq_num_correct-3-2' value='1' /><input type='hidden' name='question_id[]' value='7'/><input type='hidden' id='mtq_is_answered-4-2' value='0'/><input type='hidden' id='mtq_is_correct-4-2' value='0'/><input type='hidden' id='mtq_is_worth-4-2' value='10'/><input type='hidden' id='mtq_num_attempts-4-2' value='0'/><input type='hidden' id='mtq_points_awarded-4-2' value='0'/><input type='hidden' id='mtq_is_correct-4-1-2' value='0'/><input type='hidden' id='mtq_was_selected-4-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-1-2' value='0'/><input type='hidden' id='mtq_is_correct-4-2-2' value='1'/><input type='hidden' id='mtq_was_selected-4-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-2-2' value='0'/><input type='hidden' id='mtq_is_correct-4-3-2' value='0'/><input type='hidden' id='mtq_was_selected-4-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-3-2' value='0'/><input type='hidden' id='mtq_is_correct-4-4-2' value='0'/><input type='hidden' id='mtq_was_selected-4-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-4-4-2' value='0'/><input type='hidden' id='mtq_num_ans-4-2' value='4' /><input type='hidden' id='mtq_num_correct-4-2' value='1' /><input type='hidden' name='question_id[]' value='8'/><input type='hidden' id='mtq_is_answered-5-2' value='0'/><input type='hidden' id='mtq_is_correct-5-2' value='0'/><input type='hidden' id='mtq_is_worth-5-2' value='10'/><input type='hidden' id='mtq_num_attempts-5-2' value='0'/><input type='hidden' id='mtq_points_awarded-5-2' value='0'/><input type='hidden' id='mtq_is_correct-5-1-2' value='0'/><input type='hidden' id='mtq_was_selected-5-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-1-2' value='0'/><input type='hidden' id='mtq_is_correct-5-2-2' value='0'/><input type='hidden' id='mtq_was_selected-5-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-2-2' value='0'/><input type='hidden' id='mtq_is_correct-5-3-2' value='0'/><input type='hidden' id='mtq_was_selected-5-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-3-2' value='0'/><input type='hidden' id='mtq_is_correct-5-4-2' value='1'/><input type='hidden' id='mtq_was_selected-5-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-5-4-2' value='0'/><input type='hidden' id='mtq_num_ans-5-2' value='4' /><input type='hidden' id='mtq_num_correct-5-2' value='1' /><input type='hidden' name='question_id[]' value='9'/><input type='hidden' id='mtq_is_answered-6-2' value='0'/><input type='hidden' id='mtq_is_correct-6-2' value='0'/><input type='hidden' id='mtq_is_worth-6-2' value='10'/><input type='hidden' id='mtq_num_attempts-6-2' value='0'/><input type='hidden' id='mtq_points_awarded-6-2' value='0'/><input type='hidden' id='mtq_is_correct-6-1-2' value='0'/><input type='hidden' id='mtq_was_selected-6-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-1-2' value='0'/><input type='hidden' id='mtq_is_correct-6-2-2' value='0'/><input type='hidden' id='mtq_was_selected-6-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-2-2' value='0'/><input type='hidden' id='mtq_is_correct-6-3-2' value='0'/><input type='hidden' id='mtq_was_selected-6-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-3-2' value='0'/><input type='hidden' id='mtq_is_correct-6-4-2' value='1'/><input type='hidden' id='mtq_was_selected-6-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-6-4-2' value='0'/><input type='hidden' id='mtq_num_ans-6-2' value='4' /><input type='hidden' id='mtq_num_correct-6-2' value='1' /><input type='hidden' name='question_id[]' value='10'/><input type='hidden' id='mtq_is_answered-7-2' value='0'/><input type='hidden' id='mtq_is_correct-7-2' value='0'/><input type='hidden' id='mtq_is_worth-7-2' value='10'/><input type='hidden' id='mtq_num_attempts-7-2' value='0'/><input type='hidden' id='mtq_points_awarded-7-2' value='0'/><input type='hidden' id='mtq_is_correct-7-1-2' value='0'/><input type='hidden' id='mtq_was_selected-7-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-1-2' value='0'/><input type='hidden' id='mtq_is_correct-7-2-2' value='0'/><input type='hidden' id='mtq_was_selected-7-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-2-2' value='0'/><input type='hidden' id='mtq_is_correct-7-3-2' value='1'/><input type='hidden' id='mtq_was_selected-7-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-3-2' value='0'/><input type='hidden' id='mtq_is_correct-7-4-2' value='0'/><input type='hidden' id='mtq_was_selected-7-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-7-4-2' value='0'/><input type='hidden' id='mtq_num_ans-7-2' value='4' /><input type='hidden' id='mtq_num_correct-7-2' value='1' /><input type='hidden' name='question_id[]' value='11'/><input type='hidden' id='mtq_is_answered-8-2' value='0'/><input type='hidden' id='mtq_is_correct-8-2' value='0'/><input type='hidden' id='mtq_is_worth-8-2' value='10'/><input type='hidden' id='mtq_num_attempts-8-2' value='0'/><input type='hidden' id='mtq_points_awarded-8-2' value='0'/><input type='hidden' id='mtq_is_correct-8-1-2' value='0'/><input type='hidden' id='mtq_was_selected-8-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-1-2' value='0'/><input type='hidden' id='mtq_is_correct-8-2-2' value='1'/><input type='hidden' id='mtq_was_selected-8-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-2-2' value='0'/><input type='hidden' id='mtq_is_correct-8-3-2' value='0'/><input type='hidden' id='mtq_was_selected-8-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-3-2' value='0'/><input type='hidden' id='mtq_is_correct-8-4-2' value='0'/><input type='hidden' id='mtq_was_selected-8-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-8-4-2' value='0'/><input type='hidden' id='mtq_num_ans-8-2' value='4' /><input type='hidden' id='mtq_num_correct-8-2' value='1' /><input type='hidden' name='question_id[]' value='12'/><input type='hidden' id='mtq_is_answered-9-2' value='0'/><input type='hidden' id='mtq_is_correct-9-2' value='0'/><input type='hidden' id='mtq_is_worth-9-2' value='10'/><input type='hidden' id='mtq_num_attempts-9-2' value='0'/><input type='hidden' id='mtq_points_awarded-9-2' value='0'/><input type='hidden' id='mtq_is_correct-9-1-2' value='1'/><input type='hidden' id='mtq_was_selected-9-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-1-2' value='0'/><input type='hidden' id='mtq_is_correct-9-2-2' value='0'/><input type='hidden' id='mtq_was_selected-9-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-2-2' value='0'/><input type='hidden' id='mtq_is_correct-9-3-2' value='0'/><input type='hidden' id='mtq_was_selected-9-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-3-2' value='0'/><input type='hidden' id='mtq_is_correct-9-4-2' value='0'/><input type='hidden' id='mtq_was_selected-9-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-9-4-2' value='0'/><input type='hidden' id='mtq_num_ans-9-2' value='4' /><input type='hidden' id='mtq_num_correct-9-2' value='1' /><input type='hidden' name='question_id[]' value='13'/><input type='hidden' id='mtq_is_answered-10-2' value='0'/><input type='hidden' id='mtq_is_correct-10-2' value='0'/><input type='hidden' id='mtq_is_worth-10-2' value='10'/><input type='hidden' id='mtq_num_attempts-10-2' value='0'/><input type='hidden' id='mtq_points_awarded-10-2' value='0'/><input type='hidden' id='mtq_is_correct-10-1-2' value='0'/><input type='hidden' id='mtq_was_selected-10-1-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-1-2' value='0'/><input type='hidden' id='mtq_is_correct-10-2-2' value='0'/><input type='hidden' id='mtq_was_selected-10-2-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-2-2' value='0'/><input type='hidden' id='mtq_is_correct-10-3-2' value='0'/><input type='hidden' id='mtq_was_selected-10-3-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-3-2' value='0'/><input type='hidden' id='mtq_is_correct-10-4-2' value='1'/><input type='hidden' id='mtq_was_selected-10-4-2' value='0'/><input type='hidden' id='mtq_was_ever_selected-10-4-2' value='0'/><input type='hidden' id='mtq_num_ans-10-2' value='4' /><input type='hidden' id='mtq_num_correct-10-2' value='1' /> <span id="mtq_have_completed_string" class="mtq_preload">
    You have completed    </span> <span id="mtq_questions_string" class="mtq_preload">
    questions    </span> <span id="mtq_question_string" class="mtq_preload">
    question    </span> <span id="mtq_your_score_is_string"  class="mtq_preload">
    Your score is    </span> <span id="mtq_correct_string"  class="mtq_preload">
    Correct    </span> <span id="mtq_wrong_string"  class="mtq_preload">
    Wrong    </span> <span id="mtq_partial_string"  class="mtq_preload">
    Partial-Credit    </span> <span id="mtq_exit_warning_string"  class="mtq_preload">
    You have not finished your quiz. If you leave this page, your progress will be lost.    </span>
    <input type='hidden' id='mtq_answer_display-2' value='2'/>
    <input type='hidden' id='mtq_single_page-2' value='0'/>
    <input type='hidden' id='mtq_show_hints-2' value='1'/>
    <input type='hidden' id='mtq_show_start-2' value='1'/>
    <input type='hidden' id='mtq_show_final-2' value='1'/>
    <input type='hidden' id='mtq_show_alerts-2' value='1'/>
    <input type='hidden' id='mtq_multiple_chances-2' value='1'/>
    <input type='hidden' id='mtq_proofread-2' value='0'/>
    <input type="hidden" name="quiz_id" id="quiz_id-2" value="2" />
    <input type="hidden" name="mtq_total_questions" id="mtq_total_questions-2" value="10" />
    <input type="hidden" name="mtq_current_score" id="mtq_current_score-2" value="0" />
    <input type="hidden" name="mtq_max_score" id="mtq_max_score-2" value="0" />
    <input type="hidden" name="mtq_questions_attempted" id="mtq_questions_attempted-2" value="0" />
    <input type="hidden" name="mtq_questions_correct" id="mtq_questions_correct-2" value="0" />
    <input type="hidden" name="mtq_questions_wrong" id="mtq_questions_wrong-2" value="0" />
    <input type="hidden" name="mtq_questions_not_attempted" id="mtq_questions_not_attempted-2" value="0" />
    <input type="hidden" id="mtq_display_number-2" value="1" />
    <input type="hidden" id="mtq_show_list_option-2" value="1" />
    <input type='hidden' id='mtq_num_ratings-2' value='6'/><input type='hidden' id='mtq_ratingval-1-2' value='-1'/><span id='mtq_rating-1-2' class='mtq_preload'>All done</span><input type='hidden' id='mtq_ratingval-2-2' value='0'/><span id='mtq_rating-2-2' class='mtq_preload'>Need more practice!</span><input type='hidden' id='mtq_ratingval-3-2' value='40'/><span id='mtq_rating-3-2' class='mtq_preload'>Keep trying!</span><input type='hidden' id='mtq_ratingval-4-2' value='60'/><span id='mtq_rating-4-2' class='mtq_preload'>Not bad!</span><input type='hidden' id='mtq_ratingval-5-2' value='80'/><span id='mtq_rating-5-2' class='mtq_preload'>Good work!</span><input type='hidden' id='mtq_ratingval-6-2' value='100'/><span id='mtq_rating-6-2' class='mtq_preload'>Perfect!</span>    <input type="hidden" id="mtq_gf_present-2" value="0"/>
      </div>
  
  <!--Variables Div--> 
  <!--/form--> 
</div>
<!--Quiz area div-->


<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_Banner_mix_TxDL */
google_ad_slot = "7301858144";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=637&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/texas-driver-license-written-test-review-questions-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Texas Driver License Test (Written and Road Test) Guide</title>
		<link>http://djitz.com/guides/texas-driver-license-test-written-and-road-test-guide/</link>
		<comments>http://djitz.com/guides/texas-driver-license-test-written-and-road-test-guide/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 16:43:43 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Djitz Life Journey]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Driver License]]></category>
		<category><![CDATA[Texas Driver License]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=626</guid>
		<description><![CDATA[Yup, just got my Texas Driver License this week after practicing to drive here in US for two weeks. Getting the Driver License in Texas is not that hard but don&#8217;t take it for granted too, you must make sure you give some effort to read the Texas Driver License Handbook and practice a lot [...]]]></description>
			<content:encoded><![CDATA[<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} -->Yup, just got my Texas Driver License this week after practicing to drive here in US for two weeks. Getting the Driver License in Texas is not that hard but don&#8217;t take it for granted too, you must make sure you give some effort to read the Texas Driver License Handbook and practice a lot driving in the road.</p>
<p>So what does it take to have a Texas drivers license?</p>
<p><span id="more-626"></span></p>
<h5>0. The Documents</h5>
<p>In general, this is the <a href="http://www.txdps.state.tx.us/DriverLicense/ApplyforLicense.htm">list of things</a> you need to apply for driver license in Texas.</p>
<p>For you who are curious about how to get Texas driver license for foreign student, here&#8217;s what you need when you are applying:</p>
<ul>
<li>Passport</li>
<li>I-20</li>
<li>I-94</li>
<li>School acceptance letter</li>
<li>Internship job acceptance letter (if internship)</li>
</ul>
<p>Just make sure you have all of the documents above, then they will let you proceed. You will need to pay around $25 for the processing fee if they accept your application.</p>
<h5>1. The Written Test</h5>
<p>There are two written test options; first is the paper test, and second is the computer test (the one I took).</p>
<p>The test consist of 25 multiple choice questions, if you do your assignment by reading the Texas drivers license handbook several times and do the review questions in the back part of the handbook (yes, there is a review question section), you will be good.</p>
<p>If you&#8217;re lazy to answer the questions, you can check <a href="http://blog.wentoday.com/?p=138">Wen&#8217;s blog</a>, he answered most of the questions already.</p>
<p>If you pass the written test, they will let you schedule for the driving test. You will receive an appointment slip.</p>
<h5>2. The Driving Test</h5>
<p>Yup, the last and most important test to get the Drivers License. The Driving test is a 20 minute test in which the examiner will seat beside you and make you go to the street around the DPS office and grade how well is your driving skills.</p>
<p>To take the driving test you must have the appointment slip that you got after the DPS officer find the driving test schedule for you, car insurance, car inspection, car registration, and an ID.</p>
<p>First the examiner will ask you to turn on the left/right signal, test the horn, and brake light.</p>
<p>In Texas, the first part of driving test is the parallel parking and it will be in the DPS office parking area. You will be asked to park the car in between two poles beside the curb. Make sure you practice your parallel parking well, because if you hit the pole, you will fail automatically.</p>
<p>For tutorial videos about parallel parking, check my <a href="http://www.youtube.com/playlist?p=PLD972762803BBA9EE">youtube &#8216;Parallel Parking&#8217; playlist here</a>.</p>
<p>If you pass the parallel parking, then you will be asked to drive out of the DPS office and go to the street.</p>
<p>Make sure you do these things:</p>
<ol>
<li>Stop completely at the STOP sign, if you do rolling stop you will fail.</li>
<li>Turn left or right correctly (turn the signal, look at the mirrors, look over shoulder) and make sure you see it&#8217;s safe to turn.</li>
<li>Observe the speed limit.</li>
</ol>
<p>You will then be asked to return to the DPS office, don&#8217;t worry you don&#8217;t need to memorize how to go back, the examiner will guide you.</p>
<p>After the test, the examiner will tell you what are your mistakes and whether you pass or fail.</p>
<h5>3. The Temporary Driver License</h5>
<p>If you complete the driving test successfully (that means you pass), the examiner will ask you to go inside and wait for couple of minutes till one of the officer inside print your temporary driver license.</p>
<p>Congratulations, you are now allowed to drive in the street! <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Make sure to drive carefully and follow all the things you have learned through.</p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix */
google_ad_slot = "4606479639";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix_2 */
google_ad_slot = "4479753664";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=626&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/texas-driver-license-test-written-and-road-test-guide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Medical Technology / Medical Laboratory Science Curriculum of Adventist University of the Philippines</title>
		<link>http://djitz.com/guides/medical-technology-medical-laboratory-science-curriculum-of-adventist-university-of-the-philippines/</link>
		<comments>http://djitz.com/guides/medical-technology-medical-laboratory-science-curriculum-of-adventist-university-of-the-philippines/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 04:11:19 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[medical-technology]]></category>
		<category><![CDATA[philippines]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=534</guid>
		<description><![CDATA[Recently when I check my blog visitors, I notice that some people got to my blog from Google and they were looking for the BS Medical Technology curriculum. As far as I know, people is always curious about Medtech courses because it&#8217;s not a common course like nursing or medical doctor. Every time I got [...]]]></description>
			<content:encoded><![CDATA[<p>Recently when I check my blog visitors, I notice that some people got to my blog from Google and they were looking for the BS Medical Technology curriculum.</p>
<p>As far as I know, people is always curious about Medtech courses because it&#8217;s not a common course like nursing or medical doctor. Every time I got a job interview, the interviewer always ask me what actually is Medical Technology.</p>
<p>I&#8217;m not going to answer that question here, because I&#8217;ve actually wrote a blog post about it <a href="http://djitz.com/djitz-life-journey/medical-technology-course-what-is-it/">here</a>.</p>
<p>But this time I want to share with you what the medtech students learn in their course and I hope this will give some help for those who are considering medtech (or medical laboratory science, it&#8217;s current name) as their degree. <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<span id="more-534"></span><br />
(*To open the document in Google Docs and download it, click this <a href="https://docs.google.com/document/pub?id=1qs8MAqo-q8sFsz4p4Ly-H9UmSXM8ymukEvpJLA-9Ywk">link</a>.)</p>
<p><iframe src="https://docs.google.com/document/pub?id=1qs8MAqo-q8sFsz4p4Ly-H9UmSXM8ymukEvpJLA-9Ywk&amp;embedded=true" height="800" width="500"></iframe></p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix */
google_ad_slot = "4606479639";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2285219071414372";
/* dj_L_Rectangle_mix_2 */
google_ad_slot = "4479753664";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<img src="http://djitz.com/?ak_action=api_record_view&id=534&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/medical-technology-medical-laboratory-science-curriculum-of-adventist-university-of-the-philippines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Check if a Relation is in BCNF, 3NF, or Both</title>
		<link>http://djitz.com/guides/how-to-check-if-a-relation-is-in-bcnf-3nf-or-both/</link>
		<comments>http://djitz.com/guides/how-to-check-if-a-relation-is-in-bcnf-3nf-or-both/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 22:52:31 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[NEU MSCS]]></category>
		<category><![CDATA[computer science]]></category>

		<guid isPermaLink="false">http://djitz.com/?p=419</guid>
		<description><![CDATA[Another note of my database lecture class regarding Normalization and checking whether a relation is in BCNF, 3NF, or both. The textbook that I use is &#8220;Database Management System&#8221; by Ramakrishnan and Gehrke and though it is a very comprehensive textbook, it is not that easy to understand. The discussion about BCNF, and 3NF was [...]]]></description>
			<content:encoded><![CDATA[<p>Another note of my database lecture class regarding Normalization and checking whether a relation is in BCNF, 3NF, or both.</p>
<p>The textbook that I use is &#8220;Database Management System&#8221; by Ramakrishnan and Gehrke and though it is a very comprehensive textbook, it is not that easy to understand. The discussion about BCNF, and 3NF was so wordy and has few examples.</p>
<p>So this is my way of making notes that will help myself on the final exam later, and I hope it can help you also understanding the BCNF and 3NF relation.</p>
<p><span id="more-419"></span></p>
<h5>BCNF Relation</h5>
<p>Probably you&#8217;ve heard the definition of Boyce-Codd Normal Form, and let&#8217;s repeat it again:</p>
<blockquote><p>A relation in in BCNF if for every non-trivial FD X → A, X is a superkey.</p></blockquote>
<p>Now, this doesn&#8217;t help at all, does it? But an example will surely help:</p>
<p><strong>Example #1 :</strong><br />
ABCD<br />
AB → CD</p>
<p>The steps are :</p>
<ol>
<li> Find the candidate keys (We will not discuss how to find candidate keys here).</li>
<li>Check if all the FD satisfies the definition.</li>
</ol>
<p>For example #1:</p>
<ol>
<li>The candidate key is only one, that is AB.</li>
<li>Fortunately that AB is also our left hand side FD (AB → CD), so the relation is in BCNF.</li>
</ol>
<p><strong>Example #2 :</strong><br />
ABCDE<br />
AB → CD<br />
E → A<br />
D → A</p>
<ol>
<li>Candidate key : BE.</li>
<li>Unfortunately, all the left hand side FDs does not include BE, so the relation is not in BCNF.</li>
</ol>
<h5>3NF Relation</h5>
<p>Third Normal Form (3NF) is a bit more relaxed form compared to BCNF. Let&#8217;s see the definition:</p>
<blockquote><p>A relation is in 3NF if for every non-trivial FD X → A, X is a superkey or A is part of some key for R.</p></blockquote>
<p>Once again, it doesn&#8217;t help much until we see the example. So let&#8217;s go back to our previous examples.</p>
<p><strong>Example #1 :</strong><br />
ABCD<br />
AB → CD</p>
<p>The steps are the same with checking for BCNF.</p>
<ol>
<li>Candidate key is AB, and</li>
<li>Our only FD&#8217;s left hand side is equal to that candidate key, so it is in 3NF.</li>
</ol>
<p>Honestly, you don&#8217;t need to check for 3NF for the first example, because all relation that is in BCNF is also in 3NF. <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><strong>Example #2 :</strong><br />
ABCDE<br />
AB → CD<br />
E → A<br />
D → A</p>
<ol>
<li>Candidate key : BE.</li>
<li>Let&#8217;s check the FDs one by one:</li>
</ol>
<ul>
<li>E → A : this is not ok, because E is not a candidate key, and A is not part of BE.</li>
</ul>
<h5>Do you have examples of relation that is not in BCNF but it is in 3NF?</h5>
<p>Sure I have!</p>
<p><strong>Example #3:</strong><br />
ABCD<br />
ABC → D<br />
D → A</p>
<p>Let&#8217;s check this relation for both BCNF and 3NF.</p>
<p>BCNF check:</p>
<ol>
<li> Candidate keys : ABC and BCD.</li>
<li>Check the FDs:</li>
</ol>
<ul>
<li>ABC → D : ABC is a candidate key.</li>
<li>D → A : D is not a candidate key, so it is not in BCNF.</li>
</ul>
<p>3NF check:</p>
<ol>
<li> Candidate keys : ABC and BCD.</li>
<li>Check the FDs:</li>
</ol>
<ul>
<li>ABC → D : ABC is a candidate key.</li>
<li>D → A : D is not a candidate key, BUT A is part of candidate key (ABC), so it is ok.</li>
</ul>
<p>Since both are okay, this relation is 3NF.</p>
<p>That&#8217;s all there is in regards to determining whether a database relation is in BCNF or 3NF, it&#8217;s not that confusing at it appears to after all.</p>
<p>Questions and critics are welcome! And if you have a relation example that you are not sure of, you can ask in the comments section. <img src='http://djitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><br />
</p>
<img src="http://djitz.com/?ak_action=api_record_view&id=419&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/how-to-check-if-a-relation-is-in-bcnf-3nf-or-both/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

