Which one of the following would increase the precision of a floating point number?
Decrease the number of bits allocated to storing the exponent.
Decrease the number of bits allocated to storing the mantissa.
Increase the number of bits allocated to storing the exponent.
Increase the number of bits allocated to storing the mantissa.
Unicode is an alternative to ASCII for representing text in a computer. Unicode uses 16 bits to store each character. Which one of the following pairs of statements is true?
ASCII messages require less storage than Unicode messages. ASCII permits a larger character set than Unicode.
ASCII messages require less storage than Unicode messages. ASCII permits a smaller character set than Unicode.
ASCII messages require more storage than Unicode messages. ASCII permits a larger character set than Unicode.
ASCII messages require more storage than Unicode messages. ASCII permits a smaller character set than Unicode.
Which one of the following is a reason why the decimal system is not used to represent data in a computer?
Degradations in voltage could affect the values held in memory.
File sizes would be too large.
It only allows the storage of digits 0 to 9.
Negative numbers could not be stored.
A computer can be described as a two state machine. Which of the following statements describe advantages of a two state machine? Tick all that apply.
Which topology will allow simultaneous transmissions between pairs of computers in different parts of the network?
Bus
Star
Mesh
Ring
Which network topologies will allow data to be transmitted to other stations when a channel failure occurs? Tick all that apply.
Which one of the following binary numbers represents -22 in 8-bit, two’s complement notation?
00010110
10010110
11101001
11101010
Which one is not a graphic file format?
GIF
RTF
TIFF
JPEG
How many distinct values can be represented by two bytes?
255
512
65535
65536
A picture was scanned into a computer and stored as a bit-mapped graphic. Software was then used to convert the file to a vector graphic. Which of the following pairs of statements is most likely to be true?
The file size of the vector graphic is larger than the bitmap. The vector graphic will not lose resolution when enlarged.
The file size of the vector graphic is larger than the bitmap. The vector will lose resolution when enlarged.
The file size of the vector graphic is smaller than the bitmap. The vector graphic will not lose resolution when enlarged.
The file size of the vector graphic is smaller than the bitmap. The vector graphic will lose resolution when enlarged.
Which one is not a type of virus?
File
Boot sector
Macro
Worm
Which one is not a section of memory?
Buffer
Cache
Register
Spooler
Put the following steps of the fetch-execute cycle in the correct order.
A Instruction is decoded and executed. B Instruction is put onto data bus and transferred to processor. C Processor sets up the address bus with address of next instruction. D Read line of control bus is activated.
Which one is not a type of backing storage device?
Cache
Solid state
Flash
Optical
Which one of the following is not normally considered a utility program?
User interface.
Disk defragmenter.
Tape backup software.
Virus checking software.
Which one of the following is an advantage of having the operating system stored on disk rather than ROM?
It is easier to update.
It is faster to load.
It is less likely to be accidentally deleted.
It is less likely to be infected by a computer virus.
Which one of the following shows two data types which can be manipulated in multimedia applications and are not normally found in other general purpose application packages?
Graphics and sound.
Graphics and text.
Sound and text.
Video and sound.
Which one of the following tasks is most likely to be carried out by the kernel of the operating system?
Carrying out process management to avoid one process monopolising the use of the processor.
Providing a wide range of essential and non-essential services to the user.
Sending control signals to a range of input and output devices.
Interpreting the user's command.
A peripheral connected to a computer by several data carrying wires will require a
network interface
router
parallel interface
serial interface
Anyone creating a computer virus could be prosecuted under the
Computer Misuse Act
Data Protection Act
Software Misuse Act
Copyright, Design and Patents Act
Which of the following factors will affect the ability of a new spreadsheet package to be installed on a computer system? Tick all that apply.
Which one of the following is most likely to be carried out by a utility program?
Checking a floppy disk for viruses.
Compiling a program.
Managing a database.
Managing files.
Which one of the following shows the number -17 in two’s complement notation?
-00010001
10010001
11101110
11101111
Which one of the following tasks is performed by a network operating system, but not by a single-user operating system?
Allowing different access to the same set of files depending on a user’s level of privilege.
Issuing control signals to a range of input and output devices.
Managing processes to avoid one process monopolising the use of the processor.
Reserving separate areas of RAM for a variety of concurrent processes.
Which one is not a technique used to detect computer viruses?
Checksum
Heuristic detection
Parity checking
Signature search
Computers are often advertised as 32-bit or 64-bit. This figure is known as the word length of the computer. Which one of the following best describes what is meant by word length.
The maximum number of colours the screen can display.
The total capacity of the registers on the processor.
The width of the address bus.
The width of the data bus.
Which network topology depends on the functioning of a central node to allow data transmission?
Bus
Star
Mesh
Ring
Which one of the following expressions represents the total number of distinct values that can be stored in four bytes?
2 * 4
2 ^ 32
2 ^ 4
256 * 4
A user issues a request to the operating system to move a file from one folder (directory) to another on a hard disk. Which of the following parts of the operating system are used? Tick all that apply.
Which of the following are advantages of having the operating system of a computer stored in ROM rather than on disk? Tick all that apply.
Which part of the operating system allows two programs to run simultaneously without data from one interfering with the other?
User interface.
File management system.
Input/output system.
Memory management system.
A sales executive is preparing a set of graphs from sales figures obtained from her company's Web site. Which two classes of software will she need to use?
Utility software and number processing software.
Multimedia software and number processing software.
Number processing software and communications software.
Text processing software and communications software.
Which one of the following has no effect on the throughput of a processor?
Increasing the clock speed of the processor.
Increasing the number of registers in the processor.
Increasing the width of the address bus.
Increasing the width of the data bus.
3 Terabytes is
3072 Megabytes
3072 Gigabytes
24 Gigabytes
1024 Megabytes
Which of the following is not a measure of computer performance?
Benchmark
Clock Speed
MIPS
Bit depth
Which one of the following shows the steps in a memory read operation in the correct order?
Data item is put onto data bus and transferred to processor. Processor sets up the address bus with address of data to be read. Read line of control bus is activated.
Data item is put onto data bus and transferred to processor. Read line of control bus is activated. Processor sets up the address bus with address of data to be read.
Processor sets up the address bus with address of data to be read. Read line of control bus is activated. Data item is put onto data bus and transferred to processor.
Processor sets up the address bus with address of data to be read. Data item is put onto data bus and transferred to processor. Read line of control bus is activated.
Servers and workstations connected together in an office building are a
wide area network
mainframe with terminals
client/server network
peer-to-peer network
Which of the following factors would you expect to find specified on the packaging when buying a new application program for your computer? Tick all that apply.
Which of the following are involved in reading a data item from memory? Tick all that apply.