Public University of Navarre



Academic year: 2019/2020
Bachelor's degree in Industrial Engineering at the Universidad Pública de Navarra
Course code: 252506 Subject title: INDUSTRIAL ELECTRONICS
Credits: 6 Type of subject: Mandatory Year: 3 Period: 1º S
Department: Ingeniería Eléctrica, Electrónica y de Comunicación
Lecturers:
ELOSUA AGUADO, CESAR (Resp)   [Mentoring ] RUETE IBARROLA, LEYRE   [Mentoring ]
URRUTIA AZCONA, AITOR   [Mentoring ]

Partes de este texto:

 

Module/Subject matter

Module: Cross-cientific technological module
Subject Matter: Electrical and Electronic Technology

Up

Contents

  • Dgital representation of information
  • Boole Algebra and logic functions
  • Combinational digital circuits
  • Sequential digital circuits
  • Introduction to microprocessors and microcontrollers.

Up

Descriptors

Combinational circuits. Sequential circuits. Logic families. Introduction to Microprocessors

Up

General proficiencies

CG3: Conocimiento en materias básicas y tecnológicas, que les capacite para el aprendizaje de nuevos métodos y teorías, y les dote de versatilidad para adaptarse a nuevas situaciones.

CG4: Capacidad de resolver problemas con iniciativa, toma de decisiones, creatividad, razonamiento crítico y de comunicar y transmitir conocimientos, habilidades y destrezas en el campo de la Ingeniería Industrial.

CG10: Capacidad de trabajar en un entorno multilingüe y multidisciplinar.

Up

Specific proficiencies

CEI2: Knowledge about the fundamentals of digital electronic and microprocessors, and their applications. 

Up

Learning outcomes

  • R1. Knowledge about numbering and coding digital systems 
  • R2. Knowledge about combinational/sequential digital systems, and their design rules. 
  • R3. Design and simulation of simple combinational/sequential digital circuits. 
  • R4. Knowledge about the internal structure of microprocessors and microcontrollers. 

Up

Methodology

Methodology - Activity Presential time (hours) Non-presential time (hours)
A-1 Expository/participative classes 35  
A-2 Practical and Laboratory Classes 15  
A-3 Debates, group mentoring  5  
A-4 Work preparation   27
A-5 Material reading   11
A-6 Individual study   50
A-7 Exams 5  
A-8 Individual mentoring 2  
     
Total 62 88

Up

Languages

English

Up

Evaluation

LEARNING RESULT After this course the student should: EVALUATION SYSTEM WEIGHT (%) RECOVERABLE
Know the numbering and coding systems. Know what a combinational circuit is and how it is designed.  Design and simulate small combinational circuits. Know the internal structure of microprocessors and microcontrollers and understand their operation.  Exam  75  Sí
Know the numbering and coding systems. Know what a combinational circuit is and how it is designed.  Design and simulate small combinational circuits. Know the internal structure of microprocessors and microcontrollers and understand their operation. Program a microprocessor in a high level language. Develop applications with microprocessors or microcontrollers  Short-answer exams (Test type)  18.75  No
Know the numbering and coding systems. Know what a combinational circuit is and how it is designed.  Design and simulate small combinational circuits. Know the internal structure of microprocessors and microcontrollers and understand their operation. Program a microprocessor in a high level language. Develop applications with microprocessors or microcontrollers  Reports  6.25   No

 

 

EXPLANATORY NOTES

 

1. The theoretical concepts and exercises will mean 75% of the grade.

In order to pass the subject in the continuous evaluation (without the need to do the re-take exam) it is an indispensable condition to obtain at least 4 points out of 10 in this part.

 

2. The practical part of the subject corresponds to the remaining 25% of the total weight to be evaluated.

The accomplishment of the practices in the laboratory is of obligatory fulfillment to have right to the evaluation of the rest of items of the subject (including the re-take exam).

 

The delivery of the scripts of practices duly completed is also mandatory.

 

