GCSE AQA Computer Science Paper 2 Flashcards
What does CPU stand for?
Central Processing Unit
True or False: RAM is a type of non-volatile memory.
False
Fill in the blank: The primary function of the _____ is to execute instructions.
CPU
What is the main purpose of an operating system?
To manage computer hardware and software resources and provide common services for programs.
Which type of software is designed to perform a specific task?
Application software
Define ‘algorithm’.
A step-by-step procedure for solving a problem or accomplishing a task.
What is the difference between a compiler and an interpreter?
A compiler translates the entire program at once, while an interpreter translates one line at a time.
What does ‘binary’ refer to in computing?
A base-2 numeral system that uses two symbols, typically 0 and 1.
True or False: A byte consists of 8 bits.
True
What is a variable in programming?
A storage location identified by a name that can hold a value.
What is the purpose of a loop in programming?
To execute a block of code repeatedly until a condition is met.
What does ‘HTML’ stand for?
HyperText Markup Language
What is the main function of an algorithm in programming?
To define a clear set of steps to solve a specific problem.
What is the difference between a list and a tuple in Python?
A list is mutable and can be changed, while a tuple is immutable.
True or False: The internet and the World Wide Web are the same thing.
False
What is the function of a router?
To forward data packets between computer networks.
Fill in the blank: _____ is the process of finding and fixing errors in software.
Debugging
What does ‘API’ stand for?
Application Programming Interface
What is a database?
An organized collection of data that can be easily accessed, managed, and updated.
What is the purpose of SQL?
To manage and manipulate relational databases.
What are ‘data types’ in programming?
Categories of data that determine the kind of value a variable can hold.
What is an IP address?
A unique address that identifies a device on a network.
True or False: Phishing is a method used to obtain sensitive information by deception.
True
What does ‘encryption’ do?
It converts data into a coded format to prevent unauthorized access.