ہیش ٹیبل میں تلاش کرنے کی وقت کی پیچیدگی کیا ہے؟
-
A. None of these
-
B. O(N)
-
C. O(1)
-
D. O(log N)
Explanation
On average, searching in a well-implemented hash table has a time complexity of O(1) (constant time) due to direct indexing using the hash function.
In the worst-case scenario, if many elements hash to the same index (collisions), the time complexity can degrade to O(n) (linear time).
ایکسیس (ڈیٹا بیس) ٹیبل میں ایک قطار کو کہا جاتا ہے؟
-
A. A guery
-
B. A field
-
C. None of these
-
D. A record
Explanation
MS Access, columns in a table are called fields.
It store specific types of data for each record.
Rows in an MS Access table are called Records.
It representing individual entries or data points within the table.
-
A. Desktop Computers
-
B. Supercomputers
-
C. Laptops
-
D. File Servers
Explanation
Adam Osborne invented Laptop in 1981.
ٹیبل کے کالم کس سے مطابقت رکھتے ہیں
-
A. Field
-
B. Record
-
C. Cell
-
D. Table
Explanation
The tables' columns are referred to as fields.
Within a record, a field holds a specific piece of data.
columns and rows make up the two-dimensional structure known as a table.
The columns are referred to as fields in more formal computer terminology, while the rows are referred to as records.
-
A. Scroll
-
B. Status Bar
-
C. Title Bar
-
D. Ribbon
Explanation
Ribbon is a set of toolbars at the top of the window in Office programs designed to help us quickly find the commands that we need to complete a task.
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0