Font size
WorksheetsContingency Exam Team Quiz
Total questions: 76
Worksheet time: 38mins
Inside the CPU, you will find:
ALU, CU, registers, cache memory
ADU, PC, storage, RAM memory
ARM, PC, controller, cache memory
APM, CU, time signal, RAM memory
The ALU....
does any maths or logic problems for the CPU
stores data inside the CPU
sends out control signals for the CPU
holds specific data for the fetch-decode-execute cycle
What is the main purpose of the CPU?
To Fetch, Decode and Execute Instructions (in MEMORY).
To perform calculations.
To render graphics on a screen.
To manage the computer system.
What is the main feature of the von Neumann Computer architecture?
There is a single PRIMARY MEMORY for both data and instructions.
The model as a single CPU
The instructions are stored in PRIMARY MEMORY
Data is stored in SECONDARY STORAGE
Which of these are REGISTERS in the CPU? (Tick ALL that are correct)
Accumulator
ALU
Program Counter
Memory Address Register
Control Bus Register
A 2GHz Processor can process:
2,000,000 instructions per second
2,000,000,000 instructions per second
20,000,000 instructions per second
200,000 instructions per second
A PC uses cache memory to help improve performance. Which of the following statements about cache memory is true?
Level 3 cache is closest to the CPU
Cache is part of main memory
Level 1 cache is closest to the CPU
Cache memory is cheaper than "normal" memory
Select the faster CPU...
Intel CPU
Quad Core
3.0 GHz
AMD CPU
Dual Core
4.5 GHz
AMD CPU
Dual Core
5.0 GHz
Intel CPU
Single Core
3.9 GHz
Select the slowest CPU...
Intel CPU
Quad Core
3.0 GHz
AMD CPU
Dual Core
4.5 GHz
AMD CPU
Dual Core
5.0 GHz
Intel CPU
Single Core
3.9 GHz
What is secondary storage?
long term storage of files or data
short term storage of files or data
temporary storage of files or data
What are the three types of secondary storage?
optical, flash, magnetic
optical, magnetic, hard drive
optical, magnetic, solid-state
magnetic, solid-state, flash
What type of storage is a CDROM?
optical
magnetic
solid-state
What type of storage is the fastest to read data from?
optical
magnetic
solid-state
What type of storage is the most expensive per GB?
optical
magnetic
solid-state
Which type of secondary storage would be suitable for a student doing geography coursework outdoors?
Magnetic - its cheap and has a large capacity
Solid state - if the device was dropped it is less likely to break, due to there being no moving parts.
Optical - most people have a device capable of reading optical disks at home.
Which type of secondary storage would be suitable to store a school production on and give to parents?
Magnetic - its cheap and has a large capacity
Solid state - if the device was dropped it is less likely to break, due to there being no moving parts.
Optical - most people have a device capable of reading optical disks at home.
The __________ file tells us where files start and end on the hard drive.
table of contents
directory
reference
link
Modern file storage systems store data in _________.
blocks
rows
flat
folders
The top most folder/directory is also called the __________.
root directory
parent directory
first directory
mother folder
Which of these define what secondary storage is?
Non-volatile storage / devices that are not directly accessible by the CPU
Any non-volatile storage
All memory technologies that use magnetism.
Any memory technology using laser light
A USB device
Which of these statements explain "durability"?
Length of time expected for data to last.
Whether the data will be saved as expected.
The data is not affected when saved.
No changes to the file formatting.
What is an advantage of Cloud Computing?
Can access your files anywhere
It is safer
Can access files anywhere you have internet
Expensive
Which of the following shows the capacity of OPTICAL STORAGE MEDIA in the correct order (smallest to largest)?
DVD > BLU RAY > CD
CD > DVD > BLU RAY
BLU RAY > DVD > CD
DVD > CD > BLU RAY
Rank the units of data storage in order from smallest to largest..
MB > KB > Byte > TB >GB
KB > Byte > MB > TB > GB
Byte > KB > MB > GB > TB
TB > GB > MB > KB > Byte
What type of compression allows you to reconstruct the original data?
Lossless compression
Lossy compression
Based on your experience with text compression, which of the following sentences would compress the BEST?
The quick brown fox jumped over the lazy dog.
Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo.
How much wood would a woodchuck chuck if a woodchuck could chuck wood?
JavaScript scripts are actually different scripts than Java scripts.
I write a poem 100 characters long. I compress this to a string that is 30 characters long and a "key" that is 10 characters long. What is my % compression?
30%
70%
40%
60%
3.5MB is how many kB?
350
3500
3500000
35000
Which of the following would not be suitable for Lossy Compression?
Images
Music
Videos
Text
Compression in general makes it _______ to send, upload and stream data
Quicker
Slower
Lossless compression permanently deletes the data
True
False
How many bytes are in 2MB?
2,000000 (2 million)
2000 (2 thousand)
2,000,000,000 (2 billion)
How many bytes are in 2KB?
2,000000 (2 million)
2000 (2 thousand)
2,000,000,000 (2 billion)
Which is the best definition of a network?
Lots of interconnected computers
Two or more computers connected together
computers which can connect to the internet
the Internet
What is Packet Switching?
Sending packets over different routes on the internet
exchanging packets from one user to another
stealing one packet and swapping another one to replace it
how does IP Version 6 compare to IP V4
It has more addresses
It is easier to use
It is faster
It is cheaper
What does NIC stand for
Network Internet Controller
Network International Communications
Network Interface Card
Network Internet Communicator
What is a Router?
a device for accessing the internet
A device to direct cars to their destinations
A packet of data
What does a Hub do?
Once received sends data packets to all workstations
Sends data packets only to intended recipient using MAC address
Sends data packets through the internet
Reduces network traffic
What is a disadvantage of a Mesh network
Redundant connections
Slower than Star
No single point of failure
Expansion doesn't disrupt the network
Which network topology would you typically find in most homes?
Star
Bus
Mesh
WiFi
I don't have a server in my network. What type of network is this?
Mesh
Star
Client-Server
Peer-2-Peer (P2P)
Why is systems software needed? Tick all that apply
To provide an interface between software and hardware.
To control the memory so that many apps can be opened at the same time.
To allow the computer system to turn on.
To help maintain or configure a computer system.
Which is not a type of System software?
Device drivers
Utility programs
Applications
Operating systems
What does 'Defensive Design' mean?
A method of planning a program using shapes.
A method of planning a program using plain English.
A method of designing a program so that it functions properly and doesn't crash.
A method of checking that an input matches the criteria.
What does 'Input Validation' mean?
A method of removing unwanted characters from an input.
A method of planning a program using plain English.
A method of designing a program so that it functions properly and doesn't crash.
A method of checking that an input matches the criteria.
What does 'Input Sanitisation' mean?
A method of removing unwanted characters from an input.
A method of planning a program using plain English.
A method of designing a program so that it functions properly and doesn't crash.
A method of checking that an input matches the criteria.
Which of the following Validation Checks is the most suitable for checking a text box has been filled in?
Range Check
Presence Check
Format Check
Check Digit
Which of the following Validation Checks is the most suitable for checking a postcode has been entered correctly?
Range Check
Presence Check
Format Check
Check Digit
What is the purpose of a Look-up table?
To check data is within a specified range.
To check data is in the correct format.
To check data against a table of acceptable values.
To check data is the correct length.
What does 'Verification' mean?
Checking an input is within a specified range, for example DOB between 01/09/2009 and 31/08/2010 for new year 7s.
Checking an input is in the correct format, for example an email must include @.
Checking an input is correct, for example asking a user to type their password in twice (double entry).
Checking an input is the correct length, for example, a password should be at least 8 characters long.
What is the most common method of Authentication?
Biometrics.
Passwords.
An e-mail address.
A username.
What are the features of 'Well-Maintained Code'?
Comments and global variables.
No indentation.
Comments, indentation and suitably named variables.
Local variables only.
What is a syntax error?
When a program cannot link to the correct library, eg import math is missing.
When a program runs out of memory, eg print (X[3]) when there are only 3 items in a list/array.
When the rules and grammar of the programming language have not been followed, eg prnt().
When a program does something unexpected, eg X/0
What is a linking error?
When a program cannot link to the correct library, eg import math is missing.
When a program runs out of memory, eg print (X[3]) when there are only 3 items in a list/array.
When the rules and grammar of the programming language have not been followed, eg prnt().
When a program does something unexpected, eg X/0
What is a logic error?
When a program cannot link to the correct library, eg import math is missing.
When a program runs out of memory, eg print (X[3]) when there are only 3 items in a list/array.
When the rules and grammar of the programming language have not been followed, eg prnt().
When a program does something unexpected, eg X/0
When should a test plan be created?
Analysis stage
Design Stage
Implementation Stage
Testing Stage
What does IDE stand for?
Integrated Development Environment.
International Development Environment.
Integrated Documentation Envelope.
International Documentation Envelope.
