PDS - 04225  Intro to Data Structures and Algorithms - Chapter 2

PDS - 04225 Intro to Data Structures and Algorithms - Chapter 2

University

10 Qs

quiz-placeholder

Similar activities

Stack

Stack

University

10 Qs

Software Testing

Software Testing

University

10 Qs

CC 105 - Quiz No 2 (BSIT2A-G2)

CC 105 - Quiz No 2 (BSIT2A-G2)

University

15 Qs

QUIZ 1 DS1E

QUIZ 1 DS1E

University

10 Qs

time and space complexity

time and space complexity

University

13 Qs

Algorithms

Algorithms

University

10 Qs

Data Compression

Data Compression

9th Grade - University

12 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

PDS - 04225  Intro to Data Structures and Algorithms - Chapter 2

PDS - 04225 Intro to Data Structures and Algorithms - Chapter 2

Assessment

Quiz

Computers

University

Medium

Created by

Rafael Orta

Used 331+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Data Structure is:

A C++ vector

A way of organizing, storing and performing operations on data.

A function in any programming language

A sequence of steps to solve a problem.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not a data structure?.

Graph

Index

Binary Tree

Record

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which C++ Abstract Data Type is similar to a record?.

Graph

Function

Struct

Enum

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Algorithm is:

The process to transform the design into code.

Braking a large problem into smaller ones

A list of steps needed to solve a problem

None of the above.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the Data Structure used irrelevant for the creation of a program?.

Yes

No

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A list is:

An ADT for storing items in which the order does not matter and duplicate items are allowed.

An ADT for a collection of distinct items

An ADT in which items are only inserted on or removed from the top of the stack.

An ADT for holding ordered data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Computational Complexity is:

The amount of resources used by the algorithm.

The amount of time taken by an algorithm.

The amount of electricity used by an algorithm.

The amount of bytes included in the algorithm.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?