The largest positive integer that can be stored in 1 byte?
255
Capital A in the ASCII code is...?
65 = 01000001
The 3 parts of the CPU are...?
ALU, Registers & Control Unit
The security measure used to scramble data into an unreadable form. What is?
Encryption
RAM stands for...
Random Access Memory
Convert 11000101
197
A grid of pixels. Each pixel stores a binary colour code? What is?
Bitmapped Graphic
The part of the processor that coordinates the timing of operations...
Control Unit
What security measure prevents malware from gaining access to your computer system or network?
Firewall
1024 Megabytes equals 1...
What is the file extension for an external CSS style sheet?
Gigabyte
Convert 189 into binary
Describe how Vector graphics are stored in the computer's memory?
Temporary storage locations on the CPU are...
Registers
You can reduce your environmental impact when using a Computer System by...
Reducing screen brightness
Using sleep mode after period of inactivity.
Don't leave on standby when not in use.
Compiler
Floating Representation is used to store REAL numbers. The 2 elements stored are called?
Mantissa
Exponent
How many bits are required for the following:
Troon Fest#1
96bits
Data bus
Using a caesar cipher key of + 2 what word is encrypted below:
ECV
CAT
ASCII stands for?
American Standard Code for Information Interchange
Identify the Mantissa and Exponent values from the following: 0.1876 x 105
Exponent = 5
Mantissa = 1876
Higher - What text encoding system uses 16 bits per character to provide a much larger character set than the Extended ASCII?
Unicode. UTF-16
Describe the concept of addressability in relation to RAM?
Each memory location is identified by a unique binary address.
What techniques does a Firewall use to protect your system? Describe 2
IP Blocking
Data Packet Filtering
Describe an advantage an Interpreter has over a Compiler?
Translates line by line so error reporting occurs after each line.