CAD + CAM

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

Last updated 4:00 PM on 4/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

What do all computer systems have in common?

A CPUT (central processing unit), a RAM (random access memory), a hard disk storage and some input / output devices

2
New cards

What is the function of a CPU?

The CPU executes programs (e.g. the program displaying this page)

3
New cards

What is the function of RAM?

RAM holds data and instructions that the CPU is currently using.

4
New cards

What is the function of hard disk storage?

It stores data and instructions long term, when they are not being used.

5
New cards

What is the function of input / output devices?

6
New cards

Name two types of devices that allow interaction with a computer system.

Allow a user to interact with the computer system (input devices -> keyboard, mouse ; output devices -> monitor, printer)

7
New cards

What is a microprocessor?

The 'brain' of a general purpose computer that can run various programs (e.g. browsing, loading apps, using peripherals like headphones / mice).

8
New cards

What are some devices that typically contain microprocessors?

General Purpose computers in -> Desktop computers, laptops, smartphones, and smartwatches.

9
New cards

Why does a microprocessor use an operating system?

In order to control and manage multiple processes at the same time.

10
New cards

What is a microcontroller?

A tiny, single-purpose computer dedicated to one task well.

11
New cards

Characteristics of a microcontroller

Embedded in another device, dedicated to one task (run one specific program), low-power devices, dedicated input / output device, small and low cost (components chosen to minimize size and be cheap).

12
New cards

What does it mean for a microcontroller to be 'embedded'?

It is integrated into another device to control its features or actions (often a consumer product). Also known as an 'embedded controller'.

13
New cards

What type of memory do microcontrollers use to store their programs?

ROM (read-only memory) which generally does not change.

14
New cards

How do microcontrollers typically differ in power consumption compared to microprocessors?

Microcontrollers are often low-power devices, consuming significantly less energy.

15
New cards

How is the CPU of a microcontroller organised?

All systems are embedded within them (including EEPROM, Timer, CPU, RAM, I/O, ROM and Serial Interface)

16
New cards

What is EEPROM?

Electronically Erasable Programmable Read Only Memory that can be erased and reprogrammed multiple times.

17
New cards

What is the purpose of a timer in a microcontroller?

It acts as a counter that increments on each pulse of the clock, allowing the CPU to manage other tasks. (e.g. Arduinos use timers as reference for the functions delay and millis)

18
New cards

What does I/O stand for in the context of microcontrollers?

Input and output control signals handled within the microcontroller chip.

19
New cards

What are GPIO pins?

General Purpose Input Output pins used for handling signals in microcontrollers (set to digital or analogue).

20
New cards

How do microcontrollers interact with sensors?

They detect analogue data, which is then converted to digital for processing.

21
New cards

Analogue signals

Continuous signals that represent varying quantities.

22
New cards

Digital signals.

Discrete signals that represent distinct values.

23
New cards

What is the difference between analogue and digital clocks?

Analogue clocks display infinite values, while digital clocks show discrete values.

24
New cards

Where are microcontrollers typically used?

Embedded systems, IoT devices, robotics and automation