GCSES LAST MINUTE STUFF Flashcards
What is a layer?
A division of network functionality
What does FTP use?
Client-server model
What is the command SELECT for in SQL?
Retrieves data from a database table
What is the command FROM for in SQL?
Specifies the tables to retrieve data from
What is the command WHERE for in SQL?
Filters the data based on a specified condition
What does SELECT* do?
Retrieves all data from the table
When using 2D arrays what is the first value for?
Row
When using 2D arrays what is the second value for?
Column
Name some Registers
- Accumulator
- MAR/MDR
- PC
Purpose of MAR
Holds the memory address of where data or instructions are to be fetched from
Purpose of MDR
Stores the data or instruction which has been fetched from memory
Purpose of PC
Holds the memory address of the next instructions to be executed