Chapter 3 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is primary memory?

A

Computer memory which can be accessed directly from the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is primary memory made up of?

A

RAM - SRAM, DRAM

ROM - PROM, EPROM, EEPROM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the Random Access Memory (RAM) do?

A

▪ RAM stores data, files, part of an application or part of the operating system currently in use
▪ RAM can be written to or read from, and the data stored can be changed by the user/computer
▪ It is volatile, memory contents are lost when powering off the computer
▪ Temporary memory device
▪ Faster access time to locate data in RAM than in secondary devices

The larger the RAM, the faster the computer will operate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the differences between Dynamic RAM (DRAM) vs Static RAM (SRAM)

A

DRAM:

  1. Consists of transistors and capacitors: stores bits as charges
  2. Needs to be constantly refreshed
  3. Less expensive to manufacture
  4. Can have higher storage capacity
  5. Consumes more power (b/c it needs to be constantly refreshed)
  6. Has sower access time (b/c it needs to be refreshed)
  7. Used in main memory

SRAM:

  1. Uses flip-flops to hold each bit of memory
  2. Does not need to be constantly refreshed
  3. More expensive to manufacture
  4. Has lower storage capacity
  5. Consumes less power (no need to refresh)
  6. Has faster access time
  7. Used in processor cache memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the Read-Only Memory (ROM) do?

A

▪ ROM stores boot up instructions, e.g. the basic input/output system (BIOS)
▪ ROM cannot be changed (it is read only)
▪ It is non-volatile: it does not lose content when power turned off
▪ Permanent memory device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the Programmable Read-Only Memory (PROM) do?

A

▪ ROM chip that can be altered once, and it can’t be changed again afterwards
▪ Often used in mobile phones and RFID tags

RFID tags - used in tracking and identification; when passed through a special electrical field, they broadcast data through a high frequency radio wave

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the Erasable Programmable Read-Only Memory (EPROM) do?

A

▪ Can be programmed and then changed whenever necessary
▪ Selective deletion cannot take place: we need to delete everything and write all over again
▪ Used in applications which are under development e.g.: the programming of new games consoles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the Electrically Erasable Programmable Read-Only Memory (EEPROM) do?

A

▪ Can be programmed and then changed whenever necessary
▪ Electricity is used to delete data
▪ Selective deletion can take place
▪ Popular in PCs and Smartphones: firmware can be easily updated by the manufacturer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Example of how ROM and RAM are used:

A

RAM stores:
• Data/instructions received from control
• Instructions for programming user’s own routines

