Skip to content

Partial II preparation

After courses 5 through 9 on the study path: Delays, GPIO, Comparisons, and Practice 1.

PartTypical content
I — TheoryMOVF REGISTRO,F vs zero (Z); C and Z; pipeline; machine cycle
II — DevelopmentREG1 > REG2 subroutine; C/Z after SUBWF; 3 ms delay @ 20 MHz
III — ProblemsPump countdown; line-following robot
Sample UNEXPO Partial II exam
Reference: Second Partial — PIC18F4550 Microcontrollers.
  1. Delays
  2. Comparisons
  3. GPIO and buttons
  4. Practice 1

Course topics: Delays, comparisons, and GPIO

Software delays, register comparisons, GPIO, buttons, and Practice 1.

Reference material: Clase Tema 4 y 5.pdf · Practica 1 Operacion matematia.pdf

1. Review these lessons

Complete each page and pass its interactive exam before taking this partial.

2. Lab practices

3. Take the partial exam below

Minimum 70% to pass. A CALETAS account is required to take this exam and save your result.

Interactive exam

Partial II — Delays and comparisons

Based on: Clase Tema 4 y 5.pdf

0 of 0 answered

MOVF REGISTRO,F to compare to zero mainly affects flag...
The machine cycle with a 20 MHz crystal is...
The formula Delay = CM × Σ CI belongs to...
After MOVF B,W and SUBWF A,W with A=5, B=3, Z equals...
After A-B with A=2, B=7 (unsigned), C equals...
For REG1 > REG2 you must check C=1 and...
CALL and RETURN in a delay typically add...
In a local delay loop BRA is used because...
TRISB = 0xFF configures port B as...
PIC18 pipeline overlap means that...
To write a stable output on a pin you preferably use...
A 3 ms delay @ 20 MHz is calculated using...