Computing Flashcards
Explain how a bitmap graphic is stored.
Bitmaps are stored as number 2D array of pixels. Each pixel is represented by a binary number representing its colour
What role does the registers play in a CPU
A register is a storage location on the processor. Data/instructions/addresses that are needed during the fetch/execute cycle are held within registers.
What is the role of the address bus
The address bus is uni-directional
It passes an address from the CPU to the RAM.
What is the role of the data bus
The data bus is bi-directional.
It can carry data to main memory from the processor and vice versa.
Define Control Unit
The control unit is the term used to describe the part of the processor containing decoding circuitry and a series of independent lines that need to be used to signal the current state of the processor and fetch/execute cycle.
What is meant by fetch execute cycle
Processor sets up the address bus and the address location that is required.
Processor activates the read line on the control bus
The instruction is fetched from the memory using the data bus
The instruction is interpreted in the memory location using a decoder and is carried out.
What is another name for a proccessing unit and what does this contain?
A core. Each core contains an ALU, control unit and registers
What is cache memory
Cache is a small amount of memory which is a part of the CPU. It is used to temporarily hold instructions and data that the CPU is likely to reuse.
What is meant by clock speed?
The clock speed - also known as clock rate - indicates how fast the CPU can run. This is measured in megahertz (MHz) or gigahertz (gHz) and corresponds with how many instruction cycles the CPU can deal with in a second
What is meant by clock speed?
The clock speed indicates how fast the CPU can run. This is measured in megahertz (MHz) or gigahertz (gHz) and corresponds with how many instruction cycles the CPU can deal with in a second
Why do computers have a negative effect on our environment?
Computer systems require energy. While one individual system may not need much energy to operate, two billion systems require vast amounts of electricity.
Why do computers have a positive effect on our environment?
they can be used to create intelligent systems that control and limit the energy use of other devices. Intelligent systems include:
Heating systems
Traffic control
Car management systems
One way heating systems work
Activity sensors
Some smart systems use activity sensors to learn the temperatures that you prefer in certain rooms and at what times.
List 3 offences under the computer misuse act of 1990
Unauthorised access to computer material
Unauthorised access with intent to commit or facilitate a crime
Unauthorised modification of computer material.
What is a tracking cookie
A cookie is a small data file created when you access a website. These can be used to store your personal preferences or log in details so you don’t need to re-enter these details.
What is the difference between a DoS and a DDoS attack?
DoS attacks can range in duration and may target more than one site or system at a time. A DDoS attack is when it comes from multiple computers instead of just one.
What is a digital Certificate
A certificate is used to verify that a user sending a message is who they claim to be and to bind their public key to them.
What is a digital signature
A digital signature is a way to ensure that an electronic message or document is authentic.
What is a cache ‘hit’
When the processor finds the data or an instruction before accessing the main memory
What is a cache ‘miss’
If the processor doesn’t find the data or instruction before accessing the main memory
Width of data bus
What is the difference between a 32 bit data bus and a 64 bit data bus
It can transport twice as much data
What 1 do you go to when finding the exponent/
You go to the left of the furthest left
If the number is positive what is the sign, 1 or 0?
0
If the number is negative what is the sign, 1 or 0?
1