CS: Computing systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Microprocessor

Tiny, single purpose computers that do one thing well.

  • Usually embedded inside some other device

  • Low-power devices

  • Dedicated input and output device

  • Small and low cost

  • Central chip has everything embedded on it.

2
New cards

Open source hardware

Anyone can see the design specification of a physical object; it can be created, viewed, modified and distributed by anyone.

3
New cards

Open source software

The source code is available for development by anyone without having to purchase it. They can study, copy, modify and distribute new versions of it.

4
New cards

Arduino boards

Equipped with separate sets of digital and analogue input/output pins connected to the CPU on the Arduino

5
New cards

Digital signals

Discrete binary values

6
New cards

Analogue signals

Continuous, infinite range of values

7
New cards

Interface

Where two computer systems coordinate

8
New cards

What language are Arduino programs written in?

Arduino C, a small subset of C++, in the Arduino IDE

9
New cards

USB

A serial data transmission protocol

10
New cards

IDE examples

Pycharm, IDLE, Arduino IDE

11
New cards

Port

  • Software ports: codes for where something like an operating system decides how to deal with incoming traffic

  • Hardware ports: the physical connection between two devices eg. cable plugged into computer

12
New cards

Driver

A small program which tells an operating system how to respond to a particular hardware that’s attached to the system

13
New cards

Bootloader

Small program that’s almost never erased; stored in ROM; contains instructions for computer to start up

14
New cards

What causes a motor to turn or stop turning?

The signal sent to the motor from a microprocessor. This can supply or withhold a DC current. When the motor is powered by the DC current, a magnetic field is created within the stator, attracting and repelling magnets on the rotor, causing it to rotate.

15
New cards

What group of output devices are motors a part of?

Actuators

16
New cards

DC current

Direct current, which only flows in one direction, often used by electronic systems

17
New cards

Stepper motor

A brushless DC electric motor.

  • Full 360 degree rotation is divided into a number of equal steps.

  • The motor can be sent signals to turn a specific number of steps

  • This allows the stepper motor to be controlled with more precision than other DC motors, since the exact position that the motor will be in after moving any number of steps can be accurately calculated.

18
New cards

Stepper motor applications

  • Security cameras

  • DVD players

  • Car side mirror tilt

  • CNC machinese