Computing - Exam Mistakes Flashcards
(51 cards)
Describe what is meant by a variable. 2 marks
A variable is a SYMBOL that represents a value that is used in an algorithm
It can changed by the program while it is running
Give 3 functions of operating system
Provides user interface
Memory management
Peripheral management
What would the reason for using a string be?
Consists of multiple characters
How do DNS servers work? 3 marks
Database of IP addresses
Converts website address into an IP address
Connects a computer to the website
What is meant by resolution?
CONCENTRATION of pixels on the picture
What is needed in every report?
Title
Give 2 disadvantages of off-the-shelf software
Might not do what you need
Not compatible with your hardware
Explain what is meant by virtual memory. 2 marks
Section of HARD DISK
Used to store data and programs in RAM that aren’t currently being used
What is an input device?
Allows user to enter data to system
What is an output device?
A device that returns the results of processing from the computer to the user
Explain what is meant by a DBMS. 3 marks
A system that allows you to manage a database
The main features are:
Allows data to be queried
Allows relationships to be made between tables
Provides security measures for the database
Describe HTML. 2 marks
A programming language for designing web pages
Allows you to set locations of pictures, display text and perform other function such as hyperlinks
Explain the importance of HTML when creating web pages. 2 marks
Webpage will appear and function just as planned (it will be interpreted correctly)
Because HTML is an open standard
Give an example of where lossless compression would be used
Compressed text files
Describe antivirus. 2 marks
Scans the computer PERIODICALLY
In order to detect and remove files that could harm the computer
Describe the disk defragmenter. 2 marks
Moves parts of files around so that all parts of a file are stored together
Also collects together all free space
Explain why hex numbers are often used to represent binary numbers. 2 marks
Hex numbers are shorter and more memorable
Can be easily converted to and from binary
Give 3 function of the server on a network that has 2 computers and a printer
Controls the workstations access to the Internet
Installs software on all computers automatically
Allows both computers to use printer over the network
Explain what is meant by a peer to peer network. 2 marks
A network where all computers have equal status
To share data between each other
Describe how the system cleanup utility is used. 2 marks
Finds files and versions of programs that are not used by the user anymore and deletes them
E.g. Temporary files that aren’t needed anymore
Describe how the automatic update utility is used. 2 marks
It periodically checks the Internet for system updates
It automatically downloads and installs these updates when they are available
State 2 tasks that the CPU carries out when processing data
Fetches instructions
Decodes instructions
Explain how clock speed affects CPU performance. 2 marks
Allows it to process data faster
Clock speed represents how many fetch execute cycles can be done in a given time
Explain how cache size affects CPU performance. 2 marks
Allows faster access to data in current use
Because cache is faster than other types of memory and built into the CPU