Computer Science Flashcards
(36 cards)
5 Uses of Hexadecimals
Memory Dumps HTML MAC address Web address Assembly or Machine code
Memory Dump
When Memory contents of a computer are output to a printer or Monitor
HTML
Hypertext Markup Language is a markup language used in the processing, definition and presentation of text.
MAC address
Media Access Control address refers to a number which uniquely identifies a device on the internet, stored in the Network Interface Card which is part of the device.
Usually made up of 48 bits or 6 groups of hex
1st part- Identity number of the manufacturer
2nd part- Serial number of the device
2 Types of MAC Address
UAA- Universally Administrated MAC Address (Common, Set by Manufacturer,)
LAA- Locally Administered MAC Address
Asynchronous data transmission
Refers to data being transmitted in an agreed but pattern. Data bits (1s and 0s) are grouped together and sent with control bits.
Synchronous Data Transmission
A continuous stream of data accompanied by timing signals generated by an internal clock.
Ensures sender and receiver are synchronised with each other.
Faster than asynchronous
Bits are then reassembled by the receiver.
USB
Universal Serial Bus is an asynchronous serial data transmission method .
Standard method for transferring data
Error-checking methods
Parity checking
Automatic repeat request
Checksum
Echo checking
Internet service provider
ISPs are companies that provide access to the world wide web to users in return for a fee.
User account is set up and is given IP address.
CSS
Cascading file sheet
Contains everything to control the actual presentation of the webpage
HTTP
Hypertext Transfer protocol is a set of rules to be followed when transferring files across the internet
Web browser
A web browser is a software which allows a user to display a web page by translating the HTML code.
URL
Uniform resource locator
OS
Operating system is software running in the background of a computer system. It manages many of the basic functions such as memory, processor management, multi-tasking, input and output control, running applications etc.
When a computer is powered….
Initiating programs moves into the memory from ROM chip
These programs check whether hardware, processor, internal memory and bios are working correctly
Then operating system is then launched
Interrupt
An signal from the software or another device to processor, which causes it stop what it is doing and service the interrupt.
Buffers
Temporary memory area which allows data to be accessed much faster by the processor from hardware that operate at slower speeds
Von Neumann architecture
Concept where computers store programs and data in a memory unit and instructions are fetched and executed one after another.
5 registers in the model
PC-Program Counter MAR Memory Address register MDR Memory data register CIR Current Instruction register ACC Accumalator , which holds data being processed and the results of processing.
3 types of buses and their features
Check pg 45 in textbook
Fetch Execute Cycle
Current Instruction’s address is copied from the PC into the MAR, then the instruction at the address is retrieved from MDR then sent to the CIR.The value in PC is incremented by one. The instruction is decoded and executed.
2D scanner process
The document is placed properly on the glass panel and the cover is then closed.
A bright white xenon lamp illuminates the document then a scan head moves across and scans the entire document which a lens focuses onto a CCD which converts the image formed into digital signals thereby creating a digital image.
3D Scanners process
3D scanners make a digital model of a 3d object by taking several images at several points across the 3 coordinates. technologies used include CT (X-rays), MRI (Radio frequencies) and SPECT (gamma rays)