Vectors (AQA A-Level Computer Science): Quizzes
📚Quizzes
Practise the questions
10 questions from this quiz
ShowHide
Practise the questions
10 questions from this quiz
How many distinct ways can vectors be represented in computer science?
How many distinct ways can vectors be represented in computer science?
Three ways
What is the correct dictionary format for storing the first three Fibonacci numbers?
What is the correct dictionary format for storing the first three Fibonacci numbers?
{0:0, 1:1, 2:1}
In the notation , what does represent?
In the notation , what does represent?
The domain of inputs
What are the two key properties of a vector when represented as an arrow?
What are the two key properties of a vector when represented as an arrow?
Magnitude and direction
What condition must be met to add two vectors together?
What condition must be met to add two vectors together?
Same number of dimensions
What happens to a vector's direction when multiplied by a scalar?
What happens to a vector's direction when multiplied by a scalar?
It does not change
What is the dot product of and ?
What is the dot product of and ?
31
What is the dot product of and ?
What is the dot product of and ?
39
For a valid convex combination , what must equal?
For a valid convex combination , what must equal?
1
What is the main advantage of vector graphics over bitmap images?
What is the main advantage of vector graphics over bitmap images?
Can scale without quality loss
