Past papers Flashcards
What does an analogue to digital converter do?
Capture a sound wave at regular time intervals, a sample
the sample is then converted into binary
And then stored in a file for later
What is the function of the HTTPS
It encrypts data on a website
What is the function of the FTP
It uses a client-server model to send files
What is a protocol
A standard form of computers communicating
Explain how virtual memory can compensate for the lack of RAM in Alicia’s computer
Secondary storage can act as a temporary RAM when it is full
Data from RAM is moved to secondary storage
So RAM can be filled with new data
When data is needed from the virtual memory it is moved back into RAM
“My computer has a quad-core processor, so it will run twice as fast as a computer with a dual-core processor.”
Explain why this statement is not always true
Some software can not be split and is designed to run on only one core
Clock speed also affects performance, dual core may have a faster clock speed
Cache size also affects performance, quad core may have less cache
What is the program counter
Stores the address of the next instruction to be run
What is the MDR?
Stores the data that is fetched from memory
What does the MAR do?
Stores the address where the data will be fetched
What is data interception
Data intercepted by a third party
What is phishing
Fake websites which collect personal data
What is malware
A piece of software which records actions
William wants to upload his videos on the Internet and is considering releasing them under a Creative Commons license.
Explain how a Creative Commons license will impact the use of William’s videos by other people
Allows free distribution
Can insist on personal use only
Work is still copyrighted
Other people can redistribute his work
Explain why solid state storage is the most appropriate type of storage for the digital video camera
It is portable –> so it can be carried around
It is durable –> It has no moving parts so wont be damaged when moving around
It has a large capacity –> For storing large video files
Explain why the digital video camera needs secondary storage
For long term storage
To store the videos
Fiona releases her game under a proprietary licence.
Explain why a proprietary licence is a more appropriate choice than open source
Her source code is protected
She can charge a fee
Fiona is considering selling the game online and not making it available physically in shops. Describe the environmental impact of Fiona’s decision
Less waste
Less electrical power needed to manufacture
Explain why the TCP/IP model uses layers
Layers can be changed or removed without affecting the other layers
Each layer has its own purpose so it does not need to consider what other layers do
Describe the relationship between the website URL (https://www.ocr.org.uk), the IP address and the webserver
The URL is sent to a DNS
URL has a linked IP
DNS finds IP
IP is sent back to the browser
Browser sends a request to IP
Webserver processes request for the website
Webserver sends the website to the user