Search Header Logo
Week 11_Array

Week 11_Array

Assessment

Presentation

Other

12th Grade

Medium

Created by

Robotics Academy

Used 8+ times

FREE Resource

19 Slides • 5 Questions

1

WELCOME BACK!

ROBOTICS CLASS

Slide image

2

Slide image

3

Slide image

4

Slide image

5

Multiple Choice

Based from the example below, what is the size of the array?

int leds [5] = {2, 3, 4, 5, 6} ;

1

3

2

4

3

5

4

6

6

Multiple Choice

Based from the example below, how many elements are there in an array?


int leds [5] = {2, 3, 4, 5, 6} ;

1

3

2

4

3

5

4

6

7

Multiple Choice

What is the identifier of the array below?


int leds [5] = {2, 3, 4, 5, 6} ;

1

int

2

leds

3

[5]

4

{2,3,4,5,6}

8

Multiple Choice

What data type does the array stores below?


int leds [5] = {2, 3, 4, 5, 6} ;

1

integer

2

float

3

string

4

character

9

Multiple Choice

TRUE OR FALSE:


The values of any of the elements in an array can be accessed just like the value of a regular variable of the same type.

1

TRUE

2

FALSE

10

SAMPLE SOLUTION FOR

TRANSFER TASK 1

11

12

Slide image

13

Slide image

14

Slide image

15

Slide image

16

Slide image

17

Slide image

18

Slide image

19

Slide image

20

Slide image

21

Slide image

22

Slide image

23

Slide image

24

Slide image

WELCOME BACK!

ROBOTICS CLASS

Slide image

Show answer

Auto Play

Slide 1 / 24

SLIDE