Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Multiple-choice Questions 01 Which notation provides a tight lower bound for f(n)? (a) Omega notation (b) Big O notation (c) Small o notation (d) Theta

image text in transcribed
Multiple-choice Questions 01 Which notation provides a tight lower bound for f(n)? (a) Omega notation (b) Big O notation (c) Small o notation (d) Theta Notation 02 An "algorithm" is a formally define design to write a program to solve a particular problem (a) True (b) False The size of a union is equal to 03 (a) size of the largest element in the union (b) size of the smallest element in the union (d) combination of all the element of union (d) none of the above 04 Which of the following is a User-defined data type? (a) int (b) float (c) pointer (d) Array 05 Which data structure is used to represent relationships between the nodes? (a) Arrays (b) Linked lists (c) Trees (d) Graphs 06 Which of the following declaration is not supported by C? (a) char name (c) char name[20] 07 struct node (b) char string (d) Boolean int i; float j; struct node *s(10); The above C declaration define 's' to be (a) An array, each element of which is a structure of type node (b) A structure of 2 fields, each field being a pointer to an array of 10 elements (c) A structure of 3 fields: an integer, a float, and an array of 10 elements (d) An array, each element of which is a pointer to a structure of type node 08 Which of the following is a valid variable name (a) 1name (b) char (c) grade (d) %number 09 Which data structure is defined as a collection of similar data elements? (a) Arrays (b) Linked lists (c) Trees (d) Graphs

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Edward Sciore

2nd Edition

3030338355, 978-3030338350

More Books

Students also viewed these Databases questions

Question

how to write a detailed report on how to create a fitness program

Answered: 1 week ago