Data Structures Midterm Exam WRI

Data Structures Midterm Exam WRI

University

27 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

30 Qs

3ICTH7H8DSA

3ICTH7H8DSA

University

25 Qs

DATA STRUCTURES QUIZ-1

DATA STRUCTURES QUIZ-1

University

23 Qs

C++ with DS

C++ with DS

University

25 Qs

C Programing

C Programing

University

25 Qs

Stack and Queue

Stack and Queue

University

25 Qs

ICTC0613 - Midterms Exam

ICTC0613 - Midterms Exam

University

30 Qs

DSA_Prelim Quiz

DSA_Prelim Quiz

University

25 Qs

Data Structures Midterm Exam WRI

Data Structures Midterm Exam WRI

Assessment

Quiz

Computers

University

Hard

Created by

Miss Mae

Used 1+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Is ultimately stored in computers as patterns of bits, though these days most programming languages deal with higher-level objects, such as characters, integers, and floating-point numbers.

Array

Data

Array items

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Is a collection of similar types of data.

Array

Data

Array items

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Typically stored in a sequence of computer memory locations, but to discuss them, we need a convenient way to write them down on paper.

Array

Data

Array items

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Is a condition that does not change during the execution of a given program or algorithm.

Loop

Invariants

Index

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Arrays work on an _________ system starting from 0 to (n-1), where n is the size of the array.

Index

array

address

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Arrays are typically defined with square brackets with the size of the arrays as its argument.

Curly brace

Brackets

Parenthesis

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

This is a Boolean expression calculated at the beginning of each iteration to determine whether the loop body will execute or stop.

Loop body

Loop update

Loop condition

Loop initialization

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?