To evaluate this part, short-answer exams will also be carried out.

 

3. The re-take exam will be made for those students who have followed the subject regularly and will consist of a single exam on the totality of the theoretical contents of the subject that corresponds to 75% of the overall mark. In this case, in order to pass the subject, a minimum of 5 points out of 10 will be required in this re-take exam.

Up

Agenda

  • CHAPTER 1: INTRODUCTION TO DIGITAL ELECTRONICS
    • Basics.
    • Digital and analog signals. Definition and characteristics.
    • Digital electronics. Applications.
  • CHAPTER 2: DIGITAL REPRESENTATION OF THE INFORMATION
    • Digital representation of the information.
      • Information concept and unit of information.
      • Information codification.
    • Numeral systems.
      • Binary numeral system.
      • Octal numeral system.
      • Hexadecimal numeral system.
      • System conversion.
    • Binary codes.
      • Natural binary code.
      • Decimal codes expressed in binary code: BCD, Excess-3 BCD.
      • Cyclic and continuous binary codes: Gray and Johnson.
      • Representation of signed numbers.
      • Representation of fixed point and floating point numbers.
      • Alphanumeric codes: ASCII.
      • Applications.
  • CHAPTER 3: BOOLEAN ALGEBRA. LOGIC FUNCTIONS
    • Boolean algebra.
      • Boolean algebra axioms.
      • Boolean algebra theorems.
    • Logic functions.
      • Definition of logic variable.
      • Definition of logic function.
      • Representation of logic functions. Truth table.
      • Basic logic functions and their symbols (logic gates).
      • Complete sets of logic gates.
      • Function generation with logic gates.
    • Simplification with logic functions.
      • Simplification by application of theorems.
      • Canonical forms for a logic function. Synthesis by minterms and maxterms.
      • Simplification with Karnaugh maps. Examples.
      • Simplification of incomplete functions.
      • Simplification of multifunctions.
  • CHAPTER 4: DIGITAL ARITHMETIC SYSTEMS
    • Binary arithmetic.
      • Introduction.
      • Arithmetic operations in binary natural code.
      • Arithmetic operations in BCD: addition and subtraction.
    • Arithmetic circuit.
      • Basic half-adder.
      • Complete adder.
      • Parallel adder with serial carry.
      • Parallel adder with parallel carry.
      • Serial adder.
      • Basic half-subtractor.
      • Complete subtractor.
      • Adder-subtractor.
      • Binary multiplier.
      • Arithmetic Logic Unit (ALU).
  • CHAPTER 5: OTHER COMBINATIONAL SYSTEMS
    • Combinational circuits and subsystems.
      • Combinational circuit concept.
      • Digital multiplexer. Multiplexer extension. Applications of multiplexers: parallel-serial conversion. Generation of functions.
      • Encoders. Standard encoders. Priority encoders.
      • Decoders. Mutual exclusive output decoders. Driver decoders. Decoder extension. Decoder applications: serial-parallel conversion (demultiplexers). Generation of logical functions.
      • Code converters.
      • Parity generator and checker. Parity generator and checker extension.
      • Binary comparator. Comparator extension.
  • CHAPTER 6: SEQUENTIAL SYSTEMS
    • Bistables (latches and flip-flops).
      • Sequential system definition.
      • Types and characteristics: asynchronous and synchronous.
      • R S bistable.
      • J K bistable.
      • T bistable.
      • D bistable.
      • Bistable timing parameters.
    • Shift registers.
      • Register concept.
      • Shift registers. Serial input, serial output. Serial input, parallel output. Parallel input, serial output. Parallel input, parallel output.
      • Bidirectional register.
      • Applications of registers. Sequence generator.
    • Counters.
      • Digital counters.
      • Asynchronous counters. Decade counter.
      • Synchronous counters. Serial and parallel carry.
      • Reversible counter.
      • Counters based on shift registers. Ring counter. Johnson counter. Anti-lockout counter.
      • Applications.
    • Analysis and design of synchronous sequential circuits.
      • Analysis of synchronous sequential circuits.
      • Transition tables and state diagrams: Mealy and Moore machine state.
      • Synthesis of synchronous sequential systems.
  • CHAPTER 7: PROGRAMMABLE LOGIC DEVICES
    • Programmable logic devices (PLD).
      • Programmable ROM encoders.
      • Programmable logic matrices (PLA).
      • Programmable AND logical arrays (PAL).
      • PLDs based on macrocells
      • FPGAs
      • Programming software tools
      • Introduction to VHDL
  • CHAPTER 8: INTEGRATED DIGITAL CIRCUITS: LOGIC FAMILIES
    • Integrated digital circuits. Main logic families¿ general characteristics.
      • NAND gate 74X00
      • TTL family and subfamilies
      • Notation and encapsulation of integrated digital circuits.
      • Characteristics or general parameters for digital circuits.
      • Connectivity among different technologies
  • CHAPTER 9: INTRODUCTION TO MICROPROCESSORS
    • Introduction to microprocessors
      • Basic architectures in a microprocessor
      • External Devices: memory, peripherals
      • Programming a microprocessor (low and high level languages)
      • Application examples (digital outputs, analog-digital conversion).

