24,428 courses · 2,504 curriculum guides Sponsored by eAgentic Software Sponsored by eAgentic Software

CET1112C: Digital Fundamentals with Laboratory

CET1112C — Digital and Computer Circuits
← Course Modules
3 credit hours 60 contact hours Prerequisites: Varies by institution and the gates are real: Gulf Coast State College requires MAC1105 (College Algebra) and EET1084C with a minimum grade of C, and offers the course in SPRING ONLY - missing it costs a year, not a term. NOTE: the C suffix means an integrated lecture+laboratory course - one registration, one grade, about 60 contact hours for 3 credits. WARNING: an Engineering Technology course; it generally does NOT substitute for EEL3701C in a BSEE or BSCpE. v1.1

Course Description

CET1112C is the first digital course in Florida's Computer Engineering Technology and Electronics Engineering Technology programs. The Statewide Course Numbering System defines it as Digital Fundamentals — digital codes, logic circuits and Boolean algebra — and describes it as "a first course: gates, registers, counters, sequential and combined logic. Hardware oriented." The state description is explicit that the treatment is hardware-oriented rather than mathematical: students build and troubleshoot logic, they do not merely analyse it on paper.

The C suffix marks an integrated lecture-plus-laboratory course. Lecture and laboratory are one registration and one grade, and the course typically carries 60 contact hours for 3 credits rather than the 45 of a lecture-only course. That difference is the most common scheduling surprise here: it consumes about four hours of scheduled time a week, not three.

The course is offered at five Florida public colleges, each under its own local title — Gulf Coast State College ("Digital and Computer Circuits"), Daytona State College ("Digital Fundamentals and Lab"), Indian River State College ("Logic Circuits I"), Pensacola State College ("Digital Fundamentals") and Hillsborough Community College ("Basic Digital Systems"). All five carry it at 3 credits. The titles vary more than the content does: each is the same first course in combinational and sequential logic, and the statewide definition is what governs transfer.

Gulf Coast State College's catalog entry is representative of how the course is actually delivered: "integrated lecture and laboratory experiences to facilitate the study of digital integrated circuits, number systems, and Boolean algebra simplification and introduction to computer architecture… gates, counters, adders, registers, multivibrators, and arithmetic logic units. National Instruments MultiSim will be used to design circuits and protoboards with test equipment will be used to build and test circuits." Note the pairing — simulation and a physical build, with both assessed. That is the pattern across these programmes.

Students arrive from two directions. Most are in an A.S. or A.A.S. degree in Computer Engineering Technology, Electronics Engineering Technology, or a networking or biomedical-equipment programme, where this course is the gateway to microprocessors, computer architecture and embedded systems. A smaller group arrives from industry, sent by an employer to formalise troubleshooting knowledge already acquired on the job.

Learning Outcomes

Required Outcomes

Optional Outcomes

These appear at some institutions and not others, and are often the point at which one college's version of the course runs further than another's.

Major Topics

Required Topics

Optional Topics

Resources & Tools

Career Pathways

Special Information

⚠⚠ The same course exists as CET1112 without the C — and the difference is real

Florida's statewide inventory carries both CET1112 and CET1112C under the same statewide title. They are not interchangeable:

If you are at a Florida public college, the course you will register for is CET1112C. If you are transferring credit in under the bare number, expect the receiving programme to ask whether your course included laboratory hours, because a digital course without a bench component does not prepare you for the microprocessor and troubleshooting courses that follow.

Offering Notes — offerings and hours, school by school

Every institution carrying CET1112C lists it at 3 credits — there is no credit divergence in this course, which is worth stating plainly because several of its neighbours in the CET prefix do vary.

InstitutionIts titleCreditsContact hours
Gulf Coast State CollegeDigital and Computer Circuits3not published
Daytona State CollegeDigital Fundamentals and Lab3not published
Indian River State CollegeLogic Circuits I3not published
Pensacola State CollegeDigital Fundamentals3not published
Hillsborough Community CollegeBasic Digital Systems3not published

All five are Florida College System institutions, so statewide numbering guarantees transfer of this course between them.

