30.12.24 vb.net
30.12.24 vb.net
Q1: Which of the following statements is true about VB.NET in terms of its
object-oriented capabilities?
Q2: What is the primary difference between VB.NET and traditional Visual
Basic (VB6)?
Answer: B) It uses structured query language (SQL) for querying the data
Q6: Which of the following normalization forms ensures that all non-key
attributes are fully dependent on the primary key?
A) Text
B) Memo
C) Date/Time
D) Number
Answer: C) Date/Time
Answer: B) A foreign key in one table must always match a primary key
in another table
A) Select Query
B) Update Query
C) Append Query
D) Delete Query
Answer: B) It enforces that all foreign key values must match a primary
key value in another table
Q13: Which of the following best describes the purpose of the Using
statement in VB.NET?
Q15: Which of the following data types in VB.NET is used to store large
floating-point numbers with more precision than Single?
A) Decimal
B) Double
C) Integer
D) Currency
Answer: B) Double
A) INSERT INTO
B) UPDATE
C) DELETE
D) SELECT
Answer: B) UPDATE
Q20: What does the term "ACID" stand for in the context of relational
databases?
A) Primary key
B) Foreign key
C) Unique constraint
D) Validation rule
A) 50
B) 255
C) 1000
D) 2550
Answer: B) 255
A) Append Query
B) Make-Table Query
C) Delete Query
D) Crosstab Query
Answer: C) Report
Q29: Which of the following VB.NET types is used for storing a collection
of data of the same type that can be accessed by an index?
A) List
B) Array
C) Dictionary
D) Stack
Answer: B) Array
A) Try
B) Catch
C) Finally
D) All of the above
A) True
B) False
C) Nothing
D) 0
Answer: B) False
A) Interfaces
B) Abstract classes
C) Overloading and Overriding methods
D) All of the above
Answer: D) All of the above
A) INNER JOIN
B) LEFT JOIN
C) RIGHT JOIN
D) FULL JOIN
A) LIMIT
B) COUNT
C) DISTINCT
D) GROUP BY
Answer: A) LIMIT
Answer: D) To restrict the range of values that can be entered into a field
A) Select Query
B) Update Query
C) Delete Query
D) Crosstab Query
A) One-to-Many
B) One-to-One
C) Many-to-Many
D) Many-to-One
Answer: B) One-to-One
Q44: Which of the following MS Access objects can be used to control the
input of data into a table by creating a custom interface?
A) Report
B) Form
C) Table
D) Query
Answer: B) Form
Q46: In MS Access, which data type should be used for a field that stores
long text data, like descriptions or comments?
A) Short Text
B) Long Text
C) Memo
D) Attachment
Q49: Which of the following statements is true about the Async and Await
keywords in VB.NET?