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

Netiquette

Netiquette

12th Grade - Professional Development

30 Qs

Productivity Tools - MS Office

Productivity Tools - MS Office

6th Grade - Professional Development

30 Qs

Cybersecurity Basics Practice

Cybersecurity Basics Practice

7th Grade - University

30 Qs

BEED 3B Quiz

BEED 3B Quiz

University

30 Qs

Microservices Review

Microservices Review

University

30 Qs

HCI 323 - FINAL EXAM

HCI 323 - FINAL EXAM

University

33 Qs

Mega Quiz

Mega Quiz

7th Grade - Professional Development

36 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?