0% found this document useful (0 votes)
293 views

Midterm Quiz 1 - Attempt Review Software

The document summarizes a student's attempt at a midterm quiz on data structures and matrices. The student answered all 20 multiple choice questions correctly, completing the quiz in under 12 minutes with a perfect score of 20/20 and 100% grade. The quiz covered topics like sets, matrices, data science, machine learning, data structures, and abstract data types.

Uploaded by

Rose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
293 views

Midterm Quiz 1 - Attempt Review Software

The document summarizes a student's attempt at a midterm quiz on data structures and matrices. The student answered all 20 multiple choice questions correctly, completing the quiz in under 12 minutes with a perfect score of 20/20 and 100% grade. The quiz covered topics like sets, matrices, data science, machine learning, data structures, and abstract data types.

Uploaded by

Rose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Started on Monday, 6 March 2023, 5:38 PM


State Finished
Completed on Monday, 6 March 2023, 5:50 PM
Time taken 11 mins 47 secs
Marks 20.00/20.00
Grade 100.00 out of 100.00

Question 1
Correct

Mark 1.00 out of 1.00

The two sets If A={ 2,3} B={4,5} are said to be

Select one:
a. adjoint

b. joint

c. disjoint

d. equal

Your answer is correct.

Question 2
Correct

Mark 1.00 out of 1.00

What is the earlier name for data science?

Select one:
a. datatology

b. datology

c. datalogy

d. dataology

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 1/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 3

Correct

Mark 1.00 out of 1.00

What is the size of the product of a 5x 6 and a 6x 8 matrices?

Select one:
a. 8x5

b. 5x5

c. 8x8

d. 5x 8

Your answer is correct.

Question 4
Correct

Mark 1.00 out of 1.00

Which of the following is TRUE?

Select one:
a. A + B = B+ A

b. BC=CB

c. AB is not possible

d. AB=BA

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 2/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 5

Correct

Mark 1.00 out of 1.00

An array is a good example of _________data structure.

Select one:
a. dynamic

b.
nonlinear

c. static 

d. linear

Your answer is correct.

Question 6
Correct

Mark 1.00 out of 1.00

Matrix B is

Select one:
a. invertible

b. transpose

c. singular

d. inverse

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 3/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 7

Correct

Mark 1.00 out of 1.00

3A + B =

Select one:
a.

b.

c.

d. 

Your answer is correct.

Question 8
Correct

Mark 1.00 out of 1.00

Addition and subtraction of matrices only is possible if two are more matrices.

Select one:
a. 
Have same sizes.

b. Have same number of rows

c. Are square matrices.

d. Have same number of columns.

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 4/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 9

Correct

Mark 1.00 out of 1.00

_______________ is a data structure that every component has a unique processor and succesor.

Select one:
a. nonlinear

b. static

c. dynamic

d. linear 

Your answer is correct.

Question 10
Correct

Mark 1.00 out of 1.00

What is the focus of data science?

Select one:
a. manipulate data efficiently and effectively 

b. collection of data

c. statistical computation

d.
organization of data

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 5/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 11

Correct

Mark 1.00 out of 1.00

What is a data structure that has a fixed size?

Select one:
a. linear

b. nonlinear

c. static

d. dynamic

Your answer is correct.

Question 12
Correct

Mark 1.00 out of 1.00

Which of the matrices is singular?

Select one:
a. none

b. A

c. C

d. B

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 6/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 13

Correct

Mark 1.00 out of 1.00

What is an organized collection of information and set of information used to manage that operation?

Select one:
a. ML

b. data science

c. ADT

d. data structure

Your answer is correct.

Question 14
Correct

Mark 1.00 out of 1.00

It refers to a data structure that grows and shrinks at execution time.

Select one:
a. nonlinear

b. linear

c. dynamic

d. static

Your answer is correct.

Question 15
Correct

Mark 1.00 out of 1.00

If A={ 2,3} B={4,5},which of the following is a Cartesian product of the two sets?

Select one:
a. { (3,3) (3,5) (2,4 ) {2,5) }

b. { (3,4) (3,5) (2,4 ) {2,2) }

c. { (3,4) (3,3) (2,4 ) {2,5) }

d. { (3,4) (3,5) (2,4 ) {2,5) }

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 7/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 16

Correct

Mark 1.00 out of 1.00

ML means:

Select one:
a. Machine Learning

b. Machine Landscaping

c. Mobile Learning

d. Math Learning

Your answer is correct.

Question 17
Correct

Mark 1.00 out of 1.00

Which is NOT a characteristic feature of data structure?

Select one:
a. It contains component data

b. Set of operations is on one or more component items.

c. It defines as to how components relate to each other.

d. It contains a fixed structure.

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 8/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 18

Correct

Mark 1.00 out of 1.00

Which of the following is the transpose of B?

Select one:
a. 

b.

c.

d.

Your answer is correct.

Question 19
Correct

Mark 1.00 out of 1.00

What is the correct meaning of ADT?

Select one:
a. Adequate Data Tautology

b. Abstract Data Type 

c. Abstract Data Topography

d. Adequate Data Type

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 9/10
3/22/23, 1:56 PM Midterm Quiz 1: Attempt review

Question 20

Correct

Mark 1.00 out of 1.00

The intersection of the two sets A={ 2,3} B={4,5} is a

Select one:
a. singular

b. nonsingular

c. null set

d. singleton

Your answer is correct.

trimestral.amaesonline.com/2223A/mod/quiz/review.php?attempt=187596&cmid=9628 10/10

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy