Data Structures Midterm Exam WRI

Data Structures Midterm Exam WRI

University

27 Qs

quiz-placeholder

Similar activities

BSCE_MIDTERM_EXAM

BSCE_MIDTERM_EXAM

University

25 Qs

ABC's of Programming B

ABC's of Programming B

University

22 Qs

 Milking Minds 17-01-24

Milking Minds 17-01-24

University

25 Qs

Stack and Queue

Stack and Queue

University

25 Qs

String in C Programming

String in C Programming

University

26 Qs

ICTC0613 - Midterms Exam

ICTC0613 - Midterms Exam

University

30 Qs

Mastering Python Basics

Mastering Python Basics

University

30 Qs

Unit 6: List, Loops, and Transversals

Unit 6: List, Loops, and Transversals

9th Grade - University

30 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?