NEW
Font size
WorksheetsVectors Quiz
Total questions: 25
Worksheet time: 13mins
What are the two main components of a vector?
Magnitude and direction
Tail and head
Length and width
Speed and velocity
In the context of vectors, what does the term "magnitude" refer to?
The length of the vector
The direction of the vector
The starting point of the vector
The ending point of the vector
What is the purpose of the "direction" in a vector?
To indicate the length of the vector
To show the orientation of the vector
To mark the starting point of the vector
To measure the speed of the vector
Which of the following is a correct notation for specifying a 4-vector over R?
(2.0, 3.14159, -1.0, 2.718281828)
(2.0, 3.14159, -1.0)
(2.0, 3.14159, -1.0, 2.718281828, 1.0)
(2.0, 3.14159)
How can a vector be represented in a programming language?
As a list of numbers
As a single number
As a string
As a boolean
What is the dictionary representation of a vector useful for?
Representing a vector as a function
Representing a vector as a string
Representing a vector as a boolean
Representing a vector as a single number
What does the dot product of two vectors find?
What amount of one vector goes in the direction of anothe
The sum of two vectors
The difference between two vectors
The product of two vectors
What is the convex combination of two vectors u and v?
An expression of the form αu + βv where α, β ≥ 0 and α + β = 1
An expression of the form αu - βv where α, β ≥ 0 and α + β = 1
An expression of the form αu + βv where α, β ≤ 0 and α + β = 1
An expression of the form αu - βv where α, β ≤ 0 and α + β = 1
What does vector addition achieve?
Translation
Rotation
Scaling
Reflection
What does scalar-vector multiplication achieve?
Translation
Scaling
Rotation
Reflection
How can vectors be represented?
A. As a row matrix
B. As a column matrix
C. As a scalar
D. As a function
What is one of the uses of vectors in computer science?
A. To store large amounts of data
B. To define geometric shapes
C. To perform arithmetic operations
D. To create user interfaces
How is the length of a vector (|A|) calculated?
Using the distance formula
Using the midpoint formula
Using Pythagoras' theorem
Using the slope formula
How can vectors be represented when added together?
Numerically
Textually
Diagrammatically
Symbolically
Given vectors A = (1, 3) and B = (4, 1), what is the resulting vector C when A and B are added?
(3, 4)
(5, 4)
(4, 3)
(5, 5)
Given vectors a = (5, 4) and b = (3, 1), what is a - b?
(2, 3)
(8, 5)
(2, 5)
(3, 3)
What do scalar quantities have?
Magnitudes only
Directions only
Both magnitudes and directions
Neither magnitudes nor directions
How can vectors be multiplied with a scalar?
By adding the scalar to each component of the vector
By multiplying the individual component of a column vector by the scalar
By dividing the scalar by each component of the vector
By subtracting the scalar from each component of the vector
What happens to a vector when it is multiplied by a scalar?
Its size decreases and its direction changes
Its size increases and its direction changes
Its size increases but its direction does not change
Its size decreases but its direction does not change
What is the result of multiplying the vector (2, 3) by 2?
(2, 3)
(4, 6)
(1, 1.5)
(0, 0)
In a convex combination of two vectors, what is the condition for α and β?
α, β ≥ 0 and α + β = 1
α, β ≤ 0 and α + β = 1
α, β ≥ 0 and α + β = 0
α, β ≤ 0 and α + β = 0
What is the convex combination of vectors A = (2, 4) and B = (6, 5) with α = 0.6 and β = 0.4?
(4.4, 4.6)
(3.6, 4.2)
(5.2, 5.4)
(4.8, 4.4)
What is the second step in finding the convex combination of vectors A and B?
Add the two vectors
Multiply vector A by α
Multiply vector B by β
Subtract vector B from vector A
Given vectors A = (2, 4) and B = (6, 5), and α = 0.6, β = 0.4, what is the resulting vector C?
(3.6, 4.4)
(2.4, 3.6)
(4.4, 3.6)
(3.6, 2.4)
If the conditions α, β ≥ 0 and α + β = 1 are not fulfilled, what happens to the third vector?
It does not lie within the vector space of other vectors.
It lies on the line between A and B.
It becomes a zero vector.
It lies outside the coordinate system.
