Q. If f(x) = e^x, what is f'(0)?
Show solution
Solution
f'(x) = e^x. Therefore, f'(0) = e^0 = 1.
Correct Answer:
B
— 1
Learn More →
Q. If f(x) = x^2 - 4x + 3, what is f'(2)?
Show solution
Solution
f'(x) = 2x - 4. Therefore, f'(2) = 2(2) - 4 = 0.
Correct Answer:
B
— 1
Learn More →
Q. If sin^(-1)(x) = π/3, what is the value of x?
Show solution
Solution
sin(π/3) = √3/2, hence x = √3/2.
Correct Answer:
B
— √3/2
Learn More →
Q. If tan^(-1)(x) = π/4, what is the value of x?
Show solution
Solution
tan(π/4) = 1, hence x = 1.
Correct Answer:
B
— 1
Learn More →
Q. If the matrix A = [[1, 0], [0, 1]] is the identity matrix, what is A^2?
A.
[[1, 0], [0, 1]]
B.
[[0, 1], [1, 0]]
C.
[[1, 1], [1, 1]]
D.
[[0, 0], [0, 0]]
Show solution
Solution
The identity matrix squared is still the identity matrix: A^2 = A.
Correct Answer:
A
— [[1, 0], [0, 1]]
Learn More →
Q. If the matrix A = [[2, 3], [5, 7]], what is the eigenvalue of A?
Show solution
Solution
The eigenvalues are found by solving the characteristic polynomial det(A - λI) = 0. The eigenvalues are 9 and 1.
Correct Answer:
B
— 9
Learn More →
Q. If the ratio of boys to girls in a class is 3:2 and there are 30 students, how many girls are there?
Show solution
Solution
Let boys = 3x and girls = 2x. Then 3x + 2x = 30 => 5x = 30 => x = 6. Girls = 2x = 12.
Correct Answer:
A
— 12
Learn More →
Q. In a dihybrid cross, what is the expected phenotypic ratio?
A.
1:1
B.
3:1
C.
9:3:3:1
D.
1:2:1
Show solution
Solution
The expected phenotypic ratio in a dihybrid cross is 9:3:3:1.
Correct Answer:
C
— 9:3:3:1
Learn More →
Q. In a predator-prey relationship, what typically happens to the prey population when the predator population increases?
A.
Prey population increases
B.
Prey population decreases
C.
Prey population remains stable
D.
Prey population migrates
Show solution
Solution
When the predator population increases, the prey population typically decreases due to increased predation.
Correct Answer:
B
— Prey population decreases
Learn More →
Q. In a reaction where the concentration of reactants is doubled, how does the rate change if the reaction is first order?
A.
Rate remains the same
B.
Rate doubles
C.
Rate triples
D.
Rate quadruples
Show solution
Solution
For a first-order reaction, doubling the concentration of reactants doubles the rate of the reaction.
Correct Answer:
B
— Rate doubles
Learn More →
Q. In a redox reaction, what happens to the reducing agent?
A.
It gains electrons
B.
It loses electrons
C.
It is oxidized
D.
Both B and C
Show solution
Solution
The reducing agent loses electrons and is oxidized in a redox reaction.
Correct Answer:
D
— Both B and C
Learn More →
Q. In a redox reaction, which species is reduced?
A.
Oxidizing agent
B.
Reducing agent
C.
Product
D.
Reactant
Show solution
Solution
The oxidizing agent is reduced as it gains electrons during the redox reaction.
Correct Answer:
A
— Oxidizing agent
Learn More →
Q. In a zero-order reaction, how does the rate depend on the concentration of the reactant?
A.
Rate is directly proportional
B.
Rate is inversely proportional
C.
Rate is independent
D.
Rate is exponentially related
Show solution
Solution
In a zero-order reaction, the rate is independent of the concentration of the reactant.
Correct Answer:
C
— Rate is independent
Learn More →
Q. In electrolysis, what is produced at the anode when NaCl solution is electrolyzed?
A.
Hydrogen gas
B.
Chlorine gas
C.
Sodium hydroxide
D.
Sodium metal
Show solution
Solution
Chlorine gas is produced at the anode during the electrolysis of NaCl solution.
Correct Answer:
B
— Chlorine gas
Learn More →
Q. In humans, where does fertilization typically occur?
A.
In the uterus
B.
In the ovary
C.
In the fallopian tube
D.
In the cervix
Show solution
Solution
Fertilization typically occurs in the fallopian tube.
Correct Answer:
C
— In the fallopian tube
Learn More →
Q. In linear programming, what does it mean to 'feasibly solve' a problem?
A.
Finding a solution that meets all constraints
B.
Maximizing the objective function
C.
Minimizing the number of variables
D.
Ignoring constraints
Show solution
Solution
To 'feasibly solve' a linear programming problem means to find a solution that satisfies all the given constraints.
Correct Answer:
A
— Finding a solution that meets all constraints
Learn More →
Q. In linear programming, what is the purpose of an objective function?
A.
To define the constraints of the problem
B.
To represent the goal of the optimization
C.
To initialize variables
D.
To iterate through possible solutions
Show solution
Solution
The objective function in linear programming represents the goal of the optimization, which is to maximize or minimize a certain value.
Correct Answer:
B
— To represent the goal of the optimization
Learn More →
Q. In pseudocode, how would you represent a decision structure?
A.
Using a loop
B.
Using an if-else statement
C.
Using a function call
D.
Using a variable assignment
Show solution
Solution
In pseudocode, a decision structure is typically represented using an if-else statement to control the flow based on conditions.
Correct Answer:
B
— Using an if-else statement
Learn More →
Q. Is the function f(x) = 1/x continuous at x = 0?
A.
Yes
B.
No
C.
Only from the right
D.
Only from the left
Show solution
Solution
f(x) = 1/x is not continuous at x = 0 because it is undefined at that point.
Correct Answer:
B
— No
Learn More →
Q. Is the function f(x) = x^3 - 3x + 2 continuous everywhere?
A.
Yes
B.
No
C.
Only at x = 0
D.
Only at x = 1
Show solution
Solution
f(x) is a polynomial function, and polynomial functions are continuous everywhere.
Correct Answer:
A
— Yes
Learn More →
Q. What does OOP stand for in programming?
A.
Object-Oriented Programming
B.
Optimized Operational Procedures
C.
Open Object Protocol
D.
Ordered Output Process
Show solution
Solution
OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of 'objects' which can contain data and code.
Correct Answer:
A
— Object-Oriented Programming
Learn More →
Q. What is a frameshift mutation?
A.
A mutation that changes one amino acid
B.
A mutation that adds or deletes nucleotides in numbers other than three
C.
A mutation that occurs in non-coding regions
D.
A mutation that does not affect the protein
Show solution
Solution
A frameshift mutation occurs when nucleotides are added or deleted from the DNA sequence in numbers other than three, altering the reading frame of the gene.
Correct Answer:
B
— A mutation that adds or deletes nucleotides in numbers other than three
Learn More →
Q. What is a variable in the context of linear programming?
A.
A fixed value that cannot change
B.
A symbol representing a quantity that can change
C.
A type of loop used in algorithms
D.
A function that returns a value
Show solution
Solution
In linear programming, a variable represents a quantity that can change and is used to formulate the objective function and constraints.
Correct Answer:
B
— A symbol representing a quantity that can change
Learn More →
A.
A method of growing plants in soil
B.
A combination of aquaculture and hydroponics
C.
A type of organic farming
D.
A traditional fishing technique
Show solution
Solution
Aquaponics is a sustainable food production system that combines aquaculture (raising fish) with hydroponics (growing plants in water).
Correct Answer:
B
— A combination of aquaculture and hydroponics
Learn More →
Q. What is computational logic primarily concerned with?
A.
The syntax of programming languages
B.
The structure of data
C.
The reasoning and problem-solving processes
D.
The design of user interfaces
Show solution
Solution
Computational logic is primarily concerned with the reasoning and problem-solving processes that can be expressed through algorithms and programming.
Correct Answer:
C
— The reasoning and problem-solving processes
Learn More →
Q. What is gene therapy primarily used for?
A.
To treat genetic disorders
B.
To enhance physical performance
C.
To create vaccines
D.
To clone animals
Show solution
Solution
Gene therapy is primarily used to treat genetic disorders by correcting or replacing defective genes.
Correct Answer:
A
— To treat genetic disorders
Learn More →
Q. What is the area of a triangle with base 10 cm and height 5 cm?
A.
25 cm²
B.
50 cm²
C.
15 cm²
D.
30 cm²
Show solution
Solution
Area = 1/2 × base × height = 1/2 × 10 cm × 5 cm = 25 cm².
Correct Answer:
A
— 25 cm²
Learn More →
Q. What is the boiling point trend among aldehydes, ketones, and carboxylic acids?
A.
Aldehydes > Ketones > Carboxylic Acids
B.
Carboxylic Acids > Aldehydes > Ketones
C.
Ketones > Carboxylic Acids > Aldehydes
D.
All have the same boiling point
Show solution
Solution
Carboxylic acids have the highest boiling points due to hydrogen bonding, followed by aldehydes and then ketones.
Correct Answer:
B
— Carboxylic Acids > Aldehydes > Ketones
Learn More →
Q. What is the color of the solution formed when copper(II) ions react with ammonia?
A.
Blue
B.
Green
C.
Red
D.
Yellow
Show solution
Solution
The reaction of copper(II) ions with ammonia forms a deep blue solution due to the formation of the complex ion [Cu(NH3)4]2+.
Correct Answer:
A
— Blue
Learn More →
Q. What is the common oxidation state of chromium in chromate ions?
Show solution
Solution
Chromium in chromate ions (CrO4^2-) has a common oxidation state of +6.
Correct Answer:
D
— +6
Learn More →
Showing 31 to 60 of 278 (10 Pages)