ICT Flashcards
What are the two different modes?
Interactive mode and Script mode
What is a syntax error?
Getting it wrong
What is a bug?
An error in a program
What are variables?
Location in memory- temporarily store thefts or numbers
What are functions?
Special keywords that do a specific job
What data types are there?
String, holds data and text
integer, holds whole numbers
float. Holds numbers with a decimal point
,Boolean. holds either true or false
Arithmetic operators
Division= /
Remainder= %
Floor division= //
|=
Not equal too
> =
Greater than or equal to
Less than or equal too
While loop
Specific instruction repeatedly
What makes up a CPU
Clockspeed/cores/cache
What is the fetch and execute cycle?
Fetches instruction then executes it
What is a bit
Each individual 1 or 0
What is a byte
8 bits