ROM stores:
• Factory settings (e.g. remote control frequencies of a toy car)
• The ‘start-up’ routines when switching on for the first time
• The set routines (e.g. how buttons control turning left, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are embedded systems?

A

Embedded systems involve installing microprocessors into devices to enable operations to be controlled in a more efficient way

▪ E.g.: Cookers, Refrigerators, Central heating systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why do simple devices with embedded microprocessor may not have OS?

A

They only carry out single tasks which do not vary
- The input is a button pressed (/touchscreen option selected) which activates a simple hardware function that does not need an OS to control it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

+ of embedded systems:

A

▪ Small in size and therefore easy to fit into devices
▪ Relatively low cost to make
▪ Usually dedicated to one task, making for simple interfaces and often no requirement of an operating system
▪ Consume very little power
▪ Very fast reaction to changing input (operate in real time)
▪ With mass production comes reliability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • of embedded systems:
A

▪ Difficult to upgrade devices: to take advantage of new technology
▪ Troubleshooting faults in the device becomes a specialist task
▪ Although the interface can appear to be simple, in reality it can be more confusing (e.g.: changing the time on a cooker clock can require several steps)
▪ Any device that can be accessed over the Internet is also open to hackers, viruses, etc,
▪ Due to the difficulty in upgrading and fault finding, devices are often just thrown away rather than being repaired (wasteful)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do secondary devices do?

A

▪ Store applications, the OS, device drivers and general files (docs, photos, music, etc)
▪ Devices not directly accessible by the CPU
▪ Non-volatile devices
▪ Larger storage capacity than primary memory
▪ Data access time is slower than RAM & ROM
▪ Can be classified into Magnetic, Solid State, Optical storage devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the characteristics of a Hard Disk Drive (HDD)?

A

▪ Has one or more platters made of aluminium or glass
▪ The platters/disks are mounted on a central spindle
▪ The disks are rotated at high-speed
▪ Each surface of the platter/disk is ferrous-oxide (FeO): capable of being magnetised
▪ Each surface of the disk has a read/write head mounted on an arm
▪ Electronic circuits control the movement of the arm and heads
▪ The surface of the platter/disk is divided into concentric tracks, and sectors (where data is stored)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Compared to RAM, does the HDD have slower or faster access to data?

A

Slow data access: b/c read/write heads constantly seek for the correct blocks of data ➔ many head movements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is latency?

A

The time to find a track

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is defragmentaion software? Why is it needed?

A

▪ Editing and Deleting data lead to sectors becoming fragmented: HDD performance drops (it takes longer to access data)
▪ Improves data access time by rearranging the information on a disk so that files appear in continuous
sequences of clusters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What happens when an application requests a file stored on a HDD?

A

▪ Application program executes a statement to read a file
▪ Application program passes file read request to the operating system
▪ The operating system begins to spin the hard disk, if it is not currently spinning
▪ The operating system looks up the track and sector where the file begins
▪ The head moves to the correct track
▪ The hard disk drive waits for the correct sector to arrive under the head
▪ The head reads the first cluster of sectors from disk and writes data into the disk buffer
▪ While the file continues, the head reads successive clusters of sectors from the disk and writes data into the disk buffer
▪ When the hard disk drive has read the file, it generates an interrupt
▪ The operating system transfers the contents of the disk buffer to the application program’s data memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What are the characteristics of a Solid State Drive (SSD)?

A

▪ Has no moving parts
▪ Non-volatile memory
▪ Makes use of NAND gates: data is stored as 0s & 1s
▪ Some SSDs use NOR gates
▪ The movement of electrons is controlled to read/write in NAND gates
▪ Not possible to overwrite existing data (it is necessary to first erase the old data then write the new data in the same location)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

SSD vs HDD?

A
\+ More reliable (no moving parts to go wrong)
\+ Lighter
\+ Faster start up times
\+ Have a lower power consumption
\+ Run much cooler than HDDs
\+ Very thin (they have no moving parts)
\+ Access data faster
  • Unknown longevity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Where is solid state technology used?

A

▪ Used by memory sticks/flash memories (pen drives)
- Very small, lightweight devices

▪ Digital cameras use XD or SD cards (form of solid-state storage)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What are the 3 different optical disc types?

A

▪ CD – Compact Disc
▪ DVD – Digital Versatile Disc
▪ Blu-ray Disc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are the similar characteristics of CDs (CD-R/CD-RW) & DVDs (DVD-R/DVD-RW)?

A

▪ Surface of disc has a reflective metal alloy layer
▪ Spiral track(s) on the disc have sequence of pits and lands (pits and bumps)
▪ Data is stored in pits and lands
▪ Red laser beam is shone onto disc to read / write
▪ Reflected light in then encoded as a bit pattern
▪ Drive motor is used to spin the disc
▪ Disc rotates at different speeds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is burning?

A

The process of recording data onto an optical disc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

CD-R/DVD-R

A

Write once only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

CD-RW/DVD-RW

A

Read and Write many times (as separate operations)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

DVD vs CD (in general):

A

▪ Uses dual layering (two recording layers) ➔ increases the storage capacity
▪ The ‘pit’ size and track width are both smaller ➔ more data can be stored
▪ Uses a laser with a shorter wavelength ➔ increases the storage capacity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

What are the characteristics of DVD-RAM?

A

▪ Data is stored using lasers
▪ Uses a rotating disk with concentric tracks: data is stored in sectors
▪ Direct access
▪ Allows read and write operation to occur simultaneously
▪ Requires no special read/write software
▪ Single or double sided, 4.7 Gb capacity per side
▪ Disc rotates at a constant speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

DVD-RAM vs DVD-R:

A

▪ Direct access because of the use of concentric tracks rather than a spiral track
▪ Concentric tracks allow read and write at the same time
▪ More read/write operations (<=1000000) and great longevity (over 30 years) → Ideal for archiving

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Blu-Ray VS DVDs

A

▪ A blue laser is used to carry out read/write operations rather than red lasers
▪ Blue laser light has a shorter wavelength which allows smaller ‘pits’ and ‘bumps’ ➔ greater storage capacity
▪ Built-in secure encryption system (prevents piracy and copyright infringement)
▪ Blu-ray uses a single disk whereas DVD uses a sandwich of two disks
▪ Blu-ray disks do not suffer from reading errors because of their construction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Where are each type of discs used?

A

▪ CD/DVD:

  • Back-up systems
  • Transfer files between computers
  • Software (Read-only format)

▪ DVD & Blu-ray:
- Movies/games

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Why do we need data to be read automatically into a computer?

A

✓ More accurate
✓ Faster process
✓ Less expensive as no employees are needed to enter data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What are some devices that can automatically read data and input it into a computer system?

A

▪ Scanners
▪ Barcode readers
▪ Digital cameras
▪ Sensors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

What are some devices that require human intervention?

A
▪ Keyboards and keypads
▪ Pointing devices
▪ Microphones
▪ Touch screens
▪ Interactive Whiteboards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

What is a microphone?

A

▪ An analogue input device that records (inputs) sound

▪ Built into the computer or external device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

How does a microphone work? (internal operation)

A

▪ The microphone has a diaphragm / ribbon
▪ The incoming sound waves hit the diaphragm that vibrates, causing a coil to move past a magnet (dynamic microphone)
▪ An electrical signal is produced which this electric current flows out from the microphone to an amplifier or sound recording device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

How do keyboards/keypads work?

A

▪ Uses switches and circuits to translate keystrokes into signals the computer can understand
▪ Each circuit is broken beneath the key
▪ When key pressed, a circuit is completed and a signal is sent
▪ Processor compares location of signal to a character map stored on ROM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

+ and - of keyboards?

A

+ The easiest method to enter text

  • Easy to make mistake
  • Input can be slow
  • Repetitive Strain Injury (RSI) in the hands and wrists
    (ergonomic keyboards can help to overcome this)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What is a mouse?

A

An input device to control a pointer or cursor on a

screen

41
Q

What are the 2 types of mice?

A

Mechanical mouse
▪ A rubber ball underneath which moves around on a
hard surface and sensors work out the orientation of
the mouse

Optical mouse
▪ Uses a red LED and a sensor to determine the movement in the x-y direction

42
Q

How does an optical mouse work? (internal operation)

A

▪ Laser / light shines onto a surface
▪ The light is reflected from the surface through the ring
▪ Sensor detects reflected light
▪ Capturing details / photograph of surface (under the ring)
▪ As the mouse moves the sensor detects changes in the surface detail / photograph
▪ Which are translated into movement (change of x and y co-ordinates)
▪ The processor updates the position of the cursor on the screen

43
Q

What is a trackerball?

A

▪ Trackerballs have a ball on the top of the device which is moved by the user (fingers or palm)
▪ The device remains stationary: requires less desk space
▪ Used in computer aided design (CAD) – 3D designs: for its increased precision
▪ Used by physically impaired people
▪ Less likely to suffer from RSI

44
Q

How does a trackerball work? (internal operation)

A

▪ The ball touches horizontal and vertical rollers
▪ When the ball rotates one or both of the rollers rotate as well
▪ Infrared beams shine through the holes in the disks
▪ As the ball moves the roller the beam is broken by the space between the holes creating pulses of light
▪ The distance and/or speed of the mouse is determined from the rate of the pulses by an onboard processor chip

45
Q

What is a touchpad and how does it work?

A

▪ Laptops have built-in touchpads
▪ A tactile sensor controls the cursor by moving a finger over the surface of the pad
▪ Tapping on surface allows selection

46
Q

What is a touchscreen?

A

▪ An interactive input device that allow selections (e.g.: icons/apps) to be made by touching the screen (finger/stylus) rather than using pointing devices

▪ Ideal for:
Tablets
Watches
Mobile phones
Car satellite navigation systems

▪ Make use of LCD and OLED technology

47
Q

What are the 3 most common touchscreen technologies?

A

▪ Resistive
▪ Capacitive
▪ Infrared

48
Q

How does a resistive touch screen work? (internal operation)

A
  • Resistive makes use of two layers: atop layer of plastic and a bottom layer of glass
  • When the top layer is touched, the two layers make contact
  • The circuit is completed when the layers touch
  • The co-ordinates of touch/contact are determined/calculated by the microprocessor
49
Q

How does a capacitive touch screen work? (internal operation)

A
  • Capacitive makes use of many layers of glass that act like a capacitor
  • Creatsfields between the glass layers
  • When the top layers is touched the electric current changes
  • Sensors at the corners of the screen detect the change
  • The co-ordinates of the touch are calculated by an on-board microprocessor
50
Q

How does an infrared touch screen work? (internal operation)

A
  • It makes use of glass as the screen material
  • Infrared rays are sent from the edges across the screen
  • Rays form a grid across the screen
  • When a touch is made ray is broken
  • Calculation is made to determine the coordinates of the touch
51
Q

+ and - of resistive touch screens?

A

+ Relatively inexpensive technology
+ Possible to use bare fingers, gloved fingers or a stylus to carry out an input operation.

  • Screen visibility is poor in strong sunlight
  • It doesn’t permit multi-touch capability
  • The screen durability is only fair; vulnerable to scratches and wears out through time
52
Q

+ and - of capacitive touch screens?

A

+ Medium cost technology.
+ Screen visibility is good even in strong sunlight
+ Permits multi-touch capability
+ Screen is very durable

  • Allows only the use of bare fingers as the form of input
53
Q

+ and - of infrared touch screens?

A

+ Allows multi-touch capabilities.
+ Allows the use of bare fingers, gloved fingers or a stylus for input
+ Good screen durability

  • Relatively expensive technology
  • Only fairly good screen visibility in strong sunlight
54
Q

What are 2D scanners?

A

▪ Input devices used to convert a hard copy information into an electronic format which can be understood by a computer

55
Q

How does a 2D scanner work? (internal operation)

A

▪ Laser beam is shone onto the source document
▪ The scanned image reaches a CCD through mirrors and lenses
▪ Sensors detect levels of reflected light
▪ Brighter light results in greater electrical charge
▪ Light intensity is converted (by software) to a digital value

56
Q

What can be used in addition to a 2D scanner?

A

▪ Optical Character Recognition (OCR) software

  • OCR software converts handwritten or printed into an actual text file that can then be edited
  • Prone to errors

▪ Optical Mark Recognition (OMR) software

  • Used to interpret pencil marks on a scanned piece of paper for: Multiple –choice question papers and Lottery tickets
  • Marks must be very clear, otherwise they may not be properly recognised
57
Q

What is a 3D scanner and how does it work?

A

▪ Input device that scans a physical 3D object using a laser or a light source and produces a 3D model/image (digital 3D data)
▪ It measures and inputs the geometry of a 3D object into a computer system – images at several points along x, y, z coordinates
▪ The 3D image can be used into CAD software
▪ Can be used in conjunction with a 3D printer → to create a physical model

58
Q

Where are 3D scanners used?

A

▪ Industrial fields
▪ Medical fields
▪ In airports as a security measure

59
Q

How does 3D tomography/MRI scanning work?

A

▪ Tomography builds up an image of the solid object through a series of very thin ‘slices’

1. Each slice is built up by use of
▪ X-Rays
▪ Radio frequencies or
▪ Gamma imaging
2. Slices are then stored as a digital image in computer memory
60
Q

What are biometric devices?

A

▪ Input devices that make use of scanners to identify people, based on person’s unique physical characteristics

▪ Can use:
✓Face recognition
✓Fingerprint scan
✓Iris and retinal scans
✓Hand geometry (palm print)
61
Q

What is a barcode reader?

A

▪ An automatic input device with software that converts a barcode into a number

62
Q

How does a QR (quick response) code work/is read?

A

▪ Consists of black and white squares
▪ Can store a variety of info (links, images, videos, messages)

▪ QR code reader is an input device that scans the QR code:
1. Reads using an imaging device (e.g. built-in camera of smartphone) and a laser
o Light is reflected back – black squares reflect less light than white squares
2. Processed by QR code reading software

▪ When QR code is scanned (read)
✓ We are directed to a website, video, social networking site or
✓ A message is displayed

63
Q

What is an interactive whiteboard?

A

▪ Interactive Whiteboard is a virtual whiteboard: an input device that works in a similar manner to a touch-screen
▪ It is connected to a computer and its display is projected on the board
▪ The board is calibrated to ensure that the sensors line up with the displayed image
▪ Sensors determine which part of the board has been touched (finger/special pen) and translate the touch into an action

64
Q

What is a sensor?

A
  • Sensors collect data in an analogue form (such as temperature or pressure) and require conversion to digital data to be processed: this is achieved by an ADC
  • Sensors are used in both monitoring and control applications
65
Q

What can sensors check?

A

Temperature (measures heat)
Moisture / humidity (measures amount of humidity in a
material/air)
Light (measures light levels)
Infrared / Motion
Pressure
Acoustic/Sound
Gas (such as O2 or CO2)
pH (measures how acidic or alkaline something is)
Magnetic Field (detects changes in magnetic fields)

66
Q

Sensors in monitoring and controlling applications:

A

▪ Monitoring:
- The computer/microprocessor will make no changes to the actual process; it will simply report the values and inform users of the status of the process being monitored

▪ Control:

  • The output from the comp./micropr. can alter how the process is operating; open a valve, switch off a heater, change the speed of a pump
  • The output from the comp./micropr. can affect the next input it receives
67
Q

How to answer a typical question on monitoring and controlling with sensors:

A
  1. Sensors send signals to the microprocessor/computer
  2. The signals are converted from analogue to digital using an ADC
  3. The computer/microprocessor analyses the data received by checking it against previously stored values
  4. If the new data is outside the acceptable range, a warning message is sent/alarm is activated
    (monitoring system)
  5. If the new data is outside the acceptable range, the computer/microprocessor sends a signal to control valves/motors etc.
    (control system)
68
Q

Examples of output devices:

A
▪ Printers: Inkjet printer, Laser printer, 3D printer 
▪ Speakers 
▪ Monitors
▪ Projectors 
▪ Cutters 
▪ Actuators
69
Q

What happens when a document is printed using a laser printer? (steps)

A
  1. Data to be printed is sent to the printer driver
  2. Printer driver puts data into a format that the printer can understand
  3. Printer driver ensures that the printer is available to print (e.g. is it out of paper etc.)
  4. Data is sent to the printer and is stored in a printer buffer (temporary memory)
  5. A rotating printing drum is given a positive charge; a laser beam is scanned across it removing the positive charge in certain areas; this leaves negatively charged areas which match the text/images of the page to be print
  6. The drum is then coated with positively charged toner (powdered ink), so it only sticks to the negatively charged parts of the drum
  7. A negatively charged sheet of paper is then rolled over the drum
  8. The toner on the drum sticks to the paper to produce exact copy of the page to be print
  9. The electric charge on the paper is removed after one drum rotation (to prevent paper sticking to drum)
  10. A fuser (two hot rollers) bonds the toner to the paper by heat and pressure
  11. A discharge lamp removes the electric charge from the drum and it is ready to print the next page

(5-11 are the internal operation of the laser printer)

70
Q

What happens when a document is printed using an inkjet printer? (steps)

A
  1. Data to be printed is sent to the printer driver
  2. Printer driver puts data into a format that the printer can understand
  3. Printer driver ensures that the printer is available to print (e.g. is it out of paper etc.)
  4. Data is sent to the printer and is stored in a printer buffer (temporary memory)
  5. Sensor detects whether there a paper is available in the paper feed tray; otherwise an error message is sent to the computer
  6. Sheet of paper is fed into the printer; the print head moves from side to side across the page to print text/images; the 4 ink colours are sprayed in the correct amounts to give required colour
  7. At the end of each pass of the print head, the paper is advanced to allow the next line to be printed; this continues until the whole page has been printed
  8. If there is more data to the printer buffer, the process from stage 5 is repeated until the printer buffer is empty
  9. Once the printer buffer is empty, the printer sends an interrupt to the processor requesting for more data to be sent; whole cycle continues until the entire document has been printed

(5-9 are the internal operation of the inkjet printer)

71
Q

+ and - of inkjet printers?

A

+ Cheaper to buy than more printers
+ Image quality can be excellent when used with photographic paper
+ Relatively quiet in operation

  • Expensive to run – they use a lot of ink which is expensive to buy
  • Ink cartridges do not last very long – unsuitable for long print runs
  • Image quality can be poor when printing on ordinary paper – paper absorbs ink
  • Prevents printing on both sides of the page – ink absorption
  • Slow at printing
72
Q

How does an inkjet printer that makes use of thermal bubbles work?

A

▪ Behind print nozzles there are tiny resistors that create heat
▪ The heat makes the ink vaporise and form tiny bubbles
▪ As each bubble expands, ink is pushed out of the print head nozzle onto the paper
▪ When the bubble collapses a vacuum is created and this pulls more fresh ink into the print head
▪ The process continues until the page is printed

73
Q

How does an inkjet printer that makes use of piezoelectric crystals work?

A

▪ A small piezoelectric crystal is located at the back of each ink reservoir of each nozzle
▪ The crystal is given a small electric charge which makes it vibrate
▪ Vibration forces ink to be ejected onto the paper
▪ New ink is drawn in for further printing

74
Q

Inkjet Printer VS Laser Printer

A

Inkjet:
▪ Use of liquid ink
▪ Sprays tiny ink drops
▪ Printing line by line
▪ Better image printing quality on photographic paper
▪ Popular for home use, where low volume output is needed

Laser:
▪ Use of powdered ink – TONER
▪ Uses laser light and static electricity
▪ Printing a whole page
▪ Quality of printed text is higher (excellent)
▪ Much faster printing (60 p/m)
▪ More expensive to buy
▪ Cheaper to run as toner cartridges last longer (more copies can be printed)
▪ Ideal for business use, where cheap, high volume, high-speed printing is required

75
Q

How do 3D printers work?

A

▪ It outputs 3D solid objects (prototypes)
▪ Makes use of tomography/ slices of an object
▪ The object is split into thousands of horizontal layers (/slices)
▪ Solid object is built up in thin layers (one in top of another)
▪ Uses material such as plastic, resin, paper, powdered metal, to print each individual thin layer

76
Q

What is meant by additive manufacturing?

A

In 3D printing, it builds up an object layer by layer

77
Q

What is meant by direct 3D printing?

A

Use of inkjet technology, print head can move left to right and move up and down to build up the layers of the solid object

78
Q

What is meant by binder 3D printing?

A

Uses two passes for each of the layers

The first pass sprays dry powder and second pass sprays a type of glue (binder) to form a solid layer

79
Q

Where can 3D printing be used?

A

▪ Medical applications

  • Manufacturing of prosthetic limbs or orthotics
  • Artificial bones for use in facial reconstruction surgery
  • Artificial teeth
  • Artificial arteries, etc

▪ Manufacturing and art
- Manufacturing parts for cars
- Prototyping for design, fashion and art can save huge
costs

▪ Aerospace (e.g.: wings): lightweight precision parts
▪ Archaeologists and paleontologists have printed
replicas of ancient objects

80
Q

How can digitised sound stored in a file be converted into sound?

A

▪ Digital data is sent from the computer to a Digital to Analogue Converter (DAC) and it converts digital data into an analogue signal (electric current)
▪ Signal is then passed through an Amplifier
▪ The current is fed to a loudspeaker where it is converted into sound

81
Q

What are the components of a speaker?

A
Dust Cap
Diaphragm
Voice coil
Magnet
Spider
Basket
Suspension
82
Q

What is the internal operation of a speaker?

A

▪ Takes an electrical signal and translates it into physical vibrations to create sound waves
▪ An electric current in the coil creates an electro-magnetic field
▪ Changes in the audio signal causes the direction of the electric current to change
▪ Changing the direction of the current changes the direction of the polarity of the electromagnet
▪ The electro-magnet is repelled by or attracted to the permanent magnet
▪ Causing the coil to vibrate
▪ The movement of the coil causes the cone / diaphragm to vibrate
▪ That vibration is transmitted to the air in front of the cone / diaphragm as sound waves
▪ The amount of movement will determine the frequency and amplitude of the sound wave produced

83
Q

How do LCD screens, backlit with LEDs work?

A

▪ Front layer is made up of liquid crystal diodes

▪ A group of three diodes make a pixel
❖ Made up of red, green and blue diodes
❖ Some blocks use a 4th yellow diode (makes the colours more vivid)

▪ A matrix of tiny LEDs is used behind the LCD monitor

84
Q

How do OLED screens work?

A

▪ They use organic materials to create flexible semi-conductors
▪ Organic films are sandwiched between two charged electrodes (one metallic cathode & one glass anode)
▪ When electric field is applied to the electrodes they give off light
▪ This allows no backlighting and very thin screens can be produced
▪ Also allows no use of LCD since OLED is self contained system
▪ OLEDs allow curved screens => good picture from any angle

85
Q

How do virtual headsets work?

A

▪ Video is sent from a computer to a headset
▪ Most headsets use 110o field of view (pseudo 360o surround image/video)
▪ A frame rate of 60 to 120 images per second
▪ As the user moves their head, a series of sensors and/or LEDs measure this movement, which allows the image/video on the screen to react to the user’s head movements
▪ Headsets also use surround sound
▪ Some headsets also use infrared sensors to monitor eye movement

86
Q

What are digital projectors and how many types are there?

A

▪ Output device that is used to project computer output onto a large screen or interactive whiteboard
▪ To be shown to a large audience: business meetings, classrooms, conferences

▪ There are two common types of light projectors:
✓ Digital Light Processing (DLP) projector
✓ Liquid Crystal Display (LCD) projector

87
Q

How do LCD projectors work?

A

▪ Light beam is generated from bulb/LED inside projector
▪ Beam is sent to chromatic-coated mirrors which reflect the light back
▪ The reflected light passes through three LCD screens (red, green, blue) producing three images
▪ Three images are combined using a prism to produce the full colour image
▪ The image is projected onto the large screen/whiteboard
▪ Useful when contrast and brightness is important

88
Q

How do DLP projectors work?

A

▪ A white light passes through a rotating colour filter and the light is split into red, green or blue colour
▪ Uses a grid of millions of micro mirrors on DLP chip
▪ Each mirror creates a pixel in the image;
✓ Tilt towards the light (ON) to create a light grey pixel or
✓ Tilt away from the light (OFF) to create a dark grey pixel
▪ The light they reflect is directed through a lens and onto the screen
▪ Produces image with excellent colour reproduction: though it has less contrast and brightness

89
Q

What are cutters?

A

▪ High powered laser that cuts material

90
Q

How many types of cutters are there?

A
  1. 2D cutters:
    - Cut materials in two dimensions
  2. 3D cutters – cut materials in three dimensions:
    - 3D laser cutters cut wood, glass, crystal, metal, polymer

▪ They are controlled by computers => very complex designs can be produced
▪ Laser cutters are used for aircraft parts, buildings and car parts

91
Q

What are the two states of a logic gate?

A

▪ True or 1 or ‘on’

▪ False or 0 or ‘off

92
Q

What are truth tables useful for?

A

A truth table shows the output from all possible combinations of inputs from a logic gate

93
Q

AND GATE:

KNOW SHAPE/HOW TO DRAW TOO

A
A B P
0 0 0
0  1 0
1  0 0
1  1  1

BOTH INPUTS MUST BE 1 TO GIVE 1

94
Q

OR GATE:

KNOW SHAPE/HOW TO DRAW TOO

A
A B P
0 0 0
0 1  1
1  0 1
1  1  1

EITHER ONE OR THE OTHER OR BOTH

95
Q

NOT GATE:

KNOW SHAPE/HOW TO DRAW TOO

A

A P
0 1
1 0

96
Q

NAND GATE:

KNOW SHAPE/HOW TO DRAW TOO

A

NAND gate is an AND gate followed by a NOT gate

A B P
0 0 1
0 1  1
1  0 1
1  1 0

OPPOSITE OF AN AND GATE

97
Q

NOR GATE:

KNOW SHAPE/HOW TO DRAW TOO

A

A NOR gate is an OR gate followed by a NOT gate

A B P
0 0 1
0 1 0
1  0 0
1  1 0

OPPOSITE OF AN OR GATE

98
Q

XOR GATE:

KNOW SHAPE/HOW TO DRAW TOO

A
A B P
0 0 0
0 1 1
1  0 1
1  1 0

EITHER ONE OR THE OTHER NOT BOTH

99
Q

Represent AND, OR, NOT using NAND gates!

A

(KNOW SHAPE/HOW TO DRAW TOO) from book