SDD Notes lol N5 Flashcards
Define: the ALU
the [Arithmetic Logic Unit] deals with all calculations and logic decisions
the more bits used to represent each character;
the larger the file size will be
parts of the processor: (3)
registers
the ALU
the control unit
Define: array
arrays store multiple values of the same data type
is a gif standard file format?
yes
Compilers: translate speed
all at once - faster
largest unit of storage?
Petabyte (Pb)
example of a logic error
trying to calculate average from sum of 4, 5 and 6 but instead of the output being 5 it is 15
Define: Interfaces
an interface allows two devices to communicate with each other
equals
=
Integer
Whole Number
how does using a breadcrumb aid navigation
helps user view path taken to reach this page OR
useful to retrace steps and go back to previous pages OR
useful in indicating section of current page to orientate user
what is Unicode mainly used for
storing languages with very large character sets
state the data structure that would be used to store a list of Price values
examples of Price values: 34.3, 66.1, 92.3
an array of real numbers
how many bits does Extended ASCII use per character
8-bits; 2^8
Define: graphical object
An object that can be placed on the user interface that can contain a picture
Interpreters: when does the program need to be translated
every time the program is run - slower
Define: pre-defined functions
Code that has been created to perform a certain action which does not need to be programmed but can be used by the programmer
explain how a search engine is used to produce a list
through a search that matches user searched keywords then searches a database of known pages.
Python expression(s) to assign values to variables
declaring it: counter=0
requesting input: age=input(“How old are you?”)
changing an existing value: total=total+mark
real numbers are stored using
a mantissa and exponent
Define: Machine Code
the language that a computer understands which is made up from a combination of 1s and 0s
why is file compression used before transferring files to cloud storage
so the upload / transfer is faster OR
so more files can be stored
Compilers: when does the program need to be translated
only once as the translated code can be saved - faster