The 60 contact hours given at the top of this guide are derived, not sourced. None of the five colleges publishes a contact-hour figure for this course; 60 is the standard Florida allocation for a 3-credit integrated lecture-and-laboratory course — about two hours of lecture and two to three of laboratory a week. Your own college's schedule is the authority: check the scheduled meeting pattern, not the credit value, when you plan a term around it.

Credits are taken from the statewide inventory's per-institution records. Gulf Coast additionally restricts the course to the spring term, which is a harder constraint than any hour count.

Position in the curriculum

This is a first-year course with no prerequisite in the statewide definition, but individual colleges do gate it, and the gates are real. Gulf Coast State College requires MAC1105 (College Algebra) and EET1084C with a minimum grade of C, and offers the course in the spring term only — a scheduling constraint worth knowing a year ahead, because missing it costs a full year in the sequence rather than a term. Other colleges commonly require or recommend a DC circuits course first and gate on college-level algebra placement; check your own catalog rather than assuming the statewide "no prerequisite" applies. It is in turn the prerequisite, formally or in practice, for microprocessors (CET1117C, CET2123C or EET2141C depending on the college), computer architecture, and any embedded systems or PLC course in the programme. Failing it delays the whole second-year sequence by a term, because the courses that follow are offered once a year at several of these colleges.

Articulation and transfer

The statewide numbering system guarantees transfer of CET1112C to any Florida public institution offering the same course number. Two cautions matter more than the guarantee:

Course format and workload

Expect roughly two hours of lecture and two to three hours of scheduled laboratory each week, hence the 60 contact hours. The laboratory is where the grade is won or lost: circuits that work in simulation frequently do not work on a breadboard, and the difference is almost always wiring discipline, a floating input, or a missing decoupling capacitor. Budget six to eight hours a week outside class, more in the weeks covering Karnaugh maps and sequential circuits, which are where students most often lose the thread.

Certification

No certification maps directly to this course. It is, however, the foundation beneath the certifications the rest of the programme targets — CompTIA A+ and Network+, the Cisco CCNA sequence, and manufacturer-specific automation credentials — and it supplies the prerequisite knowledge assumed by the ETA International Associate Certified Electronics Technician examination, which shares the letters CET with this prefix by coincidence rather than design.

Course-code variation across Florida

The same first digital course appears under several numbers depending on the programme it serves: CET1112C in computer engineering technology; CET1114C where the college follows the "Digital Fundamentals (one course)" definition, which assumes a prior solid-state electronics course; equivalents in the EET prefix in some electronics technology programmes; and EEL3701C as the university-level counterpart, which is a different and more demanding course despite overlapping topics. Match on content and laboratory hours, not on the number alone.

AI Integration

Large language models are now a routine first stop for a student stuck on a Karnaugh map or a flip-flop timing question, and this course is an unusually clear case of where that help ends.

Where the tools are genuinely useful: explaining a concept a second way when the textbook's phrasing does not land; generating practice problems and worked conversions between number systems; drafting a first-pass state table from a written specification; explaining an unfamiliar data-sheet parameter; and writing or commenting HDL boilerplate where the course reaches VHDL or Verilog.

Where they fail, and why it matters here: current models are unreliable at exactly the mechanical tasks this course assesses. They produce truth tables with transcription errors, group Karnaugh map cells illegally — wrapping incorrectly, or grouping non-adjacent cells — drop don't-care conditions, and confuse edge-triggered with level-sensitive behaviour when describing flip-flops. The answer arrives in confident, correctly formatted prose, which is what makes it dangerous to a beginner who cannot yet check it.

The coincidence worth noticing: the central skill this course teaches — verify the circuit against its truth table, then verify the build against the circuit — is the exact procedure that catches an incorrect machine-generated answer. A student who has learned to test a design systematically can use these tools safely; one who has not is in no position to use them at all. Treat any generated simplification as an unverified claim and check it by expanding the expression back to its truth table.

Academic integrity: the laboratory component is individually observed, and instructors in this course commonly assess by asking a student to explain a circuit at the bench. Submitted work a student cannot explain is the failure mode institutions look for. Check your college's academic integrity policy and your syllabus — practice varies by instructor within the same department.


Generated September 12, 2026 · Updated September 12, 2026