WorksheetsRamie Jandel and Macnabstan Trist copmuter quiz
Total questions: 12
Worksheet time: 2mins
What are break points?
A mathematical model for data types in which a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations. This contrasts with data structures, which are concrete representations of data from the point of view of an implementer rather than a user.
when the program is stopped, and the developer can find the values of variables in previous parts of the code
when Amaan is bored of computing lessons so has a break by playing slope
the point where the program breaks
an IDE is an intergrated development (a)
which one of these is not a high level coding language
clock speed
python
java
CSS
which of these is not a logic gate
nand
nor
not
nie
what will the following code output:
array = ["amaan", "is", "playing", "slope", "!"]
print(array[4-3]
"is"
syntax error
"amaan"
func_slope()
what data type would i use for my bank balance?
character
string
float
integer
what is the definition of an iteration
what is an array
what is a logic gate
what is assembly language
what is an IDE
what is a boolean function?
