Search Header Logo

M2 Quiz

Authored by Neil Rusia

Computers

8th Grade

Used 14+ times

M2 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

[2points] Which has a lower music frequency for coding music?

#define NOTE_AS7 3729

#define NOTE_AS6 1865

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

[2 points] In programming, what do you call a list or collection of elements of the same data type?

loop

variable

array

setup

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

[2 points] In coding, how will you access NOTE_D5 in this array?

int melody[ ]={

NOTE_D5, NOTE_G3, NOTE_D5, NOTE_A3, NOTE_G3, 0, NOTE_B3, NOTE_C4

};

tone(8, melody[3], noteDurations[3]);

tone(8, melody[1], noteDurations[1]);

tone(8, melody[0], noteDurations[0]);

tone(8, melody[2], noteDurations[2]);

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

[2 points] What does this code mean?

tone(8);

Buzzer to connect should be 8 pieces

Buzzer is going to play sound for 8 times

Buzzer is connected to pin number 8

Buzzer will rotate in 8 degrees angle

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

[2 points] How will you access the number/digit 8 in this array?

int noteDurations[ ]={

4,8,4,4,4,4,4,4

};

tone(8, melody[0], noteDurations[0]);

tone(8, melody[1], noteDurations[1]);

tone(8, melody[2], noteDurations[2]);

tone(8, melody[3], noteDurations[3]);

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

[4 points] What is the bug in this code?

in melody[ ]={

NOTE_A6, NOTE_B6, NOTE_C7

};

in should be written as int

in should be written as intl

missing semi-colon symbol

missing comma symbol

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

[2 points] What do you call a useful component that allows the programmer to give a name to a constant value before the program is compiled?

var

int

#define

#arduino

Access all questions and much more by creating a free account

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

Already have an account?