Aqa computer science Gcse 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 main function of the __________ is to carry out instructions from programs.
CPU
What is the purpose of an operating system?
To manage computer hardware and software and provide services for computer programs.
Which of the following is an example of an input device? a) Monitor b) Keyboard c) Printer
b) Keyboard
What does ALU stand for?
Arithmetic Logic Unit
True or False: Flash storage is a type of volatile memory.
False
What is the binary equivalent of the decimal number 10?
1010
Which of the following is NOT a programming language? a) Python b) HTML c) CPU
c) CPU
What is the primary function of the cache memory?
To store frequently accessed data for quick access.
Fill in the blank: The __________ is the part of the computer that executes instructions.
CPU
What does ‘debugging’ refer to in programming?
The process of identifying and removing errors from code.
True or False: A compiler translates high-level code into machine code.
True
What is the purpose of an algorithm?
To provide a step-by-step procedure for solving a problem.
Which of the following is an example of a high-level programming language? a) Assembly b) C++ c) Binary
b) C++
What does IP stand for in networking?
Internet Protocol
Fill in the blank: The __________ is a set of rules governing the exchange of data over a network.
protocol
What is the main purpose of a database?
To store and manage data efficiently.
True or False: The Internet is the same as the World Wide Web.
False
What does HTML stand for?
HyperText Markup Language
Which of the following is a method for securing data? a) Encryption b) Compression c) Formatting
a) Encryption
What is a variable in programming?
A storage location identified by a memory address and an associated symbolic name.
Fill in the blank: In a relational database, data is organized into __________.
tables
What is an array?
A collection of items stored at contiguous memory locations.