Up

Bibliography

Access the bibliography that your professor has requested from the Library.


BASIC BIBLIOGRAPHY

 

Title: DIGITAL FUNDAMENTALS, GLOBAL EDITION

Law Express

Author: Thomas L Floyd

Editorial: Pearson Education Limited, 2015. Ed. 11

ISBN    1292075996, 9781292075990

N.º de páginas 912 páginas

 

Title: SOLVED PROBLEMS IN DIGITAL ELECTRONICS (*)

Authors: Ignacio Del Villar, Francisco J. Arregui, Javier Goicoechea  

Editorial: MARCOMBO, S.A.

ISBN: 9788426726308

 

Title: PROBLEMAS RESUELTOS DE ELECTRÓNICA DIGITAL (*)

Author: Javier García Zubía

Editorial: MCGRAW-HILL

 

Title: PROBLEMAS RESUELTOS DE ELECTRÓNICA DIGITAL (*)

Author: C. Bariáin, I. R. Matías, F. J. Arregui

Editorial: Universidad Pública de Navarra

 

SUPLEMENTARY BIBLIOGRAPHY

 

Title: CIRCUITOS ELECTRÓNICOS: DIGITALES.

Author: MANUEL MAZO QUINTAS Y OTROS.

Editorial: SERVICIO DE PUBLICACIONES. UNIVERSIDAD DE ALCALA.

 

Title: FUNDAMENTOS DE ELECTRÓNICA DIGITAL

Author: CECILIO BLANCO VIEJO

Editorial: THOMSON-PARANINFO

 

Title: CIRCUITOS ELECTRÓNICOS DIGITALES II

Author: ELIAS MUÑOZ MERINO y otros

Editorial: SERVICIO DE PUBLICACIONES UNIVERSIDA POLITECNICA DE MADRID

 

Título: PROBLEMAS DE CIRCUITOS Y SISTEMAS DIGITALES (*)

Autor: CARMEN BAENA, MANUEL JESÚS BELLIDO, etc

Editorial: MCGRAW-HILL

 

Título: EJERCICIOS DE ELECTRÓNICA DIGITAL. (*)

Autor: ISIDORO PADILLA.

Editorial: DPTO DE PUBLICACIONES E.T.S. ING. DE TELECOMUNICACION MADRID.

 

Título: ELECTRÓNICA DIGITAL. (*)

Autores: L. CUESTA; A. GIL PADILLA; F. REMIRO.

Editorial: MCGRAW-HILL

 

(*) EXERCISES BOOKS

 

 

Up

Location

Aulario Classrooms and laboratories 

Up