Search Header Logo
1.1 lesson 1 pre-read

1.1 lesson 1 pre-read

Assessment

Presentation

Computers

12th Grade

Practice Problem

Easy

Created by

sarah jenkinson

Used 9+ times

FREE Resource

35 Slides • 16 Questions

1

media

2

media

3

media

4

media

5

media

6

media

7

media

8

media

9

media

10

media

11

media

12

media

13

Multiple Choice

myArray[2][4] = 12

1

Would store the value 12 in a 3D array position 2,4.

2

Would store the value 12 in a 2D array.

3

Would store the value 12 in a 1D array.

4

Is invalid pseudocode

14

Multiple Choice

A disadvantage of a 3D array is...

1

too simple to store related values

2

more complex to program than a 1 or 2D array.

3

Impossible to access using a for loop

4

No options to save a string data type

15

Multiple Choice

Which of these options is True when describing arrays?

1

An array should be saved as a constant.

2

The data in an array cannot be modified once set

3

An array has a fixed number of elements

4

An array can hold data of different data types

16

media

17

media

18

media

19

media

20

media

21

media

22

media

23

media

24

media

25

media

26

media

27

media

28

media

29

media

30

media

31

media

32

media

33

34

Fill in the Blanks

35

Fill in the Blanks

36

Multiple Choice

Each node of a linked list can be accessed directly.

1

True

2

False

3
4

37

Multiple Choice

A linked list cannot change after creation.

1

True

2

False

3
4

38

Multiple Choice

The last node in a linked list point to what

1

back to the beginning

2

null

3

The last visited node

4

39

Multiple Select

Which options are advantages of a linked list. Select all that apply.

1

new items can be added without rearranging all other elements

2

Easier to program than a 2D array.

3

Uses more memory as it grows and shrinks dynamically.

4

Uses memory more efficiently.

40

media

41

media

42

media

43

media

44

media

45

Multiple Choice

What is the order of processing of a stack?

1

Linear Search

2

Last in First Out

3

First in Last Out

4

Direct Access

46

Fill in the Blanks

47

Fill in the Blanks

48

Fill in the Blanks

49

Fill in the Blanks

50

Multiple Choice

A stack is a limited data structure. You can only add or remove items from ...

1

the top

2

the bottom

3

the front

4

the back

51

Multiple Choice

The stack pointer points to which position in the stack?

1

the top - the last value/element added to the stack

2

The next empty space in the stack

3

The first value/element in the stack.

media

Show answer

Auto Play

Slide 1 / 51

SLIDE