BSCS 2-2 - DAA - Midterm Examination - 2nd Sem 2022-2023

BSCS 2-2 - DAA - Midterm Examination - 2nd Sem 2022-2023

University

35 Qs

quiz-placeholder

Similar activities

pop 20 đầu 10 cuối 300

pop 20 đầu 10 cuối 300

University

30 Qs

Formulas in Excel

Formulas in Excel

6th Grade - Professional Development

37 Qs

Oxy Fuel & Safety

Oxy Fuel & Safety

KG - Professional Development

37 Qs

PY_3

PY_3

University

36 Qs

Automotive Electrical Systems: a 2021 Revision Aid

Automotive Electrical Systems: a 2021 Revision Aid

10th Grade - University

40 Qs

General Translation Theory 2023

General Translation Theory 2023

University

40 Qs

Unit 6 System Admin

Unit 6 System Admin

8th Grade - University

30 Qs

Topic 13 revision

Topic 13 revision

12th Grade - University

34 Qs

BSCS 2-2 - DAA - Midterm Examination - 2nd Sem 2022-2023

BSCS 2-2 - DAA - Midterm Examination - 2nd Sem 2022-2023

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Montaigne Molejon

Used 4+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following functions are linear data structure, except:

Queue

Array

Tree

Stack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures are in “Last-In-First-Out” structure?

Queue

Array

Tree

Stack

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This data structure uses pointer/s to connect nodes.

Linked List

Variable

Trees

Stack

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function we used in inserting item/value into stack

Popping

Pop

Pushing

Push

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we placed the following elements: “W”, “X”, “Y”, and “Z” in a stack and removed one at a time, in what order will they become?

WXYZ

ZYXW

WXZY

ZYWX

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements that best describes an Array?

Container of objects of similar types

A data structure that shows a hierarchical behavior.

Arrays are immutable once initialized

Array can do non-linear data structure

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function is the proper way to declare multi-dimensional array in Java?

int[][]arr:

int[] arr;

int[][]arr;

int[[]] arr